/* ============================================================
   MetaGlucent - main.css
   Palette derived from official bottle label (navy + gold)
   ============================================================ */

:root{
  --navy:#0a2751;
  --navy-dark:#061c3d;
  --navy-light:#143570;
  --gold:#c9a961;
  --gold-light:#e6d09a;
  --gold-dark:#a68538;
  --emerald:#059669;
  --red:#dc2626;
  --white:#ffffff;
  --bg:#ffffff;
  --bg-soft:#f7f9fc;
  --bg-cream:#faf7f0;
  --bg-dark:#0f172a;
  --text:#0f172a;
  --text-2:#1e293b;
  --muted:#64748b;
  --border:#e2e8f0;
  --shadow-sm:0 1px 2px rgba(10,39,81,.06);
  --shadow-md:0 6px 20px rgba(10,39,81,.08);
  --shadow-lg:0 20px 50px rgba(10,39,81,.15);
  --shadow-gold:0 10px 30px rgba(201,169,97,.25);
  --radius:12px;
  --radius-sm:8px;
  --radius-lg:20px;
  --container:1200px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--navy);text-decoration:none;transition:color .2s}
a:hover{color:var(--gold-dark)}

h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;color:var(--navy);line-height:1.2;letter-spacing:-.01em;margin:0 0 1rem}
h1{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800}
h2{font-size:clamp(1.6rem,3.2vw,2.3rem);font-weight:700}
h3{font-size:clamp(1.15rem,1.8vw,1.4rem);font-weight:700}
p{margin:0 0 1rem}
em{color:var(--gold-dark);font-style:normal;font-weight:700}

.container{max-width:var(--container);margin:0 auto;padding:0 1.25rem}
section{padding:clamp(3rem,6vw,5rem) 0}

/* ---------- Announcement Bar ---------- */
.announce{
  background:linear-gradient(90deg,var(--navy) 0%,var(--navy-light) 100%);
  color:var(--gold-light);
  text-align:center;
  padding:.55rem 1rem;
  font-size:.87rem;
  font-weight:500;
  position:sticky;top:0;z-index:100;
}
.announce a{color:var(--gold);font-weight:700;margin-left:.5rem}
.announce a:hover{text-decoration:underline}

/* ---------- Sticky Header ---------- */
.site-header{
  position:sticky;top:38px;z-index:99;
  background:rgba(255,255,255,.97);
  backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid var(--border);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem;max-width:var(--container);margin:0 auto;gap:1rem}
.logo{display:flex;align-items:center;gap:.55rem;font-family:'Playfair Display',serif;font-weight:800;font-size:1.4rem;color:var(--navy)}
.logo-mark{width:36px;height:36px;background:var(--navy);border-radius:8px;display:grid;place-items:center;color:var(--gold);font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:800}
.logo em{color:var(--gold-dark)}
.nav{display:flex;gap:1.6rem;align-items:center}
.nav a{color:var(--text-2);font-weight:500;font-size:.95rem}
.nav a:hover{color:var(--navy)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.4rem;
  padding:.85rem 1.5rem;border-radius:var(--radius-sm);
  font-weight:700;font-size:.95rem;
  border:none;cursor:pointer;
  transition:transform .18s,box-shadow .18s,background .18s;
  text-decoration:none;
}
.btn-primary{
  background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);
  color:var(--navy-dark);
  box-shadow:var(--shadow-gold);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(201,169,97,.35);color:var(--navy-dark)}
.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}
.btn-outline:hover{background:var(--navy);color:var(--white)}
.btn-lg{padding:1.05rem 2rem;font-size:1.05rem}
.mobile-toggle{display:none;background:none;border:none;font-size:1.6rem;color:var(--navy);cursor:pointer}

