@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url("../fonts/manrope-latin-ext.woff2") format("woff2");unicode-range:U+0100-02FF,U+1E00-1EFF,U+20A0-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url("../fonts/manrope-latin.woff2") format("woff2")}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url("../fonts/oswald-latin-ext.woff2") format("woff2");unicode-range:U+0100-02FF,U+1E00-1EFF,U+20A0-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url("../fonts/oswald-latin.woff2") format("woff2")}:root{--font-manrope:Manrope,Arial,sans-serif;--font-oswald:Oswald,"Arial Narrow",sans-serif}
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --yellow: #f6bd00;
  --yellow2: #ffd129;
  --ink: #101112;
  --muted: #6b6d70;
  --paper: #f4f3ef;
  --line: #d9d7d0;
  --white: #fff;
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-manrope),sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(var(--max),calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.topbar {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff26;
  font-size: 10px;
  letter-spacing: .18em;
  font-weight: 800;
}
.top-links {
  display: flex;
  gap: 28px;
  font-size: 12px;
  letter-spacing: .04em;
}
.top-links a:before {
  content: "●";
  color: var(--yellow);
  font-size: 8px;
  margin-right: 9px;
}
.nav {
  height: 96px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 145px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--ink);
  background: var(--yellow);
  font-family: var(--font-oswald);
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  transform: skew(-8deg);
  border-radius: 6px 14px 6px 14px;
}
.brand>span:last-child {
  display: flex;
  gap: 2px;
  flex-direction: column;
  line-height: .8;
}
.brand b {
  font-family: var(--font-oswald);
  font-size: 22px;
  letter-spacing: .08em;
}
.brand small {
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: .32em;
  font-size: 8px;
}
.nav-links {
  margin-left: auto;
  display: flex;
  gap: 28px;
  align-items: center;
}
.nav-links a {
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
  padding-block: 38px;
}
.nav-links a:hover:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: var(--yellow);
  bottom: 25px;
  left: calc(50% - 2px);
}
.nav-call {
  padding: 15px 21px;
  border: 1px solid #ffffff42;
  border-radius: 4px;
  font-family: var(--font-oswald);
  font-size: 17px;
  letter-spacing: .05em;
}
.nav-call small {
  display: block;
  color: var(--yellow);
  font-family: var(--font-manrope);
  font-size: 8px;
  letter-spacing: .2em;
  margin-bottom: 3px;
}
.hero {
  min-height: 860px;
  background: #0b0c0e;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#090b0d 0%,#090b0df2 42%,#090b0d72 68%,#090b0d85),url("../images/taxi-hero-v2.webp") center/cover;
}
.hero:after {
  content: "";
  position: absolute;
  width: 510px;
  height: 510px;
  border: 1px solid #ffffff19;
  border-radius: 50%;
  right: -170px;
  top: 145px;
}
.hero-grid {
  min-height: 750px;
  padding-top: 190px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  position: relative;
  z-index: 1;
}
.hero-copy {
  padding-top: 36px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: .22em;
  font-weight: 900;
  margin: 0 0 22px;
  text-transform: uppercase;
}
.eyebrow span {
  display: inline-block;
  background: var(--yellow);
  width: 25px;
  height: 2px;
  vertical-align: middle;
  margin-right: 10px;
}
.hero h1,.section-intro h2,.about h2,.fleet h2,.regions h2,.contact h2,.faq h2 {
  font-family: var(--font-oswald),sans-serif;
  text-transform: uppercase;
  letter-spacing: -.035em;
  line-height: .96;
  margin: 0;
  font-weight: 700;
}
.hero h1 {
  font-size: clamp(62px,7.2vw,106px);
  max-width: 700px;
}
.hero h1 em,.about h2 em {
  color: var(--yellow);
  font-style: normal;
}
.hero-lead {
  font-size: 16px;
  color: #c8c8c6;
  max-width: 600px;
  line-height: 1.8;
  margin: 30px 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.button {
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .11em;
  font-weight: 900;
}
.button span {
  font-size: 18px;
}
.button-yellow {
  background: var(--yellow);
  color: var(--ink);
}
.button-dark {
  background: var(--ink);
  color: #fff;
  margin-top: 24px;
}
.text-link {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.text-link span {
  color: var(--yellow);
  margin-left: 10px;
}
.trust {
  display: flex;
  gap: 31px;
  margin-top: 49px;
}
.trust span {
  font-size: 10px;
  color: #a7a7a4;
  max-width: 115px;
  line-height: 1.45;
  border-left: 1px solid #ffffff26;
  padding-left: 13px;
}
.trust b {
  display: block;
  color: white;
  font-family: var(--font-oswald);
  font-size: 21px;
}
.hero-visual {
  position: relative;
  align-self: end;
  height: 565px;
  background: linear-gradient(180deg,transparent 35%,#000 105%),url("../images/taxi-hero-v2.webp") center/cover;
  border: 1px solid #ffffff19;
}
.hero-number {
  position: absolute;
  right: -4px;
  top: -62px;
  font-family: var(--font-oswald);
  font-size: 150px;
  color: #ffffff09;
  line-height: 1;
}
.hero-number small {
  font-size: 42px;
}
.availability {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #111b;
  padding: 12px 16px;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.availability i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #3ed268;
  border-radius: 50%;
  margin-right: 7px;
  box-shadow: 0 0 0 4px #3ed26822;
}
.route-card {
  position: absolute;
  left: -40px;
  bottom: 35px;
  background: var(--yellow);
  color: var(--ink);
  padding: 22px;
  width: 270px;
  display: flex;
  flex-direction: column;
}
.route-card span {
  font-size: 9px;
  letter-spacing: .2em;
  font-weight: 800;
}
.route-card b {
  font-family: var(--font-oswald);
  font-size: 22px;
  text-transform: uppercase;
  margin: 6px 0;
}
.route-card small {
  font-size: 10px;
  font-weight: 700;
}
.hero-ticker {
  position: absolute;
  z-index: 2;
  bottom: 0;
  height: 60px;
  background: var(--yellow);
  color: var(--ink);
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--font-oswald);
  font-size: 17px;
  letter-spacing: .17em;
  font-weight: 700;
}
.hero-ticker div {
  word-spacing: 24px;
  animation: slide 30s linear infinite;
}
.hero-ticker span {
  word-spacing: 0;
}
@keyframes slide {
  to {
    transform: translateX(-25%);
  }
}
.services {
  padding: 120px 0;
}
.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 55px;
}
.section-intro .eyebrow {
  grid-column: 1/-1;
  margin-bottom: -47px;
}
.section-intro h2,.about h2,.fleet h2,.regions h2,.contact h2,.faq h2 {
  font-size: 56px;
}
.section-intro>p:last-child,.fleet-head>p,.regions-head>p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 430px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-card {
  position: relative;
  padding: 42px 35px 38px;
  border-right: 1px solid var(--line);
  min-height: 310px;
}
.service-card:last-child {
  border-right: 0;
}
.service-card>span {
  font-family: var(--font-oswald);
  font-size: 12px;
  color: #999;
}
.service-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
}
.service-card h3 {
  font-family: var(--font-oswald);
  font-size: 27px;
  text-transform: uppercase;
  margin: 52px 0 12px;
}
.service-card p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 28px;
}
.service-card a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .12em;
}
.service-card a b {
  color: var(--yellow);
  font-size: 17px;
  margin-left: 10px;
}
.service-card:hover {
  background: var(--yellow);
}
.service-card:hover .service-icon {
  border-color: #000;
}
.service-card:hover a b {
  color: #000;
}
.about {
  background: #171819;
  color: white;
  padding: 120px 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.about-image {
  height: 600px;
  position: relative;
  background: linear-gradient(180deg,#0000,#0008),url("../images/taxi-hero-v2.webp") center/cover;
}
.about-image:after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid #ffffff29;
}
.since {
  position: absolute;
  z-index: 1;
  bottom: -25px;
  right: -25px;
  width: 170px;
  height: 170px;
  background: var(--yellow);
  color: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.since small {
  font-weight: 900;
  font-size: 9px;
  letter-spacing: .15em;
}
.since b {
  font-family: var(--font-oswald);
  font-size: 47px;
}
.about-copy>p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  color: #aaa;
  max-width: 500px;
}
.values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0 5px;
  padding-top: 24px;
  border-top: 1px solid #ffffff19;
}
.values span {
  font-size: 11px;
  font-weight: 800;
}
.values span::first-letter {
  color: var(--yellow);
}
.fleet {
  padding: 120px 0;
}
.fleet-head,.regions-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 50px;
}
.fleet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.car-card {
  position: relative;
  height: 510px;
  overflow: hidden;
  background: #ddd center/cover;
}
.car-one {
  background-image: linear-gradient(180deg,#0000 45%,#000c),url("../images/taxi-hero-v2.webp");
}
.car-two {
  background-image: linear-gradient(180deg,#0000 45%,#000c),url("../images/taxi-hero-v2.webp");
}
.car-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 10px 13px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
}
.car-info {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  color: #fff;
}
.car-info small {
  font-size: 8px;
  letter-spacing: .17em;
  color: var(--yellow);
  font-weight: 900;
}
.car-info h3 {
  font-family: var(--font-oswald);
  text-transform: uppercase;
  font-size: 34px;
  margin: 6px 0 18px;
}
.car-info span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding-right: 14px;
  margin-right: 12px;
  border-right: 1px solid #ffffff46;
}
.car-info span:last-child {
  border: 0;
}
.regions {
  background: var(--yellow);
  padding: 120px 0;
}
.regions-head>p {
  color: #3c3b35;
}
.region-list {
  border-top: 1px solid #000;
}
.region-list a {
  display: grid;
  grid-template-columns: 70px 1fr 210px 40px;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid #000;
  transition: .2s;
}
.region-list a:hover {
  padding-inline: 16px;
  background: #111;
  color: #fff;
}
.region-list span {
  font-family: var(--font-oswald);
  font-size: 12px;
}
.region-list b {
  font-family: var(--font-oswald);
  font-size: 28px;
  text-transform: uppercase;
}
.region-list small {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
}
.region-list i {
  font-style: normal;
  font-size: 21px;
}
.stats {
  background: #161718;
  color: #fff;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.stats-grid div {
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ffffff17;
}
.stats-grid div:first-child {
  border-left: 1px solid #ffffff17;
}
.stats-grid b {
  font-family: var(--font-oswald);
  font-size: 45px;
  color: var(--yellow);
}
.stats-grid span {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 8px;
  color: #aaa;
}
.contact {
  padding: 120px 0;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 100px;
}
.contact-main>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  margin: 24px 0 40px;
}
.big-phone {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-family: var(--font-oswald);
  font-size: 42px;
}
.big-phone small {
  grid-column: 1/-1;
  font-family: var(--font-manrope);
  font-size: 8px;
  letter-spacing: .18em;
  font-weight: 900;
  color: var(--muted);
}
.big-phone span {
  grid-row: 2;
}
.contact-card {
  background: #fff;
  padding: 40px;
}
.contact-card p {
  font-size: 8px;
  letter-spacing: .16em;
  font-weight: 900;
  color: #999;
  margin: 0 0 8px;
}
.contact-card>a:not(.map-link),.contact-card address {
  font-family: var(--font-oswald);
  font-style: normal;
  font-size: 24px;
}
.contact-card hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 25px 0;
}
.map-link {
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .1em;
  font-weight: 900;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 6px;
}
.faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  padding: 0 0 120px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 25px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.faq summary span {
  font-size: 19px;
}
.faq details p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  padding-right: 60px;
}
footer {
  background: #0e0f10;
  color: #fff;
  padding: 70px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}
