/* ============================================================
   DERILA ERGO PILLOW V3 — css/style.css | deriila-pillow.com
   Colors: Forest Night #1e3a2f + Champagne Gold #c9a84c + Warm Linen #faf5ec
   + Dusty Terracotta #b5614a accent
   Theme: Premium Sleep Sanctuary — Organic Warmth & Natural Dark Green
   UNIQUE vs V1 (Marine/Teal/Coral white hero + benefit strip)
   UNIQUE vs V2 (Midnight Plum/Gold dark luxury + magazine reviews)
   V3: Split half-half hero (forest left / linen right),
       horizontal stat ticker, stacked numbered feature list,
       organic wave section transitions, 3-col reviews with
       top-border gold stars, horizontal guarantee strip,
       stacked benefit cards on linen, single payment centred
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --forest:      #2e4a8a;
  --forest-mid:  #3a5ca0;
  --forest-lgt:  #4a6eb8;
  --forest-soft: #5e82cc;
  --forest-pale: #eef3fc;
  --forest-xp:   #f4f7fe;
  --gold:        #45b8b0;
  --gold-dk:     #2e9d96;
  --gold-lgt:    #62cec7;
  --gold-xl:     #a0e8e4;
  --gold-pale:   #edfaf9;
  --gold-xp:     #f5fdfc;
  --terra:       #5270b8;
  --terra-dk:    #3a5ca0;
  --terra-lgt:   #7a98d4;
  --terra-pale:  #eef3fc;
  --linen:       #f0f4ff;
  --linen-dk:    #e4ecf8;
  --linen-mid:   #c8d8f0;
  --white:       #ffffff;
  --off:         #f8f6f2;
  --silver:      #94a3b8;
  --silver-lgt:  #e4e4e7;
  --muted:       #5a6472;
  --muted-lgt:   #7a8490;
  --text:        #1a3070;
  --text-body:   #1e2d5a;
  --border-lt:   #c8d8f0;
  --border-g:    #62cec7;
  --border-f:    #3a5ca0;
  --radius:      10px;
  --radius-lg:   16px;
  --radius-xl:   24px;
  --radius-pill: 50px;
  --sh-sm:       0 2px 12px rgba(0,0,0,.06);
  --sh:          0 4px 24px rgba(0,0,0,.10);
  --sh-h:        0 12px 40px rgba(0,0,0,.16);
  --sh-f:        0 4px 20px rgba(46,74,138,.30);
  --sh-fb:       0 8px 28px rgba(46,74,138,.16);
  --sh-g:        0 4px 20px rgba(69,184,176,.40);
  --sh-gb:       0 8px 28px rgba(69,184,176,.22);
  --sh-t:        0 4px 20px rgba(82,112,184,.36);
}
html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;font-size:18px;color:var(--text-body);
  background:var(--linen);overflow-x:hidden;line-height:1.75}
a{color:inherit;text-decoration:none;transition:color .2s}
img{max-width:100%;height:auto;display:block}

/* NAV — Forest green with gold underline */
nav{position:sticky;top:0;z-index:1000;background:var(--forest);
  height:70px;padding:0 32px;
  box-shadow:0 2px 20px rgba(0,0,0,.35);
  border-bottom:3px solid var(--gold)}
