@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --yellow: #f6bd17;
  --yellow-light: #ffd85c;
  --ink: #141817;
  --muted: #626967;
  --cream: #f5f3ec;
  --white: #fff;
  --line: rgba(20, 24, 23, .12);
  --radius: 28px;
  --shadow: 0 24px 70px rgba(20, 24, 23, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: 'DM Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fill { fill: currentColor; stroke: none; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  transition: background .3s, box-shadow .3s;
}
.site-header.scrolled { background: rgba(245, 243, 236, .9); box-shadow: 0 1px 0 rgba(20, 24, 23, .08); backdrop-filter: blur(16px); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 800 24px/1 'Manrope', sans-serif; letter-spacing: -.7px; }
.brand > span:last-child > span { color: #bf8700; }
.brand-mark { display: grid; grid-template-columns: repeat(2, 9px); grid-template-rows: repeat(2, 9px); transform: rotate(45deg); gap: 2px; }
.brand-mark span { background: var(--ink); border-radius: 1px; }
.brand-mark span:nth-child(2), .brand-mark span:nth-child(3) { background: var(--yellow); }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--yellow); transition: right .25s; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 13px 18px; color: white; background: var(--ink); border-radius: 999px; }
.nav-cta svg { width: 17px; height: 17px; }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); transition: .25s; }
.mobile-header-actions { display: contents; }
.language-picker-mobile { display: none; }
.language-picker { position: relative; }
.language-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 3px; min-width: 52px; height: 38px; padding: 0 10px; color: var(--ink); background: transparent; border: 1px solid rgba(20,24,23,.2); border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .5px; }
.language-toggle svg { width: 15px; height: 15px; transition: transform .2s; }
.language-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.language-menu { position: absolute; z-index: 130; top: calc(100% + 10px); right: 0; display: grid; min-width: 175px; padding: 7px; visibility: hidden; opacity: 0; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 18px 45px rgba(20,24,23,.16); transform: translateY(-7px); transition: opacity .2s, transform .2s, visibility .2s; }
.language-menu.open { visibility: visible; opacity: 1; transform: none; }
.language-menu button { display: flex; align-items: center; gap: 10px; width: 100%; padding: 9px 10px; color: inherit; background: transparent; border: 0; border-radius: 9px; cursor: pointer; text-align: left; font-size: 12px; }
.language-menu button:hover, .language-menu button[aria-selected="true"] { background: var(--cream); }
.language-menu button span { display: grid; place-items: center; width: 28px; height: 22px; color: var(--ink); background: var(--yellow); border-radius: 6px; font-size: 9px; font-weight: 800; }
.eyebrow b { font: inherit; }

