
:root{
  --yellow:#f7bd16;
  --yellow-2:#e1a800;
  --yellow-soft:#fff6d6;
  --black:#111111;
  --ink:#1a1a1a;
  --muted:#5c5c5c;
  --line:#ececec;
  --white:#ffffff;
  --soft:#fafafa;
  --radius:28px;
  --max:1180px;
  --shadow:0 18px 46px rgba(10,10,10,.10);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;z-index:-2;background:linear-gradient(rgba(255,255,255,.90),rgba(255,255,255,.98)),url("assets/bg-map-tech.png") top center/cover no-repeat}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(100% - 28px,var(--max));margin-inline:auto}
.section{padding:88px 0}
.eyebrow{display:inline-flex;align-items:center;gap:10px;background:var(--yellow-soft);border:1px solid rgba(247,189,22,.38);color:#705300;padding:9px 13px;border-radius:999px;font-weight:900;font-size:.92rem;margin-bottom:18px}
.eyebrow::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 6px rgba(247,189,22,.18)}
h1,h2,h3{letter-spacing:-.045em;color:#101010}
.title-xl{font-size:clamp(2.6rem,6vw,5.4rem);line-height:.95;font-weight:1000}
.title-xl span,.accent{color:var(--yellow-2)}
.title-section{font-size:clamp(2rem,4vw,4rem);line-height:.97;font-weight:1000;margin-bottom:14px}
.lead{font-size:clamp(1.04rem,1.55vw,1.24rem);color:#4b4b4b;max-width:700px}
.sub{font-size:1.06rem;color:#5d5d5d;max-width:760px;margin-bottom:34px}
.btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:14px 22px;border-radius:999px;border:2px solid #111;font-weight:1000;transition:.2s ease;white-space:nowrap}
.btn:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(0,0,0,.12)}
.btn.primary{background:var(--yellow);border-color:var(--yellow);color:#111}
.btn.dark{background:#111;color:#fff}
.btn.light{background:#fff;color:#111}
.btn.small{min-height:46px;padding:10px 18px;font-size:.95rem}
.topbar-wrap{position:sticky;top:0;z-index:80;padding:12px 0;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.05)}
.topbar{background:rgba(255,255,255,.90);border:1px solid rgba(0,0,0,.08);box-shadow:0 14px 35px rgba(0,0,0,.08);border-radius:999px;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;gap:18px}
.brand{display:flex;align-items:center;gap:10px;font-weight:1000;font-size:1.14rem}.brand img{width:50px;height:50px;object-fit:contain}.brand span span{color:var(--yellow-2)}
nav{display:flex;align-items:center;gap:24px;font-weight:800;color:#4a4a4a}nav a:hover{color:#000}.top-actions{display:flex;align-items:center;gap:10px}
.hero{position:relative;padding:46px 0 70px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.hero-copy{padding:32px 0}.hero-copy .lead{margin-top:22px}
.info-strip{display:grid;gap:10px;margin-top:26px;max-width:720px}.info-pill{background:#fff;border:1px solid var(--line);border-radius:18px;padding:13px 16px;font-weight:800;box-shadow:var(--shadow);color:#2f2f2f}.info-pill strong{color:#111}
.hero-visual{position:relative;min-height:560px;border-radius:34px;overflow:hidden;background:#f8f8f8;border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow)}
.hero-visual img{width:100%;height:100%;min-height:560px;object-fit:cover}.floating-card{position:absolute;left:20px;bottom:20px;z-index:2;background:rgba(255,255,255,.95);border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:16px;box-shadow:0 18px 44px rgba(0,0,0,.14);display:grid;gap:10px;width:min(350px,calc(100% - 40px))}
.floating-line{display:flex;align-items:center;gap:12px;font-weight:900}.floating-line span{width:28px;height:28px;border-radius:10px;background:var(--yellow);display:grid;place-items:center}
.stats{padding:0 0 34px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:20px;min-height:118px}.stat strong{font-size:1.9rem;font-weight:1000;display:block;color:#111;letter-spacing:-.04em}.stat span{font-weight:800;color:#555}
.section-white{background:rgba(255,255,255,.94)}.section-soft{background:linear-gradient(180deg,rgba(250,250,250,.96),rgba(255,255,255,.96));border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}
.price-highlight{background:#111;color:#fff;border-radius:34px;padding:34px;box-shadow:0 22px 55px rgba(0,0,0,.18);display:flex;flex-direction:column;align-items:flex-start;gap:12px;position:relative;overflow:hidden}
.price-highlight::after{content:"";position:absolute;right:-80px;bottom:-80px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(247,189,22,.45),transparent 70%)}
.price-tag{display:inline-flex;align-items:center;gap:8px;background:var(--yellow);color:#111;font-size:1.1rem;font-weight:1000;padding:10px 18px;border-radius:999px;position:relative;z-index:1}.price-tag::before{content:"";width:16px;height:16px;border-radius:50%;background:#111}
.price-main{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap;position:relative;z-index:1}.currency{font-size:clamp(2rem,4vw,3.5rem);font-weight:1000;line-height:1}.value{font-size:clamp(4rem,11vw,7rem);font-weight:1000;line-height:.9;color:var(--yellow)}.per{font-size:clamp(1.6rem,3vw,2.7rem);font-weight:900;line-height:1;margin-bottom:8px}.price-note{font-size:1.1rem;font-weight:700;color:#f0f0f0;position:relative;z-index:1}.price-note.small{font-size:.98rem;color:#d8d8d8;margin-bottom:8px}
.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.feature-card,.vehicle-card,.faq-item{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);padding:24px;position:relative;overflow:hidden}
.feature-card::before,.vehicle-card::before{content:"";position:absolute;right:-48px;top:-48px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(247,189,22,.22),transparent 70%)}
.icon-box{width:76px;height:76px;border-radius:22px;background:#fff8df;border:1px solid rgba(247,189,22,.35);display:grid;place-items:center;color:#111;margin-bottom:16px}.icon-box.small{width:64px;height:64px;border-radius:18px}.icon-box svg{width:42px;height:42px}.icon-box.small svg{width:34px;height:34px}
.feature-card h3,.vehicle-card h3,.faq-item h3{font-size:1.25rem;font-weight:1000;margin-bottom:8px}.feature-card p,.vehicle-card p,.faq-item p{color:#5b5b5b}
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:center}.visual-box{border-radius:34px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:16px}.visual-box img{border-radius:24px;width:100%;height:auto}
.list{display:grid;gap:16px;margin-top:26px}.list-item{display:flex;gap:14px;align-items:flex-start}.check{min-width:32px;width:32px;height:32px;border-radius:12px;background:var(--yellow);display:grid;place-items:center;font-weight:1000;color:#111}.list-item strong{display:block;font-size:1.03rem;color:#111}.list-item span{color:#5a5a5a}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.cta-final{padding:0 0 92px}.cta-panel{background:linear-gradient(135deg,#fff4cc,#fff 55%,#f8f8f8);border:1px solid rgba(247,189,22,.35);border-radius:38px;box-shadow:var(--shadow);overflow:hidden;display:grid;grid-template-columns:1fr .9fr;align-items:center}.cta-copy{padding:42px}.cta-copy h2{font-size:clamp(2rem,4vw,4rem);line-height:.96;font-weight:1000;margin-bottom:14px}.cta-copy p{color:#555;font-size:1.08rem;max-width:650px}.cta-img{height:100%}.cta-img img{width:100%;height:100%;object-fit:cover;min-height:360px}
footer{background:#111;color:#fff;padding:38px 0}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center}.footer-brand{display:flex;gap:14px;align-items:flex-start}.footer-brand img{width:58px;height:58px;object-fit:contain}.footer-brand h3{color:#fff;font-size:1.25rem;font-weight:1000}.footer-brand p,.footer-brand a{color:#d0d0d0}.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-weight:900}.footer-links a:hover{color:var(--yellow)}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:120;width:66px;height:66px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 18px 34px rgba(37,211,102,.34);transition:.2s ease}.whatsapp-float:hover{transform:translateY(-3px) scale(1.04)}.whatsapp-float img{width:36px;height:36px;object-fit:contain}
@media(max-width:1060px){nav{display:none}.hero-grid,.split,.cta-panel{grid-template-columns:1fr}.cards-4,.stats-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.hero-visual,.hero-visual img{min-height:auto}}
@media(max-width:720px){.container{width:min(100% - 22px,var(--max))}.section{padding:68px 0}.topbar{border-radius:24px;flex-wrap:wrap}.brand img{width:44px;height:44px}.top-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.top-actions .btn{width:100%;min-height:44px;font-size:.86rem;padding:9px 10px}.hero{padding-top:24px}.cards-4,.stats-grid,.faq-grid{grid-template-columns:1fr}.title-xl{font-size:3.05rem}.lead{font-size:1.06rem}.hero-visual{border-radius:26px}.floating-card{position:static;margin:12px;width:auto}.cta-copy{padding:28px}.footer-grid{grid-template-columns:1fr}.footer-links{gap:12px}.whatsapp-float{width:58px;height:58px}.whatsapp-float img{width:32px;height:32px}}
