/* ============================================================
   US-RESVERABURN — css/style.css
   Domain: us-resveraburn.us
   Theme: Deep Navy Blue + Coral Red + Cream White
   Font: Space Grotesk (body) + Playfair Display (headings)
   Layout: Hero product-LEFT copy-RIGHT, before/after table,
           alternating ingredient deep-dives, 2-col formula cards
   ============================================================ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --navy:        #0a1628;
  --navy-mid:    #0e1f3a;
  --navy-lgt:    #152b52;
  --navy-pale:   #e8edf5;
  --navy-xpale:  #f2f5fb;
  --coral:       #c0392b;
  --coral-mid:   #e04030;
  --coral-lgt:   #f05540;
  --coral-pale:  #fff0ee;
  --coral-xpale: #fff7f5;
  --cream:       #fefcf8;
  --cream-mid:   #f7f3ec;
  --cream-lgt:   #faf7f1;
  --white:       #ffffff;
  --off-white:   #fafaf8;
  --near-white:  #f5f3ef;
  --text:        #0a1628;
  --muted:       #4a4535;
  --muted-lgt:   #6a6555;
  --border:      #ddd8c8;
  --border-lgt:  #eae6dc;
  --green-tbl:   #166534;
  --red-tbl:     #991b1b;
  --green-ok:    #166534;
  --radius:      8px;
  --radius-lg:   14px;
  --radius-xl:   20px;
  --radius-pill: 999px;
  --shadow-sm:   0 1px 8px rgba(0,0,0,.06);
  --shadow:      0 4px 20px rgba(0,0,0,.10);
  --shadow-h:    0 12px 40px rgba(0,0,0,.16);
  --shadow-c:    0 4px 18px rgba(192,57,43,.28);
  --shadow-n:    0 4px 18px rgba(10,22,40,.30);
}

html{scroll-behavior:smooth}
body{font-family:'Space Grotesk',sans-serif;font-size:17px;color:var(--text);background:var(--cream);overflow-x:hidden;line-height:1.75}
h1,h2,h3,h4{font-family:'Playfair Display',serif}
em{font-style:italic}

/* ═══ NAV ═══ */
nav{position:sticky;top:0;z-index:1000;background:var(--navy);padding:0 24px;height:68px;box-shadow:0 2px 20px rgba(0,0,0,.55);border-bottom:2px solid var(--coral-mid)}
.nav-inner{max-width:1240px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav-logo{text-decoration:none;display:flex;align-items:center;flex-shrink:0}
.ln1{font-family:'Playfair Display',serif;font-size:1.55rem;font-weight:700;color:var(--white);letter-spacing:-0.5px}
.ln2{font-family:'Playfair Display',serif;font-size:1.55rem;font-weight:700;color:var(--coral-lgt);letter-spacing:-0.5px}
.nav-links{display:flex;align-items:center;gap:20px;list-style:none}
.nav-links a{color:rgba(255,255,255,.60);text-decoration:none;font-size:.87rem;font-weight:500;transition:color .2s;white-space:nowrap}
.nav-links a:hover{color:var(--coral-lgt)}
.nav-cta{background:var(--coral)!important;color:var(--white)!important;font-weight:700!important;font-size:.82rem!important;padding:9px 20px!important;border-radius:var(--radius-pill)!important;transition:filter .2s!important;text-transform:uppercase}
.nav-cta:hover{filter:brightness(1.15)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}
.hamburger span{width:24px;height:2px;background:var(--coral-lgt);display:block;border-radius:2px}
.mobile-menu{display:none;flex-direction:column;background:var(--navy-mid);position:absolute;top:68px;left:0;right:0;padding:20px 28px;gap:14px;z-index:999;border-bottom:2px solid var(--coral-mid)}
.mobile-menu.open{display:flex}
.mobile-menu a{color:rgba(255,255,255,.72);text-decoration:none;font-size:1rem;font-weight:500;padding:4px 0;border-bottom:.5px solid rgba(255,255,255,.06)}
.mob-cta{background:var(--coral)!important;color:var(--white)!important;text-align:center;padding:13px!important;border-radius:var(--radius-pill)!important;font-weight:700!important;margin-top:8px;text-transform:uppercase;border:none!important}

/* ═══ BUTTONS ═══ */
.cta-coral{display:inline-block;background:linear-gradient(135deg,var(--coral) 0%,var(--coral-mid) 100%);color:var(--white);font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:.98rem;letter-spacing:.4px;text-transform:uppercase;padding:15px 38px;border-radius:var(--radius-pill);text-decoration:none;transition:filter .25s,transform .2s,box-shadow .2s;box-shadow:var(--shadow-c)}
.cta-coral:hover{filter:brightness(1.10);transform:translateY(-3px);box-shadow:0 8px 28px rgba(192,57,43,.40)}
.cta-ghost{display:inline-block;background:transparent;color:rgba(255,255,255,.65);font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:.88rem;text-transform:uppercase;padding:13px 28px;border-radius:var(--radius-pill);text-decoration:none;border:1.5px solid rgba(255,255,255,.25);transition:all .2s}
.cta-ghost:hover{border-color:var(--coral-lgt);color:var(--coral-lgt)}
.cta-xl{font-size:1.1rem;padding:17px 48px}

/* ═══ TAGS ═══ */
.etag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--coral-lgt);border-bottom:2px solid var(--coral-lgt);padding-bottom:4px;margin-bottom:14px}
.etag.etag-dk{color:var(--coral);border-bottom-color:var(--coral)}

