:root {
  --orange: #b74408;
  --orange-deep: #7d2f08;
  --gold: #f4a70b;
  --gold-soft: #ffd96d;
  --ink: #171b20;
  --cream: #faf7f0;
  --paper: #fffdf8;
  --mist: #d7d5ce;
  --muted: #596068;
  --green: #1fa463;
  --display: 'Bricolage Grotesque', sans-serif;
  --body: 'Manrope', sans-serif;
  --container: min(1180px, calc(100% - 48px));
  --radius: 28px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
.hero-copy, .section-heading, .how-copy, .download-copy, .contact-heading, .benefit-card, .steps li > div { min-width: 0; }
h1, h2, p, blockquote { overflow-wrap: break-word; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(92px, 11vw, 160px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; border-radius: 99px; background: var(--ink); color: white; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 90; top: 0; left: 0; width: 100%; padding: 16px 0; transition: padding .3s, background .3s, box-shadow .3s; }
.site-header.scrolled { padding: 8px 0; background: rgba(250, 247, 240, .9); box-shadow: 0 10px 30px rgba(23, 27, 32, .08); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { position: relative; z-index: 2; width: 106px; height: 68px; display: grid; place-items: center; }
.brand img { width: 112px; height: 112px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .84rem; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; padding: 12px 0; }
.site-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; bottom: 7px; width: 100%; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 6px; background: var(--ink); transition: transform .25s; }

.button { min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 99px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; font-size: .9rem; transition: transform .25s, box-shadow .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-small { min-height: 44px; padding-inline: 20px; }
.button-dark { background: var(--ink); color: white; box-shadow: 0 10px 24px rgba(23, 27, 32, .18); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 16px 34px rgba(183, 68, 8, .23); }
.button-primary > span { color: #42d37b; font-size: .72rem; }
.button-ghost { border-color: rgba(23, 27, 32, .2); background: rgba(255, 255, 255, .5); }
.button-ghost span { font-size: 1.1rem; }

.hero { position: relative; min-height: 820px; padding: 130px 0 74px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 75% 35%, rgba(244,167,11,.19), transparent 31%), var(--cream); }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(23,27,32,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,27,32,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 42px; }
.hero-copy { padding-top: 32px; }
.eyebrow { margin-bottom: 22px; display: flex; align-items: center; gap: 10px; color: var(--orange-deep); font-size: .72rem; line-height: 1; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--gold-soft); }
.hero h1, .section h2 { margin-bottom: 26px; font-family: var(--display); font-weight: 800; letter-spacing: -.06em; line-height: .94; }
.hero h1 { font-size: clamp(4rem, 7.2vw, 7.3rem); }
.hero h1 em, .section h2 em, blockquote em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 610px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { max-width: 640px; margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(23,27,32,.14); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust-row div { display: grid; gap: 2px; }
.trust-row strong { font-family: var(--display); font-size: 1.3rem; }
.trust-row span { color: var(--muted); font-size: .72rem; }

.hero-art { position: relative; min-height: 620px; align-self: stretch; }
.sun-disc { position: absolute; width: min(46vw, 540px); aspect-ratio: 1; top: 3%; right: -4%; border-radius: 50%; background: var(--gold); box-shadow: inset 0 0 0 22px rgba(255,255,255,.18), 0 40px 90px rgba(244,167,11,.25); }
.sun-disc::after { content: ''; position: absolute; inset: 11%; border: 1px dashed rgba(23,27,32,.25); border-radius: 50%; }
.route-line { position: absolute; z-index: 2; inset: 2% -7% auto auto; width: 105%; height: 94%; overflow: visible; }
.route-line path { fill: none; stroke: var(--ink); stroke-width: 3; stroke-dasharray: 11 12; opacity: .38; }
.route-line circle { fill: var(--orange); stroke: var(--paper); stroke-width: 5; }
.mascot { position: absolute; z-index: 3; bottom: -82px; left: 4%; width: min(42vw, 470px); max-height: 690px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 35px 30px rgba(23,27,32,.22)); }
.ride-card { position: absolute; z-index: 5; right: -2%; bottom: 13%; min-width: 285px; padding: 15px 16px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,253,248,.92); box-shadow: 0 22px 55px rgba(23,27,32,.16); backdrop-filter: blur(12px); }
.ride-card-icon { width: 40px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 12px; background: var(--green); color: white; font-weight: 900; }
.ride-card p { margin: 0; display: grid; line-height: 1.25; }
.ride-card small { color: var(--muted); font-size: .65rem; }
.ride-card strong { font-size: .78rem; }
.ride-card-time { padding: 5px 8px; border-radius: 99px; background: rgba(244,167,11,.18); font-size: .7rem; font-weight: 800; }
.local-stamp { position: absolute; z-index: 5; top: 12%; left: -2%; width: 116px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--cream); line-height: 1; transform: rotate(-9deg); box-shadow: 8px 8px 0 var(--ink); }
.local-stamp span { font-size: .58rem; text-transform: uppercase; letter-spacing: .14em; }
.local-stamp strong { margin: 4px 0; font-family: var(--display); font-size: 1.15rem; }
.local-stamp small { font-size: .48rem; letter-spacing: .1em; }
.scroll-cue { position: absolute; z-index: 4; bottom: 25px; left: 50%; display: grid; justify-items: center; gap: 8px; transform: translateX(-50%); color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 26px; background: var(--ink); animation: cue 1.7s ease-in-out infinite; transform-origin: top; }

