.landing-body{
  margin:0;
  min-height:100vh;
  color:#f5f7fb;
  background:
    radial-gradient(circle at top, rgba(68, 163, 88, .16), transparent 30%),
    linear-gradient(180deg, #08111d 0%, #09111c 100%);
}

.landing-body,
.landing-body p,
.landing-body span,
.landing-body strong,
.landing-body small,
.landing-body li,
.landing-body label{
  color:#f5f7fb;
  -webkit-text-fill-color:currentColor;
}

.landing-body h1,
.landing-body h2,
.landing-body h3,
.landing-body h4,
.landing-body h5,
.landing-body h6{
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
  background:none !important;
  -webkit-background-clip:border-box !important;
  background-clip:border-box !important;
  text-shadow:0 2px 18px rgba(0,0,0,.18);
}

.landing-body a{
  -webkit-text-fill-color:currentColor;
}

.landing-container{
  width:min(1180px, calc(100vw - 32px));
  margin:0 auto;
}

.landing-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(12px);
  background:rgba(7, 12, 21, .78);
  border-bottom:1px solid rgba(255,255,255,.07);
}

.landing-header-inner{
  position:relative;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.landing-brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:inherit;
  min-width:0;
}

.landing-brand img{
  width:48px;
  height:48px;
  object-fit:contain;
  border-radius:14px;
}

.landing-brand-text{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}

.landing-brand-text strong{
  font-size:16px;
  line-height:1.15;
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.landing-brand-text span{
  font-size:12px;
  color:rgba(255,255,255,.68);
  -webkit-text-fill-color:rgba(255,255,255,.68);
}

.landing-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:18px;
}

.landing-nav a{
  color:rgba(255,255,255,.82);
  -webkit-text-fill-color:rgba(255,255,255,.82);
  text-decoration:none;
  font-size:14px;
  white-space:nowrap;
  transition:opacity .2s ease, transform .2s ease;
}

.landing-nav a:hover{
  opacity:1;
  transform:translateY(-1px);
}

.landing-menu-btn{
  display:none;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(255,255,255,.04);
  cursor:pointer;
}

.landing-menu-btn span{
  display:block;
  width:20px;
  height:2px;
  margin:4px auto;
  border-radius:999px;
  background:#fff;
}

.hero-section{
  padding:54px 0 24px;
}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(320px, .95fr);
  gap:28px;
  align-items:center;
}

.hero-copy,
.hero-showcase,
.proof-item,
.referral-box,
.info-card,
.feature-card,
.highlight-copy,
.highlight-box,
.cta-box{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .55s ease, transform .55s ease;
}

.reveal-visible{
  opacity:1;
  transform:translateY(0);
}

.hero-badge,
.section-kicker{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid rgba(113, 213, 131, .22);
  background:rgba(87, 182, 103, .12);
  color:#d6fbdd;
  -webkit-text-fill-color:#d6fbdd;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.hero-copy h1{
  margin:18px 0 16px;
  font-size:clamp(34px, 5vw, 62px);
  line-height:1.01;
  letter-spacing:-.04em;
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
  text-shadow:0 10px 30px rgba(0,0,0,.22);
}

.hero-text{
  margin:0;
  max-width:720px;
  font-size:18px;
  line-height:1.72;
  color:rgba(255,255,255,.82);
  -webkit-text-fill-color:rgba(255,255,255,.82);
}

.hero-text + .hero-text{
  margin-top:12px;
}