/* ═══ BAND HEADERS ═══ */
.band-hdr{padding:52px 24px 40px;text-align:center}
.navy-band{background:var(--navy);border-top:3px solid var(--coral-mid);border-bottom:2px solid rgba(192,57,43,.12)}
.cream-band{background:var(--near-white);border-top:3px solid var(--coral);border-bottom:1px solid var(--border)}
.bh-inner{max-width:760px;margin:0 auto}
.bh-inner h2{font-family:'Playfair Display',serif;font-size:2.1rem;font-weight:700;line-height:1.2;margin-bottom:10px}
.navy-band .bh-inner h2{color:var(--white)}
.cream-band .bh-inner h2{color:var(--navy)}
.navy-band .bh-inner p{font-size:.96rem;color:rgba(255,255,255,.45)}
.cream-band .bh-inner p{font-size:.96rem;color:var(--muted)}

/* ═══ HERO — Product LEFT, Copy RIGHT ═══ */
.hero-section{background:linear-gradient(150deg,var(--navy) 0%,var(--navy-mid) 55%,#050e1e 100%);position:relative;overflow:hidden;padding:0 24px;border-bottom:3px solid var(--coral-mid)}
.hs-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(192,57,43,.12) 0%,transparent 55%),radial-gradient(ellipse at 85% 20%,rgba(14,31,58,.18) 0%,transparent 45%);pointer-events:none}
.hs-grid{position:relative;z-index:1;max-width:1220px;margin:0 auto;display:grid;grid-template-columns:1fr 1.15fr;min-height:640px;align-items:center;gap:52px;padding:64px 0}

/* Left: product */
.hs-left{position:relative;display:flex;flex-direction:column;align-items:center}
.hsl-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:340px;height:340px;border-radius:50%;background:radial-gradient(ellipse,rgba(192,57,43,.18) 0%,rgba(10,22,40,.08) 60%,transparent 75%);pointer-events:none}
.hsl-star{background:rgba(255,255,255,.08);border:1px solid rgba(240,85,64,.28);color:var(--coral-lgt);font-size:.78rem;font-weight:600;padding:6px 16px;border-radius:var(--radius-pill);margin-bottom:12px;position:relative;z-index:1;text-align:center}
.hsl-link{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}
.hsl-link img{width:auto;max-width:380px;max-height:430px;object-fit:contain;filter:drop-shadow(0 14px 44px rgba(0,0,0,.55)) drop-shadow(0 0 60px rgba(192,57,43,.16));transition:transform .5s;display:block}
.hsl-link:hover img{transform:scale(1.04) translateY(-8px)}
.hsl-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:14px;position:relative;z-index:1}
.hsl-pills span{background:rgba(255,255,255,.07);border:1px solid rgba(192,57,43,.22);color:rgba(255,255,255,.82);font-size:.72rem;font-weight:600;padding:4px 12px;border-radius:var(--radius-pill)}

