/* ============ QXUTE LANDING ============ */
:root{
  --blue-dark:#184076;
  --blue:#1f67ce;
  --blue-light:#5b9fff;
  --bg:#0a1628;
  --bg-2:#0f1e36;
  --white:#ffffff;
  --text:#e8eefc;
  --muted:#a7b5cf;
  --red:#ef3b3b;
  --green:#22c55e;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:"Inter",system-ui,-apple-system,sans-serif;
  background:#050b16;
  color:var(--text);
  line-height:1.45;
  overflow-x:hidden;
  min-height:100vh;
}
img,svg{display:block;max-width:100%}
svg{width:1em;height:1em}
a{color:inherit;text-decoration:none}

main{
  max-width:480px;
  margin:0 auto;
  position:relative;
  background:var(--bg);
  min-height:100vh;
  box-shadow:0 0 80px rgba(0,0,0,.6);
  overflow:hidden;
}

/* ======= TOP BAR ======= */
.top-bar{
  background:linear-gradient(90deg,var(--blue-dark),var(--blue));
  color:var(--white);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 14px;
  gap:10px;
  position:sticky;
  top:0;
  z-index:30;
  box-shadow:0 4px 16px rgba(0,0,0,.4);
}
.timer-wrap{display:flex;align-items:center;gap:4px;flex-shrink:0}
.tbox{display:flex;flex-direction:column;align-items:center;min-width:38px}
.tnum{
  font-family:"Oswald",sans-serif;
  font-weight:700;
  font-size:22px;
  line-height:1;
  background:rgba(0,0,0,.35);
  padding:4px 6px;
  border-radius:4px;
  letter-spacing:1px;
  font-variant-numeric:tabular-nums;
  min-width:36px;
  text-align:center;
}
.tlbl{
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.5px;
  margin-top:3px;
  opacity:.9;
}
.tcolon{font-size:22px;font-weight:700;padding-bottom:16px;line-height:1}
.scarcity-wrap{
  display:flex;flex-direction:column;align-items:flex-end;
  text-align:right;line-height:1.15;
}
.scarcity-wrap .line1{font-weight:800;font-size:12px}
.scarcity-wrap .line2{
  font-size:10px;font-weight:700;
  background:var(--red);color:var(--white);
  padding:2px 6px;border-radius:3px;margin-top:3px;letter-spacing:.5px;
}

/* ======= HERO ======= */
.hero{
  position:relative;
  background:
    radial-gradient(ellipse at 50% 38%,var(--blue-dark) 0%,var(--bg) 55%),
    var(--bg);
  padding:28px 20px 40px;
  overflow:hidden;
  text-align:center;
}

.hero-bg{
  position:absolute;inset:0;
  pointer-events:none;
  overflow:hidden;
}
.spotlight{
  position:absolute;
  top:10%;left:50%;
  transform:translateX(-50%);
  width:600px;height:600px;
  background:radial-gradient(circle,rgba(91,159,255,.35) 0%,rgba(31,103,206,.15) 35%,transparent 65%);
  filter:blur(8px);
}
.bg-text{
  position:absolute;
  top:40%;left:-15%;right:-15%;
  font-family:"Oswald",sans-serif;
  font-weight:800;
  font-size:72px;
  line-height:.8;
  color:rgba(91,159,255,.04);
  letter-spacing:-2px;
  transform:rotate(-12deg);
  white-space:nowrap;
  overflow:hidden;
  word-spacing:10px;
}
.bolt{
  position:absolute;
  font-size:40px;
  color:var(--blue-light);
  text-shadow:0 0 20px rgba(91,159,255,.6);
  opacity:.5;
}
.bolt-l{top:18%;left:4%;transform:rotate(-15deg)}
.bolt-r{top:42%;right:5%;transform:rotate(25deg)}

.hero-inner{position:relative;z-index:2}