/* ---------- Hero ---------- */
.hero{
  background:radial-gradient(1200px 500px at 80% -10%,rgba(201,169,97,.12),transparent 60%),
             linear-gradient(180deg,var(--bg-soft) 0%,var(--bg) 100%);
  padding:clamp(2.5rem,5vw,4.5rem) 0;
  overflow:hidden;
}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center}
.hero-badge{
  display:inline-flex;align-items:center;gap:.4rem;
  background:rgba(201,169,97,.15);color:var(--gold-dark);
  padding:.4rem .9rem;border-radius:99px;
  font-size:.82rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;
  margin-bottom:1rem;border:1px solid rgba(201,169,97,.3);
}
.hero h1{margin-bottom:1.1rem}
.hero-sub{font-size:1.1rem;color:var(--text-2);margin-bottom:1.4rem;max-width:560px}
.hero-bullets{list-style:none;padding:0;margin:0 0 1.8rem;display:grid;gap:.6rem}
.hero-bullets li{display:flex;align-items:flex-start;gap:.6rem;font-size:.98rem;color:var(--text-2)}
.check-icon{flex:0 0 22px;width:22px;height:22px;margin-top:3px}
.hero-cta{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center;margin-bottom:1.6rem}
.hero-trust{display:flex;gap:1.8rem;flex-wrap:wrap;margin-top:1.5rem}
.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted);font-weight:600}
.trust-item svg{width:20px;height:20px;color:var(--emerald)}
.hero-image{position:relative}
.hero-image img{
  max-width:100%;
  filter:drop-shadow(0 30px 40px rgba(10,39,81,.2));
  animation:float 5s ease-in-out infinite;
}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}

/* ---------- Trust Strip ---------- */
.trust-strip{background:var(--navy);color:var(--white);padding:1.4rem 0}
.trust-strip-inner{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:1.4rem;max-width:var(--container);margin:0 auto;padding:0 1rem}
.trust-badge{display:flex;align-items:center;gap:.55rem;font-size:.86rem;font-weight:600;color:var(--gold-light);letter-spacing:.02em;text-transform:uppercase}
.trust-badge svg{width:26px;height:26px;color:var(--gold)}

/* ---------- Why Choose ---------- */
.why-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:center}
.why-grid img{max-width:100%;filter:drop-shadow(0 20px 30px rgba(10,39,81,.15))}
.why-points{display:grid;gap:1.3rem}
.why-point{display:flex;gap:1rem;align-items:flex-start}
.why-point-icon{
  flex:0 0 48px;width:48px;height:48px;
  background:linear-gradient(135deg,var(--gold-light) 0%,var(--gold) 100%);
  border-radius:12px;display:grid;place-items:center;color:var(--navy);
}
.why-point-icon svg{width:24px;height:24px}
.why-point h3{margin:0 0 .3rem;font-size:1.15rem}
.why-point p{margin:0;color:var(--muted);font-size:.96rem}

/* ---------- Problem Section ---------- */
.problem{background:var(--bg-dark);color:#cbd5e1}
.problem h2{color:var(--white);text-align:center;margin-bottom:1rem}
.problem-lead{text-align:center;max-width:720px;margin:0 auto 2.5rem;color:#94a3b8}
.problem h2 em,.hero h1 em{color:var(--gold-light)}
.pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.2rem}
.pain-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:1.6rem;transition:transform .2s,border-color .2s}
.pain-card:hover{transform:translateY(-4px);border-color:var(--gold)}
.pain-icon{font-size:2rem;margin-bottom:.7rem}
.pain-card h3{color:var(--white);font-size:1.05rem;margin-bottom:.5rem}
.pain-card p{color:#94a3b8;font-size:.9rem;margin:0}

/* ---------- AI Answer Block ---------- */
.ai-answer{
  background:linear-gradient(135deg,rgba(20,53,112,.06) 0%,rgba(201,169,97,.08) 100%);
  border-left:4px solid var(--gold);
  border-radius:var(--radius-sm);
  padding:1.4rem 1.6rem;
  margin:0 auto 2rem;
  max-width:820px;
}
.ai-answer strong{display:block;color:var(--navy);font-family:'Playfair Display',serif;font-size:1.1rem;margin-bottom:.5rem}
.ai-answer p{margin:0;color:var(--text-2);font-size:1rem;line-height:1.7}

/* ---------- What Is ---------- */
.whatis-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:2.8rem;align-items:center}
.whatis-grid img{max-width:100%;filter:drop-shadow(0 20px 30px rgba(10,39,81,.15))}

/* ---------- How It Works ---------- */
.mech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.3rem}
.mech-card{
  background:var(--white);border:1px solid var(--border);border-radius:var(--radius);
  padding:1.7rem;transition:transform .2s,box-shadow .2s,border-color .2s;
}
.mech-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--gold)}
.mech-num{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:10px;
  background:var(--navy);color:var(--gold);
  font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:800;
  margin-bottom:.9rem;
}
.mech-card h3{font-size:1.1rem;margin-bottom:.4rem}
.mech-card p{color:var(--muted);font-size:.94rem;margin:0}

