:root{
  --bg:#ffffff;
  --text:#18123b;
  --muted:#6d7288;
  --primary:#1b0f53;
  --primary-2:#2e1c7b;
  --yellow:#ffd200;
  --blue:#4385f5;
  --purple:#8f5cff;
  --pink:#f24ba4;
  --green:#1fc58d;
  --gold:#f4a400;
  --red:#ef4d56;
  --wine:#9d1f2f;
  --soft:#f5f6fb;
  --line:#e8eaf4;
  --shadow:0 18px 45px rgba(32,24,73,.10);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Montserrat',system-ui,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
.container{width:min(1150px,calc(100% - 32px));margin:auto}
.section{padding:88px 0;position:relative;overflow:hidden}
.section-light{background:var(--soft)}
.section-soft{background:linear-gradient(180deg,#fafbff 0%,#f4f7ff 100%)}
.section-white{background:#fff}
.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,var(--primary) 0%, #2c1768 100%);
  color:#fff;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.topbar{
  display:flex;justify-content:space-between;align-items:center;padding:24px 0;position:relative;z-index:3;
}
.brand-mark{display:flex;align-items:center;gap:14px;font-size:13px;font-weight:700;letter-spacing:.08em}
.play-icon{
  width:54px;height:54px;border-radius:16px;background:#fff;color:var(--primary);display:grid;place-items:center;font-size:20px;font-weight:800;box-shadow:var(--shadow)
}
.btn,.pill{
  display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700;transition:.25s ease;cursor:pointer
}
.btn-outline{border:1px solid rgba(255,255,255,.26);padding:12px 20px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.btn-outline:hover{transform:translateY(-2px);background:rgba(255,255,255,.14)}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:center;padding:48px 0 90px;position:relative;z-index:3}
.eyebrow,.section-kicker{letter-spacing:.18em;text-transform:uppercase;font-weight:800;font-size:13px;color:#b9b4df;margin:0 0 12px}
.hero h1{font-size:clamp(2.9rem,7vw,5.8rem);line-height:.96;margin:0;font-weight:900;letter-spacing:-.04em}
.hero h1 span{color:var(--yellow)}
.divider{width:82px;height:8px;border-radius:999px;background:var(--yellow);margin:26px 0}
.lead{font-size:1.22rem;color:#efeefe;max-width:640px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.pill{padding:14px 24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);min-width:160px}
.pill:hover{transform:translateY(-3px)}
.pill-gold{box-shadow:inset 0 0 0 1px rgba(255,210,0,.35)}
.pill-blue{box-shadow:inset 0 0 0 1px rgba(67,133,245,.35)}
.pill-green{box-shadow:inset 0 0 0 1px rgba(31,197,141,.35)}
.hero-foot{margin-top:28px;color:#a8a4c8;font-size:.92rem}
.hero-card{display:grid;gap:20px}
.mini-card{
  background:rgba(255,255,255,.95);color:var(--text);padding:28px;border-radius:28px;box-shadow:var(--shadow);min-height:210px;display:flex;flex-direction:column;justify-content:center
}
.mini-card.accent{background:linear-gradient(180deg,#fff 0%,#fbf8ff 100%)}
.card-icon{font-size:42px;margin-bottom:14px}
.mini-card h3{margin:0 0 8px;font-size:1.55rem}
.mini-card p{margin:0;color:var(--muted)}
.hero-bg{position:absolute;border-radius:50%;pointer-events:none}
.shape-a{width:520px;height:520px;right:-110px;top:-110px;background:rgba(116,85,255,.12)}
.shape-b{width:480px;height:480px;left:-170px;bottom:-120px;background:rgba(0,0,0,.25)}
.shape-c{width:220px;height:220px;left:110px;top:140px;background:rgba(255,210,0,.07)}
.music-note{font-size:130px;color:rgba(255,255,255,.08);font-weight:900}
.note-a{right:120px;top:130px}
.note-b{left:70px;bottom:120px}
.note-c{right:280px;bottom:140px;font-size:95px}
.section-heading{margin-bottom:34px}
.section-heading.center{text-align:center}
.section-heading.left{text-align:left}
.section-heading h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.05;margin:0 0 10px;font-weight:900;letter-spacing:-.03em;text-transform:uppercase}
.section-heading p{margin:0;color:var(--muted);max-width:780px}
.gold-text{color:#b78d00}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.stat-card,.benefit-card,.step-card,.timeline-card,.comp-card{
  background:#fff;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);position:relative
}
.stat-card{min-height:240px;border-top:5px solid var(--line);text-align:center;display:flex;flex-direction:column;justify-content:center}
.stat-card:nth-child(4){grid-column:1/3}
.stat-card:nth-child(5){grid-column:3/4}
.blue{border-color:var(--blue)} .gold{border-color:var(--gold)} .purple{border-color:var(--purple)} .red{border-color:var(--red)} .wine{border-color:var(--wine)} .pink{border-color:var(--pink)} .green{border-color:var(--green)}
.stat-icon{font-size:36px;margin-bottom:12px}
.stat-card h3{font-size:3rem;line-height:1;margin:0;font-weight:900}
.stat-card h4{text-transform:uppercase;font-size:1.1rem;margin:8px 0;color:var(--text)}
.stat-card p{margin:0;color:var(--muted)}
.source-note{text-align:right;margin-top:20px;color:#8b8faa;font-size:.95rem}
.two-col{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center}
.feature-list{display:grid;gap:18px}
.feature-item{display:flex;gap:14px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--line)}
.feature-item span{font-size:24px;line-height:1.2}
.feature-item p{margin:0;color:#4f556f;font-size:1.08rem}
.tag-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.tag{padding:12px 18px;border-radius:999px;background:var(--soft);font-weight:700;color:var(--primary-2);border:1px solid #e5e7f2}
.side-visual{display:flex;justify-content:center}
.visual-panel{background:linear-gradient(160deg,var(--primary) 0%,#311a72 100%);padding:34px;border-radius:34px;color:#fff;min-height:430px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.visual-panel::before,.visual-panel::after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.08)}
.visual-panel::before{width:260px;height:260px;top:-40px;right:-40px}
.visual-panel::after{width:220px;height:220px;left:-80px;bottom:-70px;background:rgba(67,133,245,.22)}
.visual-main{width:190px;height:190px;border-radius:36px;background:#fff;color:var(--primary);display:grid;place-items:center;font-size:90px;position:relative;z-index:1;box-shadow:var(--shadow)}
.visual-badges{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:28px;position:relative;z-index:1}
.visual-badges span{padding:10px 14px;border-radius:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15)}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;position:relative}
.timeline::before{content:"";position:absolute;top:42px;left:7%;right:7%;height:4px;background:#dce2f2;z-index:0}
.timeline-card{padding-top:30px;z-index:1;text-align:center;min-height:290px}
.timeline-number,.step-number{position:absolute;top:-16px;left:24px;width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:var(--shadow)}
.timeline-icon,.step-icon{width:86px;height:86px;border-radius:28px;display:grid;place-items:center;margin:10px auto 18px;font-size:38px;background:#f4f6fe}
.timeline-card h3,.step-card h3,.benefit-card h3,.comp-card h3{margin:0 0 10px;font-size:1.5rem;line-height:1.15}
.timeline-card p,.step-card p,.benefit-card p,.comp-card p{margin:0;color:var(--muted)}
.banner-note{margin-top:24px;padding:20px 24px;border-radius:18px;background:#eef1f7;color:#5f6479;text-align:center;font-weight:600}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.step-card{text-align:center;min-height:355px;padding-top:48px}
.step-card small{display:inline-block;margin-bottom:8px;padding:6px 10px;background:#fff1c8;border-radius:999px;color:#9c7a00;font-weight:700}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.benefit-card:nth-child(4){grid-column:1/2}
.benefit-card:nth-child(5){grid-column:2/3}
.benefit-card{border-bottom:5px solid var(--line);min-height:215px}
.summary-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:26px 0 34px}
.summary-box{background:#fff;border-radius:24px;padding:24px 28px;box-shadow:var(--shadow);border-right:6px solid var(--green)}
.summary-box span{display:block;text-transform:uppercase;font-size:.9rem;font-weight:800;color:#8a8fa4;margin-bottom:6px}
.summary-box strong{font-size:clamp(2rem,4vw,3rem);line-height:1;font-weight:900}
.comp-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;align-items:center}
.comp-card{text-align:center;min-height:230px;display:flex;flex-direction:column;justify-content:center}
.comp-card strong{display:inline-block;margin-top:18px;padding:12px 18px;border-radius:999px;background:#fff2c8;color:#b97700;font-size:1.7rem;font-weight:900}
.level{position:absolute;top:-12px;left:24px;background:#f6f6f6;padding:8px 14px;border-radius:999px;font-weight:800;color:#7f8396;text-transform:uppercase;font-size:.85rem;box-shadow:0 8px 20px rgba(21,22,44,.08)}
.lvl1{border-top:5px solid var(--green)} .lvl2{border-top:5px solid var(--blue)} .lvl3{border-top:5px solid var(--purple)} .lvl4{border-top:5px solid #ff7e1d}
.center-user{background:transparent;box-shadow:none;min-height:150px}
.user-circle{width:180px;height:180px;border-radius:50%;border:4px solid #2b3451;background:#fff;display:grid;place-items:center;margin:auto;font-size:2.5rem;font-weight:900;box-shadow:var(--shadow)}
.cta-section{background:linear-gradient(135deg,var(--primary) 0%,#331c78 100%);color:#fff}
.cta-box{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:36px;padding:44px;text-align:center;box-shadow:var(--shadow)}
.cta-box h2{font-size:clamp(2rem,4.6vw,3.6rem);line-height:1.05;margin:0 0 14px;font-weight:900}
.cta-box p{margin:0 auto;max-width:760px;color:#e3e0f4}
.centered{justify-content:center}
.footer{background:#0f0b29;color:#a9acc2;padding:18px 0}
.footer-wrap{display:flex;justify-content:space-between;align-items:center;gap:20px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}
@media (max-width: 1050px){
  .hero-grid,.two-col,.timeline,.steps-grid,.benefits-grid,.comp-grid,.stats-grid,.summary-strip{grid-template-columns:1fr 1fr}
  .timeline::before{display:none}
  .center-user{grid-column:1/-1;order:-1}
  .stat-card:nth-child(4),.stat-card:nth-child(5),.benefit-card:nth-child(4),.benefit-card:nth-child(5){grid-column:auto}
}
@media (max-width: 760px){
  .hero{min-height:auto}
  .hero-grid,.two-col,.timeline,.steps-grid,.benefits-grid,.comp-grid,.stats-grid,.summary-strip{grid-template-columns:1fr}
  .topbar,.footer-wrap{flex-direction:column;align-items:flex-start}
  .hero-copy{text-align:left}
  .hero-actions{flex-direction:column;align-items:stretch}
  .pill,.btn-outline{width:100%}
  .section{padding:72px 0}
  .mini-card,.stat-card,.timeline-card,.step-card,.benefit-card,.comp-card,.summary-box,.cta-box{padding:22px}
  .visual-main{width:150px;height:150px;font-size:70px}
  .shape-a{width:330px;height:330px}
  .shape-b{width:300px;height:300px}
  .music-note{font-size:80px}
}