/* Right: copy */
.hs-right{display:flex;flex-direction:column}
.hsr-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:22px}
.hsr-tags span{background:rgba(192,57,43,.20);border:1px solid rgba(240,85,64,.28);color:var(--coral-lgt);font-size:.70rem;font-weight:600;letter-spacing:.7px;text-transform:uppercase;padding:5px 12px;border-radius:var(--radius-pill)}
.hero-h1{font-family:'Playfair Display',serif;font-size:2.75rem;font-weight:700;line-height:1.10;color:var(--white);margin-bottom:18px}
.h1-coral{color:var(--coral-lgt);font-style:italic}
.h1-dim{color:rgba(255,255,255,.65)}
.hero-sub{font-size:1.05rem;line-height:1.82;color:rgba(255,255,255,.60);margin-bottom:24px;max-width:520px}
.hero-sub strong{color:var(--coral-lgt)}
.hero-stats{display:flex;align-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(192,57,43,.18);border-radius:var(--radius-lg);padding:14px 18px;margin-bottom:22px;flex-wrap:wrap}
.hst{display:flex;flex-direction:column;align-items:center;padding:0 16px}
.hst strong{font-family:'Playfair Display',serif;font-size:1.45rem;font-weight:700;color:var(--coral-lgt);line-height:1}
.hst span{font-size:.66rem;font-weight:500;color:rgba(255,255,255,.42);text-transform:uppercase;letter-spacing:.4px;margin-top:3px}
.hst-sep{width:1px;height:40px;background:rgba(255,255,255,.12);flex-shrink:0}
.hero-ul{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:26px}
.hero-ul li{font-size:.93rem;color:rgba(255,255,255,.80);font-weight:500;display:flex;align-items:center;gap:8px}
.hero-ul li::before{content:'✓';color:var(--coral-lgt);font-weight:700;flex-shrink:0}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}
.hero-fine{font-size:.77rem;color:rgba(255,255,255,.33)}

/* ═══ TICKER ═══ */
.ticker-wrap{background:var(--navy-lgt);overflow:hidden;padding:10px 0;border-top:1px solid rgba(192,57,43,.16);border-bottom:1px solid rgba(192,57,43,.16)}
.ticker-track{display:flex;width:max-content;animation:tick 30s linear infinite}
.ticker-track span{color:var(--coral-lgt);font-size:.82rem;font-weight:600;white-space:nowrap;padding:0 18px}
.td{color:rgba(192,57,43,.40);font-size:.5rem;align-self:center;padding:0 4px}
@keyframes tick{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ═══ METABOLISM MYTH — unique 2-col layout ═══ */
.myth-section{background:var(--navy-mid);padding:64px 40px}
.myth-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:44px;align-items:start}
.myth-left h3{font-family:'Playfair Display',serif;font-size:1.35rem;font-weight:700;color:var(--white);margin-bottom:16px;line-height:1.3}
.myth-left p{font-size:.96rem;line-height:1.85;color:rgba(255,255,255,.50);margin-bottom:12px}
.myth-right h3{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--coral-lgt);margin-bottom:14px}

