:root{
  --bg:#0a0a0a;
  --bg-alt:#111214;
  --card:#17181b;
  --border:#242527;
  --white:#f5f6f7;
  --muted:#a3a6ab;
  --green:#22c55e;
  --green-dark:#16a34a;
  --wpp:#25d366;
  --radius:16px;
  --max:1120px;
}

*{box-sizing:border-box;margin:0;padding:0}

html{scroll-behavior:smooth}

html,body{
  max-width:100%;
  overflow-x:hidden;
}

body{
  position:relative;
  background:var(--bg);
  color:var(--white);
  font-family:'Poppins',system-ui,sans-serif;
  line-height:1.5;
}

img,svg{display:block;max-width:100%}

a{color:inherit;text-decoration:none}

.container{
  width:100%;
  max-width:var(--max);
  margin:0 auto;
  padding:0 24px;
}

/* glow background accents */
.glow{
  position:absolute;
  border-radius:50%;
  filter:blur(80px);
  opacity:.25;
  pointer-events:none;
  z-index:0;
  transform:translateZ(0);
  will-change:transform;
}
.glow-1{
  width:420px;height:420px;
  background:var(--green);
  top:-160px;right:-140px;
}
.glow-2{
  width:340px;height:340px;
  background:var(--green-dark);
  bottom:-120px;left:-120px;
  opacity:.15;
}

