:root {
  --ab-ink: #102148;
  --ab-muted: #5c657a;
  --ab-red: #db1f2f;
  --ab-line: #dfe5ef;
  --ab-surface: #ffffff;
  --ab-soft: #f4f6fa;
}

img[src="/assets/ab-taxi/logo.png"],
img[data-lazy-src="/assets/ab-taxi/logo.png"] {
  object-fit: contain !important;
  max-height: 96px;
  width: auto;
}

img[src*="/assets/ab-taxi/vehicles/"],
img[data-lazy-src*="/assets/ab-taxi/vehicles/"] {
  object-fit: cover;
}

body.ab-globalized .et-l--header,
body.ab-globalized .et-l--footer,
body.ab-globalized .ab-topbar:not(.ab-global-topbar),
body.ab-globalized .ab-header:not(.ab-global-header),
body.ab-globalized .ab-footer:not(.ab-global-footer) {
  display: none !important;
}

.ab-global-header,
.ab-global-footer {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.ab-global-header *,
.ab-global-footer * {
  box-sizing: border-box;
}

.ab-global-header a,
.ab-global-footer a {
  color: inherit;
  text-decoration: none;
}

.ab-global-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ab-global-header {
  position: relative;
  z-index: 9999;
  background: #fff;
  color: var(--ab-ink);
  box-shadow: 0 10px 30px rgba(16, 33, 72, 0.08);
}

.ab-global-topbar {
  background: var(--ab-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.ab-global-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 36px;
}

.ab-global-header__main {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
  min-height: 88px;
  background: #fff;
}

.ab-global-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: var(--ab-ink) !important;
  font-size: 20px;
  font-weight: 900;
}

.ab-global-brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.ab-menu-toggle,
.ab-menu-button {
  display: none;
}

.ab-global-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 0;
}

.ab-global-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
  color: var(--ab-ink);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.ab-global-nav a {
  white-space: nowrap;
}

.ab-global-nav a:hover,
.ab-global-phone:hover {
  color: var(--ab-red);
}

.ab-global-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-left: auto;
  padding: 0 20px;
  border-radius: 6px;
  background: var(--ab-ink);
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.ab-global-phone {
  display: grid;
  gap: 4px;
  flex: 0 0 auto;
  color: var(--ab-ink) !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ab-global-phone strong {
  color: var(--ab-ink);
  font-size: 20px;
  line-height: 1.1;
  white-space: nowrap;
}

.ab-mobile-call-sticky {
  display: none;
}

.ab-global-footer {
  background: #08142d;
  color: #fff;
  padding: 46px 0 22px;
}

.ab-global-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.8fr) minmax(220px, 1fr);
  gap: 34px;
  align-items: start;
}

.ab-global-footer__brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 4px;
}

.ab-global-footer__brand strong,
.ab-global-footer__contact a {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.ab-global-footer p {
  max-width: 470px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.ab-global-footer__nav {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.ab-global-footer__nav a:hover {
  color: #fff;
}

.ab-global-footer__contact span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ab-global-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.ab-static-page {
  margin: 0;
  color: var(--ab-ink);
  background: var(--ab-soft);
  font-family: Arial, Helvetica, sans-serif;
}

.ab-static-page a {
  color: inherit;
  text-decoration: none;
}

.ab-topbar {
  background: var(--ab-ink);
  color: #fff;
  font-size: 14px;
}

.ab-topbar__inner,
.ab-header__inner,
.ab-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.ab-topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.ab-header {
  background: #fff;
  border-bottom: 1px solid var(--ab-line);
}

.ab-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
}

.ab-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  font-size: 20px;
}

.ab-brand img {
  height: 74px;
  width: 74px;
}

.ab-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
  font-weight: 700;
}

.ab-nav a:hover {
  color: var(--ab-red);
}

.ab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--ab-red);
  color: #fff !important;
  font-weight: 800;
}

.ab-hero {
  background: linear-gradient(90deg, rgba(16, 33, 72, 0.92), rgba(16, 33, 72, 0.68)),
    url("/assets/ab-taxi/vehicles/vehicle-01.jpg") center/cover;
  color: #fff;
}

.ab-hero__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 410px;
  display: grid;
  align-content: center;
  padding: 72px 0;
}

.ab-eyebrow {
  margin: 0 0 12px;
  color: var(--ab-red);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.ab-hero .ab-eyebrow {
  color: #fff;
}

.ab-hero h1,
.ab-section h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
}

.ab-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 6vw, 68px);
}

.ab-hero p {
  max-width: 690px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.7;
}

.ab-section {
  padding: 72px 0;
}

.ab-section h2 {
  max-width: 780px;
  font-size: clamp(30px, 4vw, 46px);
}

.ab-section__lead {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--ab-muted);
  font-size: 18px;
  line-height: 1.75;
}

.ab-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ab-card {
  background: var(--ab-surface);
  border: 1px solid var(--ab-line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 12px 34px rgba(16, 33, 72, 0.08);
}

.ab-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: 0;
}

.ab-card p {
  margin: 0;
  color: var(--ab-muted);
  line-height: 1.65;
}

.ab-card strong {
  color: var(--ab-ink);
}

.ab-zones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.ab-zone {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid var(--ab-line);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}

.ab-photo-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 36px;
}