.nav-inner{max-width:1200px;margin:0 auto;height:100%;
  display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav-logo{font-family:'Jost',sans-serif;font-size:1.35rem;font-weight:900;
  color:var(--white);letter-spacing:.3px;text-transform:uppercase;
  text-decoration:none;flex-shrink:0;display:flex;align-items:center;gap:10px}
.logo-leaf{width:38px;height:38px;border-radius:50%;
  background:linear-gradient(135deg,var(--gold-dk),var(--gold-lgt));
  display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;flex-shrink:0;box-shadow:var(--sh-g)}
.nav-logo .hl{color:var(--gold-lgt)}
.nav-links{display:flex;align-items:center;gap:20px;list-style:none}
.nav-links a{color:rgba(255,255,255,.50);font-size:.88rem;font-weight:600;
  white-space:nowrap;transition:color .2s}
.nav-links a:hover{color:var(--gold-xl)}
.btn-nav{background:var(--gold)!important;color:var(--forest)!important;
  font-weight:900!important;font-size:.84rem!important;padding:10px 18px!important;
  border-radius:var(--radius-pill)!important;text-transform:uppercase;
  box-shadow:var(--sh-g)!important;transition:filter .2s!important;border:none!important}
.btn-nav:hover{filter:brightness(1.08)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{width:26px;height:2px;background:rgba(255,255,255,.65);display:block;border-radius:2px}
.mobile-menu{display:none;flex-direction:column;background:var(--forest-mid);
  position:absolute;top:70px;left:0;right:0;padding:22px 32px;gap:16px;z-index:999;
  border-bottom:2px solid var(--gold)}
.mobile-menu.open{display:flex}
.mobile-menu a{color:rgba(255,255,255,.72);font-size:1rem;font-weight:600}
.mobile-menu .btn-mob{background:var(--gold);color:var(--forest);text-align:center;
  padding:13px;border-radius:var(--radius-pill);font-weight:900;margin-top:4px;text-transform:uppercase}

/* BUTTONS */
.btn-gold{display:inline-block;background:var(--gold);color:var(--forest);
  font-family:'Jost',sans-serif;font-weight:900;font-size:1.05rem;text-transform:uppercase;
  padding:15px 38px;border-radius:var(--radius-pill);text-decoration:none;
  transition:filter .2s,transform .15s;box-shadow:var(--sh-g);letter-spacing:.5px}
.btn-gold:hover{filter:brightness(1.08);transform:translateY(-2px)}
.btn-forest{display:inline-block;background:var(--forest);color:var(--white);
  font-family:'Jost',sans-serif;font-weight:900;font-size:1.05rem;text-transform:uppercase;
  padding:15px 38px;border-radius:var(--radius-pill);text-decoration:none;
  transition:filter .2s,transform .15s;box-shadow:var(--sh-f);letter-spacing:.5px}
.btn-forest:hover{filter:brightness(1.15);transform:translateY(-2px)}
.btn-terra{display:inline-block;background:var(--terra);color:var(--white);
  font-family:'Jost',sans-serif;font-weight:900;font-size:1.05rem;text-transform:uppercase;
  padding:15px 38px;border-radius:var(--radius-pill);text-decoration:none;
  transition:filter .2s,transform .15s;box-shadow:var(--sh-t);letter-spacing:.5px}
.btn-terra:hover{filter:brightness(1.10);transform:translateY(-2px)}
.btn-outline-g{display:inline-block;background:transparent;color:var(--gold-dk);
  font-family:'Jost',sans-serif;font-weight:700;font-size:1rem;text-transform:uppercase;
  padding:13px 32px;border-radius:var(--radius-pill);border:2px solid var(--gold);
  text-decoration:none;transition:all .2s}
.btn-outline-g:hover{background:var(--gold);color:var(--forest)}
.btn-outline-f{display:inline-block;background:transparent;color:var(--forest);
  font-family:'Jost',sans-serif;font-weight:700;font-size:1rem;text-transform:uppercase;
  padding:13px 32px;border-radius:var(--radius-pill);border:2px solid var(--forest);
  text-decoration:none;transition:all .2s}
.btn-outline-f:hover{background:var(--forest);color:var(--white)}
.btn-outline-w{display:inline-block;background:transparent;color:rgba(255,255,255,.80);
  font-family:'Jost',sans-serif;font-weight:700;font-size:1rem;text-transform:uppercase;
  padding:13px 32px;border-radius:var(--radius-pill);border:2px solid rgba(255,255,255,.28);
  text-decoration:none;transition:all .2s}
.btn-outline-w:hover{border-color:var(--gold-xl);color:var(--gold-xl)}

/* SECTION BANDS */
.sec-band{padding:52px 40px 44px;text-align:center}
.sec-band h2{font-family:'Jost',sans-serif;font-size:2.3rem;font-weight:900;line-height:1.2}
.sec-band p.sub{font-size:1rem;margin-top:10px}
.forest-band{background:var(--forest);border-top:3px solid var(--gold);border-bottom:3px solid var(--gold)}
.forest-band h2{color:var(--white)}.forest-band .hl{color:var(--gold-xl)}.forest-band p.sub{color:rgba(255,255,255,.48)}
.gold-band{background:var(--gold);border-top:2px solid var(--gold-dk);border-bottom:2px solid var(--gold-dk)}
.gold-band h2{color:var(--forest)}.gold-band p.sub{color:rgba(46,74,138,.68)}
.terra-band{background:var(--terra);border-top:2px solid var(--terra-dk);border-bottom:2px solid var(--terra-dk)}
.terra-band h2{color:var(--white)}.terra-band p.sub{color:rgba(255,255,255,.80)}
.linen-band{background:var(--linen);border-top:2px solid var(--linen-mid);border-bottom:2px solid var(--linen-mid)}
.linen-band h2{color:var(--forest)}.linen-band .hl{color:var(--gold-dk)}.linen-band p.sub{color:var(--muted)}
.off-band{background:var(--off);border-top:2px solid var(--silver-lgt);border-bottom:2px solid var(--silver-lgt)}
.off-band h2{color:var(--forest)}.off-band .hl{color:var(--terra-dk)}.off-band p.sub{color:var(--muted)}
.forest-pale-band{background:var(--forest-pale);border-top:2px solid rgba(58,92,160,.18);border-bottom:2px solid rgba(58,92,160,.18)}
.forest-pale-band h2{color:var(--forest)}.forest-pale-band .hl{color:var(--gold-dk)}.forest-pale-band p.sub{color:var(--muted)}
.gold-pale-band{background:var(--gold-pale);border-top:2px solid var(--border-g);border-bottom:2px solid var(--border-g)}
.gold-pale-band h2{color:var(--forest)}.gold-pale-band .hl{color:var(--terra-dk)}.gold-pale-band p.sub{color:var(--muted)}
.forest-mid-band{background:var(--forest-mid);border-top:2px solid rgba(69,184,176,.20);border-bottom:2px solid rgba(69,184,176,.20)}
.forest-mid-band h2{color:var(--white)}.forest-mid-band .hl{color:var(--gold-xl)}.forest-mid-band p.sub{color:rgba(255,255,255,.44)}

/* HERO — SPLIT HALF/HALF (forest left | linen right) UNIQUE vs V1/V2 */
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:680px;overflow:hidden;position:relative}
/* LEFT panel — Forest dark */
.hero-left{background:linear-gradient(160deg,var(--forest) 0%,var(--forest-mid) 60%,#1a2d6e 100%);
  padding:72px 56px 80px 48px;display:flex;flex-direction:column;justify-content:center;
  position:relative;overflow:hidden}
/* Subtle vine/leaf glow */
.hero-left::before{content:'';position:absolute;bottom:-60px;right:-40px;
  width:320px;height:320px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(69,184,176,.16) 0%,transparent 65%);pointer-events:none}
/* Gold left accent bar */
.hero-left::after{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;
  background:linear-gradient(180deg,var(--gold-dk),var(--gold-lgt),rgba(69,184,176,.15))}
.hero-text{display:flex;flex-direction:column;gap:22px;position:relative;z-index:1}
.hero-label{display:inline-flex;align-items:center;gap:8px;
  color:var(--gold-lgt);font-size:.72rem;font-weight:900;
  letter-spacing:3px;text-transform:uppercase;width:fit-content}
.hero-label::before{content:'';display:block;width:28px;height:2px;background:var(--gold)}
.hero-h1{font-family:'Jost',sans-serif;font-size:3.0rem;font-weight:900;
  color:var(--white);line-height:1.06;letter-spacing:-.5px}
.hero-h1 .hl-g{color:var(--gold-xl)}
.hero-h1 .hl-t{color:var(--terra-lgt)}
.hero-desc{font-size:1.05rem;line-height:1.80;color:rgba(255,255,255,.58);max-width:460px}
.hero-check-list{display:flex;flex-direction:column;gap:8px;max-width:420px}
.hero-check-list li{display:flex;align-items:flex-start;gap:10px;
  font-size:.90rem;color:rgba(255,255,255,.70);line-height:1.5;list-style:none}
.hero-check-list li::before{content:'✓';color:var(--gold-lgt);font-weight:900;flex-shrink:0}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px}
.hero-note{font-size:.78rem;color:rgba(255,255,255,.28)}
.hero-note strong{color:var(--gold-lgt)}
/* RIGHT panel — Linen warm white with product */
.hero-right{background:var(--linen);display:flex;flex-direction:column;
  align-items:center;justify-content:center;padding:48px 40px;
  position:relative;overflow:hidden}