.badge-row{
  display:flex;flex-wrap:wrap;
  align-items:center;justify-content:center;
  gap:8px 10px;margin-bottom:18px;
}
.vip-badge{
  background:var(--blue);color:var(--white);
  font-size:11px;font-weight:700;letter-spacing:.4px;
  padding:5px 11px;border-radius:999px;
  text-transform:uppercase;
  box-shadow:0 0 0 2px rgba(31,103,206,.3),0 4px 12px rgba(31,103,206,.4);
}
.members{
  display:inline-flex;align-items:center;gap:5px;
  color:var(--muted);font-size:12px;font-weight:600;
}
.members svg{width:14px;height:14px;color:var(--blue-light)}
.stars{display:inline-flex;gap:1px;color:#fcd34d}
.stars svg{width:14px;height:14px}

.kicker{
  display:inline-flex;align-items:center;gap:6px;
  color:var(--blue-light);
  font-weight:700;font-size:11px;letter-spacing:1.4px;
  text-transform:uppercase;margin-bottom:10px;
}
.kicker svg{width:14px;height:14px}

h1{
  font-family:"Oswald",sans-serif;
  font-weight:700;
  font-size:clamp(30px,8.5vw,38px);
  line-height:1;
  text-transform:uppercase;
  margin-bottom:14px;
  letter-spacing:-.5px;
}
h1 .line-a,h1 .line-b{display:block}
h1 .line-b{margin-top:4px}
h1 .brand{
  color:var(--blue-light);
  font-weight:800;
  text-shadow:2px 2px 0 var(--blue-dark);
}

/* HERO PHOTO (PNG transparente) */
.hero-photo{
  width:86%;
  max-width:340px;
  height:auto;
  margin:6px auto 12px;
  filter:
    drop-shadow(0 0 30px rgba(91,159,255,.25))
    drop-shadow(0 10px 20px rgba(0,0,0,.5));
  animation:float 4s ease-in-out infinite;
}
@keyframes float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}

.desc{
  color:var(--muted);
  font-size:14.5px;
  line-height:1.5;
  max-width:380px;
  margin:0 auto 18px;
}
.desc .p-strong{color:var(--blue-light);font-weight:700}
.desc .white{color:var(--white);font-weight:800}

/* ======= CTA ======= */
.cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  max-width:360px;
  margin:0 auto 18px;
  background:linear-gradient(180deg,#2a7ae8 0%,var(--blue) 60%,#1854a8 100%);
  color:var(--white);
  font-family:"Oswald",sans-serif;
  font-weight:700;
  font-size:17px;
  letter-spacing:.5px;
  text-transform:uppercase;
  padding:15px 20px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.15);
  box-shadow:
    0 4px 0 var(--blue-dark),
    0 10px 24px rgba(31,103,206,.45);
  position:relative;
  overflow:hidden;
  transition:transform .12s,box-shadow .12s;
}
.cta::before{
  content:"";
  position:absolute;
  top:0;left:-120%;
  width:80%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);
  transform:skewX(-20deg);
  animation:shine 2.8s infinite;
}
@keyframes shine{
  0%,100%{left:-120%}
  50%{left:120%}
}
.cta:active{
  transform:translateY(2px);
  box-shadow:0 2px 0 var(--blue-dark),0 4px 12px rgba(31,103,206,.45);
}
.cta svg{width:18px;height:18px;flex-shrink:0}
.cta.big{font-size:19px;padding:17px 20px}