/* ---------- Section Header ---------- */
.sec-head{text-align:center;max-width:720px;margin:0 auto 2.5rem}
.sec-head h2{margin-bottom:.8rem}
.sec-head p{color:var(--muted);font-size:1.05rem;margin:0}
.eyebrow{display:inline-block;color:var(--gold-dark);font-size:.85rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.6rem}

/* ---------- SVG Diagram Section ---------- */
.diagram{background:var(--bg-soft)}
.diagram-badge{
  display:inline-block;
  background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);
  color:var(--navy);padding:.35rem 1rem;border-radius:99px;
  font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  margin-bottom:.8rem;
}
.diagram-wrap{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);max-width:960px;margin:0 auto}
.diagram-wrap svg{width:100%;height:auto;max-height:520px}

/* ---------- Pricing ---------- */
.pricing{background:linear-gradient(180deg,var(--bg-soft) 0%,var(--bg) 100%)}
.price-grid{display:grid;grid-template-columns:1fr 1.05fr 1fr;gap:1.4rem;align-items:end;max-width:1080px;margin:0 auto}
.price-card{
  background:var(--white);border:2px solid var(--border);border-radius:var(--radius-lg);
  padding:2rem 1.6rem;text-align:center;
  transition:transform .2s,box-shadow .2s;position:relative;
}
.price-card.featured{
  border-color:var(--gold);
  box-shadow:var(--shadow-gold);
  transform:scale(1.05);
}
.price-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.price-card.featured:hover{transform:scale(1.05) translateY(-4px)}
.price-badge{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);
  background:var(--navy);color:var(--gold);
  padding:.35rem 1rem;border-radius:99px;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  white-space:nowrap;
}
.price-card.featured .price-badge{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);color:var(--navy-dark)}
.price-card img{width:220px;height:220px;object-fit:contain;margin:.5rem auto 1rem;display:block}
.price-card.featured img{width:240px;height:240px}
.price-card h3{font-size:1.2rem;margin-bottom:.2rem;color:var(--navy)}
.price-supply{color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.9rem}
.price-per{color:var(--muted);font-size:.85rem;margin-bottom:.2rem}
.price-per strong{color:var(--navy);font-size:1.35rem;font-family:'Playfair Display',serif}
.price-total{font-family:'Playfair Display',serif;font-size:2.2rem;color:var(--navy);font-weight:800;line-height:1;margin:.4rem 0 .3rem}
.price-was{color:var(--muted);font-size:.9rem;text-decoration:line-through;margin-bottom:.15rem}
.price-save{color:var(--emerald);font-size:.85rem;font-weight:700;margin-bottom:1.1rem}
.price-ship{color:var(--gold-dark);font-size:.85rem;font-weight:700;margin-bottom:1.2rem}
.price-card .btn{width:100%}
.price-guarantee{
  text-align:center;max-width:640px;margin:2.5rem auto 0;color:var(--muted);font-size:.92rem;
}

/* ---------- Ingredients ---------- */
.ing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.3rem}
.ing-card{
  background:var(--white);border:1px solid var(--border);border-radius:var(--radius);
  padding:1.7rem;transition:transform .2s,box-shadow .2s;
}
.ing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.ing-head{display:flex;align-items:center;gap:.9rem;margin-bottom:.9rem}
.ing-icon{
  flex:0 0 52px;width:52px;height:52px;
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);
  border-radius:12px;display:grid;place-items:center;color:var(--gold);
  font-family:'Playfair Display',serif;font-size:1.35rem;font-weight:800;
}
.ing-tag{
  display:inline-block;background:rgba(201,169,97,.15);color:var(--gold-dark);
  padding:.2rem .6rem;border-radius:6px;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
  margin-bottom:.4rem;
}
.ing-card h3{font-size:1.1rem;margin:0}
.ing-card p{color:var(--muted);font-size:.94rem;margin:0}

/* ---------- Benefits ---------- */
.benefits{background:var(--bg-soft)}
.ben-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.2rem}
.ben-card{background:var(--white);border-radius:var(--radius);padding:1.5rem;text-align:center;border-top:3px solid var(--gold);transition:transform .2s,box-shadow .2s}
.ben-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.ben-icon{
  width:56px;height:56px;margin:0 auto .9rem;
  background:linear-gradient(135deg,rgba(201,169,97,.18) 0%,rgba(201,169,97,.35) 100%);
  border-radius:14px;display:grid;place-items:center;color:var(--gold-dark);
}
.ben-icon svg{width:28px;height:28px}
.ben-card h3{font-size:1.02rem;margin-bottom:.3rem}
.ben-card p{color:var(--muted);font-size:.88rem;margin:0}

