:root {
  --ink: #08111f;
  --navy: #07111f;
  --navy-2: #0c1b2f;
  --blue: #1684ff;
  --blue-bright: #45a0ff;
  --paper: #f4f7fb;
  --white: #ffffff;
  --muted: #627084;
  --line: #dbe3ed;
  --radius: 20px;
  --shadow: 0 28px 70px rgba(4, 15, 30, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; background: var(--white); padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { width: 190px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .92rem; font-weight: 600; }
.desktop-nav a:hover { color: var(--white); }
.header-call { margin-left: 8px; display: inline-flex; align-items: center; gap: 9px; color: var(--white); text-decoration: none; font-weight: 750; }
.header-call svg { width: 19px; fill: none; stroke: var(--blue-bright); stroke-width: 2; stroke-linecap: round; }

.hero { min-height: 760px; position: relative; color: var(--white); background: var(--navy); overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("assets/hero-taxi-bento-white.webp") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,20,.95) 0%, rgba(5,15,29,.82) 42%, rgba(5,14,27,.2) 75%), linear-gradient(0deg, rgba(5,14,27,.65), transparent 45%); }
.hero-grid { position: relative; z-index: 2; min-height: 760px; padding-top: 132px; padding-bottom: 64px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .72fr); gap: 72px; align-items: center; }
.hero-copy { padding-bottom: 20px; }
.eyebrow { margin: 0 0 14px; color: var(--blue-bright); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow.dark { color: #0876e8; }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(3rem, 5.1vw, 5.25rem); line-height: .97; letter-spacing: -.052em; font-weight: 800; }
.hero h1 span { color: #8cc6ff; }
.hero-lead { max-width: 610px; margin: 26px 0 24px; color: rgba(255,255,255,.82); font-size: 1.12rem; line-height: 1.65; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 18px; color: rgba(255,255,255,.8); font-size: .9rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 17px; height: 17px; fill: none; stroke: #73b7ff; stroke-width: 2.5; }

.booking-card { padding: 26px; background: rgba(255,255,255,.97); color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.form-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.form-kicker { margin: 0 0 2px; color: #577085; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.form-heading h2 { margin: 0; font-size: 1.65rem; letter-spacing: -.025em; }
.response-badge { padding: 6px 10px; border-radius: 999px; background: #e9f9ef; color: #167a39; font-size: .78rem; font-weight: 800; }
fieldset { border: 0; padding: 0; margin: 0; }
.direction-toggle legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.direction-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 5px; border-radius: 12px; background: #eaf0f7; margin-bottom: 16px; }
.direction-toggle label { cursor: pointer; }
.direction-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.direction-toggle span { display: block; padding: 11px 8px; border-radius: 9px; color: #607086; text-align: center; font-size: .84rem; font-weight: 750; transition: .2s ease; }
.direction-toggle input:checked + span { color: var(--ink); background: var(--white); box-shadow: 0 4px 14px rgba(30,56,82,.1); }
.direction-toggle b { color: var(--blue); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 6px; margin-bottom: 12px; color: #425166; font-size: .78rem; font-weight: 750; }
.field input, .field select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #cbd6e2; border-radius: 10px; background: var(--white); color: var(--ink); font-size: .92rem; outline: none; }
.field input:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,132,255,.14); }
[hidden] { display: none !important; }
.route-field select { border-color: #8bbff5; background: #f8fbff; font-weight: 700; }
.primary-button { width: 100%; min-height: 52px; border: 0; border-radius: 11px; background: var(--blue); color: var(--white); display: inline-flex; justify-content: center; align-items: center; gap: 8px; text-decoration: none; font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(22,132,255,.28); transition: transform .18s ease, background .18s ease; }
.primary-button:hover { background: #0877e9; transform: translateY(-1px); }
.primary-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.form-note { margin: 10px 0 0; text-align: center; color: #718095; font-size: .75rem; }

.route-strip { background: #0a1728; color: rgba(255,255,255,.72); border-top: 1px solid rgba(255,255,255,.08); }
.route-strip-inner { padding-block: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.route-strip p { margin: 0; font-size: .88rem; }
.route-strip span { display: block; margin-bottom: 3px; color: #fff; font-weight: 800; }

.section { padding: 108px 0; }
.split-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.section-title { max-width: 700px; margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.045em; }
.section-title.light { color: var(--white); }
.section-intro { max-width: 520px; color: var(--muted); font-size: 1.08rem; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.step { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.benefit-list h3 { margin: 0 0 6px; font-size: 1.2rem; }
.benefit-list p { margin: 0; color: var(--muted); }

.pricing-section { background: var(--navy); color: var(--white); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 46px; }
.section-heading-row > p { margin: 0 0 5px; color: #9aaac0; text-align: right; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.price-card { position: relative; min-height: 310px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.045); display: flex; flex-direction: column; }
.price-card.featured { border-color: #318df0; background: linear-gradient(145deg, rgba(27,126,236,.2), rgba(255,255,255,.055)); }
.popular-label { position: absolute; top: 0; right: 24px; transform: translateY(-50%); background: var(--blue); padding: 6px 10px; border-radius: 999px; font-size: .7rem; font-weight: 800; }
.price-card > p:first-of-type { min-height: 52px; margin: 4px 0 18px; color: #dce6f3; font-weight: 700; }
.price { margin-bottom: 4px; font-size: 2.85rem; line-height: 1; font-weight: 800; letter-spacing: -.045em; }
.price span { display: block; margin-bottom: 9px; color: #7f91a9; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.destination { color: #91a0b5; font-size: .88rem; }
.price-card a { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8cc6ff; text-decoration: none; font-weight: 750; }
.price-card a span { float: right; }
.price-footnote { max-width: 870px; margin: 24px 0 0; color: #8190a5; font-size: .78rem; }

.dark-heading > p { color: var(--muted); }
.vehicle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.vehicle-card { min-height: 480px; padding: 34px; border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; color: var(--white); }
.sedan-card { background: linear-gradient(145deg, #0b1f38, #0a1422); }
.van-card { background: linear-gradient(145deg, #147ce6, #0755a4); }
.vehicle-visual { min-height: 240px; display: flex; align-items: center; }
.vehicle-visual svg { width: 100%; filter: drop-shadow(0 20px 24px rgba(0,0,0,.3)); }
.vehicle-visual path, .vehicle-visual circle { fill: #04090f; }
.vehicle-visual .window { fill: #46647f; }
.vehicle-visual .rim { fill: #c4d1de; }
.vehicle-type { margin: 0; color: #7cbaff; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.van-card .vehicle-type { color: #d1e8ff; }
.vehicle-card h3 { margin: 3px 0 14px; font-size: 2rem; letter-spacing: -.03em; }
.vehicle-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.vehicle-card li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,255,255,.8); font-size: .78rem; }

.confidence-section { background: #0c1c30; color: var(--white); }
.confidence-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: center; }
.years-block { display: flex; align-items: center; gap: 22px; }
.years-block strong { color: #5aa9ff; font-size: clamp(6rem, 12vw, 10rem); line-height: .8; letter-spacing: -.09em; }
.years-block span { color: #aebdd0; font-size: .95rem; }
.confidence-copy > p { max-width: 700px; color: #aab9cc; font-size: 1.05rem; }
.mini-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.mini-trust span { padding: 8px 12px; border-radius: 8px; background: rgba(255,255,255,.07); color: #dbe6f2; font-size: .82rem; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 36px 23px 0; position: relative; cursor: pointer; list-style: none; font-size: 1.05rem; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--blue); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -7px 45px 23px 0; color: var(--muted); }

.final-cta { padding: 78px 0; background: var(--blue); color: var(--white); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.final-cta .eyebrow { color: #d8ebff; }
.final-cta h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1; letter-spacing: -.045em; }
.final-cta p:not(.eyebrow) { margin-bottom: 0; color: #e2f0ff; }
.cta-actions { min-width: 315px; display: grid; gap: 10px; }
.whatsapp-direct { background: var(--white); color: #0867c4; box-shadow: 0 10px 24px rgba(3,31,62,.16); }
.whatsapp-direct:hover { background: #eff7ff; }
.secondary-button { display: flex; justify-content: center; align-items: center; min-height: 50px; border: 1px solid rgba(255,255,255,.5); border-radius: 11px; color: var(--white); text-decoration: none; font-weight: 750; }

footer { padding: 48px 0 86px; background: #050c16; color: #92a0b3; }
.footer-inner { display: grid; grid-template-columns: 200px 1fr auto auto; gap: 44px; align-items: center; }
.footer-inner img { width: 170px; height: auto; }
.footer-inner p { margin: 3px 0; font-size: .82rem; }
.footer-inner a { display: block; color: #dbe6f1; text-decoration: none; text-align: right; font-size: .88rem; }
.copyright { white-space: nowrap; }
.mobile-whatsapp { display: grid; place-items: center; position: fixed; left: max(16px, env(safe-area-inset-left, 0px)); bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 50; width: 50px; height: 50px; padding: 0; border-radius: 50%; background: #25d366; color: #fff; text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,.24); -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.mobile-whatsapp svg { width: 28px; height: 28px; fill: currentColor; }
.mobile-whatsapp:hover { background: #1ebe5d; }
.mobile-whatsapp:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 55; width: 50px; height: 50px; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(7,17,31,.92); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(4,18,33,.3); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--blue); }
.back-to-top:focus-visible { outline: 3px solid #8cc6ff; outline-offset: 3px; }
.back-to-top svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.toast { position: fixed; left: 50%; bottom: 30px; z-index: 100; transform: translate(-50%, 20px); padding: 12px 18px; border-radius: 10px; background: #a62525; color: #fff; font-size: .88rem; opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-call { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; padding-top: 145px; }
  .hero-copy { max-width: 700px; }
  .booking-card { max-width: 620px; }
  .split-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .confidence-grid { grid-template-columns: 1fr; gap: 52px; }
  .footer-inner { grid-template-columns: 170px 1fr auto; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 600px); }
  .site-header { position: absolute; }
  .header-inner { min-height: 70px; }
  .brand { width: 154px; }
  .header-call span { display: none; }
  .header-call svg { width: 24px; }
  .hero { min-height: auto; }
  .hero-media { height: 580px; background-position: 62% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,12,23,.62), rgba(4,12,23,.9) 48%, #07111f 69%); }
  .hero-grid { min-height: auto; padding: 128px 0 40px; gap: 28px; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .hero-lead { margin: 20px 0; font-size: 1rem; }
  .hero-trust { gap: 8px 14px; }
  .booking-card { margin-top: 80px; padding: 20px; }
  .direction-toggle { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr 1fr; gap: 9px; }
  .route-strip-inner { grid-template-columns: 1fr; gap: 18px; }
  .section { padding: 76px 0; }
  .section-title { font-size: 2.6rem; }
  .section-heading-row { display: block; }
  .section-heading-row > p { margin-top: 16px; text-align: left; }
  .price-grid, .vehicle-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 280px; }
  .vehicle-card { min-height: 390px; padding: 24px; }
  .vehicle-visual { min-height: 190px; }
  .years-block { display: block; }
  .years-block span { display: block; margin-top: 20px; }
  .final-cta-inner { display: block; }
  .cta-actions { min-width: 0; margin-top: 28px; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .footer-inner a { text-align: left; }
  .back-to-top { right: 18px; bottom: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Destination tariffs */
.other-destinations { margin-top: 64px; }
.other-destinations h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.15; }
.destinations-intro { max-width: 760px; color: #b7c6d9; }
.tariff-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
.tariff-panel { min-width: 0; padding: 24px; border: 1px solid #304055; border-radius: 18px; background: #0c1b2f; }
.tariff-panel table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.tariff-panel caption { text-align: left; color: #fff; font-size: 1.2rem; font-weight: 750; margin-bottom: 20px; }
.tariff-panel th, .tariff-panel td { padding: 16px 8px; border-bottom: 1px solid #304055; }
.tariff-panel thead th { color: #a9c0d9; font-size: .875rem; font-weight: 650; }
.tariff-panel th:first-child { width: 48%; text-align: left; overflow-wrap: anywhere; }
.tariff-panel tbody th { color: #e1ebf7; font-weight: 500; }
.tariff-panel td, .tariff-panel thead th:not(:first-child) { text-align: right; }
.tariff-panel td { white-space: nowrap; font-weight: 750; }
.tariff-panel tbody tr:last-child > * { border-bottom: 0; }
.tariff-conditions { margin-top: 32px; color: #b7c6d9; font-size: .9375rem; }
.tariff-conditions h3 { color: #fff; margin-bottom: 12px; font-size: 1.1rem; }
.tariff-conditions ul { padding-left: 20px; }
.tariff-conditions li { margin-bottom: 8px; }
@media (max-width: 980px) { .tariff-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  .tariff-panel { padding: 16px 10px; }
  .tariff-panel th, .tariff-panel td { padding: 14px 6px; }
  .tariff-panel th:first-child { width: 44%; }
}
