:root{--bg:#050505;--bg2:#0a0a09;--surface:#0c0c0b;--surface2:#13120f;--text:#f8f5ed;--muted:#c2bcb0;--gold:#e3b23b;--gold2:#f3d06d;--line:rgba(227,178,59,.58);--softline:rgba(227,178,59,.24);--shadow:0 24px 70px rgba(0,0,0,.46);--header:rgba(5,5,5,.88);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color-scheme:dark}
[data-theme=light]{--bg:#f6f2e9;--bg2:#eee7da;--surface:#fffdfa;--surface2:#f6efe3;--text:#17130d;--muted:#655f56;--line:rgba(143,102,8,.48);--softline:rgba(143,102,8,.22);--shadow:0 24px 60px rgba(70,49,0,.11);--header:rgba(248,244,235,.91);color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:radial-gradient(circle at 50% 0,color-mix(in srgb,var(--gold) 5%,var(--bg)) 0,var(--bg) 42%);color:var(--text);transition:background .25s,color .25s}a{color:inherit;text-decoration:none}.wrap{width:min(1240px,calc(100% - 48px));margin-inline:auto}.gold{color:var(--gold)!important}.page{display:none}.page.active{display:block}.section{padding:62px 0}.section.compact{padding-top:18px}.site-header{position:sticky;top:0;z-index:100;background:var(--header);border-bottom:1px solid var(--softline);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.nav-wrap{min-height:106px;display:flex;align-items:center;gap:28px}.brand{display:flex;width:295px;max-width:30vw;margin-right:auto}.brand img{display:block;width:100%;height:88px;object-fit:contain;object-position:left center}.desktop-nav{display:flex;align-items:center;gap:22px}.desktop-nav a{position:relative;padding:14px 0;color:var(--muted);font-size:.82rem;font-weight:800;white-space:nowrap}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:2px;background:var(--gold);transform:scaleX(0);transition:transform .2s}.desktop-nav a:hover,.desktop-nav a.active-route{color:var(--text)}.desktop-nav a.active-route:after{transform:scaleX(1)}.theme-toggle{width:68px;height:34px;border-radius:999px;border:1px solid var(--line);background:#0a0a09;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:4px 6px;cursor:pointer}.theme-moon{font-size:15px;margin-left:3px}.theme-dot{width:22px;height:22px;border-radius:50%;background:var(--gold);box-shadow:0 0 16px rgba(227,178,59,.45);transition:transform .2s}.theme-toggle.light .theme-dot{transform:translateX(-29px)}.theme-toggle.light .theme-moon{opacity:.25}.mobile-tabs{display:none}
.hero{position:relative;min-height:720px;display:flex;align-items:center;background-repeat:no-repeat;background-size:cover;background-position:center;overflow:hidden;border-bottom:1px solid var(--softline)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,3,3,.96) 0%,rgba(3,3,3,.81) 30%,rgba(3,3,3,.40) 57%,rgba(3,3,3,.12) 100%),linear-gradient(0deg,rgba(3,3,3,.64) 0%,transparent 48%)}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 70% 48%,transparent 0 22%,rgba(0,0,0,.14) 60%,rgba(0,0,0,.42) 100%)}.hero-home{background-image:url("./assets/heroes/home.webp")}.hero-urban{background-image:url("./assets/heroes/urban.webp");background-position:center}.hero-corp{background-image:url("./assets/heroes/corp.webp");background-position:center}.hero-driver{background-image:url("./assets/heroes/driver.webp");background-position:center}.hero-how{background-image:url("./assets/heroes/how.webp");background-position:center}.hero-contact{background-image:url("./assets/heroes/contact.webp");background-position:center}.hero-content{position:relative;z-index:2;padding:96px 0 70px}.hero-left{margin-left:max(calc((100vw - 1240px)/2),24px);margin-right:auto;width:min(760px,calc(100% - 48px))}.hero-left.narrow{width:min(600px,calc(100% - 48px))}.eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--gold);font-size:.82rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.eyebrow:before,.eyebrow:after{content:"";width:36px;height:1px;background:var(--gold)}.hero h1{margin:22px 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.8rem,6.6vw,7rem);font-weight:700;line-height:.90;letter-spacing:-.05em;color:#fff;text-shadow:0 5px 30px rgba(0,0,0,.52)}.hero h2{color:#fff}.hero p{max-width:650px;color:rgba(255,255,255,.88);font-size:1.05rem;line-height:1.72;text-shadow:0 2px 16px rgba(0,0,0,.65)}.hero-lead{font-size:1.22rem!important}.gold-rule{width:92px;height:2px;background:var(--gold);margin:26px 0}.hero-script{font:italic 500 clamp(2rem,3.2vw,3.4rem)/1.08 Georgia,"Times New Roman",serif;margin:0 0 18px}.corp-sub,.driver-sub{font:800 clamp(1.45rem,2.4vw,2.45rem)/1.16 Inter,system-ui,sans-serif;letter-spacing:.02em;margin:18px 0 22px}.short-hero{min-height:500px}.center-hero{text-align:center;margin:auto;width:min(900px,calc(100% - 48px))}.center-hero .eyebrow{justify-content:center}.center-hero h1{font-size:clamp(3rem,5.7vw,5.8rem);line-height:.98}.center-hero p{margin-inline:auto}.contact-hero{min-height:600px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border:1px solid var(--gold);border-radius:12px;background:linear-gradient(135deg,#f1c354,var(--gold));color:#0b0905;font-weight:950;letter-spacing:.02em;box-shadow:0 10px 32px rgba(227,178,59,.15);transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(227,178,59,.22)}.trust-up{margin-top:-42px;position:relative;z-index:4;padding-top:0}.premium-grid{display:grid;gap:14px}.grid4{grid-template-columns:repeat(4,1fr)}.grid5{grid-template-columns:repeat(5,1fr)}.grid6{grid-template-columns:repeat(6,1fr)}.premium-card,.step-card,.app-card,.contact-card,.panel-gold,.why-pay,.contact-types,.contact-cta,.region{border:1px solid var(--line);background:linear-gradient(145deg,color-mix(in srgb,var(--gold) 4%,var(--surface)),var(--surface));box-shadow:var(--shadow)}.premium-card{border-radius:19px;padding:28px 22px;text-align:center;min-height:220px;display:flex;flex-direction:column;align-items:center}.premium-card .icon{margin-bottom:18px}.premium-card h3{font:700 1.45rem/1.1 Georgia,"Times New Roman",serif;margin:0 0 12px}.premium-card p{margin:0;color:var(--muted);line-height:1.65;font-size:.92rem}.icon{display:inline-grid;place-items:center;width:64px;height:64px;border:2px solid var(--gold);border-radius:50%;color:var(--gold);font-size:1.7rem;font-weight:800}.icon.small{width:42px;height:42px;font-size:1.1rem;border-width:1px}.icon.giant{width:96px;height:96px;font-size:2.4rem}.section-title{display:flex;align-items:center;gap:18px;justify-content:center;margin:0 0 30px;text-align:center}.section-title:before,.section-title:after{content:"";height:1px;flex:1;max-width:200px;background:linear-gradient(90deg,transparent,var(--gold))}.section-title:after{background:linear-gradient(90deg,var(--gold),transparent)}.section-title span{font:700 clamp(1.3rem,2.1vw,2rem) Georgia,"Times New Roman",serif;color:var(--gold);white-space:nowrap}.left-title{justify-content:flex-start;text-align:left}.left-title:before{display:none}.left-title:after{max-width:220px}.slim .premium-card{min-height:185px}.driver-grid .premium-card{padding:24px 14px;min-height:250px}.driver-grid .premium-card h3{font-family:Inter,system-ui,sans-serif;font-size:1.05rem;color:var(--gold);text-transform:uppercase}.driver-grid .premium-card p{font-size:.84rem}
.apps-section{padding-top:42px}.app-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.app-card{border-radius:20px;padding:28px 30px}.app-head{display:flex;align-items:center;gap:16px}.app-head h3{font:700 1.65rem Georgia,"Times New Roman",serif;margin:0 0 5px}.app-head p{margin:0;color:var(--muted)}.store-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.storebtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;min-width:165px;padding:0 16px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:#050505;color:#fff!important;font-size:1rem;box-shadow:inset 0 0 0 1px rgba(227,178,59,.05);cursor:pointer}.storebtn:hover{border-color:var(--gold)}.play{color:#2cda5d;text-shadow:8px 0 #ffce00,-3px 0 #19b5fe}.panel-gold{border-radius:22px;padding:38px;text-align:center}.panel-gold>h2{font:800 clamp(2rem,3.6vw,3.6rem)/1.05 Inter,system-ui,sans-serif;margin:10px 0}.bigline{font-weight:900;font-size:clamp(1.1rem,2vw,1.55rem);letter-spacing:.06em}.mini-grid{margin-top:30px}.mini-grid>div{padding:18px 14px;border-left:1px solid var(--softline)}.mini-grid>div:first-child{border-left:0}.mini-grid b{display:block;margin-bottom:8px;color:var(--text)}.mini-grid p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.55}.corporate-box .btn{margin-top:28px}.benefits{display:grid;grid-template-columns:180px 1fr;align-items:center;text-align:left}.benefit-mark{display:grid;place-items:center;width:130px;height:130px;border:3px solid var(--gold);border-radius:50%;font-size:3.8rem;color:var(--gold);margin:auto}.benefits .mini-grid{display:grid;grid-template-columns:repeat(5,1fr)}.driver-download{display:grid;grid-template-columns:260px 1fr;gap:36px;align-items:center}.phone-mock{height:310px;border:5px solid var(--gold);border-bottom-width:12px;border-radius:35px;background:radial-gradient(circle at 50% 35%,#252014,#070707 70%);display:grid;place-items:center;text-align:center;color:var(--gold);font:700 2rem Georgia,serif}.phone-mock span{color:#fff}
.step-grid{display:grid;gap:14px}.step-card{position:relative;border-radius:18px;padding:28px 18px;text-align:center;min-height:210px}.step-num{position:absolute;top:12px;left:12px;width:34px;height:34px;border-radius:50%;background:var(--gold);color:#090806;display:grid;place-items:center;font-weight:950}.step-card .icon{margin:16px 0}.step-card h3{margin:9px 0;font-size:1.1rem}.step-card p{margin:0;color:var(--muted);line-height:1.5;font-size:.88rem}.mini-steps{margin-top:28px}.mini-steps .step-card{min-height:190px;padding-top:50px}.why-pay{padding:30px;border-radius:22px}.why-main{display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:center}.why-main h2{font:700 clamp(1.7rem,3vw,3rem) Georgia,serif;margin:8px 0}.why-main p{color:var(--muted);line-height:1.65}.nocredit{margin:22px 0;padding:18px 22px;border:1px solid var(--gold);border-radius:14px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;background:rgba(227,178,59,.06)}.nocredit b{color:var(--gold);font-size:1.15rem}.nocredit span{font-size:1.2rem}
.contact-section{padding-top:36px}.contact-stack{max-width:980px}.contact-card{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:30px;border-radius:22px;padding:26px 36px;margin-bottom:14px}.contact-icon{display:grid;place-items:center;width:120px;height:120px;border:2px solid var(--gold);border-radius:50%;color:var(--gold);font-size:3.2rem}.contact-card h2{margin:0 0 14px;color:var(--gold);font-size:2rem}.contact-card p{margin:0;font-size:1.35rem;line-height:1.8}.contact-card a:hover{color:var(--gold)}.contact-types{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-radius:20px;padding:22px;margin-top:16px}.contact-types>div{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 18px;border-left:1px solid var(--softline);text-align:center}.contact-types>div:first-child{border-left:0}.contact-cta{border-radius:22px;padding:34px;text-align:center;margin-top:16px}.contact-cta h2{font:800 clamp(2rem,4vw,4rem)/1.03 Inter,system-ui,sans-serif;margin:10px 0}.region{display:flex;align-items:center;gap:20px;border-radius:18px;padding:22px 26px;margin-top:16px;font-size:1.3rem}.region .btn{margin-left:auto}
.site-footer{margin-top:50px;border-top:1px solid var(--softline);background:#030303;color:#f8f5ed}.footer-grid{display:grid;grid-template-columns:1.2fr .75fr 1.25fr 1fr;gap:36px;padding:48px 0}.footer-brand img{width:310px;max-width:100%;height:120px;object-fit:contain;object-position:left center}.footer-grid h4{margin:0 0 15px;color:var(--gold);font-family:Georgia,serif}.footer-grid a,.footer-grid span{display:block;color:#bbb4a8;font-size:.86rem;line-height:1.85}.footer-grid a:hover{color:var(--gold)}.footer-stores{display:flex;gap:8px}.footer-stores .storebtn{min-width:0;min-height:40px;padding:0 11px;font-size:.75rem;line-height:1}.follow{margin-top:20px!important}.whatsapp-mini{color:var(--gold)!important}.copyright{text-align:center;border-top:1px solid rgba(227,178,59,.14);padding:18px;color:#807a70;font-size:.82rem}
[data-theme=light] .hero:before{background:linear-gradient(90deg,rgba(248,244,235,.96) 0%,rgba(248,244,235,.82) 31%,rgba(248,244,235,.34) 59%,rgba(248,244,235,.05) 100%),linear-gradient(0deg,rgba(248,244,235,.48),transparent 48%)}[data-theme=light] .hero-overlay{background:radial-gradient(circle at 70% 48%,transparent 0 25%,rgba(248,244,235,.04) 60%,rgba(248,244,235,.22) 100%)}[data-theme=light] .hero h1,[data-theme=light] .hero h2,[data-theme=light] .hero p{color:#111;text-shadow:0 2px 18px rgba(255,255,255,.75)}[data-theme=light] .site-footer{background:#15110b}[data-theme=light] .site-footer *{color:#eee8dc}
@media(max-width:1100px){.desktop-nav{gap:13px}.desktop-nav a{font-size:.74rem}.brand{width:250px}.grid5{grid-template-columns:repeat(3,1fr)}.grid6{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:650px}.benefits{grid-template-columns:1fr}.benefit-mark{margin-bottom:20px}.contact-types{grid-template-columns:repeat(2,1fr)}.contact-types>div:nth-child(3){border-left:0;border-top:1px solid var(--softline)}.contact-types>div:nth-child(4){border-top:1px solid var(--softline)}}
@media(max-width:900px){.desktop-nav{display:none}.mobile-tabs{display:flex;position:fixed;top:100px;left:12px;right:12px;z-index:110;gap:6px;padding:7px;overflow-x:auto;white-space:nowrap;border:1px solid var(--softline);border-radius:24px;background:rgba(10,10,10,.78);box-shadow:0 12px 36px rgba(0,0,0,.34);backdrop-filter:blur(22px);scrollbar-width:none}.mobile-tabs::-webkit-scrollbar{display:none}.mobile-tabs a{flex:0 0 auto;padding:10px 14px;border-radius:18px;color:rgba(255,255,255,.68);font-size:.77rem;font-weight:800}.mobile-tabs a.active-route{color:#090806;background:var(--gold)}[data-theme=light] .mobile-tabs{background:rgba(255,255,255,.82)}[data-theme=light] .mobile-tabs a{color:#4f493f}.nav-wrap{min-height:98px}.brand{width:280px;max-width:68vw}.brand img{height:84px}.hero{min-height:680px}.hero-content{padding-top:150px}.hero-left{margin-left:24px}.hero:before{background:linear-gradient(90deg,rgba(3,3,3,.92),rgba(3,3,3,.61) 65%,rgba(3,3,3,.30)),linear-gradient(0deg,rgba(3,3,3,.66),transparent 55%)}[data-theme=light] .hero:before{background:linear-gradient(90deg,rgba(248,244,235,.94),rgba(248,244,235,.74) 65%,rgba(248,244,235,.34)),linear-gradient(0deg,rgba(248,244,235,.55),transparent 55%)}.grid4{grid-template-columns:repeat(2,1fr)}.app-grid{grid-template-columns:1fr}.driver-download{grid-template-columns:1fr}.phone-mock{max-width:280px;width:100%;margin:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1;text-align:center}.footer-brand img{object-position:center}.contact-card{grid-template-columns:120px 1fr}.contact-icon{width:92px;height:92px;font-size:2.4rem}.why-main{grid-template-columns:1fr;text-align:center}.why-main .giant{margin:auto}}
@media(max-width:640px){.wrap{width:min(100% - 24px,1240px)}.nav-wrap{min-height:90px}.brand{width:245px}.brand img{height:78px}.theme-toggle{width:58px;height:32px}.mobile-tabs{top:94px}.hero{min-height:720px;background-position:63% center}.hero-content{padding-top:150px;padding-bottom:55px}.hero-left,.hero-left.narrow{margin-left:12px;width:calc(100% - 24px)}.hero h1{font-size:clamp(3.15rem,15vw,5.2rem)}.hero-script{font-size:clamp(1.8rem,8.5vw,2.8rem)}.hero p{font-size:.96rem}.hero-lead{font-size:1.08rem!important}.section{padding:46px 0}.trust-up{margin-top:-18px}.grid4,.grid5,.grid6{grid-template-columns:1fr}.premium-card{min-height:0;padding:24px}.driver-grid .premium-card{min-height:0}.section-title span{white-space:normal}.section-title:before,.section-title:after{max-width:42px}.app-card{padding:23px 18px}.store-row{flex-direction:column}.storebtn{width:100%}.mini-grid{grid-template-columns:1fr!important}.mini-grid>div{border-left:0;border-top:1px solid var(--softline)}.mini-grid>div:first-child{border-top:0}.panel-gold{padding:25px 18px}.step-grid{grid-template-columns:1fr}.contact-card{grid-template-columns:1fr;text-align:center;padding:24px 18px}.contact-icon{margin:auto}.contact-card p{font-size:1rem}.contact-types{grid-template-columns:1fr}.contact-types>div{border-left:0!important;border-top:1px solid var(--softline)}.contact-types>div:first-child{border-top:0}.region{flex-direction:column;text-align:center}.region .btn{margin-left:0;width:100%}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-grid a,.footer-grid span{text-align:center}.footer-stores{justify-content:center;flex-direction:column}.footer-stores .storebtn{width:100%}.footer-brand{grid-column:auto}.short-hero{min-height:560px}.center-hero{padding-top:150px}.benefits{padding:24px 18px}.benefit-mark{width:100px;height:100px;font-size:3rem}.driver-download{text-align:center}.driver-download .store-row{align-items:center}.phone-mock{height:260px}.theme-toggle.light .theme-dot{transform:translateX(-21px)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}



/* ===== V5 AJUSTES FINAIS ===== */
.brand{display:flex;width:280px;max-width:29vw}
.brand img{display:block;width:100%;height:86px;object-fit:contain;object-position:left center}
.footer-brand img{width:280px;max-width:100%;height:104px;object-fit:contain;object-position:left center}

.hero-home{background-image:url("./assets/hero-dark/home.webp");background-position:center right}
.hero-urban{background-image:url("./assets/hero-dark/urban.webp");background-position:center right}
.hero-corp{background-image:url("./assets/hero-dark/corp.webp");background-position:center right}
.hero-driver{background-image:url("./assets/hero-dark/driver.webp");background-position:center right}
.hero-how{background-image:url("./assets/hero-dark/how.webp");background-position:center right}
.hero-contact{background-image:url("./assets/hero-dark/contact.webp");background-position:center right}

.hero{min-height:720px}
.hero:before{background:linear-gradient(90deg,rgba(4,4,4,.95) 0%,rgba(4,4,4,.88) 26%,rgba(4,4,4,.58) 50%,rgba(4,4,4,.20) 72%,rgba(4,4,4,.05) 100%),linear-gradient(0deg,rgba(4,4,4,.52) 0%,transparent 50%)}
.hero-overlay{background:radial-gradient(circle at 78% 46%,transparent 0 22%,rgba(0,0,0,.10) 58%,rgba(0,0,0,.26) 100%)}
.hero-content{padding-top:104px}
.hero-left{width:min(760px,calc(100% - 48px))}
.hero-left.narrow{width:min(620px,calc(100% - 48px))}
.hero h1{max-width:720px}
.hero p{max-width:660px}

[data-theme=light] .hero-home{background-image:url("./assets/hero-light/home.webp")}
[data-theme=light] .hero-urban{background-image:url("./assets/hero-light/urban.webp")}
[data-theme=light] .hero-corp{background-image:url("./assets/hero-light/corp.webp")}
[data-theme=light] .hero-driver{background-image:url("./assets/hero-light/driver.webp")}
[data-theme=light] .hero-how{background-image:url("./assets/hero-light/how.webp")}
[data-theme=light] .hero-contact{background-image:url("./assets/hero-light/contact.webp")}
[data-theme=light] body{background:linear-gradient(180deg,#f8f5ef 0%,#f2ede3 100%)}
[data-theme=light] .hero:before{background:linear-gradient(90deg,rgba(248,244,235,.96) 0%,rgba(248,244,235,.92) 28%,rgba(248,244,235,.72) 46%,rgba(248,244,235,.25) 68%,rgba(248,244,235,.04) 100%),linear-gradient(0deg,rgba(248,244,235,.38),transparent 56%)!important}
[data-theme=light] .hero-overlay{background:radial-gradient(circle at 74% 45%,transparent 0 26%,rgba(255,255,255,.06) 60%,rgba(255,255,255,.18) 100%)!important}
[data-theme=light] .hero h1,[data-theme=light] .hero h2,[data-theme=light] .hero p{color:#17130d!important;text-shadow:none!important}
[data-theme=light] .hero .eyebrow{color:#a06e09!important}
[data-theme=light] .hero .gold{color:#b47e11!important}
[data-theme=light] .hero-script,[data-theme=light] .corp-sub,[data-theme=light] .driver-sub{color:#222!important}
[data-theme=light] .site-footer{background:#14100b}
[data-theme=light] .site-footer *{color:#eee8dc}

.btn-outline{background:transparent;color:var(--text);border-color:rgba(227,178,59,.75);box-shadow:none}
.btn-outline:hover{box-shadow:0 14px 32px rgba(227,178,59,.15)}
[data-theme=light] .btn-outline{color:#17130d;background:rgba(255,255,255,.58)}

.driver-download{grid-template-columns:340px 1fr;gap:40px;align-items:center}
.driver-shot{height:360px;border-radius:30px;border:1px solid var(--line);box-shadow:var(--shadow);background:url("./assets/sections/driver-shot-dark.webp") center/cover no-repeat, linear-gradient(145deg,color-mix(in srgb,var(--gold) 4%,var(--surface)),var(--surface))}
[data-theme=light] .driver-shot{background:url("./assets/sections/driver-shot-light.webp") center/cover no-repeat, linear-gradient(145deg,#fffdfa,#f0e8db)}

@media(max-width:1100px){.brand{width:265px}.footer-brand img{width:265px;height:98px}}
@media(max-width:900px){.brand{width:250px;max-width:68vw}.brand img{height:76px}.hero{min-height:690px}.driver-download{grid-template-columns:1fr}.driver-shot{max-width:440px;width:100%;margin:auto}}
@media(max-width:640px){.brand{width:220px}.brand img{height:66px}.footer-brand img{width:235px;height:88px}.actions{flex-direction:column}.actions .btn{width:100%}.hero{min-height:700px;background-position:72% center}.hero-content{padding-top:146px}.driver-shot{height:280px}}

.hero-home,.hero-urban,.hero-corp,.hero-driver,.hero-how,.hero-contact{background-size:cover;background-repeat:no-repeat}

/* ===== CORREÇÃO MOBILE V6 ===== */
@media (max-width: 640px) {

  .hero {
    min-height: 660px;
    background-size: cover;
  }

  .hero-content {
    padding-top: 140px;
    padding-bottom: 45px;
  }

  .hero-left,
  .hero-left.narrow {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .hero h1 {
    font-size: clamp(2.6rem, 11.5vw, 3.5rem);
    line-height: .94;
    letter-spacing: -.035em;
    max-width: 100%;
  }

  .hero-script {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .corp-sub,
  .driver-sub {
    font-size: clamp(1.12rem, 5.4vw, 1.45rem);
  }

  .hero p {
    font-size: .94rem;
    line-height: 1.6;
  }

  .hero-lead {
    font-size: 1.04rem !important;
  }

  /* enquadramento individual das fotos no celular */
  .hero-home {
    background-position: 66% center;
  }

  .hero-urban {
    background-position: 63% center;
  }

  .hero-corp {
    background-position: 65% center;
  }

  .hero-driver {
    background-position: 66% center;
  }

  .hero-how,
  .hero-contact {
    background-position: 62% center;
  }
}

/* ===== V6 MOBILE - MAIS PRÓXIMO DO DESKTOP ===== */
@media (max-width: 640px) {

  /* Menos altura = menos zoom na fotografia */
  .hero {
    min-height: 590px;
  }

  .hero-content {
    padding-top: 132px;
    padding-bottom: 38px;
  }

  .hero-left,
  .hero-left.narrow {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  /* Título mais parecido com a proporção do desktop */
  .hero h1 {
    font-size: clamp(2.45rem, 10.5vw, 3.2rem);
    line-height: .94;
    letter-spacing: -.035em;
    max-width: 100%;
  }

  .hero-script {
    font-size: clamp(1.45rem, 6.6vw, 2rem);
    line-height: 1.08;
  }

  .corp-sub,
  .driver-sub {
    font-size: clamp(1.05rem, 4.9vw, 1.35rem);
    line-height: 1.16;
  }

  .hero p {
    font-size: .91rem;
    line-height: 1.55;
  }

  .hero-lead {
    font-size: 1rem !important;
  }

  .gold-rule {
    margin: 20px 0;
  }

  /* HOME */
  .hero-home {
    background-position: 58% center;
  }

  /* MOBILIDADE */
  .hero-urban {
    background-position: 57% center;
  }

  /* CORPORATIVO */
  .hero-corp {
    background-position: 59% center;
  }

  /* MOTORISTA */
  .hero-driver {
    background-position: 60% center;
  }

  /* COMO FUNCIONA */
  .hero-how {
    background-position: 56% center;
  }

  /* CONTATO */
  .hero-contact {
    background-position: 57% center;
  }

  /* Como funciona pode ser um pouco mais baixo */
  .short-hero {
    min-height: 560px;
  }

  /* Evita títulos específicos estourarem */
  .hero-home h1 {
    font-size: clamp(2.55rem, 10.8vw, 3.25rem);
  }

  .hero-corp h1 {
    font-size: clamp(2.35rem, 9.8vw, 3rem);
  }

  .hero-driver h1 {
    font-size: clamp(2.45rem, 10vw, 3.1rem);
  }
}

/* ===== AJUSTE FINAL MOBILE - HOME + MOTORISTA ===== */
@media (max-width: 640px) {

  /* HOME: garantir EXCLUSIVIDADE inteira */
  .hero-home h1 {
    font-size: clamp(2rem, 8.8vw, 2.7rem) !important;
    line-height: .96;
    letter-spacing: -.045em;
    width: 100%;
    max-width: 100%;
  }

  .hero-home h1 .gold {
    display: inline-block;
    white-space: nowrap;
  }

  /* MOTORISTA: puxar a foto para mostrar melhor o motorista */
  .hero-driver {
    background-position: 78% center !important;
  }

  /* Título do motorista um pouco menor para não disputar com a foto */
  .hero-driver h1 {
    font-size: clamp(2.15rem, 9.2vw, 2.85rem) !important;
    line-height: .95;
  }

  .hero-driver .driver-sub {
    font-size: clamp(1rem, 4.6vw, 1.3rem) !important;
  }
}

/* ===== V6 MOBILE + LIGHT - AJUSTE FINAL ===== */

/* RODAPÉ CLARO QUANDO O LIGHT ESTIVER ATIVO */
[data-theme="light"] .site-footer {
  background: #f5f0e7 !important;
  border-top-color: rgba(143,102,8,.22) !important;
}

[data-theme="light"] .site-footer h4 {
  color: #9b6b08 !important;
}

[data-theme="light"] .site-footer a,
[data-theme="light"] .site-footer span {
  color: #403a32 !important;
}

[data-theme="light"] .site-footer .copyright {
  color: #776f64 !important;
  border-top-color: rgba(143,102,8,.18) !important;
}

[data-theme="light"] .footer-brand img {
  /* mantém a própria troca de logo que já está funcionando */
}


/* ===== ENQUADRAMENTO MOBILE ===== */
@media (max-width: 640px) {

  /*
   * Em vez de a foto preencher TODA a altura do hero,
   * ela ocupa mais a largura.
   * Isso mostra muito mais do carro/cenário.
   */

  .hero-urban,
  .hero-corp,
  .hero-how,
  .hero-contact {
    background-size: 155% auto !important;
    background-repeat: no-repeat !important;
    background-color: #050505;
  }

  /* MOBILIDADE - mostra mais carro e pessoa */
  .hero-urban {
    background-position: 61% top !important;
  }

  /* CORPORATIVO - mostra mais do veículo */
  .hero-corp {
    background-position: 62% top !important;
  }

  /* COMO FUNCIONA - mostra mais carro e cidade */
  .hero-how {
    background-position: 61% top !important;
  }

  /* CONTATO - abre mais o enquadramento */
  .hero-contact {
    background-position: 60% top !important;
  }

  /*
   * Faz a fotografia desaparecer suavemente para o preto,
   * em vez de terminar de repente.
   */
  .hero-urban::after,
  .hero-corp::after,
  .hero-how::after,
  .hero-contact::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(
        to bottom,
        transparent 0%,
        transparent 42%,
        rgba(5,5,5,.25) 56%,
        rgba(5,5,5,.78) 78%,
        #050505 100%
      );
    z-index: 1;
  }

  .hero-urban .hero-content,
  .hero-corp .hero-content,
  .hero-how .hero-content,
  .hero-contact .hero-content {
    z-index: 2;
  }


  /* MESMA IDEIA PARA O LIGHT */
  [data-theme="light"] .hero-urban,
  [data-theme="light"] .hero-corp,
  [data-theme="light"] .hero-how,
  [data-theme="light"] .hero-contact {
    background-color: #f6f2e9;
  }

  [data-theme="light"] .hero-urban::after,
  [data-theme="light"] .hero-corp::after,
  [data-theme="light"] .hero-how::after,
  [data-theme="light"] .hero-contact::after {
    background:
      linear-gradient(
        to bottom,
        transparent 0%,
        transparent 42%,
        rgba(246,242,233,.20) 56%,
        rgba(246,242,233,.72) 79%,
        #f6f2e9 100%
      ) !important;
  }
}

/* ===== RODAPÉ FINAL V6 - DARK + LIGHT ===== */

/* DARK */
.site-footer {
  background: linear-gradient(180deg, #0b0906 0%, #050505 100%) !important;
  color: #f7f3ea !important;
  border-top: 1px solid rgba(227,178,59,.32) !important;
}

.site-footer h4 {
  color: #e3b23b !important;
}

.site-footer a,
.site-footer span {
  color: #d8d2c7 !important;
}

.site-footer a:hover {
  color: #e3b23b !important;
}

.site-footer .instagram-link,
.site-footer .instagram-link span {
  color: #f0ebe2 !important;
}

.site-footer .copyright {
  background: #050505 !important;
  color: #aaa297 !important;
  border-top: 1px solid rgba(227,178,59,.18) !important;
}

/* BOTÕES APP - SEMPRE PRETOS E LEGÍVEIS */
.site-footer .storebtn {
  background: #050505 !important;
  color: #ffffff !important;
  border: 1px solid rgba(227,178,59,.48) !important;
}

.site-footer .storebtn b,
.site-footer .storebtn span {
  color: #ffffff !important;
}

.site-footer .storebtn .play {
  color: #2cda5d !important;
}


/* LIGHT */
[data-theme="light"] .site-footer {
  background: #f5f0e7 !important;
  color: #211c16 !important;
  border-top: 1px solid rgba(143,102,8,.25) !important;
}

[data-theme="light"] .site-footer h4 {
  color: #9b6b08 !important;
}

[data-theme="light"] .site-footer a,
[data-theme="light"] .site-footer span {
  color: #3d372f !important;
}

[data-theme="light"] .site-footer a:hover {
  color: #9b6b08 !important;
}

[data-theme="light"] .site-footer .instagram-link,
[data-theme="light"] .site-footer .instagram-link span {
  color: #332d26 !important;
}

[data-theme="light"] .site-footer .copyright {
  background: #f5f0e7 !important;
  color: #71695f !important;
  border-top: 1px solid rgba(143,102,8,.18) !important;
}

/* No LIGHT os botões continuam pretos */
[data-theme="light"] .site-footer .storebtn,
[data-theme="light"] .site-footer .storebtn b,
[data-theme="light"] .site-footer .storebtn span {
  background: #050505 !important;
  color: #ffffff !important;
}

/* ===== BOTÕES APP RODAPÉ MOBILE - FINAL ===== */
@media (max-width: 640px) {

  .site-footer .footer-stores {
    display: grid !important;
    grid-template-columns: 140px 140px !important;
    gap: 10px !important;

    width: 290px !important;
    max-width: 100% !important;

    margin: 0 auto !important;
    justify-content: center !important;
  }

  .site-footer .footer-stores .storebtn {
    display: inline-flex !important;

    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;

    height: 46px !important;
    min-height: 46px !important;

    margin: 0 !important;
    padding: 0 8px !important;

    align-items: center !important;
    justify-content: center !important;

    border-radius: 10px !important;

    background: #050505 !important;
    color: #ffffff !important;

    border: 1px solid rgba(227,178,59,.48) !important;

    font-size: .82rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .site-footer .footer-stores .storebtn span {
    display: inline !important;
    color: #ffffff !important;
  }

  [data-theme="light"] .site-footer .footer-stores .storebtn {
    background: #050505 !important;
    color: #ffffff !important;
  }
}