/* ---------- Timeline ---------- */
.timeline{position:relative}
.tl-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}
.tl-card{
  background:var(--white);border:1px solid var(--border);border-radius:var(--radius);
  padding:1.7rem;position:relative;transition:transform .2s,box-shadow .2s;
}
.tl-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.tl-phase{color:var(--gold-dark);font-size:.78rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.4rem}
.tl-card h3{font-size:1.05rem;margin-bottom:.6rem}
.tl-card p{color:var(--muted);font-size:.92rem;margin:0}
.tl-num{
  position:absolute;top:-14px;right:1.4rem;
  width:36px;height:36px;border-radius:50%;
  background:var(--navy);color:var(--gold);
  display:grid;place-items:center;font-family:'Playfair Display',serif;font-weight:800;font-size:1rem;
}

/* ---------- Comparison ---------- */
.compare{background:var(--bg-soft)}
.compare-wrap{max-width:1000px;margin:0 auto;overflow-x:auto;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}
.compare-table{width:100%;border-collapse:collapse;min-width:600px}
.compare-table th,.compare-table td{padding:1rem 1.1rem;text-align:left;border-bottom:1px solid var(--border);font-size:.95rem}
.compare-table th{background:var(--navy);color:var(--white);font-family:'Playfair Display',serif;font-weight:700;font-size:1rem}
.compare-table th.highlight{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);color:var(--navy-dark)}
.compare-table td:first-child{font-weight:600;color:var(--navy);background:var(--bg-soft)}
.compare-table td.yes{color:var(--emerald);font-weight:700}
.compare-table td.no{color:var(--red);font-weight:700}
.compare-table tr:last-child td{border-bottom:none}

/* ---------- Reviews ---------- */
.rev-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.4rem}
.rev-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.7rem;transition:transform .2s,box-shadow .2s}
.rev-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.rev-stars{color:var(--gold);letter-spacing:.15em;margin-bottom:.7rem;font-size:1rem}
.rev-text{color:var(--text-2);font-size:.96rem;margin-bottom:1.2rem;font-style:italic;line-height:1.6}
.rev-user{display:flex;align-items:center;gap:.8rem}
.rev-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0}
.rev-name{font-weight:700;color:var(--navy);font-size:.95rem;line-height:1.2}
.rev-meta{color:var(--muted);font-size:.8rem;display:flex;align-items:center;gap:.3rem;margin-top:.15rem}
.verified-tick{color:var(--emerald);font-weight:800}

/* ---------- Guarantee ---------- */
.guarantee{text-align:center;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);color:var(--white)}
.guarantee h2{color:var(--white)}
.guarantee-seal{
  width:180px;height:180px;margin:0 auto 1.5rem;position:relative;
  background:conic-gradient(from 0deg,var(--gold) 0deg,var(--gold-light) 90deg,var(--gold) 180deg,var(--gold-dark) 270deg,var(--gold) 360deg);
  border-radius:50%;display:grid;place-items:center;
  box-shadow:0 20px 50px rgba(201,169,97,.3);
}
.guarantee-seal::before{
  content:"";position:absolute;inset:8px;background:var(--navy);border-radius:50%;
}
.seal-inner{position:relative;text-align:center;color:var(--gold-light);z-index:1}
.seal-inner .n{font-family:'Playfair Display',serif;font-size:2.6rem;font-weight:800;line-height:1;color:var(--gold)}
.seal-inner .l{font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-top:.2rem}
.guarantee p{max-width:640px;margin:0 auto 1rem;color:#cbd5e1;font-size:1rem}
.guarantee .btn{margin-top:1.4rem}

/* ---------- Contraindications ---------- */
.contra-wrap{max-width:820px;margin:0 auto;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-sm)}
.contra-list{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;gap:.9rem}
.contra-list li{display:flex;gap:.8rem;align-items:flex-start;padding:1rem 1.1rem;background:#fef2f2;border-left:3px solid var(--red);border-radius:var(--radius-sm);font-size:.95rem;color:var(--text-2)}
.contra-list .x{color:var(--red);font-weight:800;flex:0 0 auto}

/* ---------- FAQ ---------- */
.faq-wrap{max-width:840px;margin:0 auto}
.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:.8rem;overflow:hidden;transition:box-shadow .2s}
.faq-item.open{box-shadow:var(--shadow-md);border-color:var(--gold)}
.faq-q{
  width:100%;background:none;border:none;padding:1.15rem 1.3rem;text-align:left;
  font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:var(--navy);
  cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;
}
.faq-q::after{content:"+";font-family:'Inter',sans-serif;font-size:1.4rem;font-weight:400;color:var(--gold-dark);transition:transform .2s;flex-shrink:0}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{padding:0 1.3rem;max-height:0;overflow:hidden;transition:max-height .3s,padding .3s;color:var(--text-2);font-size:.96rem;line-height:1.65}
.faq-item.open .faq-a{padding:0 1.3rem 1.3rem;max-height:500px}