.hero-right::before{content:'';position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%);width:420px;height:420px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(69,184,176,.10) 0%,transparent 65%);pointer-events:none}
.hero-right a img{max-height:520px;width:auto;object-fit:contain;
  filter:drop-shadow(0 12px 40px rgba(46,74,138,.18)) drop-shadow(0 4px 16px rgba(69,184,176,.12));
  transition:transform .5s ease;display:block;margin:0 auto;position:relative;z-index:1}
.hero-right a:hover img{transform:scale(1.04) translateY(-8px)}
/* Trust badges under product */
.hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:24px;position:relative;z-index:1}
.htrust{display:inline-flex;align-items:center;gap:5px;
  background:var(--white);border:1px solid var(--linen-mid);
  border-radius:var(--radius-pill);padding:5px 12px;
  font-size:.76rem;font-weight:700;color:var(--forest)}

/* STAT TICKER — horizontal scroll */
.stat-ticker{background:var(--forest);padding:14px 0;overflow:hidden;position:relative}
.stat-ticker::before,.stat-ticker::after{content:'';position:absolute;top:0;bottom:0;
  width:60px;z-index:2;pointer-events:none}
.stat-ticker::before{left:0;background:linear-gradient(90deg,var(--forest),transparent)}
.stat-ticker::after{right:0;background:linear-gradient(-90deg,var(--forest),transparent)}
.stat-ticker-inner{display:flex;white-space:nowrap;animation:ticker-run 32s linear infinite}
@keyframes ticker-run{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.st-item{display:inline-flex;align-items:center;gap:8px;padding:0 32px;
  color:rgba(255,255,255,.80);font-size:.84rem;font-weight:800;
  text-transform:uppercase;letter-spacing:.5px}
.st-sep{color:var(--gold);font-size:.7rem}

/* ABOUT — linen bg, image right, text left */
.about-section{background:var(--linen);padding:72px 48px}
.about-inner{max-width:1160px;margin:0 auto;
  display:grid;grid-template-columns:1.4fr 1fr;align-items:center;gap:60px}
.about-tag{display:inline-block;background:var(--forest);color:var(--white);
  font-size:.70rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;
  padding:4px 12px;border-radius:var(--radius-pill);margin-bottom:14px}
.about-text h3{font-family:'Jost',sans-serif;font-size:2rem;font-weight:900;
  color:var(--forest);margin-bottom:16px;line-height:1.2}
.about-text h3 span{color:var(--gold-dk)}
.about-text p{font-size:1.03rem;line-height:1.85;color:var(--muted);margin-bottom:14px}
.about-img img{width:100%;max-width:420px;height:auto;object-fit:contain;
  filter:drop-shadow(0 8px 24px rgba(46,74,138,.14)) drop-shadow(0 4px 12px rgba(69,184,176,.10));margin:0 auto}

/* HIW — 3 cards on forest-pale bg */
.hiw-section{background:var(--forest-pale);padding:72px 48px}
.hiw-grid{max-width:1100px;margin:0 auto;display:grid;
  grid-template-columns:repeat(3,1fr);gap:20px}
.hiw-card{background:var(--white);border-radius:var(--radius-xl);padding:36px 24px;
  text-align:center;border:1.5px solid var(--silver-lgt);
  position:relative;overflow:hidden;transition:box-shadow .3s,transform .3s}
.hiw-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--forest),var(--gold))}
.hiw-card:hover{box-shadow:var(--sh-fb);transform:translateY(-4px)}
.hiw-badge{width:54px;height:54px;border-radius:50%;
  background:var(--forest);color:var(--white);
  display:flex;align-items:center;justify-content:center;
  font-family:'Jost',sans-serif;font-size:1.3rem;font-weight:900;
  margin:0 auto 16px;box-shadow:var(--sh-f)}