.checks{
  display:flex;flex-wrap:wrap;
  align-items:center;justify-content:center;
  gap:10px 14px;
  font-size:12px;color:var(--muted);
}
.checks > div{display:inline-flex;align-items:center;gap:5px}
.checks svg{width:14px;height:14px;color:#4ade80}

/* ======= STATS (ex1) ======= */
.stats{
  display:flex;
  background:var(--blue-dark);
  border-top:2px solid var(--blue-light);
  border-bottom:2px solid var(--blue-light);
  padding:22px 10px;
  gap:8px;
}
.stats .stat{
  flex:1;
  text-align:center;
  padding:4px;
}
.stats .stat + .stat{border-left:1px solid rgba(255,255,255,.12)}
.stats .n{
  font-family:"Oswald",sans-serif;
  font-weight:700;
  font-size:30px;
  color:var(--blue-light);
  line-height:1;
  text-shadow:2px 2px 0 rgba(0,0,0,.4);
}
.stats .l{
  font-size:10.5px;
  text-transform:uppercase;
  letter-spacing:.8px;
  color:var(--text);
  margin-top:8px;
  font-weight:600;
  opacity:.9;
}

/* ======= SECTION HEADINGS ======= */
section h2{
  font-family:"Oswald",sans-serif;
  font-weight:700;
  font-size:26px;
  line-height:1.1;
  text-transform:uppercase;
  text-align:center;
  margin-bottom:22px;
  letter-spacing:-.3px;
}
section h2 .hl{
  color:var(--blue-light);
  position:relative;
}
section h2 .hl::after{
  content:"";
  position:absolute;
  left:-3px;right:-3px;bottom:2px;
  height:30%;
  background:var(--blue);
  z-index:-1;
  transform:skew(-6deg);
  opacity:.35;
}

/* ======= PERKS (benefícios exclusivos) ======= */
.perks{padding:36px 20px}
.perks-sub{
  text-align:center;
  color:var(--muted);
  font-size:14px;
  margin-top:-14px;
  margin-bottom:22px;
}
.perk{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom:14px;
  background:rgba(31,103,206,.08);
  border:1px solid rgba(91,159,255,.2);
  border-radius:10px;
  padding:16px;
  position:relative;
  overflow:hidden;
}
.perk::before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:4px;
  background:var(--blue-light);
}
.perk-ico{
  flex-shrink:0;
  width:52px;height:52px;
  background:linear-gradient(135deg,var(--blue),var(--blue-dark));
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  border:2px solid var(--blue-light);
  box-shadow:0 4px 0 var(--blue-dark),0 0 20px rgba(91,159,255,.3);
}
.perk-body{text-align:left;flex:1}
.perk-body h3{
  font-family:"Oswald",sans-serif;
  font-size:18px;
  text-transform:uppercase;
  margin-bottom:4px;
  color:var(--blue-light);
  letter-spacing:.3px;
}
.perk-body p{
  font-size:13.5px;
  color:var(--muted);
  line-height:1.45;
}

/* ======= HOW (legado, ainda usado em outras p\u00e1ginas?) ======= */
.how{padding:36px 20px}
.how .step{
  display:flex;gap:14px;
  margin-bottom:14px;
  background:rgba(31,103,206,.08);
  border:1px solid rgba(91,159,255,.2);
  border-radius:10px;
  padding:16px;
  position:relative;
  overflow:hidden;
}
.how .step::before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:4px;
  background:var(--blue-light);
}
.how .step-num{
  flex-shrink:0;
  width:48px;height:48px;
  background:var(--blue);
  color:var(--white);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Oswald",sans-serif;
  font-weight:700;
  font-size:20px;
  border:2px solid var(--blue-light);
  box-shadow:0 4px 0 var(--blue-dark);
}
.how .step-body{text-align:left}
.how .step-body h3{
  font-family:"Oswald",sans-serif;
  font-size:17px;
  text-transform:uppercase;
  margin-bottom:4px;
  color:var(--blue-light);
}
.how .step-body p{
  font-size:14px;
  color:var(--muted);
}

/* ======= RESULTS (ex3) ======= */
.results{padding:36px 20px}
.results-sub{
  text-align:center;
  color:var(--muted);
  font-size:14px;
  margin-bottom:20px;
  margin-top:-14px;
}
.result-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.result-card{
  background:var(--bg-2);
  border:1px solid rgba(34,197,94,.35);
  border-radius:10px;
  padding:12px;
  position:relative;
  overflow:hidden;
  box-shadow:0 0 20px rgba(34,197,94,.08);
}
.result-card::before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:var(--green);
}