/* ---------- Medical Reviewer ---------- */
.reviewer{background:var(--bg-soft)}
.reviewer-card{max-width:720px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);padding:2rem;display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center;box-shadow:var(--shadow-sm);border:1px solid var(--border)}
.reviewer-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);display:grid;place-items:center;color:var(--gold);font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:800;flex-shrink:0}
.reviewer-info h3{margin:0 0 .3rem}
.reviewer-cred{color:var(--gold-dark);font-weight:600;font-size:.9rem;margin-bottom:.6rem}
.reviewer-info p{color:var(--muted);font-size:.95rem;margin:0}

/* ---------- References ---------- */
.refs-wrap{max-width:820px;margin:0 auto}
.refs-list{list-style:none;padding:0;margin:0;counter-reset:refs}
.refs-list li{counter-increment:refs;padding:.9rem 1rem .9rem 3rem;border-bottom:1px solid var(--border);position:relative;font-size:.9rem;color:var(--text-2);line-height:1.5}
.refs-list li::before{content:counter(refs);position:absolute;left:0;top:.9rem;width:2rem;height:2rem;background:var(--navy);color:var(--gold);border-radius:6px;display:grid;place-items:center;font-size:.8rem;font-weight:700}
.refs-list a{color:var(--navy);font-weight:600;text-decoration:underline}
.refs-list a:hover{color:var(--gold-dark)}