/* Comparison table */
.compare-tbl{border:1px solid rgba(192,57,43,.20);border-radius:var(--radius-xl);overflow:hidden}
.ct-head{display:grid;grid-template-columns:160px 1fr 1fr;background:var(--navy);border-bottom:2px solid var(--coral-mid)}
.ct-head div{padding:10px 12px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,.55)}
.ct-bad{color:#fca5a5!important;background:rgba(153,27,27,.15)}
.ct-good{color:#86efac!important;background:rgba(22,101,52,.15)}
.ct-row{display:grid;grid-template-columns:160px 1fr 1fr;border-bottom:.5px solid rgba(255,255,255,.06)}
.ct-last{border-bottom:none}
.ct-row:nth-child(even){background:rgba(255,255,255,.02)}
.ct-row div{padding:10px 12px;font-size:.82rem;line-height:1.45;color:rgba(255,255,255,.55)}
.ct-row div:first-child{font-weight:700;color:rgba(255,255,255,.65)}
.ct-row .ct-bad{background:rgba(153,27,27,.08);color:#fca5a5!important;font-weight:500}
.ct-row .ct-good{background:rgba(22,101,52,.08);color:#86efac!important;font-weight:500}
.ct-note{font-size:.80rem;color:var(--coral-lgt);margin-top:10px;font-style:italic}

/* ═══ OVERVIEW ═══ */
.overview-section{background:var(--cream);padding:64px 40px}
.ov-wrap{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:52px;align-items:start}
.ov-img img{width:100%;max-width:280px;height:auto;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.12));display:block;margin:0 auto}
.ov-cap{text-align:center;margin-top:10px;font-size:.74rem;font-weight:600;color:var(--muted-lgt);text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px}
.specs-panel{background:var(--navy-xpale);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden}
.sp-hdr{background:var(--navy);color:var(--coral-lgt);font-size:.70rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;padding:10px 16px}
.sp-row{display:flex;align-items:center;border-bottom:.5px solid var(--border-lgt);padding:9px 16px;transition:background .15s}
.sp-row:hover{background:var(--coral-pale)}
.sp-last{border-bottom:none}
.spk{font-size:.82rem;font-weight:700;color:var(--navy);min-width:110px;flex-shrink:0}
.spv{font-size:.82rem;color:var(--muted)}
.sp-c{color:var(--coral);font-weight:700}
.ov-text h3{font-family:'Playfair Display',serif;font-size:1.45rem;font-weight:700;color:var(--navy);margin-bottom:16px;line-height:1.3}
.ov-text p{font-size:1.02rem;line-height:1.85;color:var(--muted);margin-bottom:14px}

/* ═══ PRICE BAND ═══ */
.price-band{background:var(--navy);padding:38px 24px 14px;text-align:center;border-top:3px solid var(--coral-mid)}
.pb-inner h2{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;color:var(--coral-lgt);margin-bottom:8px}
.pb-inner p{font-size:.95rem;color:rgba(255,255,255,.45)}
.price-sec{background:var(--white);padding:42px;text-align:center}
.price-link{display:block}
.price-link img{max-width:900px;width:100%;height:auto;object-fit:contain;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .3s}
.price-link:hover img{transform:scale(1.01)}

/* ═══ FORMULA — 2 card layout ═══ */
.formula-section{background:var(--navy-mid);padding:64px 40px}
.formula-inner{max-width:1200px;margin:0 auto}
.fi-img-link{display:block;text-align:center;margin-bottom:44px}
.fi-img-link img{max-width:820px;width:100%;border-radius:var(--radius-xl);box-shadow:var(--shadow);border:1px solid rgba(192,57,43,.18);transition:transform .3s}
.fi-img-link:hover img{transform:scale(1.01)}
.fi-cards{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:start}
.fi-card{background:rgba(255,255,255,.04);border:1px solid rgba(192,57,43,.20);border-radius:var(--radius-xl);padding:28px 24px;border-top:4px solid var(--coral-mid)}
.fi-card-2{border-top-color:rgba(255,255,255,.20);border-color:rgba(255,255,255,.10)}
.fic-icon{font-size:2rem;margin-bottom:10px;display:block}
.fi-card h3{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:var(--white);margin-bottom:8px}
.fi-card p{font-size:.88rem;line-height:1.70;color:rgba(255,255,255,.45);margin-bottom:16px}
.fic-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:0}
.fic-list li{font-size:.86rem;line-height:1.55;color:rgba(255,255,255,.50);padding-left:16px;position:relative}
.fic-list li::before{content:'•';color:var(--coral-lgt);position:absolute;left:0;top:0}
.fic-list li strong{color:var(--coral-lgt)}
.fic-list-2 li::before{color:rgba(255,255,255,.40)}
.fic-list-2 li strong{color:rgba(255,255,255,.75)}
.fi-divider{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 18px}
.fi-div-line{width:2px;flex:1;background:linear-gradient(to bottom,transparent,var(--coral-mid),transparent)}
.fi-divider span{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:var(--coral-mid);padding:10px 0}

/* ═══ INGREDIENTS — alternating layout ═══ */
.ing-section{background:var(--cream);padding:64px 40px}
.ing-item{max-width:1060px;margin:0 auto 28px;display:grid;grid-template-columns:52px 1fr;gap:20px;align-items:start;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);padding:26px 28px;box-shadow:var(--shadow-sm);transition:box-shadow .25s}
.ing-item:hover{box-shadow:var(--shadow-h)}
.ing-item.ing-alt{background:var(--navy-xpale)}
.ii-num{width:48px;height:48px;border-radius:50%;background:var(--coral);color:var(--white);font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--shadow-c)}
.ii-num.navy{background:var(--navy);box-shadow:var(--shadow-n)}
.ii-complex{font-size:.66rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--coral);display:block;margin-bottom:5px}
.ii-c2{color:var(--navy-lgt)}
.ii-content h4{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:10px;line-height:1.3}
.ii-content p{font-size:.92rem;line-height:1.82;color:var(--muted)}
.ing-divider{max-width:1060px;margin:36px auto 28px;background:var(--navy);border-radius:var(--radius-xl);padding:16px 24px;text-align:center}
.id-tag{font-size:.82rem;font-weight:700;color:var(--coral-lgt);text-transform:uppercase;letter-spacing:1.5px}

