/* ============================================================
   EN-US-KINZENOGEL.COM — css/style.css
   Theme:  Steel Silver #3A4A5C + Sky Blue #0EA5E9 + White #FFFFFF + Lime #84CC16
           Light Silver #F1F5F9 — metallic rollerball silver + product sky blue +
           fresh lime accent. Distinct from S20 (navy+aqua+amber)
   Fonts:  Bricolage Grotesque (expressive variable grotesque, 2023) +
           Readex Pro (clean versatile display/text) — NEVER used in any of 20 previous sites
   Hero:   EDITORIAL MAGAZINE SPLIT — clean white/silver BG, large BG watermark
           "KINZENO" text at 4% opacity; LEFT: product image in tall clinical card
           with stat overlay badges on image; RIGHT: text column with oversized
           numbered stat blocks (66%, 16min, 360°) + headline + CTAs
           BRAND NEW — not in any 20 previous sites
   Ingredients: STACKED ALTERNATING ROWS — full-width rows alternating left/right,
           each with large outline number, ingredient card with icon+body, colour side tab
           NEVER used in any previous site
   Ticker: Continuous scrolling marquee strip below hero — new
   Sections: Light Silver / Sky Blue / White / Steel alternating
   ── DISTINCT FROM ALL 20 PREVIOUS SITES ─────────────────────
   S20 Kinzeno: navy#0B2A4A + aqua#00C8D4 + white + amber#E8A020 / Syne+Nunito
   S21: steel#3A4A5C + sky#0EA5E9 + white + lime#84CC16 / Bricolage+Readex — ✓ all new
   ============================================================ */

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

:root{
  --steel:     #3A4A5C;
  --steel-dk:  #222E3C;
  --steel-md:  #4A5E74;
  --steel-lt:  #64788C;
  --steel-pal: #EEF2F6;
  --sky:       #0EA5E9;
  --sky-dk:    #0878B8;
  --sky-lt:    #38BDF8;
  --sky-pal:   #E0F4FD;
  --silver:    #F1F5F9;
  --silver-dk: #E2E8F0;
  --silver-dkr:#CBD5E1;
  --lime:      #84CC16;
  --lime-dk:   #5E9910;
  --lime-lt:   #A3E635;
  --lime-pal:  #F0FAEA;
  --white:     #FFFFFF;
  --text:      #0F172A;
  --gray:      #334155;
  --gray-lt:   #64748B;
  --border:    #CBD5E1;

  --fh: 'Bricolage Grotesque', system-ui, sans-serif;
  --fb: 'Readex Pro', system-ui, sans-serif;

  --sh-sm:     0 1px 8px rgba(58,74,92,.08);
  --sh-md:     0 4px 20px rgba(58,74,92,.14);
  --sh-lg:     0 12px 40px rgba(58,74,92,.20);
  --sh-sky:    0 6px 24px rgba(14,165,233,.28);
  --sh-lime:   0 6px 24px rgba(132,204,22,.24);

  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 32px;
  --r-p:  999px;
}

html{scroll-behavior:smooth}
body{font-family:var(--fb);font-size:17px;color:var(--gray);background:var(--silver);overflow-x:hidden;line-height:1.74}
h1,h2,h3,h4{font-family:var(--fh);font-weight:700;line-height:1.18;color:var(--text)}
em{font-style:italic}strong{font-weight:700}small{font-size:55%;vertical-align:baseline;font-weight:400}

