/* ================================================================
   V6 — Warm Peach + Coral — Premium Refreshed Layout
   ================================================================ */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root{
  --heading:'DM Serif Display',Georgia,serif;
  --body:'DM Sans',-apple-system,sans-serif;
  --coral:#FF7F6B;
  --coral-light:rgba(255,127,107,.08);
  --peach-grad:linear-gradient(135deg,#FF9E59,#FF7F6B);
  --dark:#1e1e2f;
  --text:#444;
  --text-light:#888;
  --cream:#FFF8F5;
  --white:#fff;
  --off:#f9f9fb;
  --radius:16px;
  --shadow-sm:0 2px 8px rgba(0,0,0,.04);
  --shadow-md:0 8px 30px rgba(0,0,0,.06);
  --shadow-lg:0 16px 50px rgba(0,0,0,.08);
  --pad:80px 0;
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:var(--body);color:var(--text);line-height:1.6;overflow-x:hidden;background:var(--white)}
.container{max-width:1100px;margin:0 auto;padding:0 24px}
.text-center{text-align:center}
a{text-decoration:none}

/* ── BUTTONS ─────────────────────────────────────── */
.btn-primary{display:inline-block;background:var(--peach-grad);color:#fff;padding:16px 40px;border-radius:50px;font-weight:700;font-size:15px;font-family:var(--body);border:none;cursor:pointer;transition:all .3s;letter-spacing:.3px;box-shadow:0 4px 15px rgba(255,127,107,.3)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(255,127,107,.4)}
.btn-sm{padding:10px 24px;font-size:13px}
.btn-outline{display:inline-block;padding:14px 36px;border:2px solid var(--coral);color:var(--coral);border-radius:50px;font-weight:600;font-size:14px;transition:all .3s}
.btn-outline:hover{background:var(--coral);color:#fff}

/* ── SECTION ELEMENTS ────────────────────────────── */
.sec-title{font-family:var(--heading);font-size:clamp(1.6rem,4vw,2.6rem);font-weight:400;color:var(--dark);text-align:center;line-height:1.3}
.highlight{color:var(--coral)}
.sec-bar{width:50px;height:3px;background:var(--peach-grad);margin:14px auto 28px;border-radius:10px}
.sec-sub{text-align:center;color:var(--text-light);font-size:15px;max-width:500px;margin:0 auto 32px}

/* ── SCROLL REVEAL ───────────────────────────────── */
.reveal{opacity:0;transform:translateY(35px);transition:all .7s cubic-bezier(.16,1,.3,1)}
.revealed{opacity:1!important;transform:none!important}
.stagger-children>*{opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.16,1,.3,1)}
.stagger-children.revealed>*:nth-child(1){transition-delay:.04s}
.stagger-children.revealed>*:nth-child(2){transition-delay:.1s}
.stagger-children.revealed>*:nth-child(3){transition-delay:.16s}
.stagger-children.revealed>*:nth-child(4){transition-delay:.22s}
.stagger-children.revealed>*:nth-child(5){transition-delay:.28s}
.stagger-children.revealed>*:nth-child(6){transition-delay:.34s}
.stagger-children.revealed>*{opacity:1;transform:none}

/* ================================================================
   1 — HERO
   ================================================================ */
.hero{background:var(--cream);padding:60px 0 0;overflow:hidden}
.hero-flex{display:flex;align-items:center;gap:40px}
.hero-content{flex:1;padding:40px 0}
.hero-badge{display:inline-block;padding:8px 20px;background:var(--coral-light);color:var(--coral);border-radius:50px;font-size:11px;font-weight:700;letter-spacing:1.5px;margin-bottom:20px}
.hero h1{font-family:var(--heading);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:400;color:var(--dark);line-height:1.25;margin-bottom:16px}
.hero-sub{font-size:15px;color:var(--text);line-height:1.7;margin-bottom:20px;max-width:480px}
.hero-meta-row{display:flex;gap:18px;margin-bottom:24px;flex-wrap:wrap}
.hm{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-light);font-weight:500}
.hm svg{color:var(--coral)}

.hero-visual{flex:0 0 380px;position:relative}
.hero-card-wrap{position:relative}
.hero-photo{width:100%;border-radius:20px 20px 0 0;display:block}
.hero-float-card{position:absolute;bottom:40px;left:-30px;background:var(--white);padding:14px 20px;border-radius:14px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:10px}
.hfc-num{font-family:var(--heading);font-size:28px;color:var(--coral)}
.hfc-text{font-size:12px;color:var(--text-light);font-weight:600;line-height:1.3}

/* ================================================================
   2 — PROOF BAR
   ================================================================ */
.proof-bar{background:var(--white);padding:20px 0;border-bottom:1px solid #f0f0f0}
.proof-flex{display:flex;align-items:center;justify-content:space-between;gap:20px}
.proof-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-light);flex-shrink:0}
.proof-logos{display:flex;gap:28px;align-items:center}
.proof-logos img{height:28px;filter:grayscale(1);opacity:.4;transition:opacity .3s}
.proof-logos img:hover{opacity:.7}