.footer-grid>p {
  color: #888;
  font-size: 11px;
  line-height: 1.8;
}
.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.footer-nav a {
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.copyright {
  margin-top: 65px;
  border-top: 1px solid #ffffff17;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.mobile-call {
  display: none;
}
@media (max-width:980px) {
  .nav-links {
    display: none;
  }
  .nav-call {
    margin-left: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    display: none;
  }
  .hero-copy {
    max-width: 700px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .about-grid {
    gap: 45px;
  }
  .fleet-grid {
    grid-template-columns: 1fr;
  }
  .contact {
    gap: 50px;
  }
  .region-list a {
    grid-template-columns: 55px 1fr 40px;
  }
  .region-list small {
    display: none;
  }
}
@media (max-width:700px) {
  .shell {
    width: min(100% - 30px,var(--max));
  }
  .topbar {
    display: none;
  }
  .nav {
    height: 80px;
  }
  .nav-call {
    font-size: 14px;
    padding: 10px;
  }
  .brand-mark {
    width: 38px;
    height: 38px;
  }
  .brand b {
    font-size: 18px;
  }
  .hero {
    min-height: 720px;
  }
  .hero-grid {
    min-height: 660px;
    padding-top: 120px;
  }
  .hero-copy {
    padding-top: 30px;
  }
  .hero h1 {
    font-size: 55px;
  }
  .hero-lead {
    font-size: 14px;
  }
  .trust {
    gap: 12px;
  }
  .trust span {
    font-size: 8px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .hero-ticker {
    height: 50px;
    font-size: 13px;
  }
  .services,.fleet,.regions {
    padding: 80px 0;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-intro .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }
  .section-intro h2,.about h2,.fleet h2,.regions h2,.contact h2,.faq h2 {
    font-size: 42px;
  }
  .about {
    padding: 80px 0;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-image {
    height: 430px;
  }
  .since {
    width: 125px;
    height: 125px;
    right: 10px;
  }
  .since b {
    font-size: 36px;
  }
  .values {
    grid-template-columns: 1fr;
  }
  .fleet-head,.regions-head {
    display: block;
  }
  .car-card {
    height: 410px;
  }
  .region-list a {
    grid-template-columns: 45px 1fr 30px;
  }
  .region-list b {
    font-size: 23px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-grid div {
    height: 135px;
  }
  .stats-grid b {
    font-size: 34px;
  }
  .contact {
    padding: 80px 0;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .big-phone {
    font-size: 31px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 80px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .copyright {
    margin-bottom: 55px;
  }
  .mobile-call {
    display: flex;
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58px;
    background: var(--yellow);
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 -5px 25px #0005;
  }
  .mobile-call span {
    color: #38a852;
  }
  .mobile-call b {
    margin-left: auto;
    font-family: var(--font-oswald);
    font-size: 17px;
  }
  .footer-brand {
    color: #fff;
  }
}
.region-page {
  background: var(--paper);
}
.region-nav {
  height: 100px;
  display: flex;
  align-items: center;
  gap: 50px;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.region-nav>a:nth-child(2) {
  margin-left: auto;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .14em;
  font-weight: 900;
}
.region-hero {
  min-height: 650px;
  color: white;
  padding: 190px 0 100px;
  background: linear-gradient(90deg,#08090bf2,#08090b8b),url("../images/taxi-hero-v2.webp") center/cover;
}
.region-hero h1 {
  font-family: var(--font-oswald);
  font-size: clamp(75px,10vw,140px);
  line-height: .8;
  text-transform: uppercase;
  margin: 0;
}
.region-hero h1 em {
  font-style: normal;
  color: var(--yellow);
}
.region-hero>div>p:not(.eyebrow) {
  color: #ccc;
  max-width: 540px;
  line-height: 1.8;
  margin: 30px 0;
}
.region-content {
  padding: 110px 0;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 120px;
}
.region-content h2,.region-cta h2 {
  font-family: var(--font-oswald);
  font-size: 58px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.region-content>div>p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  max-width: 620px;
}
.region-content aside {
  background: #fff;
  padding: 40px;
}
.region-content aside h3 {
  font-family: var(--font-oswald);
  font-size: 27px;
  text-transform: uppercase;
  margin-top: 0;
}
.region-content aside p {
  font-size: 12px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.region-content aside p::first-letter {
  color: var(--yellow);
}
.region-content aside small {
  display: block;
  font-size: 8px;
  letter-spacing: .15em;
  color: #999;
}
.region-content aside>a {
  font-family: var(--font-oswald);
  font-size: 30px;
}
.region-cta {
  background: var(--yellow);
  padding: 80px 0;
}
.region-cta>div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}
.region-cta p {
  grid-column: 1;
  font-size: 13px;
}
.region-cta a {
  grid-column: 2;
  grid-row: 1/3;
  background: #111;
  color: white;
  padding: 20px 25px;
  font-family: var(--font-oswald);
  font-size: 22px;
}
@media (max-width:700px) {
  .region-nav {
    height: 80px;
  }
  .region-nav>a:nth-child(2) {
    display: none;
  }
  .region-nav .nav-call {
    margin-left: auto;
  }
  .region-hero {
    min-height: 590px;
    padding-top: 150px;
  }
  .region-hero h1 {
    font-size: 70px;
  }
  .region-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 80px 0;
  }
  .region-content h2 {
    font-size: 43px;
  }
  .region-cta>div {
    display: block;
  }
  .region-cta h2 {
    font-size: 40px;
  }
  .region-cta a {
    display: inline-block;
    margin-top: 20px;
  }
}
.hero:before {
  background: linear-gradient(90deg,#090b0df7 0%,#090b0de8 43%,#090b0d75 75%,#090b0d55),url("../images/taxi-hero-v2.webp") center/cover;
}
.hero-visual {
  background: linear-gradient(180deg,#07090b20 25%,#07090bd9 100%),linear-gradient(90deg,#07090b5c,#07090b05),url("../images/taxi-hero-v2.webp") 66% center/cover;
}
.about-image {
  background: linear-gradient(180deg,#0000,#0007),url("../images/taxi-about-v2.webp") center 38%/cover;
}
.car-one {
  background-image: linear-gradient(180deg,#0000 42%,#000d),url("../images/taxi-fleet-compact-v2.webp");
}
.car-two {
  background-image: linear-gradient(180deg,#0000 42%,#000d),url("../images/taxi-fleet-comfort-v2.webp");
}
.region-hero {
  background: linear-gradient(90deg,#08090bf4 0%,#08090b8a 60%,#08090b45),url("../images/taxi-hero-v2.webp") center/cover;
}
@keyframes softReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes taxiPulse {
  0%,100% {
    box-shadow: 0 0 0 0 #f6bd0040;
  }
  50% {
    box-shadow: 0 0 0 9px #f6bd0000;
  }
}
@supports (animation-timeline:view()) {
  .services .section-intro,.service-card,.about-grid,.fleet-head,.car-card,.regions-head,.region-list a,.stats-grid div,.contact>*,.faq>*,.region-content>*,.region-cta>div {
    animation: softReveal .75s cubic-bezier(.22,.8,.25,1) both;
    animation-timeline: view();
    animation-range: entry 5% cover 28%;
  }
  .service-card:nth-child(2),.car-card:nth-child(2),.stats-grid div:nth-child(2) {
    animation-range: entry 10% cover 32%;
  }
  .service-card:nth-child(3),.stats-grid div:nth-child(3) {
    animation-range: entry 15% cover 36%;
  }
  .stats-grid div:nth-child(4) {
    animation-range: entry 20% cover 40%;
  }
}
.button,.nav-call,.mobile-call {
  transition: transform .28s ease,box-shadow .28s ease,background-color .28s ease;
}
.button:hover,.nav-call:hover {
  transform: translateY(-2px) scale(1.018);
  box-shadow: 0 12px 28px #00000028;
}
.button-yellow,.mobile-call {
  animation: taxiPulse 3.2s ease-in-out infinite;
}
.car-card {
  transition: transform .45s cubic-bezier(.22,.8,.25,1),box-shadow .45s ease;
  background-position: center;
  will-change: transform;
}
.car-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 50px #10111229;
  background-position: center 48%;
}
.service-card,.region-list a {
  transition: transform .35s ease,background-color .35s ease,color .35s ease,padding .35s ease,box-shadow .35s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px #10111214;
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .button-yellow,.mobile-call {
    animation: none;
  }
  .button,.nav-call,.car-card,.service-card,.region-list a {
    transition: none;
  }
  .car-card:hover,.service-card:hover,.button:hover,.nav-call:hover {
    transform: none;
  }
  @supports (animation-timeline:view()) {
    .services .section-intro,.service-card,.about-grid,.fleet-head,.car-card,.regions-head,.region-list a,.stats-grid div,.contact>*,.faq>*,.region-content>*,.region-cta>div {
      animation: none;
    }
  }
}
@media (max-width:700px) {
  .car-card:hover,.service-card:hover {
    transform: translateY(-3px);
  }
  .button-yellow,.mobile-call {
    animation-duration: 4s;
  }
}
@keyframes statusPulse {
  0%,100% {
    box-shadow: 0 0 0 0 #46d87755;
  }
  50% {
    box-shadow: 0 0 0 5px #46d87700;
  }
}
.hero:before {
  background: linear-gradient(90deg,#080a0cfb 0%,#080a0cf1 35%,#080a0cae 54%,#080a0c30 78%,#080a0c12 100%),url("../images/taxi-hero-v2.webp") 72% center/cover no-repeat;
}
.hero-grid {
  display: block;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(650px,58%);
}
.hero-visual,.availability,.hero-number {
  display: none;
}
.status-pill {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border: 1px solid #ffffff2b;
  border-radius: 7px;
  background: #1013169c;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #dfe4df;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.status-pill i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #46d877;
  animation: statusPulse 3.4s ease-in-out infinite;
}
.route-card {
  left: auto;
  right: 0;
  bottom: 48px;
  width: 228px;
  padding: 17px 19px;
  border-left: 3px solid #fff6;
  box-shadow: 0 14px 36px #0004;
}
.route-card b {
  font-size: 19px;
}
.route-card small {
  font-size: 9px;
}
@media (max-width:980px) {
  .hero:before {
    background: linear-gradient(90deg,#080a0cfa 0%,#080a0ce8 48%,#080a0c7c 76%,#080a0c3d 100%),url("../images/taxi-hero-v2.webp") 67% center/cover no-repeat;
  }
  .hero-copy {
    width: min(680px,76%);
  }
  .route-card {
    right: 0;
    bottom: 42px;
  }
}
@media (max-width:700px) {
  .hero {
    min-height: 790px;
  }
  .hero:before {
    background: linear-gradient(180deg,#080a0c9e 0%,#080a0ce9 54%,#080a0c 78%),url("../images/taxi-hero-v2.webp") 68% 20%/auto 53% no-repeat;
    background-color: #080a0c;
  }
  .hero-grid {
    min-height: 730px;
    padding-top: 108px;
  }
  .hero-copy {
    width: 100%;
    padding-top: 18px;
  }
  .status-pill {
    margin-bottom: 13px;
    padding: 7px 10px;
  }
  .hero .eyebrow {
    margin-bottom: 17px;
  }
  .hero h1 {
    font-size: 51px;
  }
  .hero-lead {
    margin: 22px 0;
  }
  .trust {
    margin-top: 31px;
  }
  .route-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 26px;
    padding: 15px 18px;
    box-shadow: none;
    border-left: 3px solid #fff6;
  }
  .route-card b {
    font-size: 18px;
    margin: 3px 0;
  }
  .route-card small {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .status-pill i {
    animation: none;
  }
}