.hero { position: relative; min-height: 900px; padding: 150px 0 0; overflow: hidden; background: var(--cream); }
.hero::before { content: ''; position: absolute; top: -160px; right: -150px; width: 680px; height: 680px; border-radius: 50%; background: var(--yellow); opacity: .18; filter: blur(2px); }
.hero-grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(20,24,23,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(20,24,23,.05) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; min-height: 625px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 30px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 3px; background: var(--yellow); border-radius: 4px; }
h1, h2, h3 { font-family: 'Manrope', sans-serif; }
h1 { margin: 26px 0 24px; max-width: 680px; font-size: clamp(57px, 6.2vw, 86px); line-height: .99; letter-spacing: -5px; }
h1 em, h2 em { color: #b47f00; font-style: normal; }
.hero-lead { max-width: 565px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 700; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(20,24,23,.15); }
.button svg { width: 19px; }
.button-primary { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.button-secondary { background: rgba(255,255,255,.65); }
.hero-note { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 38px; height: 38px; overflow: hidden; background: white; border: 3px solid var(--cream); border-radius: 50%; }
.avatar-stack span:last-child { margin-left: -8px; }
.avatar-stack svg { display: block; width: 100%; height: 100%; fill: none; stroke: none; }
.hero-note p { margin: 0; font-size: 12px; line-height: 1.45; color: var(--muted); }
.hero-note strong { color: var(--ink); font-size: 13px; }

.hero-visual { position: relative; height: 610px; }
.taxi-art { width: 115%; height: 100%; margin-left: -6%; overflow: visible; }
.monastery { fill: rgba(255,255,255,.48); stroke: rgba(20,24,23,.14); stroke-width: 4; stroke-linejoin: round; }
.monastery .windows { fill: rgba(20,24,23,.11); }
.road { fill: #2b302f; }
.road-line { fill: none; stroke: rgba(255,255,255,.65); stroke-width: 8; stroke-dasharray: 42 34; }
.car-outline, .car-detail { fill: none; stroke: #232827; stroke-width: 7; stroke-linejoin: round; }
.car-detail { stroke-width: 5; }
.car text { fill: white; stroke: none; font: 800 12px 'Manrope', sans-serif; letter-spacing: 2px; }
.headlight { fill: #f9f4ce; stroke: #232827; stroke-width: 5; }
.headlight.rear { fill: #ef725e; }
.wheel circle:first-child { fill: #171b1b; stroke: #343a39; stroke-width: 9; }
.wheel circle:last-child { fill: #c8ccca; stroke: #505654; stroke-width: 8; }

/* Entrada do taxi: chega da esquerda, trava e assenta no lugar */
.car { transform-box: fill-box; transform-origin: 50% 92%; transform: translate(62px, 238px); }
.hero-visual.visible .car { animation: taxi-drive-in 1.5s .35s both; }
.hero-visual.visible .road-line { animation: road-rush 1.5s .35s both; }

@keyframes taxi-drive-in {
  0% { transform: translate(-700px, 238px) rotate(-2deg); animation-timing-function: cubic-bezier(.14,.72,.3,1); }
  55% { transform: translate(30px, 238px) rotate(-2deg); }
  74% { transform: translate(72px, 238px) rotate(2.4deg); }
  87% { transform: translate(57px, 238px) rotate(-1deg); }
  95% { transform: translate(64px, 238px) rotate(.4deg); }
  100% { transform: translate(62px, 238px) rotate(0deg); }
}

@keyframes road-rush {
  0% { stroke-dashoffset: 640; animation-timing-function: cubic-bezier(.14,.72,.3,1); }
  55% { stroke-dashoffset: 60; }
  100% { stroke-dashoffset: 0; }
}
.availability { position: absolute; z-index: 3; top: 55px; right: 24px; padding: 11px 17px; background: white; border-radius: 99px; box-shadow: 0 12px 35px rgba(20,24,23,.13); font-size: 12px; font-weight: 700; }
.availability span { display: inline-block; width: 8px; height: 8px; margin-right: 6px; background: #2aba6f; border-radius: 50%; box-shadow: 0 0 0 5px rgba(42,186,111,.14); }
.route-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 13px; min-width: 185px; padding: 14px 17px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.7); border-radius: 17px; box-shadow: 0 16px 45px rgba(20,24,23,.17); backdrop-filter: blur(10px); }
.route-card > svg { width: 22px; color: #ba8200; }
.route-card small, .route-card strong { display: block; }
.route-card small { margin-bottom: 3px; color: var(--muted); font-size: 10px; }
.route-card strong { font-size: 13px; }
.route-card-top { top: 135px; left: 26px; }
.route-card-bottom { right: -8px; bottom: 42px; }
.route-icon { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--ink); border-radius: 50%; }
.route-icon svg { width: 17px; }
.quick-features { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; transform: translateY(35px); padding: 26px 30px; color: white; background: var(--ink); border-radius: 22px; box-shadow: var(--shadow); }
.quick-features > div { display: flex; align-items: center; gap: 15px; padding: 0 30px; border-right: 1px solid rgba(255,255,255,.16); }
.quick-features > div:last-child { border: 0; }
.quick-features svg { width: 28px; height: 28px; color: var(--yellow); }
.quick-features span, .quick-features strong, .quick-features small { display: block; }
.quick-features strong { margin-bottom: 4px; font-size: 14px; }
.quick-features small { color: rgba(255,255,255,.58); font-size: 11px; }

.services { background: white; padding-top: 112px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.kicker { color: #a87600; }
h2 { margin: 17px 0 0; font-size: clamp(42px, 5vw, 65px); line-height: 1.04; letter-spacing: -3.5px; }
.section-heading > p { max-width: 430px; margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.service-card { position: relative; min-height: 400px; padding: 34px; overflow: hidden; background: #f1f0ea; border: 1px solid transparent; border-radius: var(--radius); transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(20,24,23,.1); }
.service-card.featured { background: var(--yellow); }
.service-number { position: absolute; top: 31px; right: 32px; color: rgba(20,24,23,.35); font: 700 12px 'Manrope', sans-serif; }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; color: white; background: var(--ink); border-radius: 17px; }
.service-icon svg { width: 26px; height: 26px; }
.service-card:not(.featured) .service-icon { color: var(--ink); background: white; }
.service-card h3 { margin: 62px 0 14px; font-size: 30px; letter-spacing: -1px; }
.service-card p { max-width: 290px; margin: 0; color: #5d6361; font-size: 14px; line-height: 1.65; }
.service-card.featured p { color: rgba(20,24,23,.68); }
.service-card a { position: absolute; left: 34px; bottom: 31px; display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; }
.service-card a svg { width: 18px; transition: transform .2s; }
.service-card a:hover svg { transform: translateX(5px); }

.comfort { background: var(--cream); }
.comfort-layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 95px; }
.comfort-visual { position: relative; min-height: 570px; overflow: hidden; color: white; background: var(--ink); border-radius: 38px; }
.comfort-visual::before { content: ''; position: absolute; width: 340px; height: 340px; left: -70px; bottom: -80px; background: var(--yellow); border-radius: 50%; filter: blur(2px); }
.big-a { position: absolute; right: -12px; top: -85px; color: rgba(255,255,255,.06); font: 800 500px/1 'Manrope', sans-serif; letter-spacing: -50px; }
.comfort-word { position: absolute; left: 38px; bottom: 34px; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(20,24,23,.55); font: 800 11px 'Manrope', sans-serif; letter-spacing: 5px; }
.night-card { position: absolute; z-index: 2; top: 62px; left: 49px; display: flex; align-items: center; gap: 16px; }
.night-card > svg { width: 66px; height: 66px; padding: 18px; color: var(--ink); background: var(--yellow); border-radius: 21px; }
.night-card span, .night-card strong, .night-card small { display: block; }
.night-card strong { font: 700 17px 'Manrope', sans-serif; }
.night-card small { margin-top: 6px; color: rgba(255,255,255,.55); }
.wifi-orbit { position: absolute; top: 225px; left: 50%; display: grid; place-items: center; width: 190px; height: 190px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.wifi-orbit::before, .wifi-orbit::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.wifi-orbit::before { width: 280px; height: 280px; }
.wifi-orbit::after { width: 380px; height: 380px; }
.wifi-orbit svg { width: 72px; height: 72px; color: var(--yellow); }
.comfort-copy > p { max-width: 510px; color: var(--muted); line-height: 1.7; }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 26px; margin-top: 42px; }
.benefit-list > div { display: flex; gap: 14px; align-items: flex-start; }
.benefit-list > div > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; color: var(--ink); background: white; border-radius: 12px; box-shadow: 0 8px 20px rgba(20,24,23,.07); }
.benefit-list svg { width: 20px; }
.benefit-list p, .benefit-list strong, .benefit-list small { display: block; margin: 0; }
.benefit-list strong { margin-bottom: 5px; font-size: 14px; }
.benefit-list small { color: var(--muted); font-size: 12px; line-height: 1.45; }

.cta-section { padding-top: 0; background: var(--cream); }
.cta-panel { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; padding: 70px; overflow: hidden; background: var(--yellow); border-radius: 36px; }
.cta-panel::after { content: ''; position: absolute; right: -120px; top: -210px; width: 460px; height: 460px; border: 1px solid rgba(20,24,23,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(20,24,23,.025), 0 0 0 120px rgba(20,24,23,.025); }
.cta-panel .kicker { color: rgba(20,24,23,.58); }
.cta-panel h2 { font-size: clamp(42px, 4.4vw, 60px); }
.cta-panel h2 em { color: white; }
.cta-panel p { max-width: 490px; margin-bottom: 0; color: rgba(20,24,23,.65); }
.cta-contacts { position: relative; z-index: 2; }
.contact-main { display: flex; align-items: center; gap: 16px; padding: 20px; color: var(--ink); background: white; border-radius: 20px; box-shadow: 0 18px 40px rgba(20,24,23,.1); transition: transform .25s; }
.contact-main:hover { transform: translateY(-4px); }
.contact-main > span { display: grid; place-items: center; width: 48px; height: 48px; color: white; background: var(--ink); border-radius: 50%; }
.contact-main svg { width: 21px; }
.contact-main small, .contact-main strong { display: block; }
.contact-main small { color: var(--muted); font-size: 10px; }
.contact-main strong { margin-top: 4px; font: 800 26px 'Manrope', sans-serif; letter-spacing: -.5px; }
.contact-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 18px; }
.contact-links a { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; }
.contact-links svg { width: 17px; }
.language-contact-note { margin: 17px auto 0; padding: 11px 14px; max-width: 360px; color: var(--ink); background: rgba(255,255,255,.34); border: 1px solid rgba(20,24,23,.12); border-radius: 12px; text-align: left; }
.language-contact-note strong, .language-contact-note span { display: block; }
.language-contact-note strong { margin-bottom: 3px; font-size: 10px; }
.language-contact-note span { color: rgba(20,24,23,.64); font-size: 10px; line-height: 1.4; }
.cta-checkers { position: absolute; left: 0; right: 0; bottom: 0; height: 10px; opacity: .18; background: repeating-conic-gradient(var(--ink) 0 25%, transparent 0 50%) 0 / 20px 20px; }

.site-footer { color: white; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-top: 46px; padding-bottom: 38px; }
.brand-footer .brand-mark span { background: white; }
.brand-footer .brand-mark span:nth-child(2), .brand-footer .brand-mark span:nth-child(3) { background: var(--yellow); }
.brand-footer > span:last-child > span { color: var(--yellow); }
.footer-main p { margin: 0; color: rgba(255,255,255,.55); text-align: center; font-size: 12px; }
.footer-nav { display: flex; justify-content: flex-end; gap: 25px; font-size: 12px; }
.footer-nav a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 10px; }
.floating-whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: none; place-items: center; width: 55px; height: 55px; color: white; background: #1dbb68; border: 4px solid white; border-radius: 50%; box-shadow: 0 12px 30px rgba(20,24,23,.25); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.service-card:nth-child(2) { transition-delay: .1s; }
.service-card:nth-child(3) { transition-delay: .2s; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { max-width: 700px; width: 100%; margin: 15px auto 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: span 2; }
  .comfort-layout { grid-template-columns: 1fr; gap: 65px; }
  .comfort-visual { max-width: 680px; width: 100%; margin-inline: auto; }
  .cta-panel { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 82px 0; }
  .nav-wrap { height: 72px; }
  .menu-button { position: relative; z-index: 110; display: block; }
  .mobile-header-actions { position: relative; z-index: 111; display: flex; align-items: center; gap: 3px; margin-left: auto; }
  .language-picker-mobile { display: block; }
  .main-nav > .language-picker { display: none; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 30px; padding: 48px; background: var(--cream); transform: translateX(100%); transition: transform .35s ease; font: 700 28px 'Manrope', sans-serif; }
  .main-nav.open { transform: none; }
  .nav-cta { margin-top: 10px; font: 700 15px 'DM Sans', sans-serif; }
  .language-picker { font: 600 14px 'DM Sans', sans-serif; }
  .language-toggle { min-width: 72px; height: 42px; font-size: 12px; }
  .language-menu { top: auto; right: auto; bottom: calc(100% + 9px); left: 0; }
  .language-picker-mobile .language-menu { top: calc(100% + 9px); right: 0; bottom: auto; left: auto; }
  .hero { padding: 110px 0 48px; }
  .hero-layout { padding-top: 20px; }
  h1 { max-width: 100%; font-size: clamp(46px, 12.5vw, 62px); letter-spacing: -3.2px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; }
  .hero-visual { height: 430px; margin-top: 35px; }
  .taxi-art { width: 125%; margin-left: -11%; }
  .availability { top: 34px; right: 8px; }
  .route-card-top { top: 100px; left: 0; }
  .route-card-bottom { right: 0; bottom: 18px; }
  .quick-features { grid-template-columns: 1fr; gap: 0; margin-top: 48px; margin-bottom: 0; padding: 14px 24px; transform: none; }
  .quick-features > div { padding: 18px 2px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .quick-features > div:last-child { border-bottom: 0; }
  .services { padding-top: 64px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  h2 { font-size: 43px; letter-spacing: -2.5px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card { min-height: 365px; }
  .comfort-visual { min-height: 480px; }
  .benefit-list { grid-template-columns: 1fr; }
  .cta-panel { padding: 49px 24px; border-radius: 28px; }
  .contact-main { padding: 16px; }
  .contact-main strong { font-size: 23px; }
  .contact-links { align-items: flex-start; flex-direction: column; padding-left: 10px; }
  .footer-main { grid-template-columns: 1fr; justify-items: center; gap: 25px; }
  .footer-nav { justify-content: center; }
  .floating-whatsapp { display: grid; }
}

@media (max-width: 420px) {
  .hero-visual { height: 380px; }
  .route-card { min-width: 160px; padding: 11px 13px; }
  .route-card-top { top: 88px; }
  .availability { font-size: 10px; }
  .comfort-visual { min-height: 430px; }
  .night-card { top: 43px; left: 29px; }
  .wifi-orbit { top: 200px; }
  .footer-nav { gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .car { animation: none !important; transform: translate(62px, 238px) !important; }
}

/* Empresas */
.main-nav .active::after { right: 0 !important; }
.business-page { background: #f4f2eb; }
.business-header { color: white; }
.business-header.scrolled { color: var(--ink); }
.business-header:not(.scrolled) .brand-mark span { background: white; }
.business-header:not(.scrolled) .brand-mark span:nth-child(2),
.business-header:not(.scrolled) .brand-mark span:nth-child(3) { background: var(--yellow); }
.business-header:not(.scrolled) .brand > span:last-child > span { color: var(--yellow); }
.business-header:not(.scrolled) .nav-cta { color: var(--ink); background: var(--yellow); }
.business-header:not(.scrolled) .language-toggle { color: white; border-color: rgba(255,255,255,.28); }
.business-hero { position: relative; overflow: hidden; padding: 150px 0 36px; color: white; background: var(--ink); }
.business-hero::before { content: ''; position: absolute; top: -280px; right: -150px; width: 760px; height: 760px; border: 1px solid rgba(246,189,23,.2); border-radius: 50%; box-shadow: 0 0 0 75px rgba(246,189,23,.025), 0 0 0 150px rgba(246,189,23,.025); }
.business-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.business-hero-layout { position: relative; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 80px; min-height: 610px; padding-bottom: 74px; }
.business-hero-copy h1 { max-width: 680px; margin-bottom: 27px; font-size: clamp(53px, 5.5vw, 78px); }
.business-hero-copy h1 em { color: var(--yellow); }
.business-hero-copy > p { max-width: 595px; margin: 0; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.7; }
.business-hero .eyebrow { color: rgba(255,255,255,.74); }
.business-hero .button-primary { color: var(--ink); }
.business-secondary { color: white; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.04); }
.business-proof { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.business-proof > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--yellow); background: rgba(246,189,23,.11); border: 1px solid rgba(246,189,23,.25); border-radius: 50%; }
.business-proof svg { width: 19px; }
.business-proof p, .business-proof strong, .business-proof small { display: block; margin: 0; }
.business-proof strong { margin-bottom: 5px; font-size: 13px; }
.business-proof small { color: rgba(255,255,255,.45); font-size: 11px; }

.business-dashboard { position: relative; z-index: 2; padding: 27px; color: var(--ink); background: #f8f7f3; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; box-shadow: 0 35px 100px rgba(0,0,0,.35); transform: rotate(1.5deg); }
.business-dashboard::before { content: ''; position: absolute; z-index: -1; inset: 13px -16px -16px 13px; background: var(--yellow); border-radius: inherit; opacity: .9; }
.dashboard-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 21px; border-bottom: 1px solid var(--line); font: 800 14px 'Manrope', sans-serif; }
.dashboard-status { display: flex; align-items: center; gap: 7px; color: var(--muted); font: 700 10px 'DM Sans', sans-serif; }
.dashboard-status i { width: 8px; height: 8px; background: #2aba6f; border-radius: 50%; box-shadow: 0 0 0 5px rgba(42,186,111,.13); }
.dashboard-route { padding: 28px 8px 24px; }
.route-stop { display: flex; align-items: center; gap: 14px; }
.route-stop > span { display: grid; place-items: center; width: 35px; height: 35px; color: white; background: var(--ink); border-radius: 11px; font: 800 11px 'Manrope', sans-serif; }
.route-stop.destination > span { color: var(--ink); background: var(--yellow); }
.route-stop p, .route-stop small, .route-stop strong { display: block; margin: 0; }
.route-stop small { margin-bottom: 3px; color: var(--muted); font-size: 9px; }
.route-stop strong { font-size: 13px; }
.route-dots { display: flex; flex-direction: column; gap: 4px; margin: 5px 0 5px 16px; }
.route-dots i { width: 3px; height: 3px; background: #a4aaa7; border-radius: 50%; }
.dashboard-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.dashboard-meta > div { position: relative; padding: 16px 13px 15px 44px; background: #ebeae4; border-radius: 14px; }
.dashboard-meta svg { position: absolute; top: 17px; left: 14px; width: 20px; color: #a87600; }
.dashboard-meta small, .dashboard-meta strong { display: block; }
.dashboard-meta small { margin-bottom: 4px; color: var(--muted); font-size: 8px; }
.dashboard-meta strong { font-size: 10px; }
.dashboard-taxi { display: flex; align-items: center; gap: 13px; margin-top: 10px; padding: 14px; color: white; background: var(--ink); border-radius: 16px; }
.dashboard-taxi > div { flex: 1; }
.dashboard-taxi small, .dashboard-taxi strong { display: block; }
.dashboard-taxi small { margin-bottom: 4px; color: var(--yellow); font-size: 8px; }
.dashboard-taxi strong { font-size: 10px; }
.dashboard-taxi > svg { width: 18px; color: var(--yellow); }
.mini-car { position: relative; display: block; width: 47px; height: 25px; background: var(--yellow); border-radius: 10px 15px 5px 5px; }
.mini-car i { position: absolute; top: -6px; left: 12px; width: 25px; height: 12px; background: var(--yellow); border-radius: 8px 8px 0 0; }
.mini-car b { position: absolute; bottom: -4px; width: 10px; height: 10px; background: #333; border: 2px solid white; border-radius: 50%; }
.mini-car b:nth-of-type(1) { left: 7px; }
.mini-car b:nth-of-type(2) { right: 7px; }
.business-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; color: white; font-size: 12px; font-weight: 700; }
.business-strip > div { display: flex; align-items: center; gap: 12px; min-height: 72px; padding: 15px 17px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.11); border-radius: 16px; }
.business-strip svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--yellow); }

.business-benefits { padding-top: 112px; background: white; }
.business-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.business-benefit { position: relative; min-height: 248px; padding: 27px; background: #f3f2ed; border-radius: 23px; }
.business-benefit > span { position: absolute; top: 25px; right: 25px; color: #9ca19f; font: 700 10px 'Manrope', sans-serif; }
.business-benefit > svg { width: 30px; height: 30px; color: #b17c00; }
.business-benefit h3 { margin: 49px 0 11px; font-size: 20px; letter-spacing: -.5px; }
.business-benefit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.business-solutions { color: white; background: var(--ink); }
.business-solutions-title { margin-bottom: 66px; }
.business-solutions-title h2 em { color: var(--yellow); }
.solution-list { border-top: 1px solid rgba(255,255,255,.14); }
.solution-row { display: grid; grid-template-columns: 68px 1fr 1.25fr 50px; align-items: center; gap: 28px; min-height: 135px; border-bottom: 1px solid rgba(255,255,255,.14); }
.solution-icon { display: grid; place-items: center; width: 53px; height: 53px; color: var(--ink); background: var(--yellow); border-radius: 16px; }
.solution-icon svg { width: 23px; }
.solution-row small { color: rgba(255,255,255,.35); font-size: 9px; }
.solution-row h3 { margin: 5px 0 0; font-size: 22px; }
.solution-row p { margin: 0; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.6; }
.solution-row > a { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transition: color .2s, background .2s, transform .2s; }
.solution-row > a:hover { color: var(--ink); background: var(--yellow); border-color: var(--yellow); transform: translateX(4px); }
.solution-row > a svg { width: 18px; }

.pricing-section { background: #f4f2eb; }
.pricing-layout { display: grid; grid-template-columns: 1fr .83fr; align-items: center; gap: 100px; }
.pricing-copy > p { max-width: 540px; margin: 28px 0 0; color: var(--muted); line-height: 1.75; }
.pricing-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 31px; }
.pricing-tags span { padding: 9px 13px; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 700; }
.proposal-card { position: relative; padding: 39px; color: white; background: var(--ink); border-radius: 30px; box-shadow: var(--shadow); }
.proposal-card::after { content: ''; position: absolute; top: 0; right: 0; width: 105px; height: 105px; background: repeating-conic-gradient(var(--yellow) 0 25%, transparent 0 50%) 0 / 20px 20px; border-radius: 0 30px 0 70px; opacity: .14; }
.proposal-label { display: inline-block; padding: 8px 11px; color: var(--ink); background: var(--yellow); border-radius: 7px; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.proposal-card h3 { margin: 23px 0 11px; font-size: 30px; }
.proposal-card > p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.6; }
.proposal-card ul { display: grid; gap: 13px; margin: 28px 0 32px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); list-style: none; }
.proposal-card li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.78); font-size: 12px; }
.proposal-card li svg { width: 17px; color: var(--yellow); }
.proposal-card .button { width: 100%; padding-inline: 18px; font-size: 13px; }
.business-cta-section { background: #f4f2eb; }
.business-cta { color: white; background: var(--ink); }
.business-cta .kicker { color: var(--yellow); }
.business-cta h2 em { color: var(--yellow); }
.business-cta p { color: rgba(255,255,255,.54); }
.business-cta .cta-checkers { opacity: .2; background-image: repeating-conic-gradient(var(--yellow) 0 25%, transparent 0 50%); }
.business-cta .contact-links { color: white; }

@media (max-width: 980px) {
  .business-hero-layout { grid-template-columns: 1fr; gap: 65px; padding-bottom: 90px; }
  .business-hero-copy { max-width: 720px; }
  .business-dashboard { max-width: 610px; width: 100%; margin-inline: auto; }
  .business-benefit-grid { grid-template-columns: 1fr 1fr; }
  .pricing-layout { grid-template-columns: 1fr; gap: 60px; }
  .proposal-card { max-width: 600px; }
}

@media (max-width: 760px) {
  .site-header.scrolled { backdrop-filter: none; }
  .business-header:not(.scrolled) .menu-button span { background: white; }
  .business-header .main-nav { color: var(--ink); }
  .main-nav { top: 0; right: auto; bottom: auto; left: 0; width: 100vw; height: 100dvh; overflow-y: auto; }
  .business-hero { padding-top: 110px; padding-bottom: 40px; }
  .business-hero-layout { gap: 50px; min-height: auto; padding-top: 34px; }
  .business-hero-copy h1 { font-size: clamp(45px, 12vw, 59px); }
  .business-dashboard { padding: 18px; border-radius: 23px; transform: none; }
  .dashboard-meta { grid-template-columns: 1fr; }
  .business-strip { grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 0; }
  .business-strip > div { align-items: flex-start; min-height: 94px; padding: 16px; flex-direction: column; justify-content: space-between; line-height: 1.35; }
  .business-strip svg { width: 21px; height: 21px; }
  .business-benefits { padding-top: 96px; }
  .business-benefit-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 38px; }
  .business-benefit { display: grid; grid-template-columns: 44px 1fr; align-items: center; min-height: 0; padding: 22px; border-radius: 18px; }
  .business-benefit > svg { grid-column: 1; width: 25px; height: 25px; }
  .business-benefit h3 { grid-column: 2; margin: 0; font-size: 18px; }
  .business-benefit p { grid-column: 1 / -1; margin-top: 16px; }
  .solution-row { grid-template-columns: 55px 1fr 42px; gap: 15px; padding: 25px 0; }
  .solution-row > p { grid-column: 2 / -1; padding-right: 30px; }
  .solution-row > a { grid-column: 3; grid-row: 1; }
  .proposal-card { padding: 29px 23px; }
}