/* ═══ HOWTO ═══ */
.howto-section{background:var(--coral-xpale);padding:64px 40px}
.howto-steps{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:0}
.hs-step{display:grid;grid-template-columns:54px 1fr;gap:0;align-items:start;position:relative}
.hs-step:not(:last-child)::after{content:'';position:absolute;left:26px;top:54px;bottom:0;width:2px;background:linear-gradient(to bottom,var(--coral),var(--border));z-index:0}
.hs-num{width:52px;height:52px;border-radius:50%;background:var(--navy);color:var(--coral-lgt);font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;box-shadow:var(--shadow-n)}
.hs-body{padding:6px 0 34px 22px}
.hs-body h4{font-family:'Playfair Display',serif;font-size:1.02rem;font-weight:700;color:var(--navy);margin-bottom:6px}
.hs-tldr{font-size:.87rem;background:var(--coral-pale);border-left:3px solid var(--coral);padding:8px 12px;border-radius:0 var(--radius) var(--radius) 0;margin-bottom:9px;line-height:1.5;color:var(--coral);font-weight:600}
.hs-body p:last-child{font-size:.95rem;line-height:1.80;color:var(--muted)}

/* ═══ REVIEWS ═══ */
.reviews-section{background:var(--off-white);padding:64px 40px}
.rev-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.rev-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);padding:26px 20px;box-shadow:var(--shadow-sm);transition:box-shadow .3s,transform .3s;border-top:4px solid var(--coral-mid)}
.rev-card:hover{box-shadow:var(--shadow-h);transform:translateY(-4px)}
.rc-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.rc-av{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid var(--coral-mid);flex-shrink:0}
.rc-stars{color:#f59e0b;font-size:1rem;letter-spacing:2px;margin-bottom:3px}
.rc-name{font-family:'Playfair Display',serif;font-size:.90rem;font-weight:700;color:var(--navy);margin-bottom:1px}
.rc-name span{font-family:'Space Grotesk',sans-serif;font-weight:400;font-size:.82rem;color:var(--muted)}
.rc-badge{font-size:.73rem;font-weight:600;color:var(--green-ok)}
.rc-quote{font-size:.93rem;line-height:1.74;color:var(--muted);font-style:italic;border-left:3px solid var(--coral-mid);padding-left:12px}

/* ═══ GUARANTEE ═══ */
.guar-section{background:linear-gradient(135deg,var(--coral-xpale) 0%,var(--cream-mid) 100%);padding:64px 40px;border-top:3px solid var(--coral-mid);border-bottom:3px solid var(--coral-mid)}
.guar-inner{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:260px 1fr;gap:56px;align-items:center}
.guar-img img{width:100%;max-width:240px;height:auto;object-fit:contain;display:block;margin:0 auto;filter:drop-shadow(0 6px 20px rgba(0,0,0,.10))}
.guar-text h2{font-family:'Playfair Display',serif;font-size:1.85rem;font-weight:700;color:var(--navy);line-height:1.25;margin-bottom:14px}
.guar-text p{font-size:1rem;line-height:1.82;color:var(--muted);margin-bottom:12px}

/* ═══ FAQs ═══ */
.faq-section{background:var(--cream);padding:60px 40px}
.faq-list{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}
.faq-q{width:100%;background:none;border:none;text-align:left;padding:18px 22px;font-family:'Space Grotesk',sans-serif;font-size:.97rem;font-weight:600;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:13px;transition:background .2s;line-height:1.45}
.faq-q:hover{background:var(--coral-xpale)}
.faq-arr{font-size:1.4rem;font-weight:300;transition:transform .3s;color:var(--coral);flex-shrink:0;line-height:1}
.faq-ans{display:none;padding:0 22px 18px;font-size:.97rem;line-height:1.80;color:var(--muted);border-top:1px solid var(--border)}
.faq-ans p{padding-top:14px}
.faq-tldr{font-size:.88rem;background:var(--coral-xpale);border-left:3px solid var(--coral);padding:9px 13px;border-radius:0 var(--radius) var(--radius) 0;line-height:1.55;color:var(--navy);font-weight:600}
.faq-item.open .faq-ans{display:block}
.faq-item.open .faq-arr{transform:rotate(45deg);color:var(--navy)}
.faq-item.open .faq-q{background:var(--coral-xpale)}

/* ═══ FINAL CTA ═══ */
.cta-final{background:linear-gradient(155deg,var(--navy) 0%,var(--navy-mid) 55%,#050e1e 100%);padding:84px 24px;text-align:center;border-top:3px solid var(--coral-mid);position:relative;overflow:hidden}
.cta-final::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(192,57,43,.14) 0%,transparent 55%);pointer-events:none}
.ctaf-inner{position:relative;z-index:1;max-width:800px;margin:0 auto}
.ctaf-inner h2{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:12px;line-height:1.2}
.ctaf-inner h2 span{color:var(--coral-lgt)}
.ctaf-sub{font-size:.88rem;color:rgba(255,255,255,.38);margin-bottom:34px;line-height:1.7}
.ctaf-product{max-width:250px;margin:0 auto 28px}
.ctaf-product img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 0 40px rgba(192,57,43,.22)) drop-shadow(0 16px 40px rgba(0,0,0,.65));transition:transform .4s}
.ctaf-product:hover img{transform:scale(1.05) translateY(-8px)}
.ctaf-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px;margin-top:18px}
.ctaf-trust span{font-size:.80rem;font-weight:500;color:rgba(255,255,255,.35);white-space:nowrap}

