*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
:root{--gold:#ffd978;--violet:#d9a7ff;--line:rgba(255,255,255,.13);--muted:rgba(255,255,255,.72);--soft:rgba(255,255,255,.48);--dark:#1a1028}
html{background:#07030d;scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Pretendard",system-ui,sans-serif;
  color:#fff;
  background:
    radial-gradient(circle at 14% 0%,rgba(217,167,255,.34),transparent 30%),
    radial-gradient(circle at 88% 14%,rgba(255,217,120,.15),transparent 28%),
    linear-gradient(180deg,#170826,#07030d 75%);
  overflow-x:hidden;
}
.ambient{position:fixed;border-radius:999px;filter:blur(45px);opacity:.25;pointer-events:none}
.a{width:180px;height:180px;background:#d9a7ff;left:-60px;top:120px}
.b{width:180px;height:180px;background:#ffd978;right:-70px;top:320px}
.topbar{
  position:sticky;top:0;z-index:20;
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 18px;background:rgba(7,3,13,.76);
  backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)
}
.brand{display:flex;gap:10px;align-items:center}
.brand span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),var(--violet));color:var(--dark);font-weight:900}
.brand b{display:block;font-size:14px}.brand small{display:block;color:var(--soft);font-size:11px}
.mini-cta{color:var(--dark);background:linear-gradient(135deg,var(--gold),var(--violet));padding:10px 13px;border-radius:999px;text-decoration:none;font-weight:900;font-size:13px}
main{max-width:720px;margin:0 auto;padding:14px 12px 48px}
.hero,.section,.final{
  position:relative;
  border:1px solid var(--line);
  background:rgba(255,255,255,.082);
  border-radius:30px;
  padding:26px;
  margin-bottom:14px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  overflow:hidden;
}
.hero{min-height:calc(100svh - 92px);display:flex;flex-direction:column;justify-content:center}
.badge{display:inline-flex;width:max-content;max-width:100%;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);color:#f4dfff;font-size:12px;font-weight:800}
h1{font-size:clamp(48px,13vw,78px);line-height:.96;margin:18px 0 16px;letter-spacing:-.075em}
h2{font-size:clamp(32px,8vw,50px);line-height:1.08;margin:14px 0 14px;letter-spacing:-.055em}
h3{margin:0 0 8px;font-size:18px}
p{color:var(--muted);line-height:1.72}
.lead{font-size:22px;color:#fff;font-weight:900;line-height:1.45}
.primary,.secondary{
  display:flex;align-items:center;justify-content:center;
  width:100%;min-height:58px;
  border-radius:18px;text-decoration:none;
  font-size:17px;font-weight:950;margin-top:16px;
}
.primary{color:var(--dark);background:linear-gradient(135deg,var(--gold),var(--violet));box-shadow:0 18px 40px rgba(217,167,255,.22)}
.secondary{color:#fff;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13)}
.big{min-height:66px;font-size:20px}
.micro,.notice{font-size:12px;color:var(--soft);text-align:center}
.deck{height:160px;position:relative;margin-top:20px}
.deck i{
  position:absolute;left:50%;top:8px;width:92px;height:138px;margin-left:-46px;
  display:grid;place-items:center;color:var(--gold);font-size:30px;font-style:normal;
  border-radius:20px;border:1px solid rgba(255,255,255,.16);
  background:radial-gradient(circle at 50% 45%,rgba(255,217,120,.18),transparent 33%),repeating-linear-gradient(45deg,rgba(255,255,255,.06) 0 2px,transparent 2px 9px),linear-gradient(145deg,#321750,#090411);
  box-shadow:0 18px 34px rgba(0,0,0,.32)
}
.deck i:nth-child(1){transform:rotate(-18deg) translateX(-54px)}
.deck i:nth-child(2){transform:rotate(0)}
.deck i:nth-child(3){transform:rotate(18deg) translateX(54px)}
.cards,.steps,.report-box,.compare{display:grid;gap:10px}
.cards{grid-template-columns:1fr 1fr}
.cards div,.steps article,.report-box div,.compare div{
  padding:16px;border-radius:20px;background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.105);
}
.cards div{font-weight:850;color:rgba(255,255,255,.9)}
.steps b,.report-box b,.compare b{display:block;color:var(--gold);margin-bottom:8px}
.steps p,.report-box p,.compare p{margin:0;font-size:14px}
.strong-copy{font-size:18px;color:#fff;font-weight:900}
.premium{background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.065))}
.final{min-height:82svh;display:flex;flex-direction:column;justify-content:center}
.signature{color:var(--gold);font-weight:900;text-align:center;margin-top:24px}
@media(max-width:560px){
  .hero,.section,.final{padding:22px;border-radius:26px}
  .cards{grid-template-columns:1fr}
  .lead{font-size:19px}
}
