:root {
  --c-charcoal: #101010;
  --c-soft-black: #18181b;
  --c-navy: #111827;
  --c-yellow: #ffc400;
  --c-amber: #ffb000;
  --c-white: #fff;
  --c-bg-soft: #f7f8fa;
  --c-border: #e5e7eb;
  --c-muted: #6b7280;
  --c-strong: #111827;
  --c-wa: #25d366;
  --grad-yellow: linear-gradient(135deg, #ffc400 0%, #ffb000 100%);
  --grad-dark: linear-gradient(160deg, #18181b 0%, #101010 60%, #0a0a0a 100%);
  --grad-glow: radial-gradient(60% 60% at 50% 0%, #ffc4002e 0%, #ffc40000 70%);
  --sh-sm: 0 2px 6px #1118270d;
  --sh-md: 0 10px 30px -12px #11182726;
  --sh-lg: 0 24px 60px -20px #11182740;
  --sh-yellow: 0 14px 40px -14px #ffc4008c;
  --sh-dark-card: 0 24px 60px -24px #0009;
  --r-btn: 16px;
  --r-card: 26px;
  --r-hero: 32px;
  --r-pill: 999px;
  --s-section: 112px;
  --s-section-mb: 64px;
  --font-sans: "Inter", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:before, :after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--c-strong);
  background: var(--c-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

img, svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  color: inherit;
  background: none;
  border: none;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-amber);
  border-radius: var(--r-pill);
  background: #ffc40014;
  border: 1px solid #ffc40040;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.eyebrow.dark {
  color: #ffc400;
}

h1, h2, h3, h4 {
  font-family: var(--font-sans);
  color: var(--c-strong);
  letter-spacing: -.02em;
}

h1 {
  letter-spacing: -.03em;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.08;
}

h2 {
  letter-spacing: -.025em;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.12;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--c-muted);
  font-size: 17px;
  line-height: 1.7;
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.section-head .eyebrow {
  margin-bottom: 20px;
}

.section-head h2 {
  margin-bottom: 16px;
}

section {
  padding: var(--s-section) 0;
}

.btn {
  border-radius: var(--r-btn);
  letter-spacing: -.01em;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 26px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .18s, box-shadow .18s, background .18s;
  display: inline-flex;
}

.btn svg {
  width: 20px;
  height: 20px;
}

.btn-primary {
  background: var(--grad-yellow);
  color: #1a1300;
  box-shadow: var(--sh-yellow);
}

.btn-wa {
  background: var(--c-wa);
  color: #fff;
  box-shadow: 0 14px 40px -14px #25d3668c;
}

.btn-wa:hover {
  background: #1fbf5b;
  transform: translateY(-2px);
}

.btn-ghost {
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff0f;
  border: 1px solid #ffffff24;
}

.btn-ghost:hover {
  background: #ffffff1f;
  transform: translateY(-2px);
}

.btn-outline {
  color: var(--c-strong);
  border: 1px solid var(--c-border);
  background: #fff;
}

.btn-outline:hover {
  border-color: var(--c-strong);
  transform: translateY(-2px);
}

.btn-sm {
  border-radius: 12px;
  height: 44px;
  padding: 0 18px;
  font-size: 14px;
}

.nav-bar {
  z-index: 60;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: linear-gradient(#0a0a0ceb 0%, #0f0f12d1 100%);
  border-bottom: 1px solid #ffc4002e;
  position: sticky;
  top: 0;
  box-shadow: 0 18px 50px -30px #0009;
}

.nav-bar:after {
  content: "";
  opacity: .7;
  background: linear-gradient(90deg, #0000 0%, #ffc400 30%, #ff9500 50%, #ffc400 70%, #0000 100%);
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.nav-shell {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 82px;
  display: flex;
}

.nav-brand {
  color: #fff;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
  display: flex;
}

.nb-sign {
  background: linear-gradient(#ffd84a 0%, #ffb800 55%, #ff9d00 100%);
  border-radius: 12px;
  flex-shrink: 0;
  place-items: center;
  width: 52px;
  height: 42px;
  padding: 4px 7px 6px;
  transition: transform .3s cubic-bezier(.2, .8, .2, 1);
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 28px -8px #ffb800a6, inset 0 1px #ffffff80;
}

.nb-sign img {
  object-fit: contain;
  filter: drop-shadow(0 2px 3px #0006);
  width: 100%;
  height: auto;
}

.nav-brand:hover .nb-sign {
  transform: translateY(-2px) rotate(-3deg);
}

.nb-sign:after {
  content: "";
  background: linear-gradient(115deg, #0000 38%, #ffffff80 50%, #0000 62%);
  animation: 4s ease-in-out infinite nb-shimmer;
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
}

@keyframes nb-shimmer {
  0%, 70%, 100% {
    transform: translateX(-120%);
  }

  85% {
    transform: translateX(120%);
  }
}

.nb-text {
  flex-direction: column;
  min-width: 0;
  line-height: 1.1;
  display: flex;
}

.nb-text strong {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 800;
}

.nb-text em {
  color: #ffc400d9;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 600;
}

.nav-links {
  background: #ffffff0a;
  border: 1px solid #ffffff0f;
  border-radius: 999px;
  align-items: center;
  gap: 2px;
  padding: 6px;
  display: flex;
}

.nav-links a {
  color: #ffffffc7;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s;
  position: relative;
}

.nav-links a:hover {
  color: #ffc400;
  background: #ffc40024;
}

.nav-actions {
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  display: flex;
}

.nb-icon {
  color: #fff;
  background: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  place-items: center;
  width: 44px;
  height: 44px;
  transition: background .2s, transform .2s, border-color .2s;
  display: grid;
}

.nb-icon svg {
  width: 19px;
  height: 19px;
}

.nb-icon:hover {
  transform: translateY(-2px);
}

.nb-wa {
  color: #25d366;
}

.nb-wa:hover {
  background: #25d36624;
  border-color: #25d36666;
}

.nb-call {
  color: #111;
  background: linear-gradient(135deg, #ffd84a 0%, #ffc400 50%, #ff9d00 100%);
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  padding: 8px 18px 8px 8px;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 36px -12px #ffc400b3, inset 0 1px #ffffff80;
}

.nb-call:before {
  content: "";
  background: linear-gradient(115deg, #0000 35%, #ffffff80 50%, #0000 65%);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
  position: absolute;
  inset: 0;
  transform: translateX(-130%);
}

.nb-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px -12px #ffc400d9;
}

.nb-call:hover:before {
  transform: translateX(130%);
}

.nb-call-ico {
  color: #ffc400;
  background: #111;
  border-radius: 10px;
  flex-shrink: 0;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
  box-shadow: inset 0 0 0 1px #ffc40066;
}

.nb-call-ico svg {
  width: 17px;
  height: 17px;
}

.nb-call-txt {
  flex-direction: column;
  line-height: 1.05;
  display: flex;
}

.nb-call-txt em {
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .7;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.nb-call-txt strong {
  margin-top: 2px;
  font-size: 14.5px;
  font-weight: 800;
}

.nb-burger {
  cursor: pointer;
  background: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 0;
  transition: background .2s;
  display: none;
}

.nb-burger span {
  background: #fff;
  border-radius: 2px;
  width: 20px;
  height: 2px;
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), opacity .2s;
  display: block;
}

.nb-burger.is-open {
  background: #ffc40026;
  border-color: #ffc40066;
}

.nb-burger.is-open span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.nb-burger.is-open span:nth-child(2) {
  opacity: 0;
}

.nb-burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-scrim {
  z-index: 70;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #0000008c;
  animation: .25s nd-fade;
  position: fixed;
  inset: 0;
}

.nav-drawer {
  z-index: 71;
  visibility: hidden;
  background: linear-gradient(#15151a 0%, #0a0a0c 100%);
  border-left: 1px solid #ffc40033;
  flex-direction: column;
  gap: 14px;
  width: min(420px, 92vw);
  padding: 22px 22px 32px;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1);
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  transform: translateX(100%);
  box-shadow: -30px 0 80px -20px #000000b3;
}

.nav-drawer.open {
  visibility: visible;
  transform: translateX(0);
}

.nav-drawer:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(70% 40% at 80% 0, #ffc4001f, #0000 70%);
  position: absolute;
  inset: 0;
}

.nav-drawer > * {
  position: relative;
}

.nd-head {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.nd-plate {
  letter-spacing: 1px;
  border-radius: 10px;
  align-items: stretch;
  font-weight: 800;
  display: inline-flex;
  overflow: hidden;
  box-shadow: 0 10px 26px -8px #0009;
}

.nd-flag {
  color: #fff;
  background: #1d4ed8;
  place-items: center;
  padding: 8px 10px;
  font-size: 11px;
  display: grid;
}

.nd-num {
  color: #111;
  background: #fff;
  padding: 8px 14px;
  font-size: 16px;
}

.nd-close {
  color: #fff;
  cursor: pointer;
  background: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  place-items: center;
  width: 42px;
  height: 42px;
  transition: background .2s, transform .2s;
  display: grid;
}

.nd-close svg {
  width: 20px;
  height: 20px;
}

.nd-close:hover {
  background: #ff525226;
  border-color: #ff525266;
  transform: rotate(90deg);
}

.nd-section {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #ffc400b3;
  margin-top: 4px;
  padding: 0 4px;
  font-size: 10.5px;
  font-weight: 700;
}

.nd-links {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.nd-links a {
  color: #fff;
  background: #ffffff0a;
  border: 1px solid #ffffff0f;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  text-decoration: none;
  transition: background .2s, border-color .2s, transform .2s;
  display: flex;
}

.nd-links a:hover, .nd-links a:active {
  background: #ffc40014;
  border-color: #ffc4004d;
  transform: translateX(2px);
}

.nd-link-body {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  line-height: 1.15;
  display: flex;
}

.nd-link-body strong {
  font-size: 15px;
  font-weight: 700;
}

.nd-link-body em {
  opacity: .55;
  margin-top: 2px;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 500;
}

.nd-link-arrow {
  color: #ffc400;
  background: #ffc4001f;
  border-radius: 9px;
  place-items: center;
  width: 30px;
  height: 30px;
  transition: transform .2s;
  display: grid;
}

.nd-link-arrow svg {
  width: 15px;
  height: 15px;
}

.nd-links a:hover .nd-link-arrow {
  transform: translateX(3px);
}

.nd-cta {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.nd-call, .nd-wa {
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  padding: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nd-call svg, .nd-wa svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.nd-call span, .nd-wa span {
  flex-direction: column;
  line-height: 1.1;
  display: flex;
}

.nd-call span small, .nd-wa span small {
  opacity: .75;
  margin-top: 2px;
  font-size: 10.5px;
  font-weight: 600;
}

.nd-call {
  color: #111;
  background: linear-gradient(135deg, #ffd84a 0%, #ffc400 50%, #ff9d00 100%);
  box-shadow: 0 14px 36px -12px #ffc400b3;
}

.nd-wa {
  color: #fff;
  background: linear-gradient(135deg, #25d366 0%, #1ebe57 50%, #128c7e 100%);
  box-shadow: 0 14px 36px -12px #25d36699;
}

.nd-call:active, .nd-wa:active {
  transform: scale(.98);
}

.nd-foot {
  color: #ffffffb3;
  background: #ffffff0a;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 14px 16px;
  font-size: 12px;
  display: flex;
}

.nd-dot {
  background: #22c55e;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1.6s infinite nd-pulse;
  box-shadow: 0 0 #22c55e99;
}

@keyframes nd-pulse {
  0% {
    box-shadow: 0 0 #22c55e99;
  }

  70% {
    box-shadow: 0 0 0 10px #22c55e00;
  }

  100% {
    box-shadow: 0 0 #22c55e00;
  }
}

@keyframes nd-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (width <= 1080px) {
  .nav-links, .nb-call-txt {
    display: none;
  }

  .nb-call {
    padding: 8px;
  }
}

@media (width <= 720px) {
  .nav-shell {
    gap: 12px;
    height: 70px;
  }

  .nb-text em {
    display: none;
  }

  .nb-text strong {
    font-size: 14.5px;
  }

  .nb-sign {
    width: 46px;
    height: 38px;
  }

  .nb-burger {
    display: flex;
  }

  .nb-icon {
    width: 42px;
    height: 42px;
  }
}

.hero {
  background: var(--grad-dark);
  color: #fff;
  padding: 96px 0 120px;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  background: var(--grad-glow);
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.hero:after {
  content: "";
  pointer-events: none;
  background-image: linear-gradient(#ffffff06 1px, #0000 1px), linear-gradient(90deg, #ffffff06 1px, #0000 1px);
  background-size: 56px 56px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(at top, #000000e6, #0000 70%);
  mask-image: radial-gradient(at top, #000000e6, #0000 70%);
}

.hero .container {
  z-index: 2;
  position: relative;
}

.hero-grid {
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 64px;
  display: grid;
}

.hero h1 {
  color: #fff;
  margin: 22px 0;
  font-size: 68px;
}

.hero h1 .accent {
  background: var(--grad-yellow);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-sub {
  color: #ffffffb8;
  max-width: 560px;
  margin-bottom: 32px;
  font-size: 18px;
}

.hero-cta {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
  display: flex;
}

.hero-badges {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.badge {
  border-radius: var(--r-pill);
  color: #ffffffd9;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
}

.badge .dot {
  background: var(--c-yellow);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 12px var(--c-yellow);
  border-radius: 50%;
}

.badge.live .dot {
  background: #4ade80;
  animation: 1.6s infinite pulse;
  box-shadow: 0 0 12px #4ade80;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .35;
  }
}

.hero-visual {
  aspect-ratio: 1 / 1.05;
  border-radius: var(--r-hero);
  box-shadow: var(--sh-dark-card);
  background: linear-gradient(160deg, #ffc4001f, #ffffff05);
  border: 1px solid #ffffff14;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.hero-visual:before {
  content: "";
  background: radial-gradient(circle at 30% 20%, #ffc40040, #0000 40%), radial-gradient(circle at 80% 80%, #ffb00026, #0000 50%);
  position: absolute;
  inset: 0;
}

.route-svg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.plate-badge {
  z-index: 2;
  background: #fff;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 10px 10px;
  display: inline-flex;
  position: relative;
  box-shadow: 0 12px 30px #00000040;
}

.plate-badge .flag {
  color: #fff;
  letter-spacing: .05em;
  background: linear-gradient(#003da5 0% 100%);
  border-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  width: 36px;
  height: 44px;
  padding-bottom: 6px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
}

.plate-badge .pnum {
  color: #111;
  letter-spacing: .08em;
  padding-right: 8px;
  font-family: Inter, monospace;
  font-size: 20px;
  font-weight: 800;
}

.float-card {
  z-index: 3;
  -webkit-backdrop-filter: blur(16px);
  color: #fff;
  background: #18181bc7;
  border: 1px solid #ffffff1a;
  border-radius: 18px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  font-size: 13px;
  display: flex;
  position: absolute;
  box-shadow: 0 18px 50px #0006;
}

.float-card .ico {
  background: var(--grad-yellow);
  color: #1a1300;
  border-radius: 10px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}

.float-card .ico svg {
  width: 18px;
  height: 18px;
}

.float-card .label {
  color: #ffffff8c;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
}

.float-card .value {
  font-size: 15px;
  font-weight: 700;
}

.fc-eta {
  top: 28px;
  right: 28px;
}

.fc-loc {
  bottom: 100px;
  left: 28px;
}

.fc-247 {
  bottom: 28px;
  right: 28px;
}

.pin {
  z-index: 2;
  background: var(--c-yellow);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  box-shadow: 0 0 0 6px #ffc40033, 0 0 30px #ffc400b3;
}

.pin:after {
  content: "";
  background: #1a1300;
  border-radius: 50%;
  position: absolute;
  inset: 8px;
}

.pin-1 {
  top: 30%;
  left: 35%;
}

.pin-2 {
  top: 60%;
  left: 70%;
}

.plate-wrap {
  z-index: 3;
  position: absolute;
  top: 28px;
  left: 28px;
}

.quick-panel {
  z-index: 5;
  margin-top: -72px;
  position: relative;
}

.quick-card {
  border-radius: var(--r-card);
  box-shadow: var(--sh-lg);
  border: 1px solid var(--c-border);
  background: #fff;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 36px;
  display: grid;
}

.quick-card h3 {
  margin-bottom: 6px;
  font-size: 26px;
}

.quick-card p {
  font-size: 15px;
}

.quick-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.services {
  background: var(--c-bg-soft);
}

.services-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}

.service-card {
  border-radius: var(--r-card);
  border: 1px solid var(--c-border);
  background: #fff;
  padding: 32px 28px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative;
  overflow: hidden;
}

.service-card:before {
  content: "";
  background: radial-gradient(circle, #ffc40014, #0000 70%);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
}

.service-card:hover {
  box-shadow: var(--sh-md);
  border-color: #ffc40066;
  transform: translateY(-4px);
}

.service-icon {
  color: #b8830a;
  z-index: 1;
  background: linear-gradient(135deg, #fff8e0, #fff);
  border: 1px solid #ffc40040;
  border-radius: 16px;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  display: grid;
  position: relative;
}

.service-icon svg {
  width: 26px;
  height: 26px;
}

.service-card h3 {
  z-index: 1;
  margin-bottom: 10px;
  font-size: 19px;
  position: relative;
}

.service-card p {
  z-index: 1;
  margin-bottom: 20px;
  font-size: 15px;
  position: relative;
}

.service-actions {
  z-index: 1;
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
  position: relative;
}

.mini-link {
  color: var(--c-strong);
  background: var(--c-bg-soft);
  border-radius: 10px;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  transition: background .15s;
  display: inline-flex;
}

.mini-link:hover {
  background: #ececf0;
}

.mini-link.wa {
  color: #128c3d;
  background: #25d3661a;
}

.mini-link.wa:hover {
  background: #25d3662e;
}

.mini-link svg {
  width: 14px;
  height: 14px;
}

.areas {
  background: #fff;
}

.areas-grid {
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
  gap: 56px;
  display: grid;
}

.areas-text h2 {
  text-align: left;
  margin-bottom: 18px;
}

.areas-text p {
  margin-bottom: 28px;
}

.area-chips {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  display: flex;
}

.chip {
  background: var(--c-bg-soft);
  border: 1px solid var(--c-border);
  border-radius: var(--r-pill);
  color: var(--c-strong);
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .15s;
  display: inline-flex;
}

.chip:hover {
  border-color: var(--c-amber);
  color: #b8830a;
  background: #fff;
}

.chip .dot {
  background: var(--c-yellow);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.chip.featured {
  background: var(--c-strong);
  color: #fff;
  border-color: var(--c-strong);
}

.chip.featured .dot {
  background: var(--c-yellow);
}

.map-card {
  background: var(--grad-dark);
  border-radius: var(--r-card);
  color: #fff;
  min-height: 480px;
  box-shadow: var(--sh-dark-card);
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.map-card:before {
  content: "";
  background-image: linear-gradient(#ffc4000f 1px, #0000 1px), linear-gradient(90deg, #ffc4000f 1px, #0000 1px);
  background-size: 40px 40px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(#000 30%, #0000 75%);
  mask-image: radial-gradient(#000 30%, #0000 75%);
}

.map-card .map-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.map-card .map-head span {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff9;
  font-size: 12px;
}

.map-svg-wrap {
  padding: 40px 0;
  position: relative;
}

.map-svg {
  width: 100%;
  height: auto;
}

.map-pin-label {
  color: #111;
  white-space: nowrap;
  background: #fffffff2;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  box-shadow: 0 6px 16px #0006;
}

.map-foot {
  gap: 10px;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.transport-list {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 24px;
  display: grid;
  position: relative;
}

.transport-list li {
  color: #fffc;
  border-top: 1px solid #ffffff0f;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-size: 13px;
  display: flex;
}

.transport-list li:before {
  content: "";
  background: var(--c-yellow);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.process {
  background: var(--c-bg-soft);
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  display: grid;
  position: relative;
}

.process-grid:before {
  content: "";
  background-image: linear-gradient(to right, var(--c-amber) 50%, transparent 50%);
  z-index: 0;
  background-size: 14px 2px;
  height: 2px;
  position: absolute;
  top: 38px;
  left: 8%;
  right: 8%;
}

.step {
  border-radius: var(--r-card);
  border: 1px solid var(--c-border);
  z-index: 1;
  text-align: center;
  background: #fff;
  padding: 28px;
  position: relative;
}

.step-num {
  background: var(--grad-yellow);
  color: #1a1300;
  width: 56px;
  height: 56px;
  box-shadow: var(--sh-yellow);
  border-radius: 50%;
  place-items: center;
  margin: 0 auto 18px;
  font-size: 22px;
  font-weight: 800;
  display: grid;
}

.step h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.step p {
  font-size: 14.5px;
}

.why {
  background: #fff;
}

.why-grid {
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 64px;
  display: grid;
}

.why-text h2 {
  text-align: left;
  margin-bottom: 20px;
}

.why-text p {
  margin-bottom: 28px;
}

.why-cta {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.features-grid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.feature {
  background: var(--c-bg-soft);
  border: 1px solid var(--c-border);
  border-radius: 20px;
  padding: 24px;
  transition: all .2s;
}

.feature:hover {
  border-color: var(--c-amber);
  box-shadow: var(--sh-md);
  background: #fff;
  transform: translateY(-3px);
}

.feature .fico {
  border: 1px solid var(--c-border);
  color: #b8830a;
  background: #fff;
  border-radius: 12px;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  display: grid;
}

.feature .fico svg {
  width: 22px;
  height: 22px;
}

.feature h4 {
  color: var(--c-strong);
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
}

.feature p {
  font-size: 13.5px;
  line-height: 1.5;
}

.transfer {
  background: var(--grad-dark);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.transfer:before {
  content: "";
  background: radial-gradient(circle at 15% 30%, #ffc4002e, #0000 40%), radial-gradient(circle at 85% 70%, #ffb0001f, #0000 50%);
  position: absolute;
  inset: 0;
}

.transfer .container {
  z-index: 1;
  position: relative;
}

.transfer .section-head h2, .transfer .section-head, .transfer .section-head h2 {
  color: #fff;
}

.transfer .section-head p {
  color: #ffffffb3;
}

.transfer-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 48px;
  display: grid;
}

.transfer-card {
  text-align: left;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 20px;
  padding: 24px;
  transition: all .2s;
}

.transfer-card:hover {
  background: #ffc40014;
  border-color: #ffc4004d;
  transform: translateY(-4px);
}

.transfer-card .tico {
  background: var(--grad-yellow);
  color: #1a1300;
  border-radius: 12px;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  display: grid;
}

.transfer-card .tico svg {
  width: 22px;
  height: 22px;
}

.transfer-card h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.transfer-cta {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  display: flex;
}

.reviews {
  background: var(--c-bg-soft);
}

.reviews-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.review-card {
  border-radius: var(--r-card);
  border: 1px solid var(--c-border);
  background: #fff;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  display: flex;
}

.stars {
  color: var(--c-amber);
  gap: 2px;
  display: flex;
}

.stars svg {
  width: 16px;
  height: 16px;
}

.review-card p {
  color: var(--c-strong);
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
}

.review-author {
  align-items: center;
  gap: 12px;
  display: flex;
}

.avatar {
  background: var(--grad-yellow);
  color: #1a1300;
  border-radius: 50%;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  display: grid;
}

.review-author .meta {
  font-size: 13px;
}

.review-author .name {
  color: var(--c-strong);
  font-weight: 700;
}

.review-author .loc {
  color: var(--c-muted);
  font-size: 12px;
}

.faq {
  background: #fff;
}

.faq-list {
  flex-direction: column;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
}

.faq-item {
  background: var(--c-bg-soft);
  border: 1px solid var(--c-border);
  border-radius: 20px;
  transition: all .2s;
  overflow: hidden;
}

.faq-item.open {
  border-color: var(--c-amber);
  box-shadow: var(--sh-md);
  background: #fff;
}

.faq-q {
  text-align: left;
  width: 100%;
  color: var(--c-strong);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
  font-size: 16.5px;
  font-weight: 600;
  display: flex;
}

.faq-q .plus {
  border: 1px solid var(--c-border);
  width: 32px;
  height: 32px;
  color: var(--c-strong);
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  font-size: 18px;
  transition: transform .2s;
  display: grid;
}

.faq-item.open .plus {
  background: var(--c-yellow);
  border-color: var(--c-yellow);
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  transition: max-height .3s;
  overflow: hidden;
}

.faq-a-inner {
  color: var(--c-muted);
  padding: 0 26px 24px;
  font-size: 15.5px;
  line-height: 1.7;
}

.final-cta {
  background: var(--grad-dark);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta:before {
  content: "";
  background: radial-gradient(#ffc40033, #0000 60%);
  position: absolute;
  inset: 0;
}

.final-cta .container {
  z-index: 1;
  position: relative;
}

.final-cta .plate-badge {
  margin: 0 auto 28px;
}

.final-cta h2 {
  color: #fff;
  max-width: 760px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta p {
  color: #ffffffb3;
  max-width: 600px;
  margin: 0 auto 36px;
}

.final-cta .hero-cta {
  justify-content: center;
}

.site-footer {
  background: var(--c-soft-black);
  color: #ffffffb3;
  padding: 72px 0 32px;
}

.footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  display: grid;
}

.footer-brand .brand {
  color: #fff;
  margin-bottom: 18px;
}

.footer-brand p {
  color: #ffffff8c;
  font-size: 14.5px;
}

.footer-col h5 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
}

.footer-col ul li {
  margin-bottom: 10px;
  font-size: 14.5px;
}

.footer-col ul li a {
  color: #ffffffa6;
  transition: color .15s;
}

.footer-col ul li a:hover {
  color: var(--c-yellow);
}

.footer-contact a {
  align-items: center;
  gap: 10px;
  display: flex;
}

.footer-contact svg {
  width: 16px;
  height: 16px;
  color: var(--c-yellow);
  flex-shrink: 0;
}

.footer-bottom {
  color: #fff6;
  border-top: 1px solid #ffffff14;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 28px;
  font-size: 13px;
  display: flex;
}

.sticky-bar {
  z-index: 60;
  -webkit-backdrop-filter: blur(20px);
  background: #101010eb;
  border: 1px solid #ffffff14;
  border-radius: 22px;
  gap: 10px;
  padding: 10px;
  display: none;
  position: fixed;
  bottom: 14px;
  left: 14px;
  right: 14px;
  box-shadow: 0 18px 50px #0006;
}

.sticky-bar .btn {
  border-radius: 14px;
  flex: 1;
  height: 52px;
  font-size: 15px;
}

.fade-in {
  opacity: 0;
  transition: opacity .6s, transform .6s;
  transform: translateY(20px);
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes float-y {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes slide-up-fade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glow-pulse {
  0%, 100% {
    box-shadow: 0 0 #ffc40066;
  }

  50% {
    box-shadow: 0 0 0 16px #ffc40000;
  }
}

@keyframes ring-expand {
  0% {
    opacity: .6;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2.4);
  }
}

@keyframes drive {
  0% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(-20px);
  }
}

@keyframes scan-line {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(400%);
  }
}

@keyframes count-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1);
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger > * {
  opacity: 0;
  transition: opacity .6s, transform .6s;
  transform: translateY(20px);
}

.stagger.visible > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger.visible > :first-child {
  transition-delay: 50ms;
}

.stagger.visible > :nth-child(2) {
  transition-delay: .12s;
}

.stagger.visible > :nth-child(3) {
  transition-delay: .19s;
}

.stagger.visible > :nth-child(4) {
  transition-delay: .26s;
}

.stagger.visible > :nth-child(5) {
  transition-delay: .33s;
}

.stagger.visible > :nth-child(6) {
  transition-delay: .4s;
}

.stagger.visible > :nth-child(7) {
  transition-delay: .47s;
}

.stagger.visible > :nth-child(8) {
  transition-delay: .54s;
}

.stagger.visible > :nth-child(9) {
  transition-delay: .61s;
}

.stagger.visible > :nth-child(10) {
  transition-delay: .68s;
}

.hero-visual {
  aspect-ratio: 4 / 5;
  border-radius: var(--r-hero);
  background: #0a0a0a;
  border: 1px solid #ffffff14;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 80px -30px #000000b3, inset 0 0 0 1px #ffc40014;
}

.hero-visual:before, .hero-visual:after {
  display: none;
}

.hero-photo {
  object-fit: cover;
  object-position: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform 8s;
  position: absolute;
  inset: 0;
  transform: scale(1.02);
}

.hero-visual:hover .hero-photo {
  transform: scale(1.08);
}

.hero-overlay {
  z-index: 2;
  background: linear-gradient(#0a0a0a1a 0%, #0a0a0a00 30%, #0a0a0a8c 75%, #0a0a0aeb 100%), radial-gradient(70% 50% at 50% 100%, #ffc4001f, #0000 70%);
  position: absolute;
  inset: 0;
}

.hero-photo-grid {
  z-index: 2;
  mix-blend-mode: overlay;
  opacity: .5;
  background-image: linear-gradient(#ffc4000f 1px, #0000 1px), linear-gradient(90deg, #ffc4000f 1px, #0000 1px);
  background-size: 48px 48px;
  position: absolute;
  inset: 0;
}

.hero-scan {
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(#0000, #ffc4002e, #0000);
  height: 80px;
  animation: 4s linear infinite scan-line;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.plate-wrap {
  z-index: 4;
  animation: 4s ease-in-out infinite float-y;
  top: 22px;
  left: 22px;
  right: auto;
}

.plate-badge {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fffffff7;
  border: 1px solid #ffffff80;
  box-shadow: 0 20px 50px #0006, 0 0 30px #ffc40026;
}

.hero-live-badge {
  z-index: 4;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #fff;
  letter-spacing: .04em;
  background: #101010b3;
  border: 1px solid #4ade8066;
  border-radius: 99px;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  position: absolute;
  top: 22px;
  right: 22px;
}

.hero-live-badge .dot {
  background: #4ade80;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: relative;
  box-shadow: 0 0 12px #4ade80;
}

.hero-live-badge .dot:after {
  content: "";
  border: 2px solid #4ade80;
  border-radius: 50%;
  animation: 1.8s ease-out infinite ring-expand;
  position: absolute;
  inset: -4px;
}

.float-card {
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  z-index: 4;
  background: #101010c7;
  border: 1px solid #ffffff1f;
  animation: 5s ease-in-out infinite float-y;
}

.fc-eta {
  animation-delay: 0s;
  top: auto;
  bottom: 130px;
  right: 22px;
}

.fc-loc {
  animation-delay: 1s;
  bottom: 22px;
  left: 22px;
  right: auto;
}

.fc-247 {
  display: none;
}

.hero-bottom-strip {
  z-index: 4;
  background: var(--grad-yellow);
  color: #1a1300;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  animation: 2.4s ease-out infinite glow-pulse;
  display: flex;
  position: absolute;
  bottom: 22px;
  right: 22px;
  box-shadow: 0 14px 40px -10px #ffc40099;
}

.hero-bottom-strip svg {
  width: 18px;
  height: 18px;
}

.hero-route-line {
  z-index: 3;
  background: linear-gradient(90deg, #0000, #ffc400cc, #0000) 0 0 / 200% 100%;
  height: 2px;
  animation: 3s linear infinite shimmer;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
}

.quick-panel-v2 {
  z-index: 5;
  margin-top: -90px;
  position: relative;
}

.quick-v2 {
  border: 1px solid var(--c-border);
  background: linear-gradient(#fff 0%, #fafbfc 100%);
  border-radius: 32px;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px -30px #11182740, 0 0 0 1px #ffc4000a;
}

.quick-v2:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(60% 100% at 50% 0, #ffc40014, #0000 60%);
  position: absolute;
  inset: 0;
}

.quick-v2-top {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 36px 40px 28px;
  display: grid;
  position: relative;
}

.quick-v2-status {
  color: #128c3d;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #4ade801a;
  border: 1px solid #4ade8040;
  border-radius: 99px;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.quick-v2-status .pulse {
  background: #22c55e;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: relative;
}

.quick-v2-status .pulse:after {
  content: "";
  border: 2px solid #22c55e;
  border-radius: 50%;
  animation: 1.6s ease-out infinite ring-expand;
  position: absolute;
  inset: -3px;
}

.quick-v2-top h3 {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.2;
}

.quick-v2-top p {
  color: var(--c-muted);
  font-size: 15.5px;
}

.quick-v2-plate {
  color: #fff;
  background: #111;
  border-radius: 18px;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  display: flex;
  box-shadow: 0 14px 40px -14px #0006;
}

.quick-v2-plate .pl-flag {
  color: #fff;
  background: #003da5;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  width: 32px;
  height: 38px;
  padding-bottom: 5px;
  font-size: 8px;
  font-weight: 800;
  display: flex;
}

.quick-v2-plate .pl-num {
  letter-spacing: .06em;
  color: #ffc400;
  font-size: 22px;
  font-weight: 800;
}

.quick-v2-plate small {
  color: #ffffff80;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.quick-v2-actions {
  border-top: 1px solid var(--c-border);
  background: #fafbfc;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  display: grid;
  position: relative;
}

.qa-tile {
  border-right: 1px solid var(--c-border);
  align-items: center;
  gap: 16px;
  padding: 24px 22px;
  transition: background .2s;
  display: flex;
  position: relative;
}

.qa-tile:last-child {
  border-right: none;
}

.qa-tile:hover {
  background: #fff;
}

.qa-tile .qa-ico {
  border-radius: 14px;
  flex-shrink: 0;
  place-items: center;
  width: 52px;
  height: 52px;
  transition: transform .25s;
  display: grid;
}

.qa-tile:hover .qa-ico {
  transform: scale(1.08) rotate(-5deg);
}

.qa-tile.call .qa-ico {
  background: var(--grad-yellow);
  color: #1a1300;
  box-shadow: 0 10px 26px -10px #ffc40099;
}

.qa-tile.wa .qa-ico {
  color: #fff;
  background: #25d366;
  box-shadow: 0 10px 26px -10px #25d36699;
}

.qa-tile.map .qa-ico {
  color: #ffc400;
  background: #111;
}

.qa-tile .qa-ico svg {
  width: 22px;
  height: 22px;
}

.qa-tile .qa-label {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--c-muted);
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}

.qa-tile .qa-value {
  color: var(--c-strong);
  font-size: 17px;
  font-weight: 700;
}

.qa-tile .qa-arrow {
  opacity: 0;
  color: var(--c-muted);
  transition: all .2s;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) translateX(-6px);
}

.qa-tile:hover .qa-arrow {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.quick-v2-stats {
  border-top: 1px solid var(--c-border);
  background: #fff;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.qa-stat {
  text-align: center;
  border-right: 1px solid var(--c-border);
  padding: 20px;
}

.qa-stat:last-child {
  border-right: none;
}

.qa-stat .num {
  color: #0000;
  letter-spacing: -.02em;
  background: var(--grad-yellow);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 800;
}

.qa-stat .lbl {
  color: var(--c-muted);
  letter-spacing: .04em;
  margin-top: 2px;
  font-size: 12px;
}

.service-card.v2 {
  flex-direction: column;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.service-card.v2:hover {
  transform: translateY(-6px);
}

.service-card.v2:hover .svc-img {
  transform: scale(1.08);
}

.svc-media {
  aspect-ratio: 16 / 9;
  background: #0a0a0a;
  position: relative;
  overflow: hidden;
}

.svc-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
  position: absolute;
  inset: 0;
}

.svc-media-overlay {
  background: linear-gradient(#0000 30%, #000000b3 100%);
  position: absolute;
  inset: 0;
}

.svc-icon-float {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #b8830a;
  background: #fffffff2;
  border-radius: 12px;
  place-items: center;
  width: 44px;
  height: 44px;
  display: grid;
  position: absolute;
  top: 16px;
  left: 16px;
  box-shadow: 0 10px 24px #0000004d;
}

.svc-icon-float svg {
  width: 22px;
  height: 22px;
}

.svc-tag {
  color: #1a1300;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #ffc400f2;
  border-radius: 99px;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  bottom: 14px;
  left: 14px;
}

.service-card.v2 .svc-body {
  flex-direction: column;
  flex: 1;
  padding: 24px 26px 26px;
  display: flex;
}

.service-card.v2 h3 {
  margin-bottom: 8px;
}

.service-card.v2 p {
  flex: 1;
  margin-bottom: 18px;
}

.why-v2 {
  background: var(--c-bg-soft);
  position: relative;
  overflow: hidden;
}

.why-v2:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(50% 60% at 80% 20%, #ffc40014, #0000 70%);
  position: absolute;
  inset: 0;
}

.why-v2 .container {
  z-index: 1;
  position: relative;
}

.why-v2 .why-grid {
  grid-template-columns: 1fr 1.15fr;
  align-items: stretch;
}

.why-left {
  background: var(--grad-dark);
  border-radius: var(--r-card);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
  padding: 40px 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.why-left:before {
  content: "";
  background: var(--grad-glow);
  position: absolute;
  inset: 0;
}

.why-left-bg {
  opacity: .25;
  mix-blend-mode: luminosity;
  background-image: none;
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.why-left > * {
  z-index: 2;
  position: relative;
}

.why-left h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
  font-size: 38px;
}

.why-left p {
  color: #ffffffb8;
  margin-bottom: 28px;
}

.why-stats-row {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 24px;
  padding: 24px 0;
  display: grid;
}

.why-stat {
  text-align: center;
  border-right: 1px solid #ffffff1a;
  padding: 0 8px;
}

.why-stat:last-child {
  border-right: none;
}

.why-stat .n {
  background: var(--grad-yellow);
  color: #0000;
  letter-spacing: -.02em;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
  font-weight: 800;
}

.why-stat .l {
  color: #ffffff8c;
  margin-top: 4px;
  font-size: 12px;
}

.why-left-cta {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.feature {
  position: relative;
  overflow: hidden;
}

.feature:after {
  content: "";
  background: linear-gradient(90deg, #0000, #ffc40014, #0000);
  width: 100%;
  height: 100%;
  transition: left .6s;
  position: absolute;
  top: 0;
  left: -100%;
}

.feature:hover:after {
  left: 100%;
}

.areas-text .eyebrow, .why-text .eyebrow {
  margin-bottom: 16px;
}

.transfer-card, .review-card {
  transition: transform .3s cubic-bezier(.2, .7, .2, 1), box-shadow .3s, background .3s, border-color .3s;
}

.review-card:hover {
  box-shadow: var(--sh-md);
  border-color: var(--c-amber);
  transform: translateY(-4px);
}

section {
  position: relative;
}

.brand-mark-sign {
  background: linear-gradient(#ffd84a 0%, #ffb800 55%, #ff9d00 100%);
  border-radius: 10px;
  place-items: center;
  width: 54px;
  height: 42px;
  padding: 4px 6px 6px;
  animation: 3.2s ease-in-out infinite brand-glow;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 22px -8px #ffb800b3, inset 0 1px #ffffff80;
}

.brand-mark-sign img {
  object-fit: contain;
  filter: drop-shadow(0 2px 3px #0006);
  width: 100%;
  height: auto;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}

.brand:hover .brand-mark-sign img {
  transform: scale(1.08) rotate(-3deg);
}

.brand-mark-sign:after {
  content: "";
  background: linear-gradient(115deg, #0000 38%, #ffffff8c 50%, #0000 62%);
  animation: 4s ease-in-out infinite sign-shimmer;
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
}

@keyframes sign-shimmer {
  0%, 70%, 100% {
    transform: translateX(-120%);
  }

  85% {
    transform: translateX(120%);
  }
}

@keyframes brand-glow {
  0%, 100% {
    box-shadow: 0 8px 22px -8px #ffb800b3, inset 0 1px #ffffff80;
  }

  50% {
    box-shadow: 0 10px 30px -6px #ffc400f2, inset 0 1px #fff9;
  }
}

.taxi-stripe {
  background-color: #ffc400;
  background-image: linear-gradient(#0a0a0a, #0a0a0a), linear-gradient(#0a0a0a, #0a0a0a), repeating-linear-gradient(90deg, #fff 0 14px, #0a0a0a 14px 28px);
  background-position: 0 8px, 0 26px, 0 12px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: 100% 4px, 100% 4px, 28px 14px;
  width: 100%;
  height: 38px;
  animation: 14s linear infinite stripe-scroll;
  position: relative;
  box-shadow: 0 6px 18px -6px #00000059, inset 0 1px #ffffff59;
}

.taxi-stripe:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#ffffff40, #0000 40% 60%, #0000002e);
  position: absolute;
  inset: 0;
}

@keyframes stripe-scroll {
  from {
    background-position: 0 8px, 0 26px, 0 12px;
  }

  to {
    background-position: 0 8px, 0 26px, 280px 12px;
  }
}

.btn {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.btn:before {
  content: "";
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(115deg, #0000 35%, #ffffff73 50%, #0000 65%);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
  position: absolute;
  inset: 0;
  transform: translateX(-130%);
}

.btn:hover:before {
  transform: translateX(130%);
}

.btn > * {
  z-index: 2;
  position: relative;
}

.btn-primary {
  background: linear-gradient(135deg, #ffd84a 0%, #ffc400 50%, #ff9d00 100%) 0 0 / 200% 200%;
  animation: 6s infinite btn-shift;
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 60px -14px #ffc400d9;
}

.btn-primary:active {
  transform: translateY(0) scale(.99);
}

.btn-wa {
  background: linear-gradient(135deg, #25d366 0%, #1ebe57 50%, #128c7e 100%) 0 0 / 200% 200%;
  animation: 7s infinite btn-shift;
}

.btn-wa:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 60px -14px #25d366bf;
}

@keyframes btn-shift {
  0%, 100% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }
}

.btn-primary:after {
  content: "";
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  border: 2px solid #ffc40080;
  animation: 2.6s ease-out infinite btn-pulse;
  position: absolute;
  inset: -2px;
}

@keyframes btn-pulse {
  0% {
    opacity: .6;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

.page-loader {
  z-index: 999;
  pointer-events: none;
  background: radial-gradient(#18181b 0%, #0a0a0a 100%);
  align-content: center;
  place-items: center;
  gap: 18px;
  animation: .6s .5s forwards pl-fade;
  display: grid;
  position: fixed;
  inset: 0;
}

.page-loader .pl-sign {
  background: linear-gradient(#ffd84a 0%, #ffb800 55%, #ff9d00 100%);
  border-radius: 14px;
  place-items: center;
  width: 88px;
  height: 70px;
  padding: 6px 10px 10px;
  animation: 1.2s ease-in-out infinite pl-bounce;
  display: grid;
  box-shadow: 0 18px 50px -10px #ffb800a6, inset 0 1px #ffffff80;
}

.page-loader .pl-sign img {
  object-fit: contain;
  filter: drop-shadow(0 2px 3px #0006);
  width: 100%;
  height: auto;
}

.page-loader .pl-bar {
  background: #ffffff14;
  border-radius: 99px;
  width: 180px;
  height: 4px;
  overflow: hidden;
}

.page-loader .pl-bar span {
  background: linear-gradient(90deg, #0000, #ffc400, #0000);
  width: 40%;
  height: 100%;
  animation: 1.2s ease-in-out infinite pl-slide;
  display: block;
}

.page-loader .pl-text {
  color: #ffffffb3;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

@keyframes pl-slide {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(350%);
  }
}

@keyframes pl-bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.04);
  }
}

@keyframes pl-fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.float-card.compact {
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: auto;
  padding: 14px 16px;
}

.float-card.compact .ico {
  margin-bottom: 0;
}

.float-card.compact .fc-body {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.float-card.compact .value {
  letter-spacing: -.02em;
  color: #ffc400;
  align-items: baseline;
  gap: 4px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
}

.float-card.compact .value small {
  color: #ffffff8c;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.float-card.compact .label {
  color: #ffffff8c;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 10px;
}

.fc-eta.compact {
  top: 18px;
  bottom: auto;
  right: 18px;
}

.hero-route-line {
  display: none;
}

.chip {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.chip .chip-arrow {
  color: var(--c-amber);
  opacity: 0;
  margin-left: 4px;
  font-weight: 700;
  transition: opacity .2s, transform .2s;
  display: inline-block;
  transform: translateX(-6px);
}

.chip:hover {
  border-color: var(--c-amber);
  color: var(--c-strong);
  background: linear-gradient(135deg, #fff8e0, #fff);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -10px #ffc40080;
}

.chip:hover .chip-arrow {
  opacity: 1;
  transform: translateX(0);
}

.chip.featured {
  color: #fff;
  background: linear-gradient(135deg, #18181b 0%, #0a0a0a 100%);
  border-color: #0a0a0a;
}

.chip.featured:hover {
  color: #1a1300;
  background: linear-gradient(135deg, #ffc400, #ff9d00);
  border-color: #ffc400;
}

.chip.featured .chip-arrow {
  color: #ffc400;
}

.chip.featured:hover .chip-arrow {
  color: #1a1300;
}

.sticky-bar.premium {
  background: linear-gradient(#141416f5, #0a0a0af5);
  border: 1px solid #ffc4002e;
  border-radius: 22px;
  padding: 8px;
  display: none;
  box-shadow: 0 24px 60px -18px #0009, 0 0 0 1px #ffffff0a, inset 0 1px #ffffff0f;
}

.sb-btn {
  border-radius: 16px;
  flex: 1;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sb-btn:active {
  transform: scale(.97);
}

.sb-call {
  color: #1a1300;
  background: linear-gradient(135deg, #ffd84a 0%, #ffc400 50%, #ff9d00 100%);
  box-shadow: 0 10px 28px -10px #ffc400b3;
}

.sb-wa {
  color: #fff;
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 10px 28px -10px #25d3668c;
}

.sb-ico {
  background: #0000002e;
  border-radius: 12px;
  flex-shrink: 0;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}

.sb-wa .sb-ico {
  background: #ffffff2e;
}

.sb-ico svg {
  width: 18px;
  height: 18px;
}

.sb-text {
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  line-height: 1.1;
  display: flex;
}

.sb-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .7;
  font-size: 10px;
  font-weight: 600;
}

.sb-title {
  letter-spacing: -.01em;
  font-size: 15px;
  font-weight: 800;
}

.sb-pulse {
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  border: 2px solid #ffffff80;
  animation: 2.2s ease-out infinite sb-ring;
  position: absolute;
  inset: 0;
}

@keyframes sb-ring {
  0% {
    opacity: .55;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.06);
  }
}

@media (width <= 768px) {
  .sticky-bar.premium {
    gap: 8px;
    display: flex;
  }

  .fc-eta.compact {
    top: 14px;
    right: 14px;
  }

  .float-card.compact .value {
    font-size: 24px;
  }

  .hero-bottom-strip {
    display: none;
  }
}

.hero-visual {
  --py: 0px;
  --rx: 0deg;
  --ry: 0deg;
  --sheen: 50%;
  will-change: transform;
  transform: translate3d(0, var(--py), 0);
  transition: transform .1s linear;
}

.hero-photo {
  transform: rotateX(var(--rx)) rotateY(var(--ry)) scale(1.04);
  will-change: transform;
  transition: transform .25s cubic-bezier(.2, .8, .2, 1);
}

.hero-visual .hero-overlay:after {
  content: "";
  background: linear-gradient(115deg,
    transparent calc(var(--sheen) - 18%),
    #ffffff24 var(--sheen),
    #ffc40014 calc(var(--sheen) + 4%),
    transparent calc(var(--sheen) + 22%));
  mix-blend-mode: screen;
  pointer-events: none;
  transition: background .1s linear;
  position: absolute;
  inset: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual, .hero-photo {
    transition: none !important;
    transform: none !important;
  }

  .hero-visual .hero-overlay:after {
    display: none;
  }
}