.hiw-card:nth-child(2) .hiw-badge{background:var(--gold);color:var(--forest)}
.hiw-card:nth-child(3) .hiw-badge{background:var(--terra);color:var(--white);box-shadow:var(--sh-t)}
.hiw-emoji{font-size:2.8rem;display:block;margin-bottom:14px}
.hiw-title{font-family:'Jost',sans-serif;font-size:1.05rem;font-weight:800;
  color:var(--forest);margin-bottom:10px;line-height:1.3}
.hiw-card p{font-size:.90rem;line-height:1.68;color:var(--muted)}

/* ORDER / PAYMENT IMG */
.order-img-section{background:var(--gold-pale);padding:52px 48px;text-align:center;
  border-top:2px solid var(--border-g);border-bottom:2px solid var(--border-g)}
.order-img-section a{display:block;margin:0 auto;max-width:900px}
.order-img-section a img{width:100%;height:auto;object-fit:contain;
  border-radius:var(--radius-lg);box-shadow:var(--sh-gb);transition:transform .3s;margin:0 auto}
.order-img-section a:hover img{transform:scale(1.01)}

.payment-section{background:var(--forest-pale);padding:52px 48px;text-align:center;
  border-top:2px solid rgba(58,92,160,.18);border-bottom:2px solid rgba(58,92,160,.18)}