/* ================================================================
   3 — BENEFITS
   ================================================================ */
.benefits{background:var(--off);padding:var(--pad)}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.b-card{background:var(--white);padding:28px 22px;border-radius:var(--radius);text-align:center;border:1px solid #f0f0f0;transition:all .3s}
.b-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:rgba(255,127,107,.2)}
.b-icon{width:52px;height:52px;border-radius:14px;background:var(--coral-light);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.b-card h4{font-family:var(--heading);font-size:15px;color:var(--dark);margin-bottom:8px}
.b-card p{font-size:13px;color:var(--text-light);line-height:1.5}

/* ================================================================
   4 — COUNTDOWN
   ================================================================ */
.countdown-section{background:var(--white);padding:50px 0}
.cd-card{display:flex;align-items:center;justify-content:space-between;background:var(--dark);border-radius:20px;padding:40px 50px;color:#fff;overflow:hidden;position:relative}
.cd-card::after{content:'';position:absolute;width:200px;height:200px;border-radius:50%;background:var(--coral);opacity:.06;right:-40px;top:-40px}
.cd-left h3{font-family:var(--heading);font-size:20px;margin-bottom:18px;font-weight:400}
.countdown{display:flex;gap:8px;align-items:center}
.cd-unit{text-align:center}
.cd-val{font-family:var(--heading);font-size:clamp(1.6rem,3vw,2.4rem);background:rgba(255,255,255,.08);padding:12px 16px;border-radius:12px;min-width:60px}
.cd-lbl{font-size:10px;text-transform:uppercase;letter-spacing:1px;margin-top:6px;opacity:.5}
.cd-sep{font-family:var(--heading);font-size:24px;color:var(--coral);padding-bottom:18px}
.cd-right{text-align:right}
.cd-right p{font-size:14px;margin-bottom:16px;opacity:.7;line-height:1.6}
.cd-note{display:block;font-size:12px;margin-top:10px;opacity:.4}

/* ================================================================
   5 — SHIFT (Before / After)
   ================================================================ */
.shift{background:var(--cream);padding:var(--pad)}
.shift-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:850px;margin:0 auto}
.shift-card{padding:32px 28px;border-radius:var(--radius);text-align:left}
.shift-card h4{font-family:var(--heading);font-size:20px;margin-bottom:20px;letter-spacing:1px}
.shift-card ul{list-style:none;display:flex;flex-direction:column;gap:14px}
.shift-card ul li{font-size:14px;line-height:1.6;display:flex;align-items:flex-start;gap:10px}
.mark{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0;margin-top:1px}
.mark.x{background:#e74c3c}
.mark.ok{background:#27ae60}
.shift-before{background:linear-gradient(135deg,#fff5f5,#fff0f0);border-left:4px solid #e74c3c}
.shift-before h4{color:#e74c3c}
.shift-before ul li{color:#999;text-decoration:line-through;text-decoration-color:rgba(231,76,60,.2)}
.shift-after{background:linear-gradient(135deg,#f0faf0,#e8f5e8);border-left:4px solid #27ae60}
.shift-after h4{color:#27ae60}
.shift-after ul li{color:#333;font-weight:500}

/* ================================================================
   6 — PERSONAS
   ================================================================ */
.personas{background:var(--white);padding:var(--pad)}
.persona-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.p-card{background:var(--off);padding:28px 22px;border-radius:var(--radius);text-align:center;border:1px solid transparent;transition:all .3s}
.p-card:hover{border-color:rgba(255,127,107,.25);transform:translateY(-3px);box-shadow:var(--shadow-md)}
.p-icon{width:56px;height:56px;border-radius:50%;background:var(--coral-light);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.p-card h5{font-family:var(--heading);font-size:16px;color:var(--dark);margin-bottom:8px}
.p-card p{font-size:13px;color:var(--text-light);line-height:1.5}

/* ================================================================
   7 — JOURNEY
   ================================================================ */
.journey{background:var(--off);padding:var(--pad)}
.journey-layout{display:flex;gap:40px;align-items:flex-start}
.journey-photo{flex:0 0 260px;position:sticky;top:100px}
.journey-photo img{width:100%;border-radius:20px;box-shadow:var(--shadow-lg)}
.journey-steps{flex:1;display:flex;flex-direction:column;gap:20px}
.j-step{display:flex;gap:16px;align-items:flex-start;background:var(--white);padding:24px;border-radius:var(--radius);border:1px solid #f0f0f0;transition:all .3s}
.j-step:hover{box-shadow:var(--shadow-md);border-color:rgba(255,127,107,.15)}
.j-num{font-family:var(--heading);font-size:28px;color:rgba(255,127,107,.2);flex-shrink:0;line-height:1}
.j-body h4{font-family:var(--heading);font-size:17px;color:var(--dark);margin-bottom:6px}
.j-body p{font-size:14px;color:var(--text);line-height:1.7}
.j-bonus{margin-top:10px;padding:10px 14px;background:var(--coral-light);border-radius:10px;font-size:13px;color:var(--coral);font-weight:600}

/* ================================================================
   8 — TESTIMONIALS
   ================================================================ */
.testimonials{background:var(--white);padding:var(--pad)}
.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.t-card{background:var(--cream);padding:28px 24px;border-radius:var(--radius);transition:all .3s}
.t-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.t-stars{margin-bottom:14px}
.t-quote{font-size:14px;line-height:1.7;color:var(--text);font-style:italic;margin-bottom:16px}
.t-author{font-size:13px;color:var(--text-light)}
.t-author strong{color:var(--dark)}

/* ================================================================
   9 — GUIDE
   ================================================================ */
.guide{background:var(--off);padding:var(--pad)}
.guide-layout{display:flex;gap:40px;align-items:center}
.guide-photo-wrap{flex:0 0 260px}
.guide-photo-wrap img{width:100%;border-radius:20px;box-shadow:var(--shadow-lg)}
.guide-info{flex:1}
.guide-info h3{font-family:var(--heading);font-size:clamp(1.8rem,3vw,2.4rem);color:var(--dark);margin-bottom:4px}
.guide-role{font-size:14px;color:var(--coral);font-weight:600;margin-bottom:16px}
.guide-info p{font-size:14px;line-height:1.8;color:var(--text);margin-bottom:16px}
.guide-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}
.gs{text-align:center;background:var(--white);padding:14px 10px;border-radius:12px;border:1px solid #f0f0f0}
.gs span{display:block;font-family:var(--heading);font-size:18px;color:var(--coral);margin-bottom:2px}
.gs{font-size:11px;color:var(--text-light);font-weight:500}

/* ================================================================
   10 — COMMUNITY
   ================================================================ */
.community{position:relative;padding:100px 0;text-align:center;background-size:cover;background-position:center;overflow:hidden}
.community-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(30,30,47,.88),rgba(50,30,60,.82))}
.community-inner{position:relative;z-index:1}
.community-inner h2{font-family:var(--heading);font-size:clamp(1.5rem,4vw,2.4rem);color:#fff;margin-bottom:16px;line-height:1.3}
.community-inner p{color:rgba(255,255,255,.7);font-size:16px;margin-bottom:28px;max-width:550px;margin-left:auto;margin-right:auto;line-height:1.7}

/* ================================================================
   11 — GUARANTEE
   ================================================================ */
.guarantee{background:var(--white);padding:var(--pad)}
.guarantee-card{max-width:700px;margin:0 auto;text-align:center;padding:40px;background:var(--cream);border-radius:20px;border:1px solid rgba(255,127,107,.1)}
.guarantee-card h3{font-family:var(--heading);font-size:22px;color:var(--dark);margin:16px 0 12px}
.guarantee-card p{font-size:14px;line-height:1.7;color:var(--text);margin-bottom:20px}

/* ================================================================
   12 — FAQ
   ================================================================ */
.faq{background:var(--off);padding:var(--pad)}
.faq-list{max-width:700px;margin:0 auto}
.faq-item{background:var(--white);border-radius:12px;margin-bottom:10px;overflow:hidden;border:1px solid #eee;transition:box-shadow .3s}
.faq-item:hover{box-shadow:var(--shadow-sm)}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;cursor:pointer;font-size:15px;font-weight:600;color:var(--dark)}
.faq-icon{color:var(--coral);font-size:22px;transition:transform .3s;flex-shrink:0}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:all .3s;font-size:14px;color:var(--text-light);line-height:1.7;padding:0 22px}
.faq-item.open .faq-a{max-height:200px;padding:0 22px 18px}

/* ================================================================
   13 — REGISTRATION
   ================================================================ */
.register{background:var(--cream);padding:var(--pad)}
.reg-layout{display:flex;gap:40px;align-items:center;max-width:900px;margin:0 auto}
.reg-text{flex:1}
.reg-text h2{font-family:var(--heading);font-size:clamp(1.6rem,3.5vw,2.2rem);color:var(--dark);margin-bottom:12px}
.reg-text p{font-size:14px;color:var(--text);line-height:1.7;margin-bottom:20px}
.reg-perks{list-style:none;display:flex;flex-direction:column;gap:10px}
.reg-perks li{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text);font-weight:500}
.reg-form{flex:0 0 380px;background:var(--white);padding:32px;border-radius:20px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:14px}
.reg-form input{padding:14px 18px;border:1.5px solid #e8e8e8;border-radius:12px;font-size:15px;font-family:var(--body);outline:none;transition:border-color .3s,box-shadow .3s}
.reg-form input:focus{border-color:var(--coral);box-shadow:0 0 0 3px rgba(255,127,107,.1)}
.reg-form input::placeholder{color:#bbb}
.reg-form .btn-primary{width:100%;text-align:center}
.form-note{text-align:center;font-size:12px;color:var(--text-light)}

/* ================================================================
   FOOTER
   ================================================================ */
.footer{background:var(--dark);color:rgba(255,255,255,.4);padding:30px 20px;text-align:center}
.footer img{height:45px;margin-bottom:10px;filter:brightness(0) invert(1);opacity:.4}
.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:0;width:100%;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);padding:14px 24px;display:flex;align-items:center;justify-content:center;gap:20px;transition:bottom .4s;box-shadow:0 -4px 20px rgba(0,0,0,.06)}
.sticky-bar.visible{bottom:0}
.sb-free{font-family:var(--heading);font-size:24px;color:var(--coral)}
.sb-timer{font-size:13px;color:var(--text-light)}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media(max-width:1024px){
  .hero-flex{flex-direction:column;text-align:center}
  .hero-content{order:2}
  .hero-visual{flex:none;max-width:320px;margin:0 auto;order:1}
  .hero-meta-row{justify-content:center}
  .hero-sub{margin:0 auto 20px}
  .hero-float-card{left:auto;right:-10px}
  .benefits-grid{grid-template-columns:repeat(2,1fr)}
  .persona-grid{grid-template-columns:repeat(2,1fr)}
  .test-grid{grid-template-columns:repeat(2,1fr)}
  .guide-stats{grid-template-columns:repeat(2,1fr)}
  .proof-flex{flex-direction:column;text-align:center}
}
@media(max-width:768px){
  .hero{padding:40px 0 0}
  .cd-card{flex-direction:column;gap:28px;padding:30px;text-align:center}
  .cd-right{text-align:center}
  .shift-grid{grid-template-columns:1fr}
  .journey-layout{flex-direction:column}
  .journey-photo{flex:none;max-width:240px;margin:0 auto;position:static}
  .guide-layout{flex-direction:column;text-align:center}
  .guide-photo-wrap{flex:none;max-width:220px;margin:0 auto}
  .reg-layout{flex-direction:column;text-align:center}
  .reg-form{flex:none;width:100%}
  .reg-perks{align-items:center}
  .proof-logos{flex-wrap:wrap;justify-content:center;gap:16px}
}
@media(max-width:600px){
  .benefits-grid,.persona-grid,.test-grid{grid-template-columns:1fr}
  .guide-stats{grid-template-columns:1fr 1fr}
  .countdown{gap:4px}
  .cd-val{font-size:1.4rem;padding:10px 12px;min-width:50px}
  .sticky-bar{gap:12px;padding:10px 16px}
}