/* ── BUTTONS ──────────────────────── */
.btn-sky{
  display:inline-block;background:var(--sky);color:var(--white);
  font-family:var(--fh);font-weight:700;font-size:.96rem;
  padding:15px 40px;border-radius:var(--r-xs);text-decoration:none;
  letter-spacing:.3px;box-shadow:var(--sh-sky);
  transition:background .2s,transform .2s,box-shadow .2s;
}
.btn-sky:hover{background:var(--sky-lt);transform:translateY(-2px);box-shadow:0 10px 28px rgba(14,165,233,.42)}
.btn-steel{
  display:inline-block;background:var(--steel);color:var(--white);
  font-family:var(--fh);font-weight:700;font-size:.96rem;
  padding:15px 40px;border-radius:var(--r-xs);text-decoration:none;
  box-shadow:var(--sh-sm);transition:filter .2s,transform .2s;
}
.btn-steel:hover{filter:brightness(1.20);transform:translateY(-2px)}
.btn-lime{
  display:inline-block;background:var(--lime);color:var(--text);
  font-family:var(--fh);font-weight:800;font-size:.96rem;
  padding:15px 40px;border-radius:var(--r-xs);text-decoration:none;
  box-shadow:var(--sh-lime);transition:filter .2s,transform .2s;
}
.btn-lime:hover{filter:brightness(1.10);transform:translateY(-2px)}
.btn-white{
  display:inline-block;background:var(--white);color:var(--sky-dk);
  font-family:var(--fh);font-weight:800;font-size:.96rem;
  padding:15px 40px;border-radius:var(--r-xs);text-decoration:none;
  box-shadow:0 4px 16px rgba(255,255,255,.20);transition:filter .2s,transform .2s;
}
.btn-white:hover{filter:brightness(1.04);transform:translateY(-2px)}
.btn-outline-sky{
  display:inline-block;background:transparent;color:var(--sky-dk);
  font-family:var(--fh);font-weight:600;font-size:.86rem;
  padding:14px 28px;border-radius:var(--r-xs);text-decoration:none;
  border:2px solid var(--sky);transition:all .2s;
}
.btn-outline-sky:hover{background:var(--sky-pal)}
.btn-xl{font-size:1.05rem;padding:17px 48px}

