/* ============================================
   NewEra Protect — Main Stylesheet
   ============================================ */

/* Base Variables (also defined inline in critical CSS) */
:root{
  --blush:#f3e3df;
  --blush-deep:#e7c7c0;
  --rose:#c9817d;
  --plum:#7a4a52;
  --navy:#1f2a3b;
  --cream:#fbf6f2;
  --sage:#8aa686;
  --gold:#c9a449;
  --text:#2a2725;
  --muted:#6b6660;
  --line:#e8ddd6;
  --shadow:0 10px 30px rgba(122,74,82,.10);
  --shadow-lg:0 20px 50px rgba(122,74,82,.18);
  --radius:14px;
  --radius-lg:20px;
}

img{max-width:100%;height:auto;display:block}

/* Section Container */
.section-inner{max-width:1180px;margin:0 auto;padding:80px 22px}
.section-eyebrow{
  display:inline-block;text-transform:uppercase;letter-spacing:.18em;
  font-size:.78rem;font-weight:600;color:var(--rose);margin-bottom:14px;
}
.section-eyebrow.light{color:var(--blush)}
.section-eyebrow.unique{
  background:linear-gradient(135deg,var(--gold),var(--rose));
  -webkit-background-clip:text;background-clip:text;color:transparent;
  font-weight:700;
}
h2{font-size:clamp(1.75rem,3.2vw,2.4rem);margin-bottom:18px}
h2.light{color:#fff}
h3{font-size:1.3rem;margin-bottom:10px}
.section-lead{font-size:1.05rem;color:var(--muted);max-width:760px;margin-bottom:40px;line-height:1.7}

/* AI Answer Block (for AEO/GEO) */
.ai-answer-block{
  background:linear-gradient(135deg,rgba(243,227,223,.5),rgba(231,199,192,.4));
  border-left:4px solid var(--rose);
  padding:22px 26px;border-radius:12px;margin:30px 0 36px;max-width:840px;
}
.ai-answer-block.dark{
  background:rgba(255,255,255,.07);border-left-color:var(--blush);color:#fff;
}
.ai-answer-block strong{
  display:block;font-size:1.08rem;color:var(--plum);margin-bottom:8px;font-weight:700;
}
.ai-answer-block.dark strong{color:var(--blush)}
.ai-answer-block p{margin:0;font-size:1rem;line-height:1.65}

/* 4. Trust Strip */
.trust-strip{
  background:linear-gradient(180deg,#fff 0%,var(--cream) 100%);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:34px 22px;position:relative;
}
.trust-strip::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--gold),var(--rose),var(--plum),var(--rose),var(--gold));
}
.trust-inner{
  max-width:1180px;margin:0 auto;display:grid;
  grid-template-columns:repeat(6,1fr);gap:18px;align-items:center;
}
.trust-item{
  display:flex;align-items:center;gap:13px;text-align:left;
  padding:10px 8px;border-radius:12px;transition:transform .25s,background .25s;
}
.trust-item:hover{transform:translateY(-2px);background:rgba(255,255,255,.6)}
.trust-icon{
  width:48px;height:48px;border-radius:50%;flex-shrink:0;
  background:linear-gradient(135deg,var(--blush) 0%,var(--blush-deep) 100%);
  display:flex;align-items:center;justify-content:center;
  color:var(--plum);box-shadow:0 4px 12px rgba(122,74,82,.15);
  position:relative;
}
.trust-icon::after{
  content:'';position:absolute;inset:-3px;border-radius:50%;
  border:1.5px solid rgba(201,164,73,.4);
}
.trust-icon svg{width:24px;height:24px;stroke:var(--plum)}
.trust-item strong{
  display:block;font-size:.92rem;color:var(--navy);font-weight:700;line-height:1.2;
  margin-bottom:2px;letter-spacing:-.01em;
}
.trust-item span{display:block;font-size:.74rem;color:var(--muted);line-height:1.3}

