:root {
  --ink: #07171f;
  --ink-2: #102d38;
  --paper: #f3f6f5;
  --white: #fff;
  --gold: #f4c24d;
  --blue: #62becb;
  --coral: #ec654f;
  --muted: #5e7077;
  --line: rgba(7,23,31,.14);
  --wrap: min(1180px, calc(100% - 48px));
  --shadow: 0 28px 80px rgba(2,17,24,.18);
}

@media (min-width: 621px) {
  body.rio-page {
    --paper: #f2f5f3;
    --gold: #efbd47;
    --blue: #86c5cd;
    --coral: #d95f4c;
  }

  body.sao-paulo-page {
    --ink: #050b0e;
    --ink-2: #111c21;
    --paper: #eef0ef;
    --gold: #d8b56a;
    --blue: #d5c6a6;
    --coral: #a88443;
    --line: rgba(5,11,14,.16);
    --shadow: 0 34px 90px rgba(0,0,0,.24);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 16px/1.6 "DM Sans", sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", sans-serif; }
h1, h2 { letter-spacing: -.048em; line-height: 1.02; }
h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 115px 0; }
.eyebrow { margin-bottom: 18px; color: #2e6572; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 10px 14px; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border-radius: 2px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: #ffd469; }
.button-outline { border: 1px solid rgba(255,255,255,.5); color: white; }
.button-outline:hover { border-color: var(--gold); background: rgba(255,255,255,.06); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 800; }

.site-header { position: absolute; z-index: 30; inset: 0 0 auto; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(255,255,255,.14); color: white; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-weight: 800; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 1.02rem; letter-spacing: .06em; }
.brand-copy small { margin-top: 6px; color: rgba(255,255,255,.62); font: .73rem "DM Sans", sans-serif; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 700; }
.main-nav > a { position: relative; }
.main-nav > a::after { content: ""; position: absolute; right: 100%; bottom: -8px; left: 0; height: 2px; background: var(--gold); transition: right .2s ease; }
.main-nav > a:hover::after { right: 0; }
.language-switch { flex: 0 0 auto; display: flex; align-items: center; gap: 7px; padding-left: 15px; border-left: 1px solid rgba(255,255,255,.28); white-space: nowrap; }
.language-switch button { padding: 2px; border: 0; background: transparent; color: rgba(255,255,255,.5); font: 800 .78rem "DM Sans", sans-serif; cursor: pointer; }
.language-switch button[aria-pressed="true"] { color: var(--gold); }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.menu-button span { width: 24px; height: 2px; display: block; margin: 7px auto; background: white; transition: transform .2s ease; }

/* City pages: language choice stays visible above the navigation button on every screen. */
.city-page .site-header { height: 112px; align-items: flex-end; padding-bottom: 17px; }
.city-page .brand { position: relative; z-index: 32; }
.city-page .header-controls { position: absolute; z-index: 32; top: 11px; right: max(24px, calc((100vw - 1180px) / 2)); display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.city-page .language-switch { gap: 6px; padding: 0; border: 0; }
.city-page .language-switch > span { color: rgba(255,255,255,.35); font-size: .7rem; }
.city-page .language-switch button { padding: 3px 1px; font-size: .72rem; font-weight: 600; }
.city-page .language-switch button strong { margin-right: 2px; font-weight: 800; }
.city-page .language-switch.language-links a { padding: 3px 1px; color: rgba(255,255,255,.5); font-size: .72rem; font-weight: 600; }
.city-page .language-switch.language-links a strong { margin-right: 2px; font-weight: 800; }
.city-page .language-switch.language-links a.active,
.city-page .language-switch.language-links a:hover { color: var(--gold); }
.city-page .menu-button { display: block; width: 42px; height: 38px; }
.city-page .menu-button span { margin: 5px auto; transition: transform .2s ease, opacity .2s ease; }
.city-page .menu-button[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.city-page .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.city-page .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
.city-page .main-nav { position: fixed; z-index: 31; inset: 0; flex-direction: column; justify-content: center; gap: 28px; background: var(--ink); font-size: 1.25rem; transform: translateX(100%); transition: transform .28s ease; }
.city-page .main-nav.open { transform: translateX(0); }
.city-page .city-hero { padding-top: 175px; }

.hero { min-height: 790px; display: flex; align-items: center; padding: 150px 0 88px; overflow: hidden; background: var(--ink); color: white; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .75fr; align-items: center; gap: 85px; }
.hero-copy h1 { max-width: 730px; margin-bottom: 28px; font-size: clamp(3.5rem, 6.7vw, 6.8rem); }
.hero-lead { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.72); font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.language-note { margin: 24px 0 0; color: rgba(255,255,255,.48); font-size: .85rem; }
.hero-photo { position: relative; height: 520px; margin: 0; overflow: hidden; background: #19313a; box-shadow: var(--shadow); }
.hero-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 59%; transform: scale(1.025); }
.hero-photo figcaption { position: absolute; z-index: 2; top: 25px; left: 0; padding: 11px 17px; background: var(--gold); color: var(--ink); font: 800 .74rem/1 "Manrope", sans-serif; letter-spacing: .14em; }
.hero-photo figcaption span { display: inline-block; margin: 0 4px; }

.city-hero { position: relative; min-height: 760px; display: flex; align-items: center; padding: 150px 0 95px; overflow: hidden; background-color: var(--ink); background-position: center; background-size: cover; color: white; }
.city-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,13,18,.96) 0%, rgba(3,18,24,.82) 48%, rgba(3,18,24,.25) 100%); }
.city-hero-rio { background-image: url("assets/rio-christ.jpg"); background-position: center 48%; }
.city-hero-sp { background-image: url("assets/sao-paulo-hero-luxury.png"); background-position: center 52%; }
.city-hero-content { position: relative; z-index: 2; }
.city-hero-content h1 { max-width: 900px; margin-bottom: 27px; font-size: clamp(3.5rem, 7vw, 7rem); }
.city-hero-content > p:not(.eyebrow) { max-width: 670px; margin-bottom: 34px; color: rgba(255,255,255,.76); font-size: 1.13rem; }
.city-scope { padding: 22px 0; background: var(--gold); }
.scope-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; font: 800 .77rem/1.2 "Manrope", sans-serif; letter-spacing: .08em; }
.scope-grid strong { font-size: .92rem; }
.scope-grid span { color: #3d4b50; }
.sp-airport-photo img { object-position: center; }

.trust-strip { position: relative; background: linear-gradient(90deg, rgba(4,18,24,.97), rgba(7,28,36,.84)), url("assets/airport-welcome.jpg") center 46%/cover no-repeat; color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.trust-grid article { min-height: 176px; display: grid; grid-template-columns: 26px 1fr; align-content: center; gap: 12px; padding: 28px 17px; border-left: 1px solid rgba(255,255,255,.13); background: rgba(4,18,24,.18); }
.trust-grid article:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.trust-icon { width: 23px; height: 23px; margin-top: 1px; fill: none; stroke: var(--gold); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-grid strong { display: block; font-family: "Manrope", sans-serif; font-size: .93rem; line-height: 1.3; }
.trust-grid p { margin: 8px 0 0; color: rgba(255,255,255,.57); font-size: .82rem; line-height: 1.5; }

@media (min-width: 621px) {
  /* Rio: premium tourism with a brighter coastal character. */
  body.rio-page .city-hero::before { background: linear-gradient(90deg, rgba(2,17,24,.97) 0%, rgba(4,34,43,.83) 48%, rgba(8,47,55,.2) 100%); }
  body.rio-page .trust-strip { background: linear-gradient(90deg, rgba(3,20,27,.97), rgba(7,48,57,.86)), url("assets/airport-welcome.jpg") center 46%/cover no-repeat; }
  body.rio-page .service-card { border-top: 3px solid rgba(98,190,203,.75); box-shadow: 0 18px 48px rgba(7,23,31,.07); }
  body.rio-page .service-card.featured { border-top-color: var(--ink); }
  body.rio-page .service-card:nth-child(3) { border-top-color: rgba(217,95,76,.72); }
  body.rio-page .city-scope { background: linear-gradient(90deg, #e8b33d, #ffd873); }
  body.rio-page .airport { background: linear-gradient(135deg, #78bbc5 0%, #b8dedd 100%); }

  /* São Paulo: black-car, corporate and discreetly luxurious. */
  body.sao-paulo-page .site-header { background: linear-gradient(180deg, rgba(2,7,9,.78), transparent); }
  body.sao-paulo-page .city-hero::before { background: linear-gradient(90deg, rgba(1,5,7,.98) 0%, rgba(3,10,13,.89) 50%, rgba(3,10,13,.35) 100%); }
  body.sao-paulo-page .city-hero-content h1 { max-width: 850px; }
  body.sao-paulo-page .trust-strip { background: linear-gradient(90deg, rgba(2,6,8,.98), rgba(4,10,13,.92)), url("assets/sp-lexus-armored.png") center 58%/cover no-repeat; }
  body.sao-paulo-page .trust-grid article { border-color: rgba(216,181,106,.18); background: rgba(0,0,0,.22); }
  body.sao-paulo-page .trust-grid p { color: rgba(255,255,255,.62); }
  body.sao-paulo-page .services { background: linear-gradient(180deg, #f1f2f1 0%, #fff 100%); }
  body.sao-paulo-page .service-card { border-color: rgba(168,132,67,.24); box-shadow: 0 22px 55px rgba(0,0,0,.07); }
  body.sao-paulo-page .service-card.featured { background: #0b1418; border-color: #0b1418; border-top: 3px solid var(--gold); color: white; box-shadow: 0 28px 70px rgba(0,0,0,.18); }
  body.sao-paulo-page .service-card.featured p { color: rgba(255,255,255,.68); }
  body.sao-paulo-page .city-scope { border-top: 1px solid rgba(216,181,106,.4); border-bottom: 1px solid rgba(216,181,106,.35); background: #070e12; color: white; }
  body.sao-paulo-page .scope-grid span { color: rgba(255,255,255,.58); }
  body.sao-paulo-page .fleet { background: #0a1216; color: white; }
  body.sao-paulo-page .fleet .eyebrow { color: var(--gold); }
  body.sao-paulo-page .fleet-heading > p { color: rgba(255,255,255,.62); }
  body.sao-paulo-page .vehicle-card { border-color: rgba(216,181,106,.2); background: #101a1f; box-shadow: 0 20px 55px rgba(0,0,0,.28); }
  body.sao-paulo-page .vehicle-card:hover { box-shadow: 0 28px 70px rgba(0,0,0,.42); }
  body.sao-paulo-page .vehicle-info { background: #101a1f; color: white; }
  body.sao-paulo-page .vehicle-info small { background: var(--gold); color: #050b0e; }
  body.sao-paulo-page .armor-option { color: rgba(255,255,255,.65); }
  body.sao-paulo-page .view-interior { border-top-color: rgba(216,181,106,.22); color: var(--gold); }
  body.sao-paulo-page .airport { background: linear-gradient(135deg, #c8b68e 0%, #e0d5bd 100%); }
  body.sao-paulo-page .contact { background: linear-gradient(90deg, rgba(2,6,8,.98) 0%, rgba(3,9,12,.93) 50%, rgba(3,9,12,.68) 100%), url("assets/sp-lexus-armored.png") center 57%/cover no-repeat; }

  .home-page .services { background: linear-gradient(90deg, rgba(3,15,20,.9), rgba(5,24,31,.78)), url("assets/hero-jeep.jpg") center/cover fixed no-repeat; }
  body.rio-page .services { background: linear-gradient(90deg, rgba(3,19,25,.92), rgba(8,52,61,.72)), url("assets/rio-christ.jpg") center/cover fixed no-repeat; }
  body.sao-paulo-page .services { background: linear-gradient(90deg, rgba(2,7,9,.95), rgba(5,12,15,.76)), url("assets/sao-paulo-hero-luxury.png") center/cover fixed no-repeat; }
  body .services .section-heading h2 { color: white; text-shadow: 0 3px 24px rgba(0,0,0,.34); }
  body .services .section-heading .eyebrow { color: var(--gold); }
  body .services .section-heading > p:last-child { color: rgba(255,255,255,.76); }
  body .service-card:is(.airport-service, .chauffeur-service, .long-distance-service) {
    border-color: rgba(255,255,255,.2);
    background: rgba(3,13,17,.72);
    color: white;
    box-shadow: 0 25px 65px rgba(1,10,14,.24);
    backdrop-filter: blur(5px);
  }
  body .service-card:is(.airport-service, .chauffeur-service, .long-distance-service) p { color: rgba(255,255,255,.76); text-shadow: 0 1px 12px rgba(0,0,0,.3); }
  body .service-card:is(.airport-service, .chauffeur-service, .long-distance-service) h3 { text-shadow: 0 2px 18px rgba(0,0,0,.42); }
}

.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 60px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -38px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { max-width: 430px; margin-bottom: 8px; color: var(--muted); font-size: 1.02rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; justify-content: center; padding: 42px 36px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 15px 45px rgba(7,23,31,.045); }
.service-card.featured { background: var(--gold); border-color: var(--gold); transform: translateY(-16px); box-shadow: 0 25px 65px rgba(69,51,7,.12); }
.service-card h3 { margin: 0 0 18px; font-size: 1.5rem; line-height: 1.2; }
.service-card p { margin: 0; color: #50666e; font-size: .94rem; }
[data-lang-only] { display: none; }
html[lang="fr"] [data-lang-only="fr"] { display: block; }
.guide-promo { padding: 30px 0; background: #07171f; color: white; }
.guide-promo-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 50px; padding: 32px 38px; border: 1px solid rgba(244,194,77,.3); background: linear-gradient(120deg, rgba(15,58,68,.96), rgba(6,25,32,.98)); box-shadow: 0 18px 55px rgba(0,0,0,.18); }
.guide-promo .eyebrow { margin-bottom: 8px; color: var(--gold); }
.guide-promo h2 { margin-bottom: 8px; font-size: clamp(1.45rem, 2.4vw, 2.2rem); }
.guide-promo p:last-child { max-width: 690px; margin: 0; color: rgba(255,255,255,.68); font-size: .94rem; }
.guide-promo .button { max-width: 340px; padding: 13px 24px; text-align: center; line-height: 1.35; }
.featured p { color: #334950; }

.fleet { background: white; }
.fleet-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.fleet-heading h2 { margin: 0; }
.fleet-heading > p { max-width: 330px; margin: 0 0 8px; color: var(--muted); }
.vehicle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.vehicle-card { min-width: 0; display: block; padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper); color: var(--ink); font: inherit; text-align: left; cursor: pointer; box-shadow: 0 12px 36px rgba(7,23,31,.05); transition: transform .22s ease, box-shadow .22s ease; }
.vehicle-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(7,23,31,.12); }
.vehicle-card:focus-visible { outline: 4px solid var(--coral); outline-offset: 3px; }
.vehicle-photo { width: 100%; aspect-ratio: 4/3; display: block; background: #d7dfe0 center/cover no-repeat; transition: transform .4s ease; }
.vehicle-card:hover .vehicle-photo { transform: scale(1.025); }
.sedan-photo { background-image: url("assets/private-car.jpg"); background-position: center 58%; }
.suv-photo { background-image: url("assets/suv-exterior.jpg"); background-position: center 53%; }
.sp-lexus-photo { background-image: url("assets/sp-lexus-armored.png"); background-position: center; }
.sp-tiggo8-photo { background-image: url("assets/sp-tiggo8-exterior.png"); background-position: center; }
.minivan-photo { background-image: url("assets/minivan-exterior-full.png"); background-position: center; }
.van-photo { background-image: url("assets/van-exterior.jpg"); background-position: center 58%; }
.sp-minivan-photo { background-image: url("assets/sp-minivan-business.png"); background-position: center; }
.sp-van-photo { background-image: url("assets/sp-van-business.png"); background-position: center; }
.minivan-photo, .sp-minivan-photo, .sp-van-photo { background-size: contain; background-repeat: no-repeat; background-color: #dce2e3; }
.vehicle-info { min-height: 152px; display: flex; flex-direction: column; justify-content: space-between; padding: 21px; background: var(--paper); }
.vehicle-info > span:first-child { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.vehicle-info strong { font: 800 1.13rem/1.2 "Manrope", sans-serif; }
.vehicle-info small { padding: 5px 7px; background: var(--gold); font-size: .69rem; font-weight: 800; line-height: 1; white-space: nowrap; }
.armor-option { display: block; margin-top: 12px; color: #50666e; font-size: .76rem; font-weight: 700; line-height: 1.35; }
.view-interior { margin-top: 17px; padding-top: 13px; border-top: 1px solid var(--line); color: #456069; font-size: .8rem; font-weight: 800; }

.airport { background: var(--blue); }
.airport-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 80px; }
.airport-photo { position: relative; min-height: 470px; overflow: hidden; box-shadow: var(--shadow); }
.airport-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.airport-photo > span { position: absolute; bottom: 22px; left: 22px; padding: 8px 12px; background: rgba(7,23,31,.9); color: white; font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.airport-copy h2 { margin-bottom: 30px; font-size: clamp(2.5rem, 4.5vw, 4.45rem); }
.airport-copy p:not(.eyebrow) { color: #234750; font-size: 1rem; }
.airport-copy p:last-child { margin-bottom: 0; font-weight: 600; }

.coordinator-section { padding: 48px 0; background: #fff; }
.coordinator-card { display: grid; grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr); align-items: center; gap: 48px; padding: 24px; border-left: 4px solid var(--gold); background: var(--paper); box-shadow: 0 14px 42px rgba(7,23,31,.06); }
.coordinator-photo { position: relative; min-height: 0; aspect-ratio: 776 / 718; margin: 0; overflow: hidden; background: #0a2029; }
.coordinator-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.coordinator-photo figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 9px 12px; background: rgba(7,23,31,.88); color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.coordinator-card .eyebrow { margin-bottom: 9px; }
.coordinator-card h2 { max-width: 600px; margin-bottom: 0; font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1.08; }
.coordinator-copy > p:last-child { max-width: 650px; margin: 22px 0 0; color: #4d626a; font-size: 1rem; }

.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.about-grid h2 { max-width: 560px; margin-bottom: 0; }
.about-copy { padding-top: 10px; }
.about-copy > p { max-width: 700px; color: #4d626a; font-size: 1.05rem; }
.about-copy > p + p { margin-top: 20px; }
.about-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; background: var(--line); border: 1px solid var(--line); }
.about-points span { min-height: 96px; display: flex; align-items: center; padding: 18px; background: var(--paper); font-size: .8rem; font-weight: 800; line-height: 1.4; }

.reviews-section { background: #0a2029; color: white; }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.reviews-heading h2 { max-width: 760px; margin-bottom: 0; }
.reviews-heading .text-link { flex: 0 0 auto; color: var(--gold); }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.review-card { min-height: 330px; display: flex; flex-direction: column; padding: 40px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.055); }
.review-stars { margin-bottom: 22px; color: var(--gold); letter-spacing: .18em; }
.review-card h3 { margin-bottom: 18px; font-size: 1.45rem; }
.review-card p { margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: 1rem; }
.review-card strong { margin-top: auto; color: rgba(255,255,255,.88); font-size: .83rem; }

.process { background: var(--gold); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.process-grid h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.5vw, 4.4rem); }
.process-grid ol { margin: 0; padding: 0; list-style: none; }
.process-grid li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(7,23,31,.18); }
.process-grid li > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-weight: 800; }
.process-grid strong { font-family: "Manrope", sans-serif; }
.process-grid p { margin: 5px 0 0; color: #3f5157; }

.contact { padding: 100px 0; background: linear-gradient(90deg, rgba(3,13,17,.98) 0%, rgba(3,13,17,.93) 48%, rgba(3,13,17,.72) 100%), url("assets/private-car.jpg") center 56%/cover no-repeat; color: white; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); align-items: start; gap: 80px; }
.contact h2 { max-width: 680px; margin: 0; font-size: clamp(3rem, 6vw, 6rem); }
.contact-copy > p { max-width: 520px; color: rgba(255,255,255,.67); font-size: 1.05rem; }
.contact-copy .button { margin-top: 18px; }
.phone { display: inline-block; margin-left: 24px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 800; }
.contact-intro { position: sticky; top: 135px; }
.contact-intro > p:not(.eyebrow) { max-width: 570px; margin-top: 26px; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.contact-actions .phone { margin-left: 0; }
.chauffeur-form { display: grid; gap: 20px; padding: 38px; background: rgba(255,255,255,.98); color: var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.chauffeur-form label { display: grid; gap: 8px; font-size: .84rem; font-weight: 700; }
.chauffeur-form input:not([type="checkbox"]), .chauffeur-form textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(7,23,31,.22); border-radius: 2px; background: #fbfaf7; color: var(--ink); font: inherit; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.chauffeur-form input:not([type="checkbox"]):focus, .chauffeur-form textarea:focus { border-color: #b28a2c; box-shadow: 0 0 0 3px rgba(244,194,77,.22); }
.chauffeur-form textarea { min-height: 165px; resize: vertical; }
.chauffeur-form .consent-row { grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: #52666e; font-size: .76rem; font-weight: 500; line-height: 1.45; }
.chauffeur-form .consent-row input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--ink); }
.chauffeur-form .form-submit { width: 100%; border: 0; cursor: pointer; }
.chauffeur-form .form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-note { margin: -6px 0 0; color: #62757d; font-size: .75rem; text-align: center; }

.thank-you-page { min-height: 100vh; background: var(--ink); color: white; }
.thank-you-main { min-height: 100vh; display: grid; place-items: center; padding: 40px 22px; background: radial-gradient(circle at 78% 18%, rgba(216,181,106,.2), transparent 34%), radial-gradient(circle at 12% 86%, rgba(17,71,82,.24), transparent 30%); }
.thank-you-card { width: min(760px, 100%); padding: clamp(38px, 7vw, 78px); border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); box-shadow: var(--shadow); }
.thank-you-check { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 50%; background: var(--gold); color: var(--ink); font: 800 1.65rem "Manrope", sans-serif; }
.thank-you-card .eyebrow { color: var(--gold); }
.thank-you-card h1 { margin-bottom: 26px; font-size: clamp(2.7rem, 7vw, 5.4rem); }
.thank-you-card > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.thank-you-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 38px; }
.thank-you-actions .text-link { color: white; border-bottom-color: rgba(255,255,255,.34); }

.site-footer { padding: 38px 0; background: #030d11; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr auto; align-items: center; gap: 50px; font-size: .84rem; }
.footer-grid > div { display: flex; flex-direction: column; }
.footer-grid strong { font: 800 1rem "Manrope", sans-serif; letter-spacing: .08em; }
.footer-grid span, .footer-grid a { color: rgba(255,255,255,.54); }
.footer-grid a:hover { color: var(--gold); }
.whatsapp-float { position: fixed; z-index: 35; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 12px 35px rgba(0,0,0,.25); transition: transform .2s ease; }
.whatsapp-float:hover { transform: scale(1.06); }
.whatsapp-float svg { width: 31px; fill: currentColor; }

.vehicle-dialog { width: min(920px, calc(100% - 30px)); max-width: none; padding: 0; border: 0; background: transparent; color: var(--ink); box-shadow: 0 40px 110px rgba(0,0,0,.45); }
.vehicle-dialog::backdrop { background: rgba(1,10,14,.84); backdrop-filter: blur(5px); }
.dialog-shell { position: relative; overflow: hidden; background: white; }
.dialog-close { position: absolute; z-index: 4; top: 14px; right: 14px; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(7,23,31,.92); color: white; font-size: 1.75rem; cursor: pointer; }
.dialog-photo-frame { width: 100%; height: min(61vh, 560px); min-height: 370px; overflow: hidden; background: var(--ink); }
.dialog-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dialog-footer { display: flex; align-items: end; justify-content: space-between; gap: 35px; padding: 27px 30px 30px; }
.dialog-kicker { margin-bottom: 5px; color: #5d747c; font-size: .71rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dialog-footer h2 { margin-bottom: 5px; font-size: 2rem; }
.dialog-caption { margin: 0; color: var(--muted); font-size: .9rem; }
.dialog-controls { display: flex; align-items: center; gap: 13px; }
.dialog-controls button { width: 43px; height: 43px; padding: 0; border: 1px solid var(--line); background: var(--paper); color: var(--ink); font-size: 1.1rem; cursor: pointer; }
.dialog-controls button:disabled { opacity: .35; cursor: not-allowed; }
.dialog-counter { min-width: 38px; color: var(--muted); font-size: .82rem; text-align: center; }
.dialog-close:focus-visible, .dialog-controls button:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 34px, 760px); }
  .section { padding: 88px 0; }
  .site-header { height: 78px; padding-inline: 18px; }
  .brand-copy small { display: none; }
  .menu-button { position: relative; z-index: 32; display: block; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 31; inset: 0; flex-direction: column; justify-content: center; gap: 24px; background: var(--ink); font-size: 1.25rem; transform: translateX(100%); transition: transform .28s ease; }
  .main-nav.open { transform: translateX(0); }
  .language-switch { margin-top: 15px; padding: 15px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .city-page .site-header { height: 112px; padding: 0 18px 17px; }
  .city-page .header-controls { top: 10px; right: 18px; }
  .city-page .language-switch { margin: 0; padding: 0; border: 0; }
  .city-page .city-hero { padding-top: 175px; }
  .hero { padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr 330px; gap: 42px; }
  .hero-copy h1 { font-size: clamp(3.2rem, 8vw, 5.5rem); }
  .hero-photo { height: 460px; }
  .city-hero { min-height: 680px; padding-top: 130px; }
  .city-hero-content h1 { max-width: 720px; font-size: clamp(3.2rem, 9vw, 5.8rem); }
  .scope-grid { flex-wrap: wrap; justify-content: flex-start; }
  .scope-grid strong { width: 100%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article:nth-child(odd) { border-left: 0; }
  .trust-grid article { min-height: 120px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid article:last-child { grid-column: auto; border-right: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; padding: 34px 30px; }
  .service-card.featured { transform: none; }
  .vehicle-grid { grid-template-columns: 1fr 1fr; }
  .airport-grid, .process-grid, .contact-grid, .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .coordinator-card { grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr); gap: 32px; }
  .reviews-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .contact-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 30px); }
  .hero { min-height: 0; padding: 118px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy h1 { font-size: clamp(2.9rem, 13vw, 4.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-photo { height: 390px; }
  .hero-photo img { object-position: center 62%; }
  .city-hero { min-height: 650px; padding: 125px 0 75px; background-position: 62% center; }
  .city-hero::before { background: linear-gradient(90deg, rgba(2,13,18,.94), rgba(3,18,24,.62)); }
  .city-hero-content h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .city-hero-content > p:not(.eyebrow) { font-size: 1rem; }
  .scope-grid { gap: 14px 22px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 0; grid-template-columns: 28px 1fr; gap: 14px; padding: 22px 0; border-right: 0 !important; border-left: 0; background: transparent; }
  .trust-grid article:last-child { grid-column: auto; }
  .fleet-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-photo { aspect-ratio: 16/10; }
  .airport-photo { min-height: 390px; }
  .coordinator-section { padding: 30px 0; }
  .coordinator-card { grid-template-columns: 1fr; gap: 25px; padding: 18px; }
  .coordinator-photo { min-height: 0; aspect-ratio: 776 / 718; }
  .about-points, .review-grid { grid-template-columns: 1fr; }
  .about-points span { min-height: 72px; }
  .review-card { min-height: 0; padding: 30px 25px; }
  .contact { padding: 80px 0; }
  .guide-promo { padding: 20px 0; }
  .guide-promo-card { grid-template-columns: 1fr; gap: 24px; padding: 27px 24px; }
  .guide-promo .button { width: 100%; max-width: none; }
  .contact h2 { font-size: 3.25rem; }
  .chauffeur-form { padding: 28px 23px; }
  .form-row { grid-template-columns: 1fr; }
  .phone { display: block; width: max-content; margin: 22px 0 0; }
  .contact-actions .phone { margin: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 23px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .dialog-photo-frame { height: 55vh; min-height: 320px; }
  .dialog-footer { align-items: flex-start; flex-direction: column; gap: 20px; padding: 22px 20px 24px; }
  .dialog-controls { width: 100%; justify-content: space-between; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

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