.ab-photo-band img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.ab-home-hero {
  background:
    linear-gradient(90deg, rgba(16, 33, 72, 0.94), rgba(16, 33, 72, 0.66)),
    url("/assets/ab-taxi/vehicles/vehicle-01.jpg") center/cover;
  color: #fff;
}

.ab-home-hero__grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 34px;
  align-items: center;
  min-height: 620px;
  padding: 72px 0;
}

.ab-home-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 1.06;
  letter-spacing: 0;
}

.ab-home-copy p {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.75;
}

.ab-home-actions,
.ab-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ab-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--ab-ink);
  background: var(--ab-ink);
  color: #fff !important;
  font-weight: 900;
}

.ab-link-button--light {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.12);
}

.ab-link-button--red {
  border-color: var(--ab-red);
  background: var(--ab-red);
}

.ab-booking-panel {
  box-sizing: border-box;
  background: #fff;
  color: var(--ab-ink);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 24px;
  width: 100%;
  max-width: 460px;
  justify-self: end;
  box-shadow: 0 22px 54px rgba(8, 20, 45, 0.28);
}

.ab-booking-panel * {
  box-sizing: border-box;
}

.ab-booking-panel h2 {
  margin: 0;
  color: var(--ab-ink);
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: 0;
}

.ab-booking-panel p {
  margin: 8px 0 0;
  color: var(--ab-muted);
  line-height: 1.55;
}

.ab-booking-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 18px;
}

.ab-field {
  display: grid;
  gap: 6px;
  color: var(--ab-ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ab-field--full {
  grid-column: 1 / -1;
}

.ab-field input,
.ab-field select,
.ab-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--ab-line);
  border-radius: 6px;
  padding: 0 12px;
  color: var(--ab-ink);
  background: #fff;
  font: 500 15px/1.4 Arial, Helvetica, sans-serif;
  appearance: none;
  -webkit-appearance: none;
}

.ab-field textarea {
  min-height: 88px;
  padding-top: 10px;
  resize: vertical;
}

.ab-form-note {
  margin: 12px 0 0;
  color: var(--ab-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ab-review-strip {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.ab-review-score {
  background: var(--ab-ink);
  color: #fff;
  border-radius: 8px;
  padding: 24px;
}

.ab-review-score strong {
  display: block;
  font-size: 40px;
  line-height: 1;
}

.ab-stars {
  color: #f5b301;
  font-size: 18px;
  letter-spacing: 0;
}

.ab-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.ab-list-grid span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--ab-line);
  border-radius: 8px;
  background: #fff;
  color: var(--ab-ink);
  font-weight: 800;
}

.ab-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 34px;
  align-items: center;
}

.ab-split img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 33, 72, 0.12);
}

.ab-article-card {
  overflow: hidden;
  padding: 0;
}

.ab-article-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ab-article-card__body {
  padding: 22px;
}

.ab-article-page .ab-split {
  align-items: start;
}

.ab-article-page__meta {
  margin: 18px 0 0;
  color: var(--ab-muted);
  font-weight: 800;
}

.ab-article-page__content {
  margin-top: 28px;
  color: var(--ab-muted);
  font-size: 18px;
  line-height: 1.8;
}

.ab-article-page__content h2 {
  margin-top: 34px;
}

.ab-cta-band {
  width: 100%;
  background: var(--ab-ink);
  color: #fff;
  padding: 72px 0;
}

.ab-cta-band__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.ab-cta-band h2,
.ab-cta-band p {
  color: #fff;
}

.ab-footer {
  background: var(--ab-ink);
  color: #fff;
  padding: 28px 0;
}

.ab-footer__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 820px) {
  .ab-topbar__inner,
  .ab-header__inner,
  .ab-nav,
  .ab-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  body.ab-globalized {
    padding-bottom: 64px;
  }

  .ab-global-header {
    display: block;
    min-height: 0;
  }

  .ab-global-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    min-height: 92px;
    padding: 8px 0;
  }

  .ab-global-header__main {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 18px 20px 22px;
  }

  .ab-menu-toggle {
    display: block;
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .ab-menu-button {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border: 1px solid var(--ab-line);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background: #fff;
  }

  .ab-menu-button span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--ab-ink);
  }

  .ab-global-menu {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
    padding-top: 8px;
  }

  .ab-menu-toggle:checked ~ .ab-global-menu {
    display: flex;
  }

  .ab-global-nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: nowrap;
    width: 100%;
  }

  .ab-global-cta {
    margin-left: 0;
    width: 100%;
  }

  .ab-global-phone {
    display: grid;
  }

  .ab-mobile-call-sticky {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 100000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 8px;
    background: var(--ab-ink);
    color: #fff !important;
    box-shadow: 0 14px 36px rgba(8, 20, 45, 0.32);
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
  }

  .ab-global-footer__grid {
    grid-template-columns: 1fr;
  }

  .ab-global-footer__bottom {
    flex-direction: column;
  }

  .ab-booking-panel {
    max-width: none;
    justify-self: stretch;
  }

  .ab-grid,
  .ab-zones,
  .ab-photo-band,
  .ab-home-hero__grid,
  .ab-review-strip,
  .ab-list-grid,
  .ab-split {
    grid-template-columns: 1fr;
  }

  .ab-booking-grid {
    grid-template-columns: 1fr;
  }

  .ab-hero__inner {
    min-height: 360px;
    padding: 54px 0;
  }
}