.payment-section a{display:block;margin:0 auto;max-width:900px}
.payment-section a img{width:100%;height:auto;object-fit:contain;
  border-radius:var(--radius-lg);box-shadow:var(--sh-fb);transition:transform .3s;margin:0 auto}
.payment-section a:hover img{transform:scale(1.01)}

/* FEATURES — stacked numbered list + image (completely unique) */
.feat-section{background:var(--off);padding:72px 48px}
.feat-inner{max-width:1100px;margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start}
.feat-img img{width:100%;max-width:440px;height:auto;object-fit:contain;
  filter:drop-shadow(0 8px 24px rgba(46,74,138,.14)) drop-shadow(0 4px 12px rgba(69,184,176,.10));margin:0 auto}
.feat-list-title{font-family:'Jost',sans-serif;font-size:1.9rem;font-weight:900;
  color:var(--forest);margin-bottom:24px;line-height:1.2}
.feat-list-title span{color:var(--gold-dk)}
.feat-numbered{display:flex;flex-direction:column;gap:0}
.feat-num-item{display:flex;gap:18px;align-items:flex-start;
  padding:20px 0;border-bottom:1px solid var(--linen-mid)}
.feat-num-item:last-child{border-bottom:none}
.feat-num-badge{width:42px;height:42px;border-radius:50%;
  background:var(--forest);color:var(--white);
  display:flex;align-items:center;justify-content:center;
  font-family:'Jost',sans-serif;font-size:.95rem;font-weight:900;
  flex-shrink:0;margin-top:2px;box-shadow:var(--sh-f)}
.feat-num-body{}
.feat-num-title{font-family:'Jost',sans-serif;font-size:.98rem;font-weight:800;
  color:var(--forest);margin-bottom:4px}
.feat-num-desc{font-size:.88rem;line-height:1.60;color:var(--muted)}

/* BENEFITS IMG */
.ben-img-section{background:var(--linen-dk);padding:52px 48px;text-align:center;
  border-top:2px solid var(--linen-mid);border-bottom:2px solid var(--linen-mid)}
.ben-img-section img{max-width:900px;width:100%;height:auto;margin:0 auto;
  border-radius:var(--radius-xl);box-shadow:var(--sh-fb);object-fit:contain}

/* BENEFITS CARDS — stacked horizontal on forest bg */
.benefit-section{background:var(--forest);padding:72px 48px}
.benefit-grid{max-width:1100px;margin:0 auto;display:grid;
  grid-template-columns:repeat(2,1fr);gap:18px}