/* ── NAV ─────────────────────────── */
nav{
  position:sticky;top:0;z-index:1000;
  background:var(--white);
  border-bottom:3px solid var(--sky);
  box-shadow:0 2px 12px rgba(58,74,92,.10);
  padding:0 32px;height:68px;
}
.nav-inner{max-width:1280px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.nav-logo{text-decoration:none;display:flex;align-items:baseline;gap:10px}
.nl-a{font-family:var(--fh);font-size:1.3rem;font-weight:800;color:var(--steel-dk);letter-spacing:2px}
.nl-b{font-family:var(--fb);font-size:.72rem;font-weight:500;color:var(--sky);letter-spacing:.5px;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:4px;list-style:none}
.nav-links a{color:var(--gray-lt);text-decoration:none;font-family:var(--fb);font-size:.80rem;font-weight:500;padding:7px 12px;border-radius:var(--r-sm);transition:all .2s}
.nav-links a:hover{color:var(--sky-dk);background:var(--sky-pal)}
.nav-cta{background:var(--sky)!important;color:var(--white)!important;font-weight:700!important;padding:9px 20px!important;border-radius:var(--r-xs)!important;font-family:var(--fh)!important}
.nav-cta:hover{background:var(--sky-lt)!important}
.nav-ham{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}
.nav-ham span{width:24px;height:2px;background:var(--steel);display:block;border-radius:2px}
.mob-panel{position:fixed;top:0;right:-100%;width:min(300px,90vw);height:100%;background:var(--white);z-index:2000;padding:28px 24px;display:flex;flex-direction:column;gap:12px;transition:right .3s ease;box-shadow:-8px 0 32px rgba(58,74,92,.18);border-left:3px solid var(--sky)}
.mob-panel.open{right:0}
.mob-x{background:none;border:none;color:var(--gray-lt);font-size:1.4rem;cursor:pointer;align-self:flex-end;padding:4px;margin-bottom:6px}
.mob-panel a{color:var(--gray);text-decoration:none;font-family:var(--fb);font-size:1.0rem;font-weight:600;padding:10px 0;border-bottom:1px solid var(--border);display:block}
.mob-cta{background:var(--sky)!important;color:var(--white)!important;text-align:center;padding:14px!important;border-radius:var(--r-xs)!important;font-weight:700!important;margin-top:10px;border:none!important}
.mob-mask{position:fixed;inset:0;background:rgba(58,74,92,.30);z-index:1999;display:none}
.mob-mask.show{display:block}

/* ══════════════════════════════════════════
   HERO — Editorial Magazine Split
   Clean light silver BG
   "KINZENO" watermark at 4% opacity behind layout
   LEFT: product image (55%) in tall clinical card
     two stat overlay badges on image corners
     product name tag at bottom
   RIGHT: text column (45%)
     Eyebrow flag line
     H1 Bricolage Grotesque at display scale
     Three editorial stat blocks with oversized numbers
     CTAs + check row
   COMPLETELY NEW — not in any of 20 previous sites
══════════════════════════════════════════ */
.hero{
  background:var(--white);
  position:relative;overflow:hidden;min-height:92vh;
  display:flex;align-items:stretch;
}
/* Background watermark */
.hero-wm{
  position:absolute;
  font-family:var(--fh);font-size:clamp(120px,18vw,240px);font-weight:800;
  color:var(--steel);opacity:.035;letter-spacing:-6px;line-height:1;
  top:50%;left:50%;transform:translate(-50%,-50%);
  white-space:nowrap;pointer-events:none;z-index:0;
  user-select:none;
}
.hero-wrap{
  max-width:1280px;margin:0 auto;width:100%;
  display:grid;grid-template-columns:55% 45%;
  align-items:center;
  padding:0 40px;gap:0;
  position:relative;z-index:1;
}

/* LEFT: product image card */
.hero-img-side{
  padding:48px 32px 48px 0;
  position:relative;
}
.hero-img-card{
  position:relative;background:var(--silver);
  border-radius:var(--r-xl);overflow:visible;
  display:flex;flex-direction:column;align-items:center;
  padding:32px 24px 24px;
  box-shadow:var(--sh-lg),inset 0 0 0 1px var(--silver-dk);
}
.hib-badge{
  position:absolute;
  background:var(--sky);color:var(--white);
  border-radius:var(--r-md);padding:10px 16px;text-align:center;
  box-shadow:var(--sh-sky);z-index:2;
}
.hib-top{top:-12px;left:16px}
.hib-bot{bottom:80px;right:-12px}
.hibb-n{display:block;font-family:var(--fh);font-size:1.6rem;font-weight:800;line-height:1}
.hibb-l{display:block;font-family:var(--fb);font-size:.60rem;font-weight:500;opacity:.85;margin-top:1px;line-height:1.25}
.hero-img{
  width:100%;max-width:380px;height:auto;object-fit:contain;
  display:block;margin:0 auto;
  filter:drop-shadow(0 20px 40px rgba(58,74,92,.22));
  transition:transform .4s;
}
.hero-img-card a:hover .hero-img{transform:scale(1.04) translateY(-8px)}
.hero-img-card a{display:block;width:100%}
.hic-tag{
  background:var(--steel-dk);color:var(--white);
  font-family:var(--fh);font-size:.64rem;font-weight:700;
  letter-spacing:2px;text-transform:uppercase;
  padding:8px 20px;border-radius:var(--r-xs);margin-top:14px;text-align:center;
}

/* RIGHT: text column */
.hero-text-side{
  padding:60px 0 60px 40px;
  border-left:1px solid var(--silver-dk);
  display:flex;flex-direction:column;gap:24px;
  min-height:92vh;justify-content:center;
}
.hero-flag{
  font-family:var(--fb);font-size:.68rem;font-weight:600;
  color:var(--sky-dk);letter-spacing:1px;text-transform:uppercase;
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;
}
.hf-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--sky)}
.hero-h1{font-family:var(--fh);font-size:clamp(2.0rem,3.0vw,3.0rem);color:var(--text);line-height:1.12}
.hero-h1 em{display:block;font-style:italic;color:var(--sky-dk);margin-top:4px;font-size:72%}
.hero-p{font-family:var(--fb);font-size:.96rem;color:var(--gray);line-height:1.74}
.hero-p strong{color:var(--sky-dk);font-weight:700}

/* Editorial stat blocks */
.hero-stats{display:flex;flex-direction:column;gap:0;border:1.5px solid var(--border);border-radius:var(--r-md);overflow:hidden}
.hst{padding:16px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:14px}
.hst:last-child{border-bottom:none}
.hst-sky{background:var(--sky);border-color:var(--sky)}
.hst-sky .hst-n{color:var(--white)}
.hst-sky .hst-l{color:rgba(255,255,255,.75)}
.hst-n{font-family:var(--fh);font-size:2.4rem;font-weight:800;color:var(--sky-dk);line-height:1;flex-shrink:0;min-width:80px}
.hst-l{font-family:var(--fb);font-size:.78rem;color:var(--gray);line-height:1.44}

