/* ================================================================
   V5 — "Bold Contrast" — Modern Magazine / TED Talk Style
   ================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=DM+Sans:wght@300;400;500;600;700&display=swap');

:root{
  --bold:'Outfit',sans-serif;
  --body:'DM Sans',-apple-system,sans-serif;
  --coral:#FF6B6B;
  --coral-dark:#E84545;
  --charcoal:#1a1a2e;
  --dark-surface:#16213e;
  --gold:#FFD93D;
  --text:#444;
  --text-muted:#888;
  --white:#fff;
  --off-white:#f8f8fa;
  --radius:14px;
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:var(--body);color:var(--text);line-height:1.6;overflow-x:hidden}
.container{max-width:1100px;margin:0 auto;padding:0 24px}
.text-center{text-align:center}
a{text-decoration:none}

/* ── BUTTONS ─────────────────────────────────────── */
.btn-hero{display:inline-block;background:var(--coral);color:#fff;padding:16px 44px;border-radius:8px;font-weight:700;font-size:15px;font-family:var(--bold);border:none;cursor:pointer;transition:all .3s;letter-spacing:.5px;text-transform:uppercase}
.btn-hero:hover{background:var(--coral-dark);transform:translateY(-2px);box-shadow:0 12px 30px rgba(255,107,107,.35)}
.btn-sm{padding:10px 24px;font-size:12px}

/* ── ACCENT ──────────────────────────────────────── */
.accent{color:var(--coral)}
.accent-light{color:var(--coral)}

/* ── SECTION HEADINGS ────────────────────────────── */
.sec-heading{font-family:var(--bold);font-size:clamp(1.6rem,4vw,2.8rem);font-weight:800;color:var(--charcoal);text-align:center;line-height:1.2}
.sec-heading-light{font-family:var(--bold);font-size:clamp(1.6rem,4vw,2.8rem);font-weight:800;color:#fff;text-align:center;line-height:1.2}
.sec-bar{width:50px;height:4px;background:var(--coral);margin:16px auto 32px;border-radius:10px}
.sec-bar-light{width:50px;height:4px;background:var(--coral);margin:16px auto 32px;border-radius:10px}

/* ── SCROLL REVEAL ───────────────────────────────── */
.reveal,.reveal-left,.reveal-right{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.16,1,.3,1)}
.reveal-left{transform:translateX(-50px)}
.reveal-right{transform:translateX(50px)}
.revealed{opacity:1!important;transform:none!important}
.stagger-children>*{opacity:0;transform:translateY(25px);transition:all .6s cubic-bezier(.16,1,.3,1)}
.stagger-children.revealed>*:nth-child(1){transition-delay:.05s}
.stagger-children.revealed>*:nth-child(2){transition-delay:.12s}
.stagger-children.revealed>*:nth-child(3){transition-delay:.19s}
.stagger-children.revealed>*:nth-child(4){transition-delay:.26s}
.stagger-children.revealed>*:nth-child(5){transition-delay:.33s}
.stagger-children.revealed>*:nth-child(6){transition-delay:.4s}
.stagger-children.revealed>*{opacity:1;transform:none}

/* ================================================================
   1 — HERO — Split-screen
   ================================================================ */
.hero{display:flex;min-height:100vh;overflow:hidden}
.hero-left{flex:1;display:flex;flex-direction:column;justify-content:center;padding:60px 60px 60px 80px;background:var(--white)}
.hero-right{flex:0 0 45%;background:var(--charcoal);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.hero-right::before{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:var(--coral);opacity:.08;top:-50px;right:-50px}
.hero-tag{display:inline-block;padding:8px 20px;background:rgba(255,107,107,.1);color:var(--coral);border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:24px}
.hero h1{font-family:var(--bold);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:var(--charcoal);line-height:1.05;margin-bottom:20px}
.hero-desc{font-size:16px;color:var(--text);line-height:1.7;margin-bottom:24px;max-width:480px}
.hero-details{display:flex;gap:16px;margin-bottom:28px;flex-wrap:wrap}
.hd{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);font-weight:500}
.hd svg{color:var(--coral)}

.hero-img-wrapper{position:relative;padding:40px}
.hero-img-wrapper img{width:280px;border-radius:20px;position:relative;z-index:1}
.hero-stat{position:absolute;background:var(--coral);color:#fff;padding:10px 16px;border-radius:10px;font-size:12px;font-weight:600;z-index:2;box-shadow:0 8px 25px rgba(255,107,107,.4)}
.hero-stat span{display:block;font-family:var(--bold);font-size:20px;font-weight:900}
.stat-1{top:20px;right:-10px}
.stat-2{bottom:40px;left:-10px}

/* ================================================================
   2 — STATS BAR
   ================================================================ */
.stats-bar{background:var(--charcoal);padding:40px 0}
.stats-inner{display:flex;justify-content:space-around;text-align:center}
.stat-item{color:#fff}
.stat-num{font-family:var(--bold);font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--coral)}
.stat-suffix{font-family:var(--bold);font-size:clamp(1.2rem,2vw,1.8rem);font-weight:700;color:var(--coral)}
.stat-label{display:block;font-size:12px;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:1px;margin-top:4px}

/* ================================================================
   3 — WHAT AWAITS
   ================================================================ */
.awaits-section{background:var(--off-white);padding:80px 0}
.awaits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.aw-card{background:var(--white);padding:30px 22px;border-radius:var(--radius);border:1px solid #eee;transition:all .3s}
.aw-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.06);border-color:var(--coral)}
.aw-num{font-family:var(--bold);font-size:32px;font-weight:900;color:rgba(255,107,107,.15);margin-bottom:10px}
.aw-card h4{font-family:var(--bold);font-size:16px;font-weight:700;color:var(--charcoal);margin-bottom:8px}
.aw-card p{font-size:13px;color:var(--text-muted);line-height:1.5}

/* ================================================================
   4 — BEFORE / AFTER
   ================================================================ */
.shift-section{background:var(--white);padding:80px 0}
.shift-wrap{display:flex;max-width:900px;margin:0 auto;border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.06)}
.shift-col{flex:1;padding:36px 30px}
.shift-col h3{font-family:var(--bold);font-size:18px;font-weight:800;margin-bottom:20px;letter-spacing:2px}
.shift-col ul{list-style:none;display:flex;flex-direction:column;gap:14px}
.shift-col ul li{font-size:14px;line-height:1.6;display:flex;align-items:flex-start;gap:10px}
.x-mark{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#e74c3c;color:#fff;font-size:12px;flex-shrink:0;margin-top:1px}
.check-mark{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#27ae60;color:#fff;font-size:12px;flex-shrink:0;margin-top:1px}
.shift-before{background:#fef5f5}
.shift-before h3{color:#e74c3c}
.shift-before ul li{color:#999;text-decoration:line-through;text-decoration-color:rgba(231,76,60,.2)}
.shift-after{background:#f0faf0}
.shift-after h3{color:#27ae60}
.shift-after ul li{color:#333;font-weight:500}
.shift-divider{width:4px;background:linear-gradient(to bottom,#e74c3c,#27ae60);display:flex;align-items:center;justify-content:center;position:relative}
.divider-circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#e74c3c,#27ae60);display:flex;align-items:center;justify-content:center;position:absolute;box-shadow:0 4px 15px rgba(0,0,0,.2)}

/* ================================================================
   5 — AUDIENCE — Dark section
   ================================================================ */
.audience-section{background:var(--charcoal);padding:80px 0}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.au-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:28px 22px;text-align:center;transition:all .3s}
.au-card:hover{background:rgba(255,255,255,.08);border-color:var(--coral);transform:translateY(-4px)}
.au-icon{color:var(--coral);margin-bottom:14px}
.au-card h5{font-family:var(--bold);font-size:16px;font-weight:700;color:#fff;margin-bottom:8px}
.au-card p{font-size:13px;color:rgba(255,255,255,.5);line-height:1.5}

/* ================================================================
   6 — JOURNEY — Horizontal cards
   ================================================================ */
.journey-section{background:var(--off-white);padding:80px 0}
.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.j-card{background:var(--white);padding:28px 22px;border-radius:var(--radius);border:1px solid #eee;border-top:4px solid var(--coral);transition:all .3s}
.j-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.06)}
.j-num{font-family:var(--bold);font-size:36px;font-weight:900;color:rgba(255,107,107,.12);margin-bottom:8px}
.j-card h4{font-family:var(--bold);font-size:16px;font-weight:700;color:var(--charcoal);margin-bottom:8px}
.j-card p{font-size:13px;color:var(--text-muted);line-height:1.5}

/* ================================================================
   7 — ABOUT ASHIKA
   ================================================================ */
.about-section{background:var(--white);padding:80px 0}
.about-grid{display:flex;gap:50px;align-items:center}
.about-img-wrap{flex:0 0 280px}
.about-img-wrap img{width:100%;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.1)}
.about-text{flex:1}
.about-label{font-size:12px;color:var(--coral);text-transform:uppercase;letter-spacing:2px;font-weight:700}
.about-text h2{font-family:var(--bold);font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--charcoal);margin:8px 0 4px}
.about-role{font-size:14px;color:var(--text-muted);margin-bottom:16px}
.about-text p{font-size:14px;line-height:1.8;color:var(--text);margin-bottom:14px}
.about-stats{display:flex;gap:16px;margin-top:20px}
.as{text-align:center;padding:14px 20px;background:var(--off-white);border-radius:10px;flex:1;border:1px solid #eee}
.as span{display:block;font-family:var(--bold);font-size:18px;font-weight:900;color:var(--coral)}
.as{font-size:12px;color:var(--text-muted);font-weight:500}

/* ================================================================
   8 — TESTIMONIALS — Dark
   ================================================================ */
.testimonials-section{background:var(--dark-surface);padding:80px 0}
.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.t-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:30px 24px;transition:all .3s}
.t-card:hover{background:rgba(255,255,255,.07);border-color:rgba(255,107,107,.3)}
.t-big-quote{font-family:var(--bold);font-size:56px;color:var(--coral);line-height:.8;margin-bottom:8px}
.t-card p{font-size:14px;line-height:1.7;color:rgba(255,255,255,.7);font-style:italic;margin-bottom:16px}
.t-author{font-size:13px;color:rgba(255,255,255,.4)}
.t-author strong{color:var(--coral)}

/* ================================================================
   9 — COUNTDOWN
   ================================================================ */
.countdown-section{background:var(--off-white);padding:60px 0}
.cd-wrap{text-align:center}
.cd-wrap h3{font-family:var(--bold);font-size:22px;font-weight:700;color:var(--charcoal);margin-bottom:24px}
.countdown{display:flex;gap:8px;justify-content:center;align-items:center}
.cd-unit{text-align:center}
.cd-val{font-family:var(--bold);font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--charcoal);background:var(--white);padding:14px 20px;border-radius:12px;min-width:70px;box-shadow:0 4px 15px rgba(0,0,0,.04);border:1px solid #eee}
.cd-lbl{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-top:6px}
.cd-sep{font-family:var(--bold);font-size:28px;color:var(--coral);font-weight:900;padding-bottom:20px}

/* ================================================================
   10 — GUARANTEE
   ================================================================ */
.guarantee-section{background:var(--white);padding:60px 0}
.guarantee-wrap{max-width:700px;margin:0 auto;text-align:center;padding:40px;border:2px solid #f0f0f0;border-radius:var(--radius)}
.guarantee-wrap h3{font-family:var(--bold);font-size:22px;font-weight:800;color:var(--charcoal);margin:16px 0 12px}
.guarantee-wrap p{font-size:14px;line-height:1.7;color:var(--text)}

/* ================================================================
   11 — FAQ
   ================================================================ */
.faq-section{background:var(--off-white);padding:80px 0}
.faq-list{max-width:700px;margin:0 auto}
.faq-item{background:var(--white);border-radius:12px;margin-bottom:12px;overflow:hidden;border:1px solid #eee;transition:box-shadow .3s}
.faq-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.04)}
.faq-q{display:flex;align-items:center;gap:14px;padding:18px 22px;cursor:pointer;font-family:var(--bold);font-size:15px;font-weight:600;color:var(--charcoal)}
.faq-num{color:var(--coral);font-weight:800;flex-shrink:0}
.faq-plus{margin-left:auto;color:var(--coral);font-size:22px;transition:transform .3s;flex-shrink:0}
.faq-item.open .faq-plus{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:all .3s;font-size:14px;color:var(--text-muted);line-height:1.7;padding:0 22px}
.faq-item.open .faq-a{max-height:200px;padding:0 22px 18px}

/* ================================================================
   12 — REGISTRATION — Dark embedded
   ================================================================ */
.register-section{background:var(--charcoal);padding:80px 0}
.reg-wrap{display:flex;gap:50px;align-items:center}
.reg-text{flex:1}
.reg-text h2{font-family:var(--bold);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;color:#fff;line-height:1.2;margin-bottom:16px}
.reg-text p{font-size:15px;color:rgba(255,255,255,.6);line-height:1.7}
.reg-form{flex:0 0 380px;display:flex;flex-direction:column;gap:14px}
.reg-form input{padding:14px 18px;border:1.5px solid rgba(255,255,255,.12);border-radius:10px;font-size:15px;font-family:var(--body);background:rgba(255,255,255,.06);color:#fff;outline:none;transition:border-color .3s}
.reg-form input:focus{border-color:var(--coral)}
.reg-form input::placeholder{color:rgba(255,255,255,.3)}
.reg-note{text-align:center;font-size:12px;color:rgba(255,255,255,.3)}

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer{background:#0d0d1a;color:rgba(255,255,255,.4);padding:30px 20px;text-align:center}
.site-footer img{height:45px;margin-bottom:10px;filter:brightness(0) invert(1);opacity:.4}
.site-footer p{font-size:12px;margin-bottom:10px}
.footer-links{display:flex;gap:20px;justify-content:center}
.footer-links a{color:rgba(255,255,255,.3);font-size:12px;transition:color .3s}
.footer-links a:hover{color:var(--coral)}

/* ================================================================
   STICKY BAR
   ================================================================ */
.sticky-bar{position:fixed;bottom:-80px;left:50%;transform:translateX(-50%);width:auto;z-index:100;background:var(--charcoal);padding:12px 28px;display:flex;align-items:center;gap:20px;transition:bottom .4s;border-radius:14px;box-shadow:0 8px 35px rgba(0,0,0,.3)}
.sticky-bar.visible{bottom:16px}
.sb-label{font-family:var(--bold);font-size:14px;font-weight:800;color:var(--coral);text-transform:uppercase;letter-spacing:1px}
.sb-timer{font-size:13px;color:rgba(255,255,255,.5)}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media(max-width:1024px){
  .hero{flex-direction:column}
  .hero-left{padding:80px 40px 40px}
  .hero-right{flex:none;padding:40px;min-height:400px}
  .awaits-grid{grid-template-columns:repeat(2,1fr)}
  .journey-grid{grid-template-columns:repeat(2,1fr)}
  .audience-grid{grid-template-columns:repeat(2,1fr)}
  .test-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .hero-left{padding:80px 24px 30px}
  .hero h1{font-size:clamp(2rem,8vw,3rem)}
  .about-grid{flex-direction:column;text-align:center}
  .about-img-wrap{flex:none;max-width:240px;margin:0 auto}
  .about-stats{flex-wrap:wrap}
  .shift-wrap{flex-direction:column}
  .shift-divider{width:100%;height:4px;background:linear-gradient(90deg,#e74c3c,#27ae60)}
  .divider-circle{position:static}
  .reg-wrap{flex-direction:column;text-align:center}
  .reg-form{flex:none;width:100%}
  .stats-inner{flex-wrap:wrap;gap:20px}
  .stat-item{flex:0 0 45%}
  .sticky-bar{width:calc(100% - 32px);left:16px;transform:none;border-radius:12px}
}
@media(max-width:600px){
  .awaits-grid,.journey-grid,.audience-grid,.test-grid{grid-template-columns:1fr}
  .countdown{gap:4px}
  .cd-val{font-size:1.5rem;padding:10px 14px;min-width:55px}
  .guarantee-wrap{padding:24px}
}