/* HEADER */
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(10,10,10,.75);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:14px;
  padding-bottom:14px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
}
.brand__mark{width:32px;height:32px}
.brand__text{
  font-weight:800;
  font-size:1.15rem;
  letter-spacing:.5px;
  color:var(--white);
  line-height:1;
}
.brand__text span{
  display:block;
  font-size:.6rem;
  font-weight:600;
  letter-spacing:4px;
  color:var(--green);
  margin-top:2px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:10px;
  border:none;
  border-radius:999px;
  font-family:inherit;
  font-weight:600;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover{transform:translateY(-2px)}

.btn--header{
  background:var(--white);
  color:#0a0a0a;
  padding:10px 20px;
  font-size:.9rem;
  white-space:nowrap;
}
.btn--header:hover{background:var(--green);color:#06210f}

.btn--cta{
  background:var(--wpp);
  color:#06210f;
  padding:16px 28px;
  font-size:1.05rem;
  box-shadow:0 10px 30px -8px rgba(37,211,102,.55);
  max-width:100%;
}
.btn--cta:hover{box-shadow:0 14px 36px -6px rgba(37,211,102,.7)}
.ico-wpp{width:22px;height:22px;flex-shrink:0}

/* HERO */
.hero{
  position:relative;
  z-index:1;
  padding:80px 0 90px;
}
.hero__inner{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:48px;
  align-items:center;
}

.tag{
  display:inline-block;
  padding:6px 14px;
  border:1px solid var(--border);
  border-radius:999px;
  font-size:.8rem;
  color:var(--green);
  background:rgba(34,197,94,.08);
  margin-bottom:20px;
  font-weight:600;
}

.hero h1{
  font-size:clamp(2rem,4.2vw,3.1rem);
  font-weight:800;
  line-height:1.15;
  margin-bottom:18px;
}
.highlight{color:var(--green)}

.hero__subtitle{
  color:var(--muted);
  font-size:1.1rem;
  max-width:520px;
  margin-bottom:32px;
}
.hero__subtitle strong{color:var(--white)}

.hero__partners{
  margin-top:36px;
}
.hero__partners-label{
  display:block;
  font-size:.85rem;
  color:var(--muted);
  margin-bottom:12px;
}
.badges{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.badge{
  display:flex;
  align-items:center;
  justify-content:center;
  height:44px;
  border-radius:10px;
}
.badge--uber{
  background:#000;
  border:1px solid #2a2a2a;
  padding:0 20px;
}
.badge--uber img{height:15px;width:auto;display:block}
.badge--99{
  padding:0;
}
.badge--99 img{height:44px;width:44px;display:block}

.hero__visual{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero__card{
  width:340px;
  height:260px;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px;
  box-shadow:0 30px 60px -20px rgba(0,0,0,.6);
}
.hero__card-logos{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  width:100%;
}
.hero__card-logos .logo-99{
  width:76px;
  height:76px;
  flex-shrink:0;
}
.hero__card-logos .logo-uber{
  height:36px;
  width:auto;
  flex-shrink:0;
}
.hero__card-divider{
  width:1px;
  height:60px;
  background:var(--border);
  flex-shrink:0;
}

.hero__stat{
  position:absolute;
  bottom:-18px;
  right:-10px;
  background:var(--green);
  color:#06210f;
  padding:14px 22px;
  border-radius:14px;
  text-align:center;
  box-shadow:0 16px 30px -10px rgba(34,197,94,.6);
}
.hero__stat strong{display:block;font-size:1.2rem;font-weight:800}
.hero__stat span{font-size:.75rem;font-weight:600}

/* SECTIONS */
.section{
  position:relative;
  z-index:1;
  padding:80px 0;
  content-visibility:auto;
  contain-intrinsic-size:auto 600px;
}
.section--alt{
  background:var(--bg-alt);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.section__title{
  text-align:center;
  font-size:clamp(1.6rem,3vw,2.2rem);
  font-weight:800;
  margin-bottom:48px;
}

.grid{display:grid;gap:24px}
.grid--4{grid-template-columns:repeat(4,1fr)}

.card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:28px 22px;
  transition:transform .2s ease, border-color .2s ease;
}
.card:hover{transform:translateY(-4px);border-color:var(--green)}
.card__icon{font-size:2rem;margin-bottom:14px}
.card h3{font-size:1.05rem;margin-bottom:8px;font-weight:700}
.card p{color:var(--muted);font-size:.92rem}

/* STEPS */
.steps{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:0;
  flex-wrap:wrap;
}
.step{
  flex:1;
  min-width:200px;
  max-width:280px;
  text-align:center;
  padding:0 12px;
}
.step__number{
  width:48px;height:48px;
  border-radius:50%;
  background:var(--green);
  color:#06210f;
  font-weight:800;
  font-size:1.2rem;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
}
.step h3{font-size:1.05rem;margin-bottom:8px;font-weight:700}
.step p{color:var(--muted);font-size:.9rem}
.step__line{
  flex:0 0 60px;
  height:2px;
  background:var(--border);
  margin-top:24px;
}

/* CTA FINAL */
.cta-final{
  position:relative;
  z-index:1;
  padding:90px 0;
  text-align:center;
  background:linear-gradient(180deg, rgba(34,197,94,.08), transparent);
  content-visibility:auto;
  contain-intrinsic-size:auto 400px;
}
.cta-final__inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
}
.cta-final h2{
  font-size:clamp(1.6rem,3.4vw,2.4rem);
  font-weight:800;
  max-width:600px;
}
.cta-final p{
  color:var(--muted);
  font-size:1.05rem;
  margin-bottom:12px;
}

/* PRIVACY POLICY PAGE */
.policy-hero{
  position:relative;
  z-index:1;
  padding:64px 0 32px;
}
.policy-hero h1{
  font-size:clamp(1.8rem,4vw,2.6rem);
  font-weight:800;
  margin:16px 0 8px;
}
.policy-updated{
  color:var(--muted);
  font-size:.9rem;
}
.policy__content{
  max-width:760px;
}
.policy__content p{
  color:var(--muted);
  margin-bottom:18px;
  font-size:1rem;
}
.policy__content ul{
  color:var(--muted);
  margin:0 0 18px 20px;
  font-size:1rem;
}
.policy__content li{margin-bottom:8px}
.policy__content h2{
  color:var(--white);
  font-size:1.3rem;
  font-weight:700;
  margin:36px 0 14px;
}
.policy__content h2:first-of-type{margin-top:0}
.policy__content .btn--cta{margin-top:8px}

/* FOOTER */
.footer{
  position:relative;
  z-index:1;
  border-top:1px solid var(--border);
  padding:48px 0 32px;
}
.footer__inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:16px;
}
.brand--footer{margin-bottom:4px}
.footer__disclaimer{
  color:var(--muted);
  font-size:.8rem;
  max-width:620px;
  line-height:1.6;
}
.footer__copy{
  color:var(--muted);
  font-size:.8rem;
}
.footer__link{
  text-decoration:underline;
  text-underline-offset:2px;
}
.footer__link:hover{color:var(--green)}

/* FLOATING WHATSAPP BUTTON */
.fab-wpp{
  position:fixed;
  bottom:22px;
  right:22px;
  width:60px;
  height:60px;
  border-radius:50%;
  background:var(--wpp);
  color:#06210f;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 30px -6px rgba(37,211,102,.7);
  z-index:100;
  animation:pulse 2.4s infinite;
}
.fab-wpp svg{width:30px;height:30px}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.55)}
  70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}
}

/* RESPONSIVE */
@media (max-width:900px){
  .hero__inner{grid-template-columns:1fr;text-align:center}
  .hero__subtitle{margin-left:auto;margin-right:auto}
  .hero__partners{display:flex;flex-direction:column;align-items:center}
  .hero__visual{margin-top:20px}
  .grid--4{grid-template-columns:repeat(2,1fr)}
  .steps{flex-direction:column;align-items:center}
  .step__line{display:none}
}

@media (max-width:520px){
  .grid--4{grid-template-columns:1fr}
  .header__inner{flex-direction:column;gap:12px}
  .hero{padding:56px 0 64px}
  .hero__card{width:100%;max-width:300px;height:180px;padding:24px}
  .hero__card-logos{gap:16px}
  .hero__card-logos .logo-99{width:56px;height:56px}
  .hero__card-logos .logo-uber{height:28px}
  .hero__card-divider{height:44px}
  .btn--cta{width:100%;justify-content:center}
  .cta-final .btn--cta{width:auto}
}