.hero-ctas{display:flex;flex-wrap:wrap;gap:10px}
.hero-checks{display:flex;flex-wrap:wrap;gap:8px 16px}
.hchk{font-family:var(--fb);font-size:.76rem;font-weight:600;color:var(--gray-lt)}

/* ── TICKER STRIP ─────────────────── */
.ticker-strip{
  background:var(--steel-dk);padding:10px 0;overflow:hidden;
  border-top:1px solid var(--silver-dk);border-bottom:1px solid rgba(255,255,255,.06);
}
.ticker-inner{
  display:flex;gap:32px;
  animation:ticker 28s linear infinite;
  white-space:nowrap;
}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.ticker-inner span{
  font-family:var(--fh);font-size:.72rem;font-weight:600;
  color:rgba(255,255,255,.45);letter-spacing:1.5px;text-transform:uppercase;
  flex-shrink:0;
}
.ticker-inner span:first-child,.ticker-inner span:nth-child(10){color:var(--sky-lt)}

/* ── SECTION COMMON ────────────────── */
.wrap{max-width:1200px;margin:0 auto;padding:96px 40px;position:relative}
.s-silver{background:var(--silver)}
.s-sky{background:var(--sky)}
.s-white{background:var(--white)}
.s-steel{background:var(--steel-dk)}

.sec-label{
  display:table;font-family:var(--fh);font-size:.60rem;font-weight:700;
  letter-spacing:3px;text-transform:uppercase;
  background:var(--sky-pal);color:var(--sky-dk);
  padding:6px 18px;border-radius:var(--r-p);
  border:1.5px solid rgba(14,165,233,.20);
  margin:0 auto 14px;
}
.sec-label-lt{
  display:table;font-family:var(--fh);font-size:.60rem;font-weight:700;
  letter-spacing:3px;text-transform:uppercase;
  background:rgba(255,255,255,.10);color:rgba(255,255,255,.55);
  padding:6px 18px;border-radius:var(--r-p);
  border:1.5px solid rgba(255,255,255,.15);
  margin:0 auto 14px;
}
.s-h2{font-family:var(--fh);font-size:2.8rem;color:var(--text);line-height:1.18;margin-bottom:10px;text-align:center}
.s-h2 em{color:var(--sky-dk)}
.s-h2-lt{font-family:var(--fh);font-size:2.8rem;color:var(--white);line-height:1.18;margin-bottom:10px;text-align:center}
.s-h2-lt em{color:rgba(255,255,255,.65)}
.s-sub-lt{font-family:var(--fb);font-size:.94rem;color:rgba(255,255,255,.44);max-width:660px;text-align:center;margin:0 auto}
.s-sub-c{font-family:var(--fb);font-size:.94rem;color:var(--gray);max-width:660px;text-align:center;margin:0 auto}