.hero-actions,
.cta-actions,
.highlight-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.btn{
  min-height:52px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  font-weight:800;
  text-decoration:none;
  text-align:center;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn-primary{
  color:#071009;
  -webkit-text-fill-color:#071009;
  background:linear-gradient(180deg, #92f3a5 0%, #5ed875 100%);
  box-shadow:0 16px 34px rgba(77, 191, 98, .22);
}

.btn-secondary{
  color:#eef2ff;
  -webkit-text-fill-color:#eef2ff;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
}

.btn-whatsapp{
  color:#ffffff;
  -webkit-text-fill-color:#ffffff;
  border:1px solid rgba(37, 211, 102, .35);
  background:linear-gradient(180deg, #25d366 0%, #18b955 100%);
  box-shadow:0 16px 34px rgba(37, 211, 102, .22);
}

.hero-list{
  display:grid;
  gap:12px;
  margin-top:26px;
}

.hero-list-item{
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.hero-list-item strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.hero-list-item span{
  display:block;
  font-size:14px;
  line-height:1.55;
  color:rgba(255,255,255,.72);
  -webkit-text-fill-color:rgba(255,255,255,.72);
}

.hero-showcase{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.showcase-frame{
  padding:14px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)),
    rgba(11, 17, 28, .88);
  box-shadow:0 24px 48px rgba(0,0,0,.22);
}

.showcase-screen{
  position:relative;
  min-height:340px;
  overflow:hidden;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at top, rgba(87, 182, 103, .16), transparent 42%),
    linear-gradient(180deg, #111c2e 0%, #0b1421 100%);
}

.showcase-screen img{
  display:block;
  width:100%;
  height:100%;
  min-height:340px;
  object-fit:cover;
}

.showcase-screen img.is-hidden{
  display:none;
}

.showcase-fallback{
  position:absolute;
  inset:0;
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:12px;
  padding:28px;
  background:
    radial-gradient(circle at top, rgba(92, 216, 118, .16), transparent 40%),
    linear-gradient(180deg, rgba(8,17,29,.78), rgba(8,17,29,.94));
}

.showcase-fallback.is-visible{
  display:flex;
}

.showcase-fallback-badge{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(113, 213, 131, .22);
  background:rgba(87, 182, 103, .12);
  color:#d6fbdd;
  -webkit-text-fill-color:#d6fbdd;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.showcase-fallback strong{
  font-size:28px;
  line-height:1.15;
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.showcase-fallback span{
  max-width:420px;
  font-size:15px;
  line-height:1.65;
  color:rgba(255,255,255,.78);
  -webkit-text-fill-color:rgba(255,255,255,.78);
}

.showcase-notes{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

.showcase-note{
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.showcase-note strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.showcase-note span{
  display:block;
  font-size:13px;
  line-height:1.55;
  color:rgba(255,255,255,.72);
  -webkit-text-fill-color:rgba(255,255,255,.72);
}

.proof-strip-section{
  padding:10px 0 22px;
}

.proof-strip{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

.proof-item{
  padding:20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  box-shadow:0 12px 28px rgba(0,0,0,.1);
}

.proof-item strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.proof-item span{
  display:block;
  line-height:1.6;
  font-size:14px;
  color:rgba(255,255,255,.72);
  -webkit-text-fill-color:rgba(255,255,255,.72);
}

.referral-section{
  padding:8px 0 20px;
}

.referral-box{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:30px;
  border-radius:30px;
  border:1px solid rgba(37, 211, 102, .18);
  background:
    radial-gradient(circle at top, rgba(37, 211, 102, .14), transparent 52%),
    rgba(255,255,255,.04);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}

.referral-seal{
  width:150px;
  min-width:150px;
  height:150px;
  margin:0 auto;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:14px;
  border:2px solid rgba(37, 211, 102, .35);
  background:
    radial-gradient(circle at top, rgba(146, 243, 165, .32), rgba(37, 211, 102, .18) 52%, rgba(9,17,28,.95) 100%);
  box-shadow:
    0 16px 36px rgba(37, 211, 102, .18),
    inset 0 0 20px rgba(255,255,255,.04);
}

.referral-seal-top{
  display:block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#d6fbdd;
}

.referral-seal strong{
  display:block;
  margin:6px 0;
  font-size:40px;
  line-height:1;
  color:#ffffff;
  -webkit-text-fill-color:#ffffff;
}

.referral-seal-bottom{
  display:block;
  font-size:11px;
  line-height:1.35;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:rgba(255,255,255,.8);
}

.referral-content{
  width:100%;
}

.referral-content h2{
  margin:14px 0 12px;
  font-size:clamp(28px, 4vw, 42px);
  line-height:1.08;
  letter-spacing:-.025em;
}

.referral-content p{
  margin:0 0 10px;
  font-size:17px;
  line-height:1.68;
  color:rgba(255,255,255,.78);
  -webkit-text-fill-color:rgba(255,255,255,.78);
}

.referral-content p:last-child{
  margin-bottom:0;
}

.referral-content strong{
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.referral-highlight{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(113, 213, 131, .16);
  background:rgba(87, 182, 103, .1);
}

.referral-highlight strong{
  display:block;
  margin-bottom:6px;
  font-size:14px;
  color:#f7fbff;
}

.referral-highlight span{
  display:block;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.78);
}

.referral-actions{
  display:flex;
  align-items:center;
  justify-content:center;
}

.info-section{
  padding:38px 0;
}

.alt-section{
  background:rgba(255,255,255,.025);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.section-head{
  max-width:760px;
  margin-bottom:24px;
}

.section-head h2{
  margin:14px 0 12px;
  font-size:clamp(28px, 4vw, 44px);
  line-height:1.08;
  letter-spacing:-.025em;
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.section-head p{
  margin:0;
  font-size:17px;
  line-height:1.68;
  color:rgba(255,255,255,.78);
  -webkit-text-fill-color:rgba(255,255,255,.78);
}

.cards-grid{
  display:grid;
  gap:18px;
}

.cards-grid-3{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.cards-grid-2{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.info-card,
.feature-card{
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  box-shadow:0 12px 30px rgba(0,0,0,.1);
}

.feature-highlight{
  background:
    radial-gradient(circle at top, rgba(87, 182, 103, .12), transparent 50%),
    rgba(255,255,255,.045);
}

.card-step{
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  font-weight:900;
  color:#08110a;
  -webkit-text-fill-color:#08110a;
  background:linear-gradient(180deg, #92f3a5 0%, #5ed875 100%);
}

.info-card h3,
.feature-card h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.25;
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.info-card p,
.feature-card p{
  margin:0;
  color:rgba(255,255,255,.76);
  -webkit-text-fill-color:rgba(255,255,255,.76);
  line-height:1.65;
  font-size:15px;
}

.feature-card p + p,
.info-card p + p{
  margin-top:10px;
}

.info-section .hero-actions{
  margin-top:22px;
}

.highlight-section{
  padding:44px 0;
}

.highlight-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(280px, 420px);
  gap:20px;
  align-items:stretch;
}

.highlight-copy{
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at top, rgba(87, 182, 103, .12), transparent 48%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}

.highlight-copy h2{
  margin:14px 0 12px;
  font-size:clamp(28px, 4vw, 42px);
  line-height:1.1;
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.highlight-copy p{
  margin:0 0 12px;
  color:rgba(255,255,255,.78);
  -webkit-text-fill-color:rgba(255,255,255,.78);
  line-height:1.7;
  font-size:16px;
}

.highlight-box{
  display:grid;
  gap:14px;
  padding:22px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.mini-item{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.06);
}

.mini-item strong{
  display:block;
  margin-bottom:6px;
  font-size:17px;
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.mini-item span{
  display:block;
  color:rgba(255,255,255,.72);
  -webkit-text-fill-color:rgba(255,255,255,.72);
  line-height:1.55;
  font-size:14px;
}

.cta-section{
  padding:36px 0 58px;
}

.cta-box{
  padding:30px;
  border-radius:30px;
  border:1px solid rgba(113, 213, 131, .16);
  background:
    radial-gradient(circle at top, rgba(87, 182, 103, .12), transparent 55%),
    rgba(255,255,255,.04);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
  text-align:center;
}

.cta-box h2{
  margin:14px 0 12px;
  font-size:clamp(28px, 4vw, 44px);
  line-height:1.08;
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.cta-box p{
  max-width:760px;
  margin:0 auto;
  color:rgba(255,255,255,.78);
  -webkit-text-fill-color:rgba(255,255,255,.78);
  line-height:1.68;
  font-size:17px;
}

.cta-box p + p{
  margin-top:10px;
}

.cta-box .cta-actions{
  justify-content:center;
}

.landing-footer{
  border-top:1px solid rgba(255,255,255,.06);
  background:rgba(5, 8, 14, .65);
}

.landing-footer-inner{
  min-height:94px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 0;
}

.landing-footer strong{
  color:#f7fbff;
  -webkit-text-fill-color:#f7fbff;
}

.landing-footer p{
  margin:6px 0 0;
  color:rgba(255,255,255,.62);
  -webkit-text-fill-color:rgba(255,255,255,.62);
  font-size:14px;
}

.landing-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.landing-footer-links a{
  color:rgba(255,255,255,.74);
  -webkit-text-fill-color:rgba(255,255,255,.74);
  text-decoration:none;
  font-size:14px;
}

html{
  scroll-behavior:smooth;
}

@media (max-width: 1100px){
  .referral-box{
    grid-template-columns:1fr;
    justify-items:center;
  }

  .referral-actions{
    justify-content:center;
  }
}

@media (max-width: 980px){
  .hero-grid,
  .highlight-grid,
  .cards-grid-3,
  .cards-grid-2,
  .proof-strip,
  .showcase-notes{
    grid-template-columns:1fr;
  }

  .landing-nav{
    gap:14px;
  }
}

@media (max-width: 760px){
  .landing-menu-btn{
    display:block;
  }

  .landing-nav{
    position:absolute;
    top:78px;
    left:16px;
    right:16px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:10px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(7, 12, 21, .96);
    box-shadow:0 18px 36px rgba(0,0,0,.24);
  }

  .landing-nav.is-open{
    display:flex;
  }

  .landing-nav a{
    width:100%;
    padding:12px 10px;
    border-radius:12px;
  }

  .hero-section{
    padding-top:28px;
  }

  .hero-copy h1{
    font-size:36px;
  }

  .hero-text,
  .section-head p,
  .highlight-copy p,
  .cta-box p,
  .referral-content p{
    font-size:16px;
  }

  .showcase-screen,
  .showcase-screen img{
    min-height:260px;
  }

  .hero-actions,
  .cta-actions,
  .highlight-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .btn{
    width:100%;
  }

  .referral-box{
    padding:22px;
    justify-items:center;
  }

  .referral-seal{
    width:128px;
    min-width:128px;
    height:128px;
  }

  .referral-seal strong{
    font-size:34px;
  }

  .referral-actions{
    width:100%;
    justify-content:center;
  }

  .referral-actions .btn{
    width:100%;
    max-width:440px;
  }

  .landing-footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}