.ben-card{background:rgba(255,255,255,.06);border:1px solid rgba(69,184,176,.16);
  border-radius:var(--radius-xl);padding:26px 24px;
  display:flex;gap:18px;align-items:flex-start;
  transition:background .3s,transform .3s}
.ben-card:hover{background:rgba(255,255,255,.10);transform:translateY(-3px)}
.ben-icon{width:44px;height:44px;border-radius:50%;background:var(--gold);
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;flex-shrink:0;box-shadow:var(--sh-g)}
.ben-body{}
.ben-title{font-family:'Jost',sans-serif;font-size:.96rem;font-weight:800;
  color:var(--white);margin-bottom:5px}
.ben-desc{font-size:.86rem;line-height:1.60;color:rgba(255,255,255,.50)}

/* REVIEWS — 3-col with gold top star row */
.reviews-section{background:var(--linen);padding:72px 48px}
.reviews-banner{max-width:1100px;margin:0 auto 36px;text-align:center}
.reviews-banner img{max-width:800px;width:100%;height:auto;margin:0 auto;
  border-radius:var(--radius-xl);box-shadow:var(--sh-fb)}
.reviews-grid{max-width:1100px;margin:0 auto;display:grid;
  grid-template-columns:repeat(3,1fr);gap:20px}
.rv-card{background:var(--white);border:1.5px solid var(--silver-lgt);
  border-radius:var(--radius-xl);padding:26px 22px;
  border-top:4px solid var(--gold);
  transition:box-shadow .3s,transform .3s}
.rv-card:hover{box-shadow:var(--sh-h);transform:translateY(-4px)}
.rv-stars{display:flex;gap:4px;margin-bottom:14px}
.rv-star-sq{width:20px;height:20px;border-radius:4px;
  background:var(--gold);display:flex;align-items:center;
  justify-content:center;font-size:.72rem;color:var(--forest)}
.rv-quote{font-family:'Jost',sans-serif;font-size:.96rem;font-weight:700;
  color:var(--forest);font-style:italic;line-height:1.45;margin-bottom:12px;
  border-left:3px solid var(--terra);padding-left:14px}
.rv-text{font-size:.88rem;line-height:1.70;color:var(--muted);
  margin-bottom:16px;font-style:italic}
.rv-footer{display:flex;align-items:center;gap:10px;
  padding-top:12px;border-top:1px solid var(--linen-mid)}
.rv-photo{width:46px;height:46px;border-radius:50%;object-fit:cover;
  flex-shrink:0;border:2px solid var(--forest)}
.rv-name{font-family:'Jost',sans-serif;font-size:.86rem;font-weight:800;color:var(--forest);margin-bottom:1px}
.rv-badge{font-size:.72rem;font-weight:700;color:var(--gold-dk)}

/* GUARANTEE — horizontal strip card (totally different from V1 & V2) */
.guarantee-section{background:var(--gold-pale);padding:72px 48px}
.guarantee-card{max-width:1100px;margin:0 auto;background:var(--forest);
  border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--sh-gb);
  display:grid;grid-template-columns:1fr 1fr 1fr}
.guar-img-col{padding:40px;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:16px;
  border-right:1px solid rgba(69,184,176,.18)}
.guar-img-col img{max-width:170px;width:100%;height:auto;object-fit:contain;margin:0 auto}
.guar-mid{padding:40px;display:flex;flex-direction:column;
  justify-content:center;gap:14px;border-right:1px solid rgba(69,184,176,.18)}
.guar-mid h3{font-family:'Jost',sans-serif;font-size:1.7rem;font-weight:900;
  color:var(--white);line-height:1.2;margin-bottom:0}
.guar-mid h3 span{color:var(--gold-xl)}
.guar-mid p{font-size:.95rem;line-height:1.82;color:rgba(255,255,255,.55)}
.guar-right{padding:40px;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:16px;text-align:center}
.guar-badge{background:var(--gold);color:var(--forest);
  border-radius:var(--radius-xl);padding:18px 20px;
  box-shadow:var(--sh-g);width:100%;text-align:center}