/* ── ABOUT ────────────────────────── */
.about-layout{display:grid;grid-template-columns:1.35fr 1fr;gap:72px;align-items:start;margin-top:28px}
.about-body{display:flex;flex-direction:column;gap:16px}
.about-body p{font-family:var(--fb);font-size:.94rem;color:var(--gray);line-height:1.76}
.about-body strong{color:var(--sky-dk);font-weight:700}
.how-grid{display:flex;flex-direction:column;gap:10px;margin:8px 0}
.hg-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--r-md);padding:16px;display:flex;align-items:flex-start;gap:14px;box-shadow:var(--sh-sm);transition:border-color .2s,box-shadow .2s}
.hg-card:hover{border-color:var(--sky);box-shadow:var(--sh-md)}
.hgc-icon{width:44px;height:44px;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}
.sky-bg{background:var(--sky-pal)}
.lime-bg{background:var(--lime-pal)}
.hg-card h3{font-family:var(--fh);font-size:.90rem;font-weight:700;color:var(--text);line-height:1.28;margin-bottom:4px}
.hg-card p{font-family:var(--fb);font-size:.84rem;color:var(--gray);line-height:1.68}
.about-warning{
  background:var(--lime-pal);border:1.5px solid var(--lime-dk);border-radius:var(--r-md);
  padding:14px 16px;display:flex;align-items:flex-start;gap:12px;
}
.aw-icon{font-size:1.2rem;flex-shrink:0;margin-top:1px}
.about-warning p{font-family:var(--fb);font-size:.84rem;color:var(--text);line-height:1.60}
.about-warning strong{color:var(--lime-dk)}
.about-aside{display:flex;flex-direction:column;gap:14px}
.aside-img{width:100%;height:auto;border-radius:var(--r-lg);display:block;box-shadow:var(--sh-lg)}
.aside-target-list{background:var(--white);border:1.5px solid var(--border);border-radius:var(--r-md);padding:16px;box-shadow:var(--sh-sm)}
.atl-head{font-family:var(--fh);font-size:.72rem;font-weight:700;color:var(--sky-dk);letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--border)}
.atl-item{font-family:var(--fb);font-size:.84rem;font-weight:600;color:var(--gray);padding:6px 0;border-bottom:1px solid var(--silver-dk);display:flex;align-items:center;gap:10px}
.atl-item:last-child{border-bottom:none}
.atl-item span:first-child{color:var(--sky);font-weight:700}

/* ── PRICING ──────────────────────── */
.price-wrap{margin:36px 0 28px;text-align:center}
.price-img{width:100%;max-width:960px;height:auto;border-radius:var(--r-lg);display:block;margin:0 auto;box-shadow:0 12px 40px rgba(255,255,255,.15);transition:transform .3s}
.price-wrap a:hover .price-img{transform:scale(1.01)}
.price-cta{display:flex;flex-direction:column;align-items:center;gap:12px}
.fine-lt{font-family:var(--fb);font-size:.70rem;color:rgba(255,255,255,.32)}

/* ══════════════════════════════════════════
   INGREDIENTS — Stacked Alternating Rows
   Full-width rows, alternating left/right
   Each row: number column | ingredient card | side colour tab
   Alternates: lime-side on right, sky-side on left
   BRAND NEW — never used in any of 20 previous sites
══════════════════════════════════════════ */
.ing-rows{display:flex;flex-direction:column;gap:0;margin:36px 0 28px;border:1.5px solid var(--border);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-sm)}
.ing-row{
  display:grid;grid-template-columns:72px 1fr 72px;
  align-items:stretch;
  border-bottom:1.5px solid var(--border);
  background:var(--white);
  transition:background .2s;
}
.ing-row:last-child{border-bottom:none}
.ing-row:hover{background:var(--silver)}
.ir-alt{direction:rtl}
.ir-alt .ir-card,.ir-alt .ir-body{direction:ltr}
.ir-alt .ir-num{direction:ltr}
.ir-num{
  display:flex;align-items:center;justify-content:center;
  font-family:var(--fh);font-size:1.8rem;font-weight:800;
  color:var(--silver-dkr);line-height:1;padding:20px 10px;
  transition:color .2s;
}
.ing-row:hover .ir-num{color:var(--sky-dk)}
.ir-card{padding:20px 24px;display:flex;align-items:flex-start;gap:14px;border-left:1px solid var(--border);border-right:1px solid var(--border)}
.ir-icon{font-size:1.5rem;flex-shrink:0;margin-top:2px}
.ir-body{display:flex;flex-direction:column;gap:6px}
.ir-body strong{font-family:var(--fh);font-size:.96rem;font-weight:700;color:var(--text)}
.ir-tag{font-family:var(--fb);font-size:.62rem;font-weight:700;color:var(--sky-dk);background:var(--sky-pal);padding:3px 10px;border-radius:var(--r-p);width:fit-content;letter-spacing:.5px}
.ing-row-text{font-family:var(--fb);font-size:.84rem;color:var(--gray);line-height:1.70}
.ir-side{
  display:flex;align-items:center;justify-content:center;
  writing-mode:vertical-rl;font-family:var(--fh);font-size:.60rem;font-weight:800;
  letter-spacing:3px;text-transform:uppercase;
}
.lime-side{background:var(--lime);color:var(--text)}
.sky-side{background:var(--sky);color:var(--white)}
.ing-cta{text-align:center;padding-top:8px}
.ing-plants{margin-top:32px;text-align:center}
.plants-img{width:100%;max-width:800px;height:auto;border-radius:var(--r-lg);display:block;margin:0 auto;box-shadow:var(--sh-lg)}