/* 5. Why Choose */
.why-choose{background:var(--cream)}
.why-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}
.why-image img{filter:drop-shadow(0 20px 40px rgba(122,74,82,.15))}
.benefit-list{list-style:none;margin-top:20px}
.benefit-list li{
  padding:11px 0;display:flex;gap:13px;align-items:flex-start;
  font-size:.98rem;border-bottom:1px solid var(--line);
}
.benefit-list li:last-child{border-bottom:0}
.benefit-list .check-icon{width:22px;height:22px;color:var(--gold);flex-shrink:0;margin-top:2px}

/* 6. Problem Section */
.problem-section{background:linear-gradient(135deg,var(--navy),#2d3a4e);color:#fff}
.problem-section h2,.problem-section .section-lead{color:#fff}
.problem-section .section-lead{color:rgba(255,255,255,.75)}
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:40px}
.problem-card{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);
  padding:28px 24px;border-radius:var(--radius);transition:transform .3s,background .3s;
}
.problem-card:hover{background:rgba(255,255,255,.1);transform:translateY(-4px)}
.problem-num{
  font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:700;
  color:var(--blush);opacity:.7;margin-bottom:8px;
}
.problem-card h3{color:#fff;font-size:1.2rem;margin-bottom:10px}
.problem-card p{color:rgba(255,255,255,.78);font-size:.93rem;line-height:1.6}

/* 7. What Is */
.what-is{background:#fff}
.what-grid{display:grid;grid-template-columns:.85fr 1.2fr;gap:60px;align-items:center;margin-top:20px}
.what-image img{filter:drop-shadow(0 20px 40px rgba(122,74,82,.15))}
.what-content p{margin-bottom:16px;font-size:1.02rem;line-height:1.75;color:var(--text)}

.quick-facts{
  margin-top:48px;background:linear-gradient(135deg,var(--cream) 0%,#fff 100%);
  border:1px solid var(--line);border-radius:var(--radius-lg);padding:36px 32px;
  position:relative;overflow:hidden;
}
.quick-facts::before{
  content:'';position:absolute;top:0;left:0;width:6px;height:100%;
  background:linear-gradient(180deg,var(--plum),var(--rose),var(--gold));
}
.qf-title{
  font-family:'Cormorant Garamond',serif;font-size:1.55rem;color:var(--plum);
  margin-bottom:22px;text-align:center;letter-spacing:-.01em;
}
.qf-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
}
.qf-item{
  display:flex;flex-direction:column;gap:5px;
  padding:14px 16px;background:#fff;border-radius:10px;
  border:1px solid var(--line);transition:transform .25s,box-shadow .25s;
}
.qf-item:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.qf-label{
  font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;
  color:var(--rose);font-weight:700;
}
.qf-value{
  font-size:.92rem;color:var(--navy);font-weight:600;line-height:1.3;
}
.who-for{
  margin-top:36px;padding:24px 28px;
  background:rgba(243,227,223,.4);border-left:4px solid var(--gold);
  border-radius:10px;font-size:1rem;line-height:1.75;color:var(--text);
}
.who-for strong{color:var(--plum)}

/* 8. How It Works */
.how-works{background:var(--cream)}
.mechanism-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px}
.mech-card{
  background:#fff;padding:32px 26px;border-radius:var(--radius);
  border:1px solid var(--line);transition:transform .3s,box-shadow .3s;
}
.mech-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.mech-icon{
  width:60px;height:60px;background:linear-gradient(135deg,var(--blush),var(--blush-deep));
  border-radius:14px;display:flex;align-items:center;justify-content:center;
  font-size:1.7rem;margin-bottom:18px;
}
.mech-card h3{color:var(--plum);font-size:1.15rem}
.mech-card p{font-size:.92rem;color:var(--muted);line-height:1.65}

/* 9. Diagram */
.diagram-section{background:linear-gradient(180deg,#fff,var(--cream))}
.diagram-wrap{
  background:#fff;border-radius:var(--radius-lg);padding:32px;
  box-shadow:var(--shadow);overflow-x:auto;
}
.diagram-wrap svg{max-width:100%;height:auto;display:block;margin:0 auto;min-width:700px}

/* 10. Pricing */
.pricing-section{background:#fff}
.pricing-grid{
  display:grid;grid-template-columns:1fr 1.05fr 1fr;gap:24px;
  align-items:center;margin-top:30px;
}
.price-card{
  background:linear-gradient(180deg,#fff,var(--cream));
  border:2px solid var(--line);border-radius:var(--radius-lg);
  padding:34px 26px;text-align:center;position:relative;transition:transform .3s,box-shadow .3s;
}
.price-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.price-card.best-value{
  border-color:var(--rose);transform:scale(1.05);
  background:linear-gradient(180deg,var(--cream),#fff);
  box-shadow:0 15px 45px rgba(201,129,125,.22);
}
.price-card.best-value:hover{transform:scale(1.05) translateY(-4px)}
.best-badge{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);
  background:linear-gradient(135deg,var(--rose),var(--plum));color:#fff;
  padding:7px 22px;border-radius:50px;font-size:.78rem;font-weight:700;
  letter-spacing:.1em;box-shadow:var(--shadow);
}
.price-tier{
  display:inline-block;background:var(--blush);color:var(--plum);
  padding:5px 14px;border-radius:50px;font-size:.74rem;font-weight:600;
  letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase;
}
.price-card h3{font-size:1.7rem;color:var(--navy);margin-bottom:4px}
.price-supply{font-size:.92rem;color:var(--muted);margin-bottom:18px}
.price-card img{margin:0 auto 18px;object-fit:contain}
.price-card.best-value img{width:240px;height:240px}
.price-card:not(.best-value) img{width:220px;height:220px}
.price-tag{margin-bottom:6px}
.price-num{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:700;color:var(--plum)}
.price-unit{color:var(--muted);font-size:.95rem;margin-left:5px}
.price-was{font-size:.88rem;color:var(--muted);margin-bottom:16px}
.price-was s{color:#b8a8a0}
.price-was strong{color:var(--plum)}
.price-perks{list-style:none;margin:14px 0 22px;text-align:left;display:inline-block}
.price-perks li{font-size:.88rem;color:var(--text);padding:4px 0}
.price-cta{
  display:block;background:var(--navy);color:#fff;padding:14px 30px;
  border-radius:50px;text-decoration:none;font-weight:600;
  font-size:.95rem;transition:all .2s;
}
.price-cta:hover{background:var(--plum);transform:translateY(-1px)}
.price-cta.primary{background:linear-gradient(135deg,var(--plum),var(--rose));box-shadow:var(--shadow)}
.price-ship{font-size:.78rem;color:var(--muted);margin-top:10px}

/* Bonus Cards */
.bonus-heading{
  text-align:center;margin-top:60px;margin-bottom:24px;
  font-size:1.6rem;color:var(--plum);
}
.bonus-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto}
.bonus-card{
  background:linear-gradient(135deg,var(--blush),#fff);
  padding:30px;border-radius:var(--radius);border:1px solid var(--blush-deep);
}
.bonus-label{
  display:inline-block;background:var(--gold);color:#fff;
  padding:5px 13px;border-radius:50px;font-size:.72rem;font-weight:700;
  letter-spacing:.08em;margin-bottom:10px;
}
.bonus-card h4{font-family:'Cormorant Garamond',serif;font-size:1.5rem;color:var(--plum);margin-bottom:10px}
.bonus-card p{font-size:.94rem;color:var(--text);line-height:1.65}

/* 11. Ingredients */
.ingredients-section{background:var(--cream)}
.ingredient-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px}
.ingredient-card{
  background:#fff;padding:26px 22px;border-radius:var(--radius);
  border:1px solid var(--line);transition:transform .3s,box-shadow .3s;
}
.ingredient-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.ingredient-card.highlight{
  background:linear-gradient(135deg,var(--plum),var(--rose));color:#fff;
}
.ingredient-card.highlight h3,.ingredient-card.highlight .ing-tag{color:#fff}
.ingredient-card.highlight p{color:rgba(255,255,255,.9)}
.ing-icon{
  width:52px;height:52px;background:var(--blush);border-radius:12px;
  display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:14px;
}
.ingredient-card.highlight .ing-icon{background:rgba(255,255,255,.15)}
.ing-tag{
  display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;color:var(--rose);margin-bottom:8px;
}
.ingredient-card h3{font-size:1.1rem;color:var(--navy);margin-bottom:8px}
.ingredient-card p{font-size:.88rem;color:var(--muted);line-height:1.6}

/* 12. Benefits */
.benefits-section{background:#fff}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:20px}
.benefit-tile{
  text-align:center;padding:30px 22px;border-radius:var(--radius);
  background:linear-gradient(180deg,#fff,var(--cream));
  border:1px solid var(--line);transition:transform .3s;
}
.benefit-tile:hover{transform:translateY(-4px)}
.b-icon{
  display:inline-flex;width:60px;height:60px;background:var(--blush);
  border-radius:50%;align-items:center;justify-content:center;
  font-size:1.6rem;margin-bottom:14px;
}
.benefit-tile h3{font-size:1.1rem;color:var(--plum);margin-bottom:6px}
.benefit-tile p{font-size:.88rem;color:var(--muted);line-height:1.55}

/* 13. Timeline */
.timeline-section{background:var(--cream)}
.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:30px;position:relative}
.timeline-card{
  background:#fff;padding:30px 24px;border-radius:var(--radius);
  border:1px solid var(--line);position:relative;
}
.t-phase{
  display:inline-block;background:linear-gradient(135deg,var(--rose),var(--plum));
  color:#fff;padding:6px 16px;border-radius:50px;font-size:.74rem;
  font-weight:700;letter-spacing:.08em;margin-bottom:14px;
}
.timeline-card h3{color:var(--navy);font-size:1.3rem;margin-bottom:10px}
.timeline-card p{font-size:.92rem;color:var(--text);line-height:1.65}
.timeline-card p strong{color:var(--plum)}

/* 14. Comparison */
.compare-section{background:#fff}
.compare-wrap{overflow-x:auto;margin-top:20px;border-radius:var(--radius);box-shadow:var(--shadow)}
.compare-table{width:100%;border-collapse:collapse;min-width:640px;background:#fff}
.compare-table th,.compare-table td{
  padding:16px 20px;text-align:left;border-bottom:1px solid var(--line);font-size:.95rem;
}
.compare-table th{
  background:var(--cream);font-weight:600;color:var(--navy);
  font-size:.92rem;letter-spacing:.02em;
}
.compare-table th.us,.compare-table td.us{
  background:linear-gradient(135deg,rgba(243,227,223,.6),rgba(231,199,192,.4));
  font-weight:600;color:var(--plum);
}
.compare-table tr:last-child td{border-bottom:0}
.compare-note{
  font-size:.82rem;color:var(--muted);margin-top:18px;
  font-style:italic;text-align:center;
}

/* 15. Reviews */
.reviews-section{background:var(--cream)}
.reviews-meta{
  display:flex;align-items:center;justify-content:center;gap:18px;
  margin-bottom:36px;flex-wrap:wrap;
}
.stars-big{color:var(--gold);font-size:1.6rem;letter-spacing:.08em}
.reviews-meta strong{color:var(--plum);font-size:1.4rem;font-family:'Cormorant Garamond',serif}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review-card{
  background:#fff;padding:28px 26px;border-radius:var(--radius);
  border:1px solid var(--line);transition:transform .3s,box-shadow .3s;
}
.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.r-stars{color:var(--gold);font-size:1.1rem;letter-spacing:.08em;margin-bottom:12px}
.r-text{font-size:.95rem;line-height:1.7;color:var(--text);margin-bottom:18px;font-style:italic}
.r-author{display:flex;align-items:center;gap:12px}
.r-author img{width:46px;height:46px;border-radius:50%}
.r-author strong{display:block;color:var(--navy);font-size:.92rem}
.r-author span{display:block;color:var(--muted);font-size:.78rem}
.r-author em{color:var(--sage);font-style:normal;font-weight:600}

/* 16. Guarantee */
.guarantee-section{
  background:linear-gradient(135deg,var(--blush),var(--blush-deep));
  position:relative;overflow:hidden;
}
.guarantee-inner{display:grid;grid-template-columns:auto 1fr;gap:50px;align-items:center}
.guarantee-seal{
  width:200px;height:200px;flex-shrink:0;position:relative;
  background:conic-gradient(from 0deg,var(--gold),var(--rose),var(--plum),var(--gold));
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow-lg);animation:rotate 30s linear infinite;
}
@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}
.seal-inner{
  width:170px;height:170px;background:#fff;border-radius:50%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;animation:rotate 30s linear infinite reverse;
}
.seal-num{
  font-family:'Cormorant Garamond',serif;font-size:3.3rem;
  font-weight:700;color:var(--plum);line-height:1;
}
.seal-text{font-size:.74rem;font-weight:700;letter-spacing:.12em;color:var(--navy);margin-top:4px}
.guarantee-content h2{color:var(--plum)}
.guarantee-content p{color:var(--text);margin-bottom:14px;line-height:1.7}

/* 17. Contraindications */
.contra-section{background:#fff}
.contra-list{list-style:none;margin-top:20px;max-width:880px}
.contra-list li{
  display:flex;gap:14px;align-items:flex-start;padding:18px 0;
  border-bottom:1px solid var(--line);font-size:1rem;line-height:1.65;
}
.contra-list li:last-child{border-bottom:0}
.x-icon{
  width:30px;height:30px;background:#fee;color:#c0392b;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-weight:700;
  font-size:1.1rem;flex-shrink:0;
}
.contra-list strong{color:var(--plum)}

/* 18. FAQ */
.faq-section{background:var(--cream)}
.faq-list{max-width:880px;margin-top:20px}
.faq-item{
  background:#fff;border-radius:var(--radius);
  margin-bottom:12px;border:1px solid var(--line);overflow:hidden;
}
.faq-item summary{
  padding:20px 26px;font-weight:600;font-size:1.02rem;color:var(--navy);
  cursor:pointer;list-style:none;display:flex;justify-content:space-between;
  align-items:center;transition:background .2s;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:'+';font-size:1.6rem;color:var(--rose);
  font-weight:300;transition:transform .25s;
}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item:hover summary{background:var(--cream)}
.faq-answer{padding:0 26px 22px;font-size:.96rem;line-height:1.7;color:var(--text)}

/* 19. Reviewer */
.reviewer-section{background:#fff}
.reviewer-inner{
  display:grid;grid-template-columns:auto 1fr;gap:50px;align-items:center;
  max-width:1000px;margin:0 auto;
}
.reviewer-avatar img{
  width:160px;height:160px;border-radius:50%;
  border:5px solid var(--blush);box-shadow:var(--shadow);
}
.reviewer-text h2{color:var(--plum);margin-bottom:6px}
.reviewer-cred{
  color:var(--sage);font-weight:600;font-size:.95rem;margin-bottom:14px;
  letter-spacing:.01em;
}
.reviewer-text p{margin-bottom:14px;color:var(--text);line-height:1.7}
.reviewer-note{font-size:.85rem;color:var(--muted)}

/* 20. References */
.references-section{background:var(--cream)}
.ref-list{margin-top:20px;padding-left:0;list-style:none;counter-reset:refcounter}
.ref-list li{
  counter-increment:refcounter;padding:14px 0 14px 38px;position:relative;
  font-size:.92rem;line-height:1.65;border-bottom:1px solid var(--line);color:var(--text);
}
.ref-list li::before{
  content:counter(refcounter);position:absolute;left:0;top:14px;
  width:26px;height:26px;background:var(--plum);color:#fff;
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:.78rem;font-weight:700;font-family:'Inter',sans-serif;
}
.ref-list li:last-child{border-bottom:0}
.ref-list a{color:var(--rose);text-decoration:none;font-weight:600}
.ref-list a:hover{text-decoration:underline}
.ref-list strong{color:var(--navy)}
.ref-list em{color:var(--muted)}

/* 21. Final CTA */
.final-cta{
  background:linear-gradient(135deg,var(--navy),var(--plum));
  color:#fff;text-align:center;position:relative;overflow:hidden;
}
.final-cta::before{
  content:'';position:absolute;top:-50%;left:-30%;width:80%;height:200%;
  background:radial-gradient(circle,rgba(243,227,223,.12) 0%,transparent 60%);
  pointer-events:none;
}
.final-cta .section-inner{position:relative;z-index:1}
.final-cta p{color:rgba(255,255,255,.85);max-width:680px;margin:0 auto 32px;font-size:1.05rem;line-height:1.7}
.final-image{margin:10px auto 36px;max-width:520px;filter:drop-shadow(0 20px 50px rgba(0,0,0,.35))}

/* Footer */
.site-footer{background:#0e1722;color:rgba(255,255,255,.7);padding:60px 22px 0}
.footer-inner{
  max-width:1180px;margin:0 auto;display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;
}
.footer-col h4{
  color:#fff;font-family:'Inter',sans-serif;font-size:.92rem;
  text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;
}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:10px}
.footer-col ul li a{color:rgba(255,255,255,.65);text-decoration:none;font-size:.92rem;transition:color .2s}
.footer-col ul li a:hover{color:var(--blush)}
.footer-col .logo{margin-bottom:14px}
.footer-col .logo-text{color:#fff}
.footer-col .logo-text em{color:var(--blush)}
.footer-tagline{font-size:.9rem;line-height:1.6;color:rgba(255,255,255,.6)}
.footer-bottom{
  max-width:1180px;margin:50px auto 0;padding:24px 0;
  border-top:1px solid rgba(255,255,255,.1);
}
.disclaimer{
  font-size:.78rem;line-height:1.65;color:rgba(255,255,255,.55);
  margin-bottom:14px;font-style:italic;
}
.copyright{font-size:.82rem;color:rgba(255,255,255,.6);text-align:center;padding-bottom:24px}

/* Mobile Sticky CTA */
.mobile-sticky-cta{
  display:none;position:fixed;bottom:0;left:0;right:0;z-index:99;
  background:linear-gradient(135deg,var(--plum),var(--rose));
  padding:12px 16px;box-shadow:0 -8px 20px rgba(0,0,0,.15);
}
.mobile-sticky-cta a{
  display:block;text-align:center;color:#fff;text-decoration:none;
  font-weight:700;font-size:1rem;padding:8px;letter-spacing:.01em;
}

/* Social Proof Popup */
.social-proof{
  position:fixed;bottom:24px;left:24px;z-index:90;
  background:#fff;border-radius:14px;padding:14px 40px 14px 14px;
  box-shadow:0 12px 40px rgba(0,0,0,.18);display:flex;align-items:center;gap:14px;
  max-width:340px;border:1px solid var(--line);
  transform:translateX(-120%);transition:transform .35s cubic-bezier(.2,.8,.4,1);
}
.social-proof.show{transform:translateX(0)}
.social-proof img{width:50px;height:50px;border-radius:8px;object-fit:contain;background:var(--cream)}
.sp-content{display:flex;flex-direction:column;gap:2px}
.sp-content strong{color:var(--navy);font-size:.88rem;font-weight:600}
.sp-content span{font-size:.78rem;color:var(--muted)}
.sp-time{color:var(--sage)!important;font-weight:600;font-size:.74rem!important;margin-top:2px}
.sp-close{
  position:absolute;top:8px;right:10px;background:none;border:0;
  font-size:1.4rem;color:var(--muted);cursor:pointer;line-height:1;padding:4px;
}
.sp-close:hover{color:var(--plum)}

/* ============================================
   RESPONSIVE — 900px breakpoint
   ============================================ */
@media (max-width:900px){
  .section-inner{padding:60px 18px}
  h2{font-size:1.7rem}
  .why-grid,.what-grid,.guarantee-inner,.reviewer-inner{grid-template-columns:1fr;gap:36px}
  .why-image,.what-image{order:2;max-width:380px;margin:0 auto}
  .why-content,.what-content,.reviewer-text{order:1;text-align:left}
  .qf-grid{grid-template-columns:repeat(2,1fr)}
  .quick-facts{padding:28px 22px}
  .reviewer-inner{text-align:center}
  .reviewer-avatar{margin:0 auto}
  .guarantee-seal{margin:0 auto}
  .problem-grid{grid-template-columns:repeat(2,1fr)}
  .mechanism-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-grid{grid-template-columns:1fr;gap:30px;max-width:420px;margin:30px auto 0}
  .price-card.best-value{transform:scale(1);order:-1}
  .price-card.best-value:hover{transform:translateY(-4px)}
  .bonus-grid{grid-template-columns:1fr;max-width:420px}
  .ingredient-grid{grid-template-columns:repeat(2,1fr)}
  .benefits-grid{grid-template-columns:repeat(2,1fr)}
  .timeline-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}
  .footer-inner{grid-template-columns:1fr 1fr;gap:30px}
  .trust-inner{grid-template-columns:repeat(3,1fr);gap:14px}
  .trust-item{padding:8px 4px;gap:10px}
  .trust-icon{width:42px;height:42px}
  .trust-icon svg{width:20px;height:20px}
  .trust-item strong{font-size:.85rem}
  .trust-item span{font-size:.68rem}
  .mobile-sticky-cta{display:block}
  body{padding-bottom:74px}
  .social-proof{bottom:84px;left:12px;right:12px;max-width:none}
}

/* ============================================
   RESPONSIVE — 560px breakpoint
   ============================================ */
@media (max-width:560px){
  .section-inner{padding:48px 16px}
  h2{font-size:1.5rem}
  h3{font-size:1.15rem}
  .section-eyebrow{font-size:.72rem}
  .section-lead{font-size:.95rem}
  .hero{padding:30px 16px 42px}
  .hero h1{font-size:1.6rem;line-height:1.22}
  .hero-sub{font-size:1rem}
  .hero-bullets li{font-size:.92rem}
  .hero-cta{padding:14px 30px;font-size:.95rem;width:100%;text-align:center}
  .hero-trust{justify-content:space-between;gap:8px}
  .hero-trust-item{font-size:.74rem;flex:1 1 calc(33% - 8px);justify-content:flex-start}
  .trust-strip{padding:24px 14px}
  .trust-inner{grid-template-columns:repeat(2,1fr);gap:12px}
  .trust-item{padding:6px 2px}
  .trust-icon{width:38px;height:38px}
  .trust-icon svg{width:18px;height:18px}
  .qf-grid{grid-template-columns:1fr;gap:12px}
  .quick-facts{padding:22px 18px}
  .qf-title{font-size:1.3rem}
  .who-for{padding:20px;font-size:.95rem}
  .announcement-bar{font-size:.78rem;padding:8px 12px}
  .problem-grid{grid-template-columns:1fr}
  .mechanism-grid{grid-template-columns:1fr}
  .ingredient-grid{grid-template-columns:1fr}
  .benefits-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .benefit-tile{padding:22px 14px}
  .timeline-grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr;gap:30px}
  .footer-col{text-align:left}
  .ai-answer-block{padding:18px 20px}
  .ai-answer-block strong{font-size:1rem}
  .reviews-meta{flex-direction:column;gap:8px}
  .guarantee-seal{width:160px;height:160px}
  .seal-inner{width:135px;height:135px}
  .seal-num{font-size:2.6rem}
  .price-card{padding:28px 20px}
  .price-num{font-size:2.5rem}
  .bonus-heading{font-size:1.3rem}
  .diagram-wrap{padding:18px}
  .compare-table th,.compare-table td{padding:12px 14px;font-size:.85rem}
  .header-cta{padding:8px 14px;font-size:.78rem}
  .logo img{width:32px;height:32px}
  .logo-text{font-size:1.1rem}
}