/* ═══ FOOTER ═══ */
footer{background:var(--navy);border-top:3px solid var(--coral-mid)}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;padding:44px 40px;gap:0;border-bottom:1px solid rgba(255,255,255,.06)}
.fg-brand{padding-right:44px;border-right:1px solid rgba(255,255,255,.06)}
.footer-logo{text-decoration:none;display:flex;align-items:center;margin-bottom:12px}
.fg-desc{font-size:.84rem;line-height:1.72;color:rgba(255,255,255,.30);margin-bottom:16px}
.fg-chips{display:flex;flex-wrap:wrap;gap:6px}
.fg-chips span{background:rgba(192,57,43,.18);border:1px solid rgba(240,85,64,.22);color:var(--coral-lgt);font-size:.68rem;font-weight:700;padding:3px 10px;border-radius:var(--radius-pill)}
.fg-nav{padding:0 24px}
.fg-nav h5{font-family:'Playfair Display',serif;font-size:.88rem;font-weight:700;color:var(--coral-lgt);margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid rgba(192,57,43,.20)}
.fg-nav ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:9px}
.fg-nav ul li a{color:rgba(255,255,255,.32);text-decoration:none;font-size:.87rem;font-weight:500;transition:color .2s;display:flex;align-items:center;gap:5px}
.fg-nav ul li a::before{content:'›';color:var(--coral-lgt);font-size:.9rem}
.fg-nav ul li a:hover{color:var(--white)}
.footer-legal{max-width:1200px;margin:0 auto;padding:14px 40px 20px;text-align:center}
.footer-legal p{font-size:.74rem;color:rgba(255,255,255,.18);line-height:1.68;margin-bottom:7px}
.footer-legal a{color:rgba(255,255,255,.25);text-decoration:none}
.footer-legal a:hover{color:var(--coral-lgt)}
.footer-copy{font-size:.74rem;color:rgba(255,255,255,.18);margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.06)}