.gbt{font-family:'Jost',sans-serif;font-size:.98rem;font-weight:900;margin-bottom:4px}
.gbs{font-size:.80rem;color:rgba(46,74,138,.70)}

/* FAQ */
.faq-section{background:var(--off);padding:72px 48px}
.faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--white);border:1.5px solid var(--silver-lgt);
  border-radius:var(--radius-lg);overflow:hidden;
  border-right:4px solid var(--forest)}
.faq-question{width:100%;background:none;border:none;text-align:left;padding:18px 22px;
  font-family:'Jost',sans-serif;font-size:.98rem;font-weight:700;color:var(--forest);
  cursor:pointer;display:flex;justify-content:space-between;align-items:center;
  gap:14px;transition:background .2s;line-height:1.4}
.faq-question:hover{background:var(--forest-xp)}
.faq-arrow{font-size:1.1rem;transition:transform .3s;color:var(--gold-dk);flex-shrink:0;font-weight:700}
.faq-answer{display:none;padding:0 22px 18px;font-size:.96rem;line-height:1.80;
  color:var(--muted);border-top:1px solid var(--silver-lgt)}
.faq-item.open .faq-answer{display:block}
.faq-item.open .faq-arrow{transform:rotate(180deg)}

/* CTA FINAL */
.cta-final{background:linear-gradient(135deg,var(--forest) 0%,var(--forest-mid) 50%,#1a2d6e 100%);
  padding:80px 48px;text-align:center;position:relative;overflow:hidden;border-top:4px solid var(--gold)}
.cta-final::before{content:'';position:absolute;top:-60px;left:50%;transform:translateX(-50%);
  width:700px;height:200px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(69,184,176,.20) 0%,transparent 65%);pointer-events:none}
.cta-final h2{font-family:'Jost',sans-serif;font-size:2.6rem;font-weight:900;
  color:var(--white);margin-bottom:14px;line-height:1.2;position:relative;z-index:1}
.cta-final h2 .hl-g{color:var(--gold-xl)}
.cta-sub{font-size:1rem;color:rgba(255,255,255,.42);margin:0 auto 36px;
  max-width:700px;position:relative;z-index:1}
.cta-img{max-width:260px;margin:0 auto 32px;position:relative;z-index:1}
.cta-img a img{width:100%;height:auto;object-fit:contain;
  filter:drop-shadow(0 0 36px rgba(69,184,176,.30)) drop-shadow(0 14px 40px rgba(0,0,0,.60));
  transition:transform .4s}
.cta-img a:hover img{transform:scale(1.05) translateY(-8px)}
.cta-btns{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;position:relative;z-index:1}
.cta-note{font-size:.80rem;color:rgba(255,255,255,.28);margin-top:14px;position:relative;z-index:1}

/* FOOTER */
footer{background:var(--forest);border-top:2px solid rgba(69,184,176,.25)}
.footer-main{max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:2fr 1fr 1fr;
  padding:44px 48px;border-bottom:1px solid rgba(255,255,255,.07)}
.fb-brand{padding-right:44px;border-right:1px solid rgba(255,255,255,.08)}
.fb-logo{font-family:'Jost',sans-serif;font-size:1.3rem;font-weight:900;
  color:var(--white);display:block;margin-bottom:8px;
  letter-spacing:.3px;text-transform:uppercase;text-decoration:none}
.fb-logo span{color:var(--gold-xl)}
.fb-tagline{font-size:.82rem;color:rgba(255,255,255,.28);line-height:1.70;margin-bottom:14px}
.fb-pills{display:flex;flex-wrap:wrap;gap:6px}
.fbp{background:rgba(69,184,176,.14);border:1px solid rgba(69,184,176,.24);
  color:var(--gold-xl);font-size:.70rem;font-weight:800;padding:3px 10px;border-radius:var(--radius-pill)}
.fb-nav{padding:0 24px}
.fb-nav h5{font-family:'Jost',sans-serif;font-size:.70rem;font-weight:800;
  text-transform:uppercase;letter-spacing:2px;color:var(--gold-lgt);
  margin-bottom:12px;padding-bottom:7px;border-bottom:1px solid rgba(69,184,176,.22)}