/* ── GUARANTEE ───────────────────── */
.guar-layout{display:grid;grid-template-columns:240px 1fr;gap:64px;align-items:center}
.guar-img{width:100%;max-width:220px;height:auto;object-fit:contain;display:block;margin:0 auto;filter:drop-shadow(0 8px 24px rgba(58,74,92,.22))}
.guar-text{display:flex;flex-direction:column;gap:14px}
.guar-text p{font-family:var(--fb);font-size:.94rem;color:rgba(255,255,255,.52);line-height:1.76}
.guar-pts{display:flex;flex-direction:column;gap:9px;margin:4px 0}
.gp{display:flex;align-items:center;gap:10px}
.gp-ok{color:var(--lime-lt);font-size:1rem;font-weight:700;flex-shrink:0}
.gp span:last-child{font-family:var(--fb);font-size:.90rem;font-weight:600;color:rgba(255,255,255,.65)}

/* ── REVIEWS ──────────────────────── */
.rv-header{display:grid;grid-template-columns:repeat(4,1fr);background:var(--white);border:1.5px solid var(--border);border-radius:var(--r-md);overflow:hidden;margin:28px 0 36px;box-shadow:var(--sh-sm)}
.rvh-stat{text-align:center;padding:18px 10px;border-right:1px solid var(--border)}
.rvh-stat:last-child{border-right:none}
.rvhs-n{display:block;font-family:var(--fh);font-size:1.9rem;color:var(--sky-dk);line-height:1;font-weight:800}
.rvhs-l{display:block;font-family:var(--fb);font-size:.60rem;font-weight:700;color:var(--gray-lt);text-transform:uppercase;letter-spacing:.4px;margin-top:4px}
.rv-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.rv-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--r-md);padding:22px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--sh-sm);transition:transform .25s,box-shadow .25s;border-top:4px solid var(--lime)}
.rv-card:hover{transform:translateY(-3px);box-shadow:var(--sh-md)}
.rv-sky{background:var(--sky);border-color:var(--sky-lt);border-top-color:var(--white)}
.rv-top{display:flex;align-items:center;justify-content:space-between}
.rv-stars{color:var(--lime-dk);font-size:.90rem;letter-spacing:1.5px}
.rv-stars-lt{color:rgba(255,255,255,.90)}
.rv-verified{font-family:var(--fh);font-size:.62rem;font-weight:700;color:var(--sky-dk);background:var(--sky-pal);padding:3px 10px;border-radius:var(--r-xs)}
.rv-verified-lt{color:var(--white)!important;background:rgba(255,255,255,.18)!important}
.rv-card blockquote{font-family:var(--fb);font-size:.94rem;font-style:italic;line-height:1.66;color:var(--gray);flex:1}
.bq-lt{color:rgba(255,255,255,.85)!important}
.rv-person{display:flex;align-items:center;gap:12px}
.rv-av{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--border);flex-shrink:0}
.rv-av-lt{border-color:rgba(255,255,255,.30)}
.rv-person strong{font-family:var(--fh);font-size:.88rem;font-weight:700;color:var(--text);display:block}
.rv-p-lt strong{color:var(--white)}
.rv-role{font-family:var(--fb);font-size:.68rem;color:var(--gray-lt);display:block}
.rv-role-lt{color:rgba(255,255,255,.52)!important}

/* ── PAYMENT ──────────────────────── */
.pay-wrap{margin-top:28px;text-align:center}
.pay-img{width:100%;max-width:900px;height:auto;border-radius:var(--r-lg);display:block;margin:0 auto;box-shadow:0 12px 40px rgba(255,255,255,.15);transition:transform .3s}
.pay-wrap a:hover .pay-img{transform:scale(1.01)}
.pay-cta{text-align:center;margin-top:24px}