/* ═══ FADE-UP — hero always visible ═══ */
.fade-up{opacity:0;transform:translateY(24px);transition:opacity .60s ease,transform .60s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}
.hero-section .fade-up{opacity:1;transform:translateY(0);animation:heroFd .65s ease both}
@keyframes heroFd{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.hero-section .hs-left{animation-delay:.10s}
.hero-section .hs-right{animation-delay:.22s}
.hero-section .hero-stats{animation-delay:.32s}
.hero-section .hero-ctas{animation-delay:.42s}

/* ═══ RESPONSIVE ═══ */
@media(max-width:1100px){
  .myth-inner{grid-template-columns:1fr}
  .fi-cards{grid-template-columns:1fr;gap:24px}
  .fi-divider{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .fg-brand{grid-column:1/-1;border-right:none;border-bottom:1px solid rgba(255,255,255,.06);padding-right:0;padding-bottom:24px;margin-bottom:8px}
  .ct-head,.ct-row{grid-template-columns:120px 1fr 1fr}
}
@media(max-width:900px){
  .hs-grid{grid-template-columns:1fr;padding:44px 0}
  .hs-left{order:-1}
  .hsl-link img{max-width:260px}
  .ov-wrap{grid-template-columns:1fr}
  .rev-grid{grid-template-columns:1fr 1fr}
  .guar-inner{grid-template-columns:1fr;text-align:center}
  .guar-img{order:-1}
  .hst-sep{display:none}
  .hero-stats{flex-wrap:wrap;gap:12px;justify-content:center}
  .ing-item{grid-template-columns:1fr}
  .ii-num{display:none}
}
@media(max-width:640px){
  nav{padding:0 16px}
  .nav-links{display:none}
  .hamburger{display:flex}
  .hero-section{padding:0 16px}
  .hero-h1{font-size:2.1rem}
  .myth-section,.overview-section,.formula-section,.ing-section,.howto-section,.reviews-section,.guar-section,.faq-section,.price-sec,.cta-final{padding:44px 20px}
  .rev-grid{grid-template-columns:1fr}
  .footer-grid,.footer-legal{padding:28px 20px}
  .fg-nav{padding:0}
  .footer-grid{grid-template-columns:1fr}
  .ctaf-inner h2{font-size:1.9rem}
  .band-hdr{padding:36px 20px 28px}
  .bh-inner h2{font-size:1.75rem}
  .hs-step{grid-template-columns:44px 1fr}
  .hs-num{width:44px;height:44px;font-size:1rem}
  .ct-head{display:none}
  .ct-row{grid-template-columns:1fr;border-bottom:2px solid rgba(255,255,255,.08)}
  .ct-row div:first-child{font-size:.72rem;font-weight:700;text-transform:uppercase;background:rgba(255,255,255,.06);padding:6px 12px}
  .price-sec{padding:32px 16px}
}