.fb-nav ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:9px}
.fb-nav ul li a{color:rgba(255,255,255,.28);font-size:.88rem;font-weight:500;
  transition:color .2s;display:flex;align-items:center;gap:5px}
.fb-nav ul li a::before{content:'›';color:var(--gold-lgt);font-size:.9rem;font-weight:700}
.fb-nav ul li a:hover{color:var(--white)}
.footer-legal{max-width:1200px;margin:0 auto;padding:14px 48px 20px;text-align:center}
.footer-legal p{font-size:.78rem;color:rgba(255,255,255,.20);line-height:1.72;margin-bottom:6px}
.footer-legal a{color:rgba(255,255,255,.28)}
.footer-legal a:hover{color:var(--gold-xl)}
.footer-copy{font-size:.78rem;color:rgba(255,255,255,.16);margin-top:8px;
  padding-top:8px;border-top:1px solid rgba(255,255,255,.07)}

/* SCROLL TOP */
#scrollTop{position:fixed;bottom:28px;right:20px;z-index:999;display:none;
  width:46px;height:46px;background:var(--gold);color:var(--forest);
  border-radius:50%;border:none;font-size:1.3rem;font-weight:900;
  cursor:pointer;box-shadow:var(--sh-g);align-items:center;justify-content:center}

/* ANIMATIONS */
.fade-up{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}
.fade-left{opacity:0;transform:translateX(-28px);transition:opacity .65s ease,transform .65s ease}
.fade-right{opacity:0;transform:translateX(28px);transition:opacity .65s ease,transform .65s ease}
.scale-in{opacity:0;transform:scale(.95);transition:opacity .65s ease,transform .65s ease}
.fade-up.visible,.fade-left.visible,.fade-right.visible,.scale-in.visible{opacity:1;transform:none}

/* RESPONSIVE */
@media(max-width:1024px){
  .hero-h1{font-size:2.6rem}
  .benefit-grid{grid-template-columns:1fr 1fr}
  .guar-card{grid-template-columns:1fr}
}
@media(max-width:900px){
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-right{order:-1;min-height:360px}
  .hero-left{padding:48px 28px 60px}
  .hero-h1{font-size:2.2rem}
  .hero-ctas{justify-content:center}
  .hero-label{justify-content:center;width:auto}
  .about-inner{grid-template-columns:1fr}.about-img{order:-1;text-align:center}
  .hiw-grid{grid-template-columns:1fr}
  .feat-inner{grid-template-columns:1fr}.feat-img{text-align:center}
  .benefit-grid{grid-template-columns:1fr}
  .reviews-grid{grid-template-columns:1fr 1fr}
  .guarantee-card{grid-template-columns:1fr}
  .guar-img-col{border-right:none;border-bottom:1px solid rgba(69,184,176,.18)}
  .guar-mid{border-right:none;border-bottom:1px solid rgba(69,184,176,.18)}
  .footer-main{grid-template-columns:1fr 1fr}
  .fb-brand{grid-column:1/-1;border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding-right:0;padding-bottom:20px;margin-bottom:8px}
}
@media(max-width:640px){
  nav{padding:0 16px}.nav-links{display:none}.hamburger{display:flex}
  .hero-h1{font-size:2rem}.hero-left{padding:36px 20px 48px}
  .sec-band{padding:36px 20px 30px}.sec-band h2{font-size:1.65rem}
  .reviews-grid{grid-template-columns:1fr}
  .about-section,.hiw-section,.feat-section,.benefit-section,.reviews-section,
  .guarantee-section,.faq-section{padding:44px 20px}
  .order-img-section,.payment-section,.ben-img-section{padding:34px 20px}
  .cta-final{padding:56px 20px}.cta-final h2{font-size:1.85rem}
  .footer-main,.footer-legal{padding:28px 20px}.fb-nav{padding:0}.footer-main{grid-template-columns:1fr}
  .guar-mid,.guar-right,.guar-img-col{padding:28px 20px}
}