/* ---------- Final CTA ---------- */
.final-cta{
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);
  color:var(--white);text-align:center;
}
.final-cta h2{color:var(--white);margin-bottom:1rem}
.final-cta p{color:#cbd5e1;max-width:640px;margin:0 auto 1.6rem;font-size:1.05rem}

/* ---------- Footer ---------- */
.footer{background:var(--bg-dark);color:#94a3b8;padding:3rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.2rem;margin-bottom:2.2rem}
.footer h4{color:var(--white);font-family:'Playfair Display',serif;font-size:1.05rem;margin-bottom:1rem}
.footer .logo{color:var(--white);margin-bottom:1rem}
.footer ul{list-style:none;padding:0;margin:0}
.footer ul li{margin-bottom:.5rem;font-size:.9rem}
.footer a{color:#94a3b8;font-size:.9rem}
.footer a:hover{color:var(--gold)}
.footer-disclaimer{border-top:1px solid #1e293b;padding-top:1.5rem;font-size:.78rem;color:#64748b;line-height:1.6}
.footer-bottom{text-align:center;padding-top:1.2rem;font-size:.82rem;color:#64748b;border-top:1px solid #1e293b;margin-top:1.5rem}

/* ---------- Social Proof Popup ---------- */
.sp-popup{
  position:fixed;bottom:20px;left:20px;z-index:200;
  background:var(--white);border-radius:var(--radius);
  box-shadow:0 20px 50px rgba(10,39,81,.2);
  padding:.9rem 1.1rem;max-width:320px;
  display:none;align-items:center;gap:.8rem;
  border-left:4px solid var(--gold);
  animation:slideIn .4s ease-out;
}
.sp-popup.show{display:flex}
@keyframes slideIn{from{transform:translateX(-120%);opacity:0}to{transform:translateX(0);opacity:1}}
.sp-icon{
  flex:0 0 40px;width:40px;height:40px;border-radius:50%;
  background:linear-gradient(135deg,var(--emerald) 0%,#047857 100%);
  display:grid;place-items:center;color:var(--white);font-weight:800;
}
.sp-content{flex:1;font-size:.82rem;line-height:1.4}
.sp-name{font-weight:700;color:var(--navy)}
.sp-loc{color:var(--muted)}
.sp-item{color:var(--gold-dark);font-weight:600;font-size:.78rem}
.sp-time{color:var(--muted);font-size:.72rem;margin-top:.2rem}
.sp-close{background:none;border:none;color:var(--muted);font-size:1.2rem;cursor:pointer;flex-shrink:0;padding:0;line-height:1}

/* ---------- Mobile Sticky CTA ---------- */
.mobile-cta{
  display:none;position:fixed;bottom:0;left:0;right:0;z-index:150;
  background:var(--white);border-top:1px solid var(--border);
  padding:.7rem 1rem;box-shadow:0 -8px 24px rgba(10,39,81,.1);
}
.mobile-cta .btn{width:100%;padding:.9rem}

/* ---------- Legal Pages ---------- */
.legal-content{max-width:820px;margin:0 auto;padding:3rem 1.25rem}
.legal-content h1{margin-bottom:.4rem}
.legal-content .updated{color:var(--muted);font-size:.9rem;margin-bottom:2rem}
.legal-content h2{font-size:1.4rem;margin-top:2rem;margin-bottom:.8rem}
.legal-content p,.legal-content ul{color:var(--text-2);font-size:.98rem;line-height:1.75}
.legal-content ul{padding-left:1.4rem}
.legal-content ul li{margin-bottom:.5rem}
.legal-content a{color:var(--navy);font-weight:600;text-decoration:underline}
.legal-content a:hover{color:var(--gold-dark)}

/* ---------- 404 ---------- */
.notfound{text-align:center;padding:5rem 1.25rem;max-width:640px;margin:0 auto}
.notfound .big{font-family:'Playfair Display',serif;font-size:clamp(5rem,15vw,9rem);font-weight:800;color:var(--navy);line-height:1;margin-bottom:.5rem}
.notfound .big em{color:var(--gold)}
.notfound h1{font-size:2rem;margin-bottom:.8rem}
.notfound p{color:var(--muted);margin-bottom:2rem}
.notfound .links{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:2rem}
.notfound .links a{padding:.5rem 1rem;border:1px solid var(--border);border-radius:99px;font-size:.9rem;color:var(--navy)}
.notfound .links a:hover{background:var(--navy);color:var(--white)}

/* ============================================================
   Responsive
   ============================================================ */
@media(max-width:900px){
  .nav{display:none}
  .mobile-toggle{display:block}
  .nav.mobile-open{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;box-shadow:var(--shadow-md);gap:.8rem;border-top:1px solid var(--border)}
  .hero-grid{grid-template-columns:1fr;gap:2rem}
  .hero-image{order:-1;max-width:340px;margin:0 auto}
  .why-grid,.whatis-grid{grid-template-columns:1fr;gap:2rem}
  .why-grid img,.whatis-grid img{max-width:400px;margin:0 auto}
  .price-grid{grid-template-columns:1fr;gap:1.5rem;max-width:420px}
  .price-card.featured{transform:none;order:-1}
  .price-card.featured:hover{transform:translateY(-4px)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:1.8rem}
  .reviewer-card{grid-template-columns:1fr;text-align:center;padding:1.5rem}
  .reviewer-avatar{margin:0 auto}
  .mobile-cta{display:block}
  body{padding-bottom:70px}
  .sp-popup{left:12px;right:12px;max-width:none;bottom:80px}
}
@media(max-width:560px){
  .site-header{top:auto}
  .announce{font-size:.78rem;padding:.45rem .8rem}
  .container{padding:0 1rem}
  section{padding:2.5rem 0}
  .hero-cta{flex-direction:column;align-items:stretch}
  .hero-cta .btn{width:100%}
  .hero-trust{gap:1rem;justify-content:center}
  .trust-strip-inner{gap:.9rem}
  .trust-badge{font-size:.75rem}
  .footer-grid{grid-template-columns:1fr;gap:1.5rem}
  .contra-wrap{padding:1.5rem}
  .compare-table th,.compare-table td{padding:.7rem .8rem;font-size:.85rem}
  .guarantee-seal{width:140px;height:140px}
  .seal-inner .n{font-size:2rem}
  .price-card img{width:200px;height:200px}
  .price-card.featured img{width:210px;height:210px}
}