/* Featured card extras */
.feat-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
  flex-wrap:wrap;
  gap:6px;
}
.feat-legs{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin:10px 0 12px;
}
.feat-legs span{
  font-size:11px;
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.25);
  color:#a7f3c7;
  padding:3px 8px;
  border-radius:4px;
  font-weight:500;
}
.feat-foot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px dashed rgba(34,197,94,.25);
  padding-top:10px;
  font-size:12px;
  color:var(--muted);
}
.result-date{
  font-size:11px;
  color:var(--muted);
  font-weight:500;
  font-variant-numeric:tabular-nums;
}
.result-foot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px dashed rgba(255,255,255,.1);
  padding-top:8px;
  margin-top:4px;
}
.result-foot .result-profit{
  border:none;
  padding:0;
  margin:0;
}

/* Featured card */
.result-card.featured{
  margin-bottom:10px;
  padding:14px 14px 16px;
  background:linear-gradient(135deg,rgba(34,197,94,.18),rgba(15,30,54,.6));
  border:1.5px solid var(--green);
  box-shadow:
    0 0 30px rgba(34,197,94,.25),
    0 0 0 1px rgba(34,197,94,.3);
  animation:featPulse 2.5s ease-in-out infinite;
}
@keyframes featPulse{
  0%,100%{box-shadow:0 0 30px rgba(34,197,94,.25),0 0 0 1px rgba(34,197,94,.3)}
  50%{box-shadow:0 0 45px rgba(34,197,94,.5),0 0 0 2px rgba(34,197,94,.5)}
}
.result-card.featured::before{height:4px}
.result-card.featured .feat-label{
  display:inline-block;
  font-family:"Oswald",sans-serif;
  font-weight:700;
  font-size:11px;
  letter-spacing:1px;
  color:#fbbf24;
  text-transform:uppercase;
  margin-bottom:8px;
  padding:3px 8px;
  background:rgba(251,191,36,.12);
  border:1px solid rgba(251,191,36,.3);
  border-radius:4px;
}
.result-card .odd.big{
  font-size:22px;
  color:var(--green);
}
.result-card .result-profit.big{
  font-size:26px;
  color:var(--green);
  text-shadow:0 0 20px rgba(34,197,94,.4);
}
.result-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}
.result-head .badge{
  background:var(--green);
  color:#04170a;
  font-family:"Oswald",sans-serif;
  font-weight:700;
  font-size:10px;
  padding:3px 8px;
  border-radius:4px;
  letter-spacing:.5px;
}
.result-head .odd{
  font-family:"Oswald",sans-serif;
  font-size:14px;
  color:var(--blue-light);
  font-weight:700;
}
.result-match{
  font-weight:600;
  font-size:13px;
  margin-bottom:4px;
  line-height:1.2;
  color:var(--white);
}
.result-market{
  font-size:12px;
  color:var(--muted);
  margin-bottom:10px;
}
.result-profit{
  font-family:"Oswald",sans-serif;
  font-size:18px;
  color:var(--green);
  font-weight:700;
  border-top:1px dashed rgba(255,255,255,.1);
  padding-top:8px;
}

/* ======= FINAL CTA ======= */
.final-cta{
  text-align:center;
  padding:40px 20px 50px;
  background:
    radial-gradient(ellipse at 50% 0%,rgba(31,103,206,.25) 0%,transparent 60%),
    linear-gradient(180deg,var(--blue-dark) 0%,var(--bg) 100%);
  border-top:2px solid var(--blue-light);
}
.final-cta p{
  color:var(--muted);
  margin-bottom:22px;
  padding:0 8px;
}
.final-scarcity{
  background:rgba(239,59,59,.1);
  border:1px solid rgba(239,59,59,.3);
  border-radius:10px;
  padding:12px;
  margin-top:16px;
  font-size:13px;
}
.final-scarcity strong{color:var(--white);font-weight:700}
.final-scarcity .timer-line{font-size:12px;margin-top:4px}
.final-scarcity .timer-line span{
  color:var(--red);font-weight:700;
  font-variant-numeric:tabular-nums;
}