/* ── HOW TO ───────────────────────── */
.ht-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}
.htc{background:var(--silver);border:1.5px solid var(--border);border-radius:var(--r-lg);padding:28px 22px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--sh-sm)}
.htc-n{width:50px;height:50px;border-radius:var(--r-md);background:var(--sky);color:var(--white);font-family:var(--fh);font-size:.78rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--sh-sky)}
.htc h3{font-family:var(--fh);font-size:.94rem;font-weight:700;color:var(--text);line-height:1.28}
.htc p{font-family:var(--fb);font-size:.88rem;color:var(--gray);line-height:1.74}
.htc-warn{font-size:.80rem;color:var(--steel-dk);font-style:italic;font-weight:600;background:var(--lime-pal);padding:8px 12px;border-radius:var(--r-sm);border-left:3px solid var(--lime-dk)}
.ht-cta{text-align:center;margin-top:36px}

/* ── FAQ ──────────────────────────── */
.faq-list{display:flex;flex-direction:column;gap:8px;margin-top:28px}
.faq-item{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:var(--r-md);overflow:hidden}
.faq-q{width:100%;background:none;border:none;text-align:left;padding:18px 22px;font-family:var(--fb);font-size:.96rem;font-weight:700;color:rgba(255,255,255,.78);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;transition:background .2s;line-height:1.40}
.faq-q:hover{background:rgba(255,255,255,.06);color:var(--white)}
.fq-i{width:28px;height:28px;border-radius:var(--r-xs);background:var(--lime);color:var(--text);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;font-family:var(--fh);font-weight:800;transition:transform .3s,background .2s;line-height:1}
.faq-body{display:none;padding:0 22px 18px;border-top:1px solid rgba(255,255,255,.10)}
.faq-answer{display:block;font-family:var(--fb);font-size:.90rem;background:rgba(255,255,255,.06);border-left:3px solid var(--lime);padding:12px 16px;border-radius:0 var(--r-sm) var(--r-sm) 0;line-height:1.74;color:rgba(255,255,255,.50);margin-top:12px}
.faq-item.open .faq-body{display:block}
.faq-item.open .fq-i{transform:rotate(45deg);background:var(--sky)}
.faq-item.open .faq-q{color:var(--white)}

/* ── FINAL CTA ────────────────────── */
.s-final{background:linear-gradient(155deg,var(--steel-dk) 0%,var(--steel) 55%,var(--steel-md) 100%);border-top:3px solid var(--lime)}
.final-wrap{max-width:1200px;margin:0 auto;padding:80px 40px;display:flex;align-items:center;gap:56px}
.final-text{flex:1;display:flex;flex-direction:column;gap:16px}
.final-h2{font-family:var(--fh);font-size:clamp(2.0rem,3.6vw,3.2rem);color:var(--white);line-height:1.12;font-weight:800}
.final-h2 em{color:var(--lime-lt);font-style:italic;font-size:70%;display:block;font-weight:400;font-family:var(--fb);line-height:1.5;margin-top:6px}
.final-sub{font-family:var(--fb);font-size:.82rem;color:rgba(255,255,255,.28)}
.final-trust{display:flex;flex-wrap:wrap;align-items:center;gap:4px 12px}
.final-trust span{font-family:var(--fb);font-size:.70rem;font-weight:500;color:rgba(255,255,255,.25)}
.ftd{color:rgba(255,255,255,.12)!important}
.final-img-col{flex:0 0 260px;text-align:center}
.final-img{width:100%;max-width:240px;height:auto;filter:drop-shadow(0 16px 40px rgba(0,0,0,.35));transition:transform .4s;display:block;margin:0 auto}
.final-img-col:hover .final-img{transform:scale(1.06) translateY(-8px)}

