:root {
  --ink: #111827;
  --ink-soft: #1f2937;
  --gold: #f5b700;
  --gold-text: #765900;
  --paper: #ffffff;
  --mist: #f7f8fa;
  --line: #e5e7eb;
  --green: #25d366;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink-soft); font-family: var(--font-inter), Inter, Arial, sans-serif; }
img, video, iframe { max-width: 100%; }
main, section, .shell, .nav-row > *, .content-layout > *, .section-intro > *, .footer-grid > * { min-width: 0; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; transform: translateY(-160%); background: white; color: var(--ink); border: 2px solid var(--ink); border-radius: 6px; font-size: 14px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
main p a:not(.button), .footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

.topbar { background: #0a0f1a; color: #cbd5e1; font-size: 12px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar a { letter-spacing: .01em; }
.topbar strong { color: white; margin-left: 8px; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgb(245 183 0 / 12%); }

.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(17,24,39,.08); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.nav-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: var(--gold); border-radius: 8px 8px 18px 8px; font-size: 14px; font-weight: 900; letter-spacing: -.04em; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { color: var(--ink); font-size: 16px; letter-spacing: -.03em; }
.brand-copy small { color: #6b7280; font-size: 8px; font-weight: 800; letter-spacing: .17em; }
nav { display: flex; gap: 17px; color: #4b5563; font-size: 11px; font-weight: 650; white-space: nowrap; }
nav ul { display: flex; align-items: center; gap: 17px; margin: 0; padding: 0; list-style: none; }
nav li { margin: 0; padding: 0; }
nav a { min-height: 44px; display: inline-flex; align-items: center; }
nav a:hover { color: var(--ink); }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 13px 18px; background: var(--ink); color: white; font-size: 13px; font-weight: 750; border-radius: 7px; }
.header-cta span { color: var(--gold); font-size: 16px; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: white; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent, black 35%, black); }
.hero-glow { position: absolute; width: 580px; height: 580px; right: 4%; top: -35%; border-radius: 50%; background: rgba(245,183,0,.12); filter: blur(80px); }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; position: relative; z-index: 1; }
.hero-content { padding: 70px 0 82px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; color: #d1d5db; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow span { color: var(--ink); background: var(--gold); padding: 7px 9px; border-radius: 4px; letter-spacing: .06em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: .99; letter-spacing: -.06em; font-weight: 760; }
h1 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #cbd5e1; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 7px; padding: 0 20px; font-size: 14px; font-weight: 800; transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.05); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-whatsapp { background: var(--green); color: #071b0e; }
.button span { font-size: 17px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #9ca3af; font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.hero-notes span { display: flex; align-items: center; gap: 9px; }
.hero-notes i { color: var(--gold); font-style: normal; }

.hero-stage { height: 420px; position: relative; align-self: end; }
.hero-stage::before { content: ''; position: absolute; left: 2%; right: -20vw; bottom: 72px; height: 2px; background: linear-gradient(90deg, rgba(245,183,0,.85), rgba(245,183,0,0)); transform: skewY(-7deg); }
.route-chip { position: absolute; z-index: 4; min-width: 145px; padding: 12px 15px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 7px; box-shadow: 0 16px 45px rgba(0,0,0,.25); }
.route-chip small { display: block; color: #6b7280; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.route-chip strong { display: block; margin-top: 5px; font-size: 13px; }
.route-chip-one { top: 34px; left: 2%; }
.route-chip-two { top: 120px; right: 1%; }
.route-line { position: absolute; left: 30%; right: 24%; top: 82px; height: 80px; border-top: 1px dashed rgba(245,183,0,.9); transform: rotate(15deg); }
.route-line span { display: block; width: 8px; height: 8px; margin-left: auto; margin-top: -4px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(245,183,0,.12); }
.car-silhouette { position: absolute; left: 5%; right: -10%; bottom: 66px; height: 145px; filter: drop-shadow(0 24px 28px rgba(0,0,0,.55)); transform: rotate(-2deg); }
.car-body { position: absolute; left: 2%; right: 0; bottom: 24px; height: 76px; background: linear-gradient(170deg, #2b303a 0%, #07090e 60%, #000 100%); border-radius: 54% 25% 18px 20px; border-top: 1px solid rgba(255,255,255,.22); }
.car-window { position: absolute; width: 56%; height: 70px; right: 15%; top: 8px; background: linear-gradient(150deg, #455160 0%, #0c111a 80%); clip-path: polygon(14% 0, 73% 2%, 100% 100%, 0 100%); border-radius: 80px 60px 0 0; box-shadow: inset 0 1px rgba(255,255,255,.28); }
.wheel { position: absolute; z-index: 3; bottom: 0; width: 58px; height: 58px; border: 13px solid #050608; border-radius: 50%; background: radial-gradient(circle, #9ca3af 0 22%, #303640 23% 47%, #0a0c10 48%); box-shadow: 0 0 0 2px #262b33; }
.wheel-left { left: 16%; }
.wheel-right { right: 11%; }
.stage-caption { position: absolute; right: 0; bottom: 28px; margin: 0; color: #64748b; font-size: 9px; font-weight: 750; letter-spacing: .18em; }
.stage-caption span { color: var(--gold); }

.quick-services { padding: 90px 0 100px; background: var(--mist); }
.section-intro { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 70px; }
.kicker { margin: 0 0 14px; color: var(--gold-text); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h2 { margin: 0; color: var(--ink); font-size: clamp(32px, 4vw, 50px); line-height: 1.05; letter-spacing: -.05em; }
.section-intro > p { margin: 0; color: #6b7280; font-size: 14px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.service-card { min-height: 200px; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 22px; padding: 26px; background: white; border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(17,24,39,.08); }
.service-card.featured { background: var(--gold); border-color: var(--gold); }
.card-index { color: #9ca3af; font-size: 10px; font-weight: 800; }
.featured .card-index { color: rgba(17,24,39,.55); }
.service-card p { margin: 0 0 8px; color: #6b7280; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.featured p { color: rgba(17,24,39,.6); }
.service-card h3 { margin: 0; color: var(--ink); font-size: 22px; letter-spacing: -.04em; }
.service-card div span { display: block; margin-top: 12px; color: #6b7280; font-size: 12px; }
.featured div span { color: rgba(17,24,39,.68); }
.service-card > span:last-child { color: var(--ink); font-size: 18px; }

.mobile-menu { display: none; position: relative; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,13,23,.98) 0%, rgba(8,13,23,.9) 37%, rgba(8,13,23,.35) 68%, rgba(8,13,23,.08) 100%), linear-gradient(0deg, rgba(8,13,23,.5), transparent 45%); }
.hero-coordinate { position: absolute; z-index: 2; right: max(20px, calc((100% - 1180px) / 2)); bottom: 28px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 750; letter-spacing: .18em; }
.hero-coordinate span { color: var(--gold); }

.airport-feature { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 650px; background: white; }
.feature-image { position: relative; min-height: 600px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.image-label { position: absolute; left: 28px; bottom: 28px; display: grid; gap: 4px; padding: 16px 18px; background: rgba(17,24,39,.9); color: white; border-left: 3px solid var(--gold); backdrop-filter: blur(10px); }
.image-label span { font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.image-label small { color: #cbd5e1; font-size: 10px; }
.feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px, 8vw, 120px); }
.feature-copy h2 { max-width: 570px; }
.feature-copy > p:not(.kicker) { max-width: 570px; margin: 26px 0 0; color: #64748b; font-size: 15px; line-height: 1.8; }
.check-list { display: grid; gap: 13px; margin: 30px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 26px; color: var(--ink); font-size: 13px; font-weight: 650; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold-text); }
.inline-links { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.inline-links a { color: var(--ink); font-size: 12px; font-weight: 800; }
.inline-links a:first-child { display: inline-flex; align-items: center; gap: 15px; padding: 14px 17px; background: var(--gold); border-radius: 6px; }
.inline-links a:last-child { border-bottom: 1px solid #9ca3af; }

.city-feature { padding: 110px 0; background: var(--mist); }
.city-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.city-copy > p:not(.kicker) { color: #64748b; font-size: 15px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); font-size: 12px; font-weight: 800; border-bottom: 1px solid rgba(17,24,39,.35); padding-bottom: 5px; }
.city-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.city-tags span { padding: 9px 12px; background: white; border: 1px solid var(--line); border-radius: 100px; color: #4b5563; font-size: 10px; font-weight: 700; }
.city-image { position: relative; min-height: 520px; overflow: hidden; }
.city-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.corner-note { position: absolute; right: 20px; bottom: 20px; padding: 9px 12px; background: var(--gold); color: var(--ink); font-size: 9px; font-weight: 850; letter-spacing: .12em; }

.routes-section { padding: 110px 0; background: var(--ink); color: white; }
.light-intro h2 { color: white; max-width: 720px; }
.light-intro .text-link { color: white; border-color: rgba(255,255,255,.35); }
.route-list { margin-top: 52px; border-top: 1px solid rgba(255,255,255,.13); }
.route-list a { display: grid; grid-template-columns: 55px 1fr 55px 1fr auto; align-items: center; min-height: 88px; border-bottom: 1px solid rgba(255,255,255,.13); transition: padding .2s ease, background .2s ease; }
.route-list a:hover { padding-inline: 18px; background: rgba(255,255,255,.04); }
.route-list a > span:first-child { color: var(--gold); font-size: 10px; font-weight: 800; }
.route-list strong, .route-list b { font-size: clamp(18px, 2.3vw, 28px); letter-spacing: -.04em; }
.route-list i { color: #64748b; font-style: normal; }
.route-list a > span:last-child { color: var(--gold); font-size: 20px; }
.route-disclaimer { margin: 26px 0 0; color: #94a3b8; font-size: 11px; }

.destination-section { padding: 110px 0; background: white; }
.destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 45px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.destination-grid a { min-height: 280px; padding: 27px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.destination-grid a:hover { background: var(--mist); }
.destination-grid a > span:first-child { color: var(--gold-text); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.destination-grid h3 { margin: 75px 0 15px; color: var(--ink); font-size: 24px; letter-spacing: -.04em; }
.destination-grid p { margin: 0; color: #6b7280; font-size: 12px; line-height: 1.7; }
.destination-grid a > span:last-child { position: absolute; right: 24px; bottom: 22px; color: var(--ink); font-size: 19px; }

.process-section { padding: 110px 0; background: var(--gold); color: var(--ink); }
.process-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.process-grid > div > p:not(.kicker) { max-width: 420px; font-size: 14px; line-height: 1.75; }
.process-grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(17,24,39,.28); }
.process-grid li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(17,24,39,.28); }
.process-grid li > span { font-size: 11px; font-weight: 850; }
.process-grid h3 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.process-grid li p { margin: 8px 0 0; font-size: 12px; }

.values-section { padding: 110px 0; background: var(--mist); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.value-grid article { min-height: 245px; padding: 30px; background: white; border-top: 3px solid var(--ink); }
.value-grid span { color: var(--gold-text); font-size: 10px; font-weight: 850; }
.value-grid h3 { margin: 62px 0 14px; color: var(--ink); font-size: 22px; letter-spacing: -.04em; }
.value-grid p { margin: 0; color: #6b7280; font-size: 12px; line-height: 1.7; }

.areas-section { padding: 110px 0; background: white; }
.areas-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.areas-grid .text-link { margin-top: 32px; }
.area-cloud { display: flex; flex-wrap: wrap; gap: 10px; align-content: center; }
.area-cloud span { padding: 14px 18px; border: 1px solid var(--line); background: var(--mist); color: var(--ink); font-size: 13px; font-weight: 700; border-radius: 100px; }
.area-cloud span:first-child, .area-cloud span:nth-child(6), .area-cloud span:last-child { background: var(--ink); color: white; border-color: var(--ink); }

.faq-section { padding: 110px 0; background: var(--mist); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-grid > div:first-child > p:not(.kicker) { color: #6b7280; font-size: 13px; line-height: 1.7; }
.faq-grid .text-link { margin-top: 18px; }
.faq-list { border-top: 1px solid #d1d5db; }
.faq-list details { border-bottom: 1px solid #d1d5db; }
.faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; color: var(--ink); font-size: 15px; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold-text); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -5px 0 25px; color: #6b7280; font-size: 13px; line-height: 1.75; }

.final-cta { position: relative; overflow: hidden; padding: 100px 0; background: var(--ink); color: white; }
.final-cta::after { content: ''; position: absolute; width: 420px; height: 420px; right: -80px; bottom: -250px; border-radius: 50%; background: rgba(245,183,0,.15); filter: blur(50px); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 80px; position: relative; z-index: 1; }
.final-cta h2 { color: white; }
.final-cta h2 em { color: var(--gold); font-style: normal; }
.final-cta-inner > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.final-cta-inner > div:last-child p { grid-column: 1 / -1; margin: 5px 0 0; color: #94a3b8; font-size: 10px; text-align: right; }

.site-footer { padding: 75px 0 24px; background: #080c14; color: #cbd5e1; }
.site-footer .brand strong { color: white; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .8fr 1fr; gap: 60px; }
.footer-grid > div:first-child > p { max-width: 390px; margin-top: 25px; color: #64748b; font-size: 12px; line-height: 1.8; }
.social-profiles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.social-profiles a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.16); color: #cbd5e1; font-size: 11px; font-weight: 750; }
.footer-grid h2 { margin: 0 0 22px; color: white; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid > div:not(:first-child) a { min-height: 36px; display: inline-flex; align-items: center; color: #94a3b8; font-size: 12px; }
.footer-grid > div:not(:first-child) a:hover { color: white; }
.footer-contact a[href^="tel:"] { color: var(--gold) !important; font-size: 18px !important; font-weight: 800; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #4b5563; font-size: 10px; }
.footer-bottom div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.footer-bottom div span a { color: #94a3b8; }
.share-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 48px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.share-strip > div:first-child { display: grid; gap: 5px; }
.share-strip strong { color: white; font-size: 13px; }
.share-strip span { color: #94a3b8; font-size: 11px; }
.share-links { display: flex; flex-wrap: wrap; gap: 8px; }
.share-links a { min-width: 78px; min-height: 44px; display: inline-grid; place-items: center; padding: 0 13px; border: 1px solid rgba(255,255,255,.18); color: white; font-size: 11px; font-weight: 750; }
.share-links a:hover { border-color: var(--gold); color: var(--gold); }
.publisher-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; padding-top: 18px; color: #94a3b8; font-size: 10px; }
.publisher-meta a { min-height: 32px; display: inline-flex; align-items: center; text-decoration: underline; text-underline-offset: 3px; }

.page-hero { min-height: 540px; position: relative; overflow: hidden; background: var(--ink); color: white; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,11,19,.97), rgba(7,11,19,.74) 52%, rgba(7,11,19,.22)); }
.page-hero-inner { position: relative; z-index: 1; padding: 42px 0 75px; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 75px; color: #94a3b8; font-size: 10px; }
.breadcrumbs a:hover { color: white; }
.page-hero h1 { max-width: 800px; }
.page-lead { max-width: 680px; margin: 25px 0 0; color: #cbd5e1; font-size: 16px; line-height: 1.75; }
.answer-section { padding: 50px 0; background: var(--gold); color: var(--ink); }
.answer-grid { display: grid; grid-template-columns: 160px 1fr; gap: 50px; align-items: start; }
.answer-label { margin: 4px 0 0; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.answer-grid > p:last-child { max-width: 920px; margin: 0; font-size: clamp(18px, 2.3vw, 27px); line-height: 1.45; letter-spacing: -.03em; font-weight: 650; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 90px; padding-top: 100px; padding-bottom: 110px; align-items: start; }
.longform { max-width: 760px; }
.longform section + section { margin-top: 85px; padding-top: 75px; border-top: 1px solid var(--line); }
.section-number { margin-bottom: 17px; color: var(--gold-text); font-size: 10px; font-weight: 850; }
.longform h2 { font-size: clamp(28px, 3.5vw, 44px); }
.longform p { margin: 24px 0 0; color: #4b5563; font-size: 15px; line-height: 1.9; }
.longform ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.longform li { padding: 14px 15px; background: var(--mist); border-left: 2px solid var(--gold); color: var(--ink); font-size: 12px; font-weight: 650; }
.longform .content-answer { padding: 32px; background: #fff8d8; border: 1px solid #f0d46d; border-radius: 8px; }
.longform .content-answer p:first-of-type { color: var(--ink); font-size: 17px; line-height: 1.75; }
.longform .page-faq .faq-list { margin-top: 30px; }
.longform .page-faq .faq-list p { margin-top: -5px; }
.page-related-links a { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--ink); }
.page-related-links a span { color: var(--gold-text); font-size: 18px; }
.content-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0 0 34px !important; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #6b7280 !important; font-size: 11px !important; line-height: 1.5 !important; }
.contact-panel { position: sticky; top: 105px; padding: 30px; background: var(--ink); color: white; }
.contact-panel h2 { color: white; font-size: 31px; }
.contact-panel > p:not(.kicker) { color: #94a3b8; font-size: 12px; line-height: 1.7; }
.contact-panel .button { width: 100%; margin-top: 20px; }
.contact-panel .text-link { margin-top: 20px; color: white; border-color: rgba(255,255,255,.4); }
.contact-panel small { display: block; margin-top: 25px; color: #64748b; font-size: 9px; }
.related-section { padding: 95px 0; background: white; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; min-height: 110px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-grid a > span:first-child { color: var(--gold-text); font-size: 9px; font-weight: 850; }
.related-grid strong { color: var(--ink); font-size: 15px; }
.related-grid a > span:last-child { font-size: 18px; }

.mobile-actions { display: none; }

.search-page { min-height: 60vh; padding: 95px 0; background: var(--mist); }
.search-page h1 { max-width: 900px; color: var(--ink); font-size: clamp(38px, 6vw, 68px); overflow-wrap: anywhere; }
.search-results { display: grid; gap: 14px; margin-top: 45px; }
.search-results article { padding: 30px; background: white; border: 1px solid var(--line); }
.search-results h2 { font-size: clamp(25px, 3vw, 36px); }
.search-results p { color: #4b5563; line-height: 1.75; }
.search-page form { display: flex; gap: 10px; max-width: 680px; margin-top: 35px; }
.search-page input[type="search"] { min-width: 0; min-height: 48px; flex: 1; padding: 0 14px; border: 1px solid #9ca3af; font: inherit; }
.search-page input[type="submit"] { min-height: 48px; padding: 0 18px; border: 0; background: var(--ink); color: white; font-weight: 800; cursor: pointer; }

@media (max-width: 900px) {
  nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { min-width: 44px; min-height: 44px; display: grid; place-items: center; cursor: pointer; list-style: none; color: var(--ink); font-size: 10px; font-weight: 850; letter-spacing: .08em; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu-panel { position: absolute; z-index: 30; top: 44px; right: 0; width: min(240px, calc(100vw - 28px)); display: grid; padding: 12px; background: white; border: 1px solid var(--line); box-shadow: 0 22px 55px rgba(17,24,39,.16); }
  .mobile-menu-panel ul { display: grid; margin: 0; padding: 0; list-style: none; }
  .mobile-menu-panel a { min-height: 44px; padding: 12px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 650; }
  .mobile-menu-panel a:last-child { border-bottom: 0; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-content { padding: 64px 0 28px; }
  .hero-stage { width: min(560px, 100%); height: 310px; margin-inline: auto; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .airport-feature { grid-template-columns: 1fr; }
  .feature-image { min-height: 460px; }
  .feature-copy { padding: 75px max(20px, calc((100% - 720px) / 2)); }
  .city-grid, .process-grid, .areas-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .city-image { min-height: 460px; }
  .destination-grid { grid-template-columns: 1fr 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .final-cta-inner { grid-template-columns: 1fr; align-items: start; }
  .final-cta-inner > div:last-child { width: min(480px, 100%); }
  .content-layout { grid-template-columns: 1fr; gap: 65px; }
  .contact-panel { position: static; }
  .related-grid { grid-template-columns: 1fr; }
  .page-hero-shade { background: rgba(7,11,19,.76); }
}

@media (max-width: 600px) {
  body.has-mobile-actions { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  .shell { width: min(100% - 28px, 1180px); }
  .topbar-inner { justify-content: center; min-height: 32px; }
  .topbar p { display: none; }
  .topbar strong { margin-left: 4px; }
  .nav-row { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 14px; }
  .header-cta { display: none; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,13,23,.98), rgba(8,13,23,.72)), linear-gradient(0deg, rgba(8,13,23,.65), transparent); }
  .hero-content { padding-top: 54px; }
  h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-notes { gap: 14px 20px; }
  .hero-stage { height: 245px; margin-top: 10px; }
  .route-chip { min-width: 130px; }
  .route-chip-one { top: 12px; }
  .route-chip-two { top: 80px; }
  .car-silhouette { left: -4%; right: -18%; bottom: 36px; transform: scale(.92) rotate(-2deg); }
  .stage-caption { bottom: 7px; }
  .quick-services { padding: 72px 0 95px; }
  .section-intro > p { font-size: 13px; }
  .airport-feature, .city-feature, .routes-section, .destination-section, .process-section, .values-section, .areas-section, .faq-section, .related-section { padding-top: 75px; padding-bottom: 75px; }
  .feature-image { min-height: 310px; }
  .feature-copy { padding: 62px 18px; }
  .city-grid { gap: 45px; }
  .city-image { min-height: 300px; }
  .route-list a { grid-template-columns: 34px minmax(0, 1fr) 20px minmax(0, 1fr) auto; min-height: 78px; overflow-wrap: anywhere; }
  .route-list strong, .route-list b { font-size: 16px; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-grid a { min-height: 220px; }
  .destination-grid h3 { margin-top: 48px; }
  .process-grid { gap: 45px; }
  .area-cloud span { padding: 11px 14px; font-size: 11px; }
  .faq-grid { gap: 45px; }
  .final-cta { padding: 75px 0 95px; }
  .final-cta-inner > div:last-child { grid-template-columns: 1fr; }
  .final-cta-inner > div:last-child p { grid-column: 1; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .share-strip { align-items: flex-start; flex-direction: column; }
  .share-links { width: 100%; }
  .share-links a { flex: 1; }
  .footer-bottom { align-items: flex-start; gap: 18px; flex-direction: column; padding-bottom: 52px; }
  .page-hero { min-height: 510px; }
  .page-hero-inner { padding-top: 28px; }
  .breadcrumbs { margin-bottom: 58px; }
  .page-lead { font-size: 14px; }
  .answer-grid { grid-template-columns: 1fr; gap: 12px; }
  .content-layout { padding-top: 75px; padding-bottom: 80px; }
  .longform ul { grid-template-columns: 1fr; }
  .contact-panel { padding: 25px; }
  .mobile-actions { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -10px 30px rgba(0,0,0,.16); }
  .mobile-actions a { min-height: 58px; display: grid; place-items: center; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
  .mobile-actions a:last-child { background: var(--green); border-left: 1px solid rgba(0,0,0,.14); }
  .mobile-actions a:only-child { grid-column: 1 / -1; }
  .search-page form { flex-direction: column; }
}

@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}

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