/* ======= FOOTER ======= */
footer{
  text-align:center;
  padding:30px 20px 50px;
}
.footer-logo{
  width:60px;
  margin:0 auto 14px;
  opacity:.6;
}
.disclaimer{
  font-size:11px;
  color:#677895;
  margin-bottom:8px;
  line-height:1.5;
}
.copyright{
  font-size:11px;
  color:#4a5a78;
}

/* ======= HERO SEM-FOTO (logo grande + tip mock) ======= */
.hero-logo-big{
  width:140px;
  height:auto;
  margin:8px auto 14px;
  filter:
    drop-shadow(0 0 24px rgba(91,159,255,.5))
    drop-shadow(0 6px 0 var(--blue-dark));
  animation:logoGlow 3s ease-in-out infinite;
}
@keyframes logoGlow{
  0%,100%{filter:drop-shadow(0 0 24px rgba(91,159,255,.5)) drop-shadow(0 6px 0 var(--blue-dark))}
  50%{filter:drop-shadow(0 0 40px rgba(91,159,255,.85)) drop-shadow(0 6px 0 var(--blue-dark))}
}

.tip-mock{
  max-width:360px;
  margin:18px auto;
  background:linear-gradient(180deg,#162a4a,#0f1e36);
  border:1px solid rgba(91,159,255,.3);
  border-radius:14px;
  padding:14px;
  box-shadow:
    0 10px 30px rgba(0,0,0,.5),
    0 0 40px rgba(34,197,94,.15),
    inset 0 1px 0 rgba(255,255,255,.08);
  text-align:left;
  position:relative;
  overflow:hidden;
  transform:rotate(-1deg);
}
.tip-mock::before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:4px;
  background:linear-gradient(90deg,var(--blue-light),var(--green));
}
.tip-mock-head{
  display:flex;
  align-items:center;
  gap:10px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.08);
  margin-bottom:10px;
}
.tip-mock-avatar{
  width:36px;height:36px;
  border-radius:50%;
  background:var(--blue-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid var(--blue-light);
  flex-shrink:0;
  overflow:hidden;
}
.tip-mock-avatar img{
  width:110%;
  height:110%;
  object-fit:contain;
  padding:4px;
}
.tip-mock-info{flex:1;min-width:0}
.tip-mock-name{
  font-family:"Oswald",sans-serif;
  font-weight:700;
  font-size:14px;
  color:var(--white);
  letter-spacing:.5px;
  display:flex;
  align-items:center;
  gap:4px;
}
.tip-mock-verified{
  color:#5b9fff;
  font-size:11px;
  background:var(--blue);
  width:14px;height:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:white;
  font-weight:700;
}
.tip-mock-time{
  font-size:11px;
  color:var(--muted);
  margin-top:1px;
}
.tip-mock-green{
  background:var(--green);
  color:#04170a;
  font-family:"Oswald",sans-serif;
  font-weight:700;
  font-size:11px;
  padding:4px 8px;
  border-radius:4px;
  letter-spacing:.5px;
  animation:greenBlink 1.5s ease-in-out infinite;
}
@keyframes greenBlink{
  0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.5)}
  50%{box-shadow:0 0 0 6px rgba(34,197,94,0)}
}
.tip-mock-body{
  font-size:13px;
  line-height:1.7;
}
.tip-mock-line{
  color:var(--text);
}
.tip-mock-label{
  color:var(--muted);
  font-weight:500;
  display:inline-block;
  width:68px;
}
.tip-mock-body strong{
  color:var(--blue-light);
  font-family:"Oswald",sans-serif;
  font-size:15px;
  font-weight:700;
}
.tip-mock-foot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:10px;
  padding-top:10px;
  border-top:1px dashed rgba(34,197,94,.3);
  font-size:13px;
  color:var(--muted);
}
.tip-mock-foot strong{
  font-family:"Oswald",sans-serif;
  font-size:18px;
  color:var(--green);
  font-weight:700;
  text-shadow:0 0 16px rgba(34,197,94,.5);
}

/* ======= DESKTOP ======= */
@media (min-width: 480px){
  body{
    background:
      radial-gradient(ellipse at top,var(--blue-dark) 0%,#050b16 50%),
      #050b16;
  }
}