.ticker { overflow: hidden; border-block: 1px solid var(--ink); background: var(--gold); }
.ticker-track { width: max-content; padding: 17px 0; display: flex; align-items: center; gap: 27px; animation: ticker 22s linear infinite; }
.ticker-track span { font-family: var(--display); font-size: 1.03rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.ticker-track i { color: var(--orange); font-size: .62rem; font-style: normal; }

.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1fr .75fr; column-gap: 80px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section h2 { margin-bottom: 0; font-size: clamp(3.3rem, 6vw, 6.2rem); }
.section-heading > p:last-child { max-width: 480px; margin-bottom: 7px; color: var(--muted); }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { position: relative; min-height: 355px; padding: 35px 32px; border: 1px solid rgba(23,27,32,.15); border-radius: var(--radius); background: rgba(255,253,248,.72); overflow: hidden; transition: transform .35s, box-shadow .35s; }
.benefit-card:hover { transform: translateY(-9px); box-shadow: 0 24px 45px rgba(23,27,32,.1); }
.benefit-card.featured { background: var(--gold); border-color: var(--gold); transform: translateY(26px); }
.benefit-card.featured:hover { transform: translateY(17px); }
.benefit-card::after { content: ''; position: absolute; width: 150px; aspect-ratio: 1; right: -75px; bottom: -80px; border: 1px solid rgba(23,27,32,.13); border-radius: 50%; box-shadow: 0 0 0 20px rgba(23,27,32,.03), 0 0 0 42px rgba(23,27,32,.025); }
.card-number { position: absolute; top: 30px; right: 30px; color: var(--muted); font-size: .68rem; font-weight: 800; }
.benefit-card svg { width: 57px; height: 57px; margin-bottom: 65px; padding: 11px; border-radius: 17px; background: var(--ink); }
.benefit-card svg path, .benefit-card svg circle { fill: none; stroke: white; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin-bottom: 11px; font-family: var(--display); font-size: 1.45rem; letter-spacing: -.03em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.benefit-card.featured p, .benefit-card.featured .card-number { color: rgba(23,27,32,.68); }

.how { position: relative; margin-top: 34px; background: var(--ink); color: white; overflow: hidden; }
.how-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1fr; gap: clamp(60px, 9vw, 130px); }
.how-copy > p:not(.eyebrow) { max-width: 420px; color: rgba(255,255,255,.62); }
.how h2 em { color: var(--gold); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.35); display: inline-flex; gap: 22px; align-items: center; color: var(--gold-soft); font-weight: 700; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(7px); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { padding: 30px 0; border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 68px 1fr; gap: 24px; }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.steps li > span { width: 52px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--gold); font-family: var(--display); font-weight: 800; }
.steps h3 { margin-bottom: 7px; font-family: var(--display); font-size: 1.35rem; }
.steps p { margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; }
.how-word { position: absolute; z-index: 0; right: -2%; bottom: -11%; color: rgba(255,255,255,.035); font-family: var(--display); font-size: clamp(10rem, 26vw, 30rem); font-weight: 800; line-height: .7; letter-spacing: -.08em; }
.statement { padding: 75px 0; background: var(--orange); color: white; }
.statement-inner { display: flex; align-items: center; gap: clamp(30px, 7vw, 90px); }
.statement-inner img { flex: 0 0 auto; width: 88px; border-radius: 24px; box-shadow: 8px 8px 0 var(--ink); }
blockquote { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4.5vw, 4.7rem); font-weight: 700; line-height: 1.05; letter-spacing: -.045em; }
blockquote em { color: var(--gold-soft); }