/* ── FOOTER ───────────────────────── */
footer{background:var(--steel-dk);border-top:2px solid rgba(132,204,22,.18)}
.foot-top{padding:52px 40px;border-bottom:1px solid rgba(255,255,255,.06)}
.foot-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:40px;align-items:start}
.foot-logo{text-decoration:none;display:flex;align-items:baseline;margin-bottom:8px}
.fg-desc{font-family:var(--fb);font-size:.80rem;line-height:1.68;color:rgba(255,255,255,.20);margin-bottom:14px}
.fg-chips{display:flex;flex-wrap:wrap;gap:6px}
.fg-chips span{background:rgba(132,204,22,.08);border:1px solid rgba(132,204,22,.15);color:rgba(255,255,255,.38);font-family:var(--fb);font-size:.60rem;font-weight:600;padding:3px 9px;border-radius:var(--r-xs)}
.fg-nav h5{font-family:var(--fh);font-size:.60rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--lime-lt);margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid rgba(132,204,22,.10)}
.fg-nav ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:16px}
.fg-nav ul li a{color:rgba(255,255,255,.27);text-decoration:none;font-family:var(--fb);font-size:.88rem;transition:color .2s}
.fg-nav ul li a:hover{color:var(--lime-lt)}
.fg-cta{display:inline-block;background:var(--lime);color:var(--text);font-family:var(--fh);font-weight:700;font-size:.86rem;padding:10px 18px;border-radius:var(--r-xs);text-decoration:none;transition:filter .2s}
.fg-cta:hover{filter:brightness(1.10)}
.fgg{background:rgba(132,204,22,.08);border:1px solid rgba(132,204,22,.14);border-radius:var(--r-md);padding:20px;text-align:center}
.fgg-n{font-family:var(--fh);font-size:2.8rem;color:var(--lime-lt);line-height:1;display:block;margin-bottom:4px;font-weight:800}
.fgg strong{font-family:var(--fh);font-size:.96rem;font-weight:700;color:var(--white);display:block;margin-bottom:6px}
.fgg p{font-family:var(--fb);font-size:.80rem;color:rgba(255,255,255,.27);line-height:1.60}
.foot-legal{max-width:1200px;margin:0 auto;padding:14px 40px 24px}
.foot-legal p{font-family:var(--fb);font-size:.74rem;color:rgba(255,255,255,.16);line-height:1.65;margin-bottom:8px}
.foot-copy{font-size:.72rem;color:rgba(255,255,255,.10);margin-top:8px;padding-top:8px;border-top:1px solid rgba(132,204,22,.08)}
.foot-copy a{color:rgba(255,255,255,.24);text-decoration:none}
.foot-copy a:hover{color:var(--lime-lt);text-decoration:underline}

/* ── ANIMATIONS ───────────────────── */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ── RESPONSIVE ───────────────────── */
@media(max-width:1100px){
  .hero-wrap{grid-template-columns:1fr;min-height:auto}
  .hero-img-side{padding:40px 0 0;display:none}
  .hero-text-side{border-left:none;padding:60px 0;min-height:auto}
  .about-layout{grid-template-columns:1fr;gap:40px}
  .foot-grid{grid-template-columns:1fr 1fr}
  .fg-brand{grid-column:1/-1}
  .fg-guar{grid-column:1/-1}
  .final-wrap{gap:40px;flex-wrap:wrap;justify-content:center;text-align:center}
  .final-trust{justify-content:center}
}
@media(max-width:900px){
  .rv-grid{grid-template-columns:1fr}
  .ht-grid{grid-template-columns:1fr}
  .guar-layout{grid-template-columns:1fr;text-align:center}
  .guar-img{max-width:180px}
  .rv-header{grid-template-columns:repeat(2,1fr)}
  .rvh-stat:nth-child(2){border-right:none}
  .wrap{padding:72px 28px}
  .ing-row,.ir-alt{grid-template-columns:1fr}
  .ir-num,.ir-side{display:none}
  .ir-card{border:none;padding:18px 16px}
}
@media(max-width:768px){
  .s-h2,.s-h2-lt,.final-h2{font-size:2.2rem}
  .hero-wm{display:none}
}
@media(max-width:640px){
  nav{padding:0 16px}
  .nav-links{display:none}
  .nav-ham{display:flex}
  .s-h2,.s-h2-lt{font-size:1.9rem}
  .final-h2{font-size:2.0rem}
  .wrap{padding:60px 20px}
  .foot-top,.foot-legal{padding:28px 20px}
  .foot-grid{grid-template-columns:1fr;gap:22px}
  .final-wrap{padding:60px 20px;flex-direction:column;align-items:center}
}