.download { background: var(--paper); }
.download-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.download-art { position: relative; min-height: 670px; display: grid; place-items: center; }
.download-orbit { position: absolute; width: 97%; aspect-ratio: 1; border: 1px dashed rgba(23,27,32,.22); border-radius: 50%; }
.download-orbit::before, .download-orbit::after { content: ''; position: absolute; border-radius: 50%; background: var(--gold); }
.download-orbit::before { width: 28px; aspect-ratio: 1; top: 13%; right: 10%; box-shadow: 0 0 0 10px rgba(244,167,11,.2); }
.download-orbit::after { width: 15px; aspect-ratio: 1; bottom: 17%; left: 7%; background: var(--orange); }
.phone-shell { position: relative; z-index: 2; width: min(330px, 78vw); padding: 12px; border: 8px solid var(--ink); border-radius: 48px; background: var(--ink); box-shadow: 0 40px 80px rgba(23,27,32,.23); transform: rotate(-4deg); }
.phone-top { position: absolute; z-index: 3; top: 17px; left: 50%; width: 87px; height: 20px; border-radius: 99px; background: var(--ink); transform: translateX(-50%); }
.phone-screen { min-height: 590px; padding: 56px 24px 25px; border-radius: 33px; display: flex; flex-direction: column; background: radial-gradient(circle at 90% 15%, rgba(244,167,11,.33), transparent 25%), var(--cream); overflow: hidden; }
.phone-screen > img { width: 70px; margin-bottom: 32px; border-radius: 22px; box-shadow: 0 10px 24px rgba(23,27,32,.12); }
.phone-screen > small { margin-bottom: 7px; color: var(--muted); }
.phone-screen > strong { font-family: var(--display); font-size: 1.55rem; line-height: 1.08; }
.mini-route { position: relative; height: 175px; margin: 30px -24px 24px; background: linear-gradient(32deg, transparent 47%, rgba(183,68,8,.12) 48%, rgba(183,68,8,.12) 52%, transparent 53%), linear-gradient(-17deg, transparent 45%, rgba(23,27,32,.07) 46%, rgba(23,27,32,.07) 52%, transparent 53%); }
.mini-route span { position: absolute; width: 65%; height: 75%; top: 13%; left: 18%; border: 3px dashed var(--orange); border-color: var(--orange) transparent transparent var(--orange); border-radius: 50%; transform: rotate(12deg); }
.mini-route i, .mini-route b { position: absolute; z-index: 2; width: 17px; aspect-ratio: 1; border: 4px solid white; border-radius: 50%; box-shadow: 0 4px 12px rgba(23,27,32,.2); }
.mini-route i { left: 18%; bottom: 29%; background: var(--ink); }
.mini-route b { right: 19%; top: 20%; background: var(--orange); }
.mini-driver { margin-top: auto; padding: 12px; display: grid; grid-template-columns: 41px 1fr auto; gap: 9px; align-items: center; border-radius: 16px; background: white; box-shadow: 0 14px 28px rgba(23,27,32,.1); }
.mini-driver > span { width: 40px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 12px; background: var(--gold); font-weight: 900; }
.mini-driver p { margin: 0; display: grid; line-height: 1.25; }
.mini-driver b { font-size: .68rem; }.mini-driver small { font-size: .56rem; color: var(--muted); }.mini-driver em { color: var(--orange); font-size: .63rem; font-style: normal; font-weight: 800; }
.download-copy > p:not(.eyebrow) { max-width: 580px; margin: 30px 0; color: var(--muted); }
.store-links { display: flex; flex-wrap: wrap; gap: 10px; }
.store-button { min-width: 205px; padding: 13px 18px; border-radius: 16px; display: flex; align-items: center; gap: 13px; background: var(--ink); color: white; transition: transform .25s, box-shadow .25s; }
.store-button:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(23,27,32,.18); }
.store-icon { width: 32px; height: 32px; display: grid; place-items: center; color: var(--gold); font-size: 1.35rem; }
.store-icon.apple { color: white; font-size: 1.1rem; }
.store-button > span:last-child { display: grid; line-height: 1.1; }.store-button small { font-size: .58rem; color: rgba(255,255,255,.65); }.store-button strong { font-size: .98rem; }
.driver-link { margin-top: 20px; display: block; color: var(--muted); font-size: .82rem; }.driver-link strong { color: var(--orange); }

.contact { background: var(--orange-deep); color: white; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 150px); }
.contact-heading > p:last-child { max-width: 440px; margin-top: 25px; color: rgba(255,255,255,.62); }
.contact h2 em { color: var(--gold); }
.contact-list { border-top: 1px solid rgba(255,255,255,.24); }
.contact-list > * { min-height: 126px; padding: 24px 10px; border-bottom: 1px solid rgba(255,255,255,.24); display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 20px; transition: padding .25s, background .25s; }
.contact-list a:hover { padding-inline: 20px; background: rgba(255,255,255,.06); }
.contact-list small { color: var(--gold-soft); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-list strong { font-family: var(--display); font-size: clamp(1rem, 2vw, 1.45rem); line-height: 1.35; }
.contact-list > * > span { font-size: 1.4rem; }.contact-list .online-dot { color: #55dc83; font-size: .75rem; }

.site-footer { padding: 70px 0 26px; background: var(--ink); color: white; }
.footer-top { padding-bottom: 55px; display: grid; grid-template-columns: .6fr 1fr .8fr; align-items: center; gap: 50px; }
.footer-top > img { width: 150px; filter: drop-shadow(0 10px 15px rgba(0,0,0,.2)); }
.footer-top > p { margin: 0; font-family: var(--display); font-size: clamp(1.55rem, 3vw, 2.7rem); font-weight: 700; line-height: 1.07; letter-spacing: -.04em; }
.social-links { display: grid; gap: 2px; }.social-links a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 700; }.social-links a:hover { color: var(--gold); }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.42); font-size: .67rem; }
.floating-whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 22px; min-height: 50px; padding: 0 19px 0 15px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; background: var(--green); color: white; box-shadow: 0 14px 34px rgba(17,93,54,.3); font-size: .75rem; }.floating-whatsapp > span { font-size: .65rem; }.floating-whatsapp b { font-weight: 800; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.parallax { translate: 0 var(--parallax-y, 0); will-change: translate; }
@keyframes cue { 0%, 100% { transform: scaleY(.45); opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  :root { --container: min(100% - 34px, 760px); }
  .site-nav { position: fixed; inset: 0; padding: 130px 30px 40px; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 4px; background: var(--cream); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a { padding: 13px 0; font-family: var(--display); font-size: 1.7rem; }
  .site-nav .button { margin-top: 20px; font-family: var(--body); font-size: .9rem; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .menu-toggle[aria-expanded=true] > span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] > span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { padding-top: 0; }.hero h1 { font-size: clamp(4.2rem, 12vw, 7.2rem); }
  .hero-art { min-height: 610px; max-width: 620px; width: 100%; margin: 0 auto; }.sun-disc { width: 510px; }.mascot { width: 450px; left: 8%; }.ride-card { right: 3%; }.local-stamp { left: 4%; }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }.section-heading > p:last-child { margin: 0; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }.benefit-card:last-child { grid-column: 1 / -1; min-height: 285px; }.benefit-card.featured { transform: none; }.benefit-card.featured:hover { transform: translateY(-9px); }
  .how-grid, .download-grid, .contact-grid { grid-template-columns: 1fr; }.how-grid { gap: 70px; }.download-grid { gap: 50px; }.download-art { min-height: 610px; order: 2; }.contact-grid { gap: 55px; }
  .footer-top { grid-template-columns: .55fr 1fr; }.social-links { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 28px); --radius: 22px; }
  .section { padding: 82px 0; }.site-header { padding-top: 8px; }.brand { width: 88px; }.brand img { width: 96px; height: 96px; }
  .hero { padding: 116px 0 40px; }.hero-copy, .hero-lead { width: 100%; max-width: 100%; }.hero h1 { font-size: clamp(3.15rem, 14vw, 3.75rem); letter-spacing: -.055em; }.hero-lead { font-size: .95rem; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }
  .trust-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.trust-row strong { font-size: 1.05rem; }.trust-row span { font-size: .65rem; line-height: 1.45; }
  .hero-art { min-height: 490px; margin-top: 10px; }.sun-disc { width: 380px; right: auto; left: 50%; transform: translateX(-42%); }.mascot { width: 342px; left: 50%; bottom: -55px; transform: translateX(-52%); }.route-line { right: -4%; width: 104%; }.local-stamp { width: 88px; top: 11%; left: 4px; }.ride-card { right: 0; bottom: 7%; width: min(236px, 72vw); min-width: 0; grid-template-columns: 36px 1fr auto; padding: 11px; }.ride-card-icon { width: 35px; }.ride-card-time { display: none; }
  .ticker-track { gap: 20px; }.section h2 { font-size: clamp(2.85rem, 12vw, 3.3rem); letter-spacing: -.05em; }.benefits-grid { grid-template-columns: 1fr; }.benefit-card, .benefit-card:last-child { grid-column: auto; min-height: 315px; }.benefit-card svg { margin-bottom: 48px; }
  .how { margin-top: 0; }.steps li { grid-template-columns: 55px minmax(0, 1fr); gap: 15px; }.steps li > span { width: 45px; }.statement { padding: 54px 0; }.statement-inner { width: 100%; max-width: 100%; align-items: flex-start; flex-direction: column; }.statement-inner img { width: 70px; }.statement blockquote { max-width: 100%; font-size: clamp(1.8rem, 8.2vw, 2.2rem); }
  .download-art { min-height: 560px; }.phone-screen { min-height: 520px; }.store-links { flex-direction: column; }.store-button { width: 100%; }.driver-link { line-height: 1.7; }
  .contact-list > * { grid-template-columns: 1fr auto; gap: 5px 15px; }.contact-list small { grid-column: 1 / -1; }.contact-list strong { font-size: 1.05rem; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }.footer-top > img { width: 120px; }.social-links { grid-column: auto; }.footer-bottom { flex-direction: column; }.floating-whatsapp b { display: none; }.floating-whatsapp { width: 52px; padding: 0; justify-content: center; }
}

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