/* =========================================================================
   Sugar Defender — Official Website
   Primary #931F1D · Secondary #F7CA00 · Content width 1280 · Min type 20px
   ========================================================================= */

@font-face{
  font-family:'Jost';
  src:url('../fonts/jost-latin.woff2') format('woff2-variations');
  font-weight:300 800; font-style:normal; font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* ---------- Tokens ---------- */
:root{
  --red:#931F1D;
  --red-dk:#6E1614;
  --red-dp:#4E0F0E;
  --red-lt:#B8332F;
  --yellow:#F7CA00;
  --yellow-lt:#FFDE4D;
  --yellow-dk:#C9A400;

  --ink:#1A1512;
  --ink-2:#241D19;
  --cream:#FDF8F0;
  --cream-2:#F5EADA;
  --white:#FFFFFF;
  --slate:#6A6058;
  --line:#E7DCCB;
  --line-dk:#3A2F29;

  --font:'Jost',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --display:var(--font);
  --body:var(--font);
  --mono:var(--font);

  --wrap:1280px;
  --radius:18px;
  --radius-lg:26px;
  --sh-sm:0 2px 6px rgba(26,21,18,.06),0 8px 20px rgba(26,21,18,.05);
  --sh-md:0 6px 16px rgba(26,21,18,.08),0 20px 46px rgba(26,21,18,.09);
  --sh-lg:0 12px 30px rgba(26,21,18,.13),0 36px 80px rgba(26,21,18,.16);
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:88px}
body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:var(--body);font-size:22px;line-height:1.62;font-weight:400;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--red);text-decoration:none}
a:hover{text-decoration:underline}
button{font:inherit}
p{margin:0 0 1.05em}
ul{margin:0 0 1.05em;padding-left:1.2em}
li{margin-bottom:.4em}

h1,h2,h3,h4{margin:0 0 .5em;font-family:var(--display);line-height:1.1;letter-spacing:-.02em;font-weight:800}
h1{font-size:clamp(2.4rem,5.2vw,3.9rem)}
h2{font-size:clamp(1.95rem,3.9vw,3.1rem)}
h3{font-size:clamp(1.2rem,1.8vw,1.45rem);font-weight:700;letter-spacing:-.01em}
h4{font-size:1.12rem;font-weight:700}

/* ---------- A11y ---------- */
.skip{position:absolute;left:-9999px;top:0;z-index:200;background:var(--red);color:#fff;padding:.8rem 1.3rem;border-radius:0 0 10px 0;font-weight:700}
.skip:focus{left:0}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px;border-radius:6px}
.vh{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ---------- Layout ---------- */
.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2rem)}
.wrap--narrow{max-width:920px}
.section{padding-block:clamp(3.5rem,7vw,6.5rem);position:relative}
.section.is-tight{padding-block:clamp(2.5rem,4.5vw,3.75rem)}

/* Section rhythm — this is what breaks the page out of one long gray column */
.section.is-tinted{background:var(--cream-2)}
.section.is-dark{background:var(--ink);color:#E4DACE}
.section.is-red{
  background:linear-gradient(165deg,var(--red-lt) 0%,var(--red) 45%,var(--red-dk) 100%);
  color:#FBEDE8;
}
.section.is-dark h2,.section.is-dark h3,.section.is-dark h4,
.section.is-red h2,.section.is-red h3,.section.is-red h4{color:#fff}
.section.is-dark .lede{color:#B7ABA0}
.section.is-red .lede{color:#F6D9D2}

/* subtle top hairline to separate stacked light sections */
.section.is-tinted + .section:not(.is-dark):not(.is-red){border-top:1px solid var(--line)}

/* ---------- Section heading kit ---------- */
.eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.95rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--red);background:var(--yellow);
  padding:.42rem 1.05rem;border-radius:999px;margin:0 0 1.1rem;
}
.section.is-dark .eyebrow,.section.is-red .eyebrow{background:var(--yellow);color:var(--ink)}

.lede{font-size:1.12rem;color:var(--slate);max-width:62ch;line-height:1.62}
.center{text-align:center}
.center .lede{margin-inline:auto}
.center .eyebrow{margin-inline:auto}
.mb-lg{margin-bottom:clamp(2.2rem,4vw,3.25rem)}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--body);font-weight:800;font-size:1.05rem;letter-spacing:.01em;
  line-height:1.2;text-align:center;padding:1.1rem 2.2rem;
  border-radius:999px;border:0;cursor:pointer;text-decoration:none;
  min-height:56px;
  transition:transform .18s var(--ease),box-shadow .18s var(--ease),filter .18s var(--ease);
}
.btn:hover{text-decoration:none;transform:translateY(-2px)}
.btn:active{transform:translateY(0)}

.btn--gold{
  background:var(--yellow);color:var(--ink);
  box-shadow:0 5px 0 var(--yellow-dk),0 14px 28px rgba(247,202,0,.34);
}
.btn--gold:hover{box-shadow:0 7px 0 var(--yellow-dk),0 20px 38px rgba(247,202,0,.44);filter:brightness(1.04)}

.btn--primary{
  background:var(--red);color:#fff;
  box-shadow:0 5px 0 var(--red-dp),0 14px 28px rgba(147,31,29,.32);
}
.btn--primary:hover{box-shadow:0 7px 0 var(--red-dp),0 20px 38px rgba(147,31,29,.42)}

.btn--ghost{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 2px var(--line)}
.btn--ghost:hover{box-shadow:inset 0 0 0 2px var(--ink)}
.hero .btn--ghost,.section.is-dark .btn--ghost,.section.is-red .btn--ghost{
  color:#fff;box-shadow:inset 0 0 0 2px rgba(255,255,255,.4);
}
.hero .btn--ghost:hover{box-shadow:inset 0 0 0 2px #fff;background:rgba(255,255,255,.08)}

.btn--lg{font-size:1.14rem;padding:1.25rem 2.7rem;min-height:64px}
.btn--block{display:flex;width:100%}

.cta-note{font-size:.95rem;color:var(--slate);margin:.9rem 0 0}
.section.is-dark .cta-note,.hero .cta-note{color:#A79A8E}
.section.is-red .cta-note{color:#EFC9C2}

/* ---------- Header ---------- */
.hdr{
  position:sticky;top:0;z-index:100;
  background:rgba(26,21,18,.96);
  backdrop-filter:saturate(160%) blur(12px);-webkit-backdrop-filter:saturate(160%) blur(12px);
  border-bottom:3px solid var(--red);
}
.hdr__in{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px;position:relative}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.25rem;letter-spacing:-.02em;color:#fff}
.brand:hover{text-decoration:none;color:#fff}
.brand__mark{
  width:42px;height:42px;flex:none;border-radius:11px;
  display:block;object-fit:cover;
  box-shadow:0 0 0 1px rgba(255,255,255,.18);
}
.nav{display:flex;align-items:center;gap:1.7rem}
.nav a{color:#D6CCC2;font-size:1rem;font-weight:600;padding:.4rem 0;border-bottom:2px solid transparent;transition:color .16s,border-color .16s}
.nav a:hover{color:#fff;border-bottom-color:var(--yellow);text-decoration:none}
.hdr .btn{padding:.7rem 1.5rem;font-size:.98rem;min-height:48px}
.navtoggle{
  display:none;background:transparent;border:1.5px solid #4A3D35;border-radius:10px;
  width:50px;height:50px;color:#fff;cursor:pointer;align-items:center;justify-content:center;
}
.navtoggle span{display:block;width:20px;height:2px;background:currentColor;position:relative}
.navtoggle span::before,.navtoggle span::after{content:'';position:absolute;left:0;width:20px;height:2px;background:currentColor}
.navtoggle span::before{top:-6px}
.navtoggle span::after{top:6px}

/* ---------- Hero ---------- */
.hero{
  position:relative;overflow:hidden;display:flex;align-items:center;
  min-height:100vh;min-height:100svh;
  padding-block:clamp(4.5rem,9vw,6rem) clamp(3rem,6vw,4.5rem);
  background:
    radial-gradient(1100px 620px at 76% 22%,rgba(184,51,47,.55),transparent 64%),
    radial-gradient(760px 560px at 8% 92%,rgba(78,15,14,.75),transparent 62%),
    linear-gradient(158deg,#7E1A18 0%,#5C1211 55%,#3A0C0B 100%);
  color:#F7E9E4;
}
/* warm grain so the big red field doesn't read as flat vector fill */
.hero::before{
  content:'';position:absolute;inset:0;pointer-events:none;opacity:.5;
  background-image:radial-gradient(rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:5px 5px;
}
/* yellow rule anchoring the hero to the section below */
.hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:6px;background:var(--yellow)}
.hero__in{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,4.5vw,4rem);align-items:center}
.hero h1{color:#fff;margin-bottom:.4em;text-wrap:balance;letter-spacing:-.028em}
.hero h1 em{font-style:normal;color:var(--yellow);display:inline-block}
.hero__lede{font-size:1.12rem;color:#E7CFC8;max-width:54ch;margin-bottom:1.75rem;line-height:1.6}

.hero__media{position:relative;display:grid;place-items:center}
.hero__glow{
  position:absolute;width:82%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,rgba(247,202,0,.3),transparent 66%);
  filter:blur(34px);z-index:0;
}
.hero__media img{position:relative;z-index:1;filter:drop-shadow(0 34px 66px rgba(0,0,0,.6));max-height:min(600px,70vh);width:auto}

.ticks{list-style:none;margin:0 0 1.9rem;padding:0;display:grid;gap:.7rem}
.ticks li{display:flex;align-items:flex-start;gap:.75rem;margin:0;font-weight:600;font-size:1.02rem;color:#F2DED8}
.ticks svg{flex:none;width:26px;height:26px;padding:5px;margin-top:.05em;border-radius:50%;background:var(--yellow);color:var(--red);stroke-width:3.5}

.pricetag{
  display:inline-flex;flex-direction:column;gap:.2rem;text-align:left;
  background:rgba(0,0,0,.24);border:1px solid rgba(247,202,0,.5);border-left:5px solid var(--yellow);
  border-radius:0 14px 14px 0;padding:1rem 1.4rem;margin-bottom:1.75rem;
}
.pricetag__save{font-size:.93rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--yellow)}
.pricetag__now{font-size:1.45rem;font-weight:800;color:#fff;line-height:1.2}
.pricetag__now s{color:#C0A79F;font-weight:500;font-size:.78em;margin-right:.4rem}

.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.hero__seals{display:flex;flex-wrap:wrap;gap:1.6rem;align-items:center;margin-top:2.2rem;padding-top:1.8rem;border-top:1px solid rgba(255,255,255,.16)}
.hero__seals img{height:56px;width:auto}

/* ---------- Trust bar ---------- */
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.trust__card{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:2rem 1.4rem;text-align:center;box-shadow:var(--sh-sm);
  border-top:5px solid var(--red);
  transition:transform .2s var(--ease),box-shadow .2s var(--ease);
}
.trust__card:hover{transform:translateY(-5px);box-shadow:var(--sh-md)}
.trust__card img{height:84px;width:auto;margin:0 auto 1.1rem}
.trust__card h3{margin-bottom:.45rem;font-size:1.2rem}
.trust__card p{margin:0;font-size:.97rem;color:var(--slate);line-height:1.55}

/* ---------- Split / prose ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.2rem,4.5vw,4rem);align-items:center}
.split--media-first .split__media{order:-1}
.split__media img{margin-inline:auto;filter:drop-shadow(0 24px 50px rgba(26,21,18,.22))}
.prose p:last-child{margin-bottom:0}
.prose p{color:#3C342E}
.section.is-dark .prose p,.section.is-red .prose p{color:inherit}

/* ---------- Reviews ---------- */
.rating{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin-bottom:2.75rem}
.rating__stars{color:var(--yellow);font-size:1.9rem;letter-spacing:.1em;line-height:1}
.rating__score{font-size:1.6rem;font-weight:800}
.rating__count{font-size:.95rem;color:var(--slate);font-weight:600}

.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.review{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:2rem 1.7rem 1.7rem;box-shadow:var(--sh-sm);display:flex;flex-direction:column;position:relative;
}
.review::before{
  content:'\201C';position:absolute;top:.6rem;right:1.3rem;
  font-size:4.6rem;line-height:1;color:var(--yellow);font-weight:800;
}
.review__stars{color:var(--yellow);letter-spacing:.09em;font-size:1.16rem;margin-bottom:.9rem;line-height:1}
.review__text{font-size:.99rem;line-height:1.65;color:#3C342E;flex:1;margin-bottom:1.4rem}
.review__by{display:flex;align-items:center;gap:.9rem;padding-top:1.2rem;border-top:1px solid var(--line)}
.review__by img{width:60px;height:60px;border-radius:50%;object-fit:cover;flex:none;border:3px solid var(--yellow)}
.review__name{font-weight:800;font-size:1rem;line-height:1.3}
.review__loc{font-size:.93rem;color:var(--slate)}
.review__vfd{display:inline-flex;align-items:center;gap:.3rem;margin-top:.15rem;font-size:.92rem;font-weight:700;color:#1D7A4F}

/* ---------- Pricing ---------- */
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;align-items:stretch}
.plan{
  background:var(--white);border-radius:var(--radius-lg);
  display:flex;flex-direction:column;overflow:hidden;position:relative;
  box-shadow:var(--sh-md);transition:transform .22s var(--ease),box-shadow .22s var(--ease);
}
.plan:hover{transform:translateY(-6px);box-shadow:var(--sh-lg)}
.plan__body{padding:2.1rem 1.8rem;display:flex;flex-direction:column;flex:1;text-align:center}
.plan__title{font-size:1.6rem;font-weight:800;margin-bottom:.2rem;color:var(--red)}
.plan__subtitle{font-size:.97rem;color:var(--slate);font-weight:600;margin-bottom:1.4rem}
.plan__img{min-height:200px;display:grid;place-items:center;margin-bottom:1.4rem}
.plan__img img{max-height:200px;width:auto}
.plan__price{display:flex;align-items:flex-start;justify-content:center;gap:.35rem;line-height:1;margin-bottom:.6rem}
.plan__dollar{font-size:2rem;font-weight:800;color:var(--ink);margin-top:.4rem}
.plan__amt{font-size:3.9rem;font-weight:800;letter-spacing:-.04em;color:var(--ink);line-height:.95}
.plan__per{display:flex;flex-direction:column;font-size:.93rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.04em;color:var(--slate);margin-top:.65rem;line-height:1.25;text-align:left}
.plan__save{font-weight:800;font-size:1.06rem;color:var(--ink);margin-bottom:.4rem}
.plan__bonus{font-weight:800;font-size:.95rem;letter-spacing:.02em;color:var(--red);margin-bottom:1.2rem}
.plan .btn{margin-top:auto}
.plan__guarantee{font-size:.95rem;font-weight:600;color:var(--slate);margin:1.05rem 0 0}
.paycards{display:flex;gap:.45rem;justify-content:center;margin-top:.75rem}
.paycards svg{height:26px;width:auto;flex:none}
.plan__totalline{margin:1.35rem 0 0;padding-top:1.2rem;border-top:1px solid var(--line);font-size:.97rem;color:var(--slate);font-weight:600}
.plan__totalline s{margin-right:.35rem;opacity:.8}
.plan__totalline b{color:var(--ink);font-weight:800;font-size:1.08rem}
.plan__shipcap{display:block;font-size:.93rem;text-transform:uppercase;letter-spacing:.05em;color:var(--slate);margin-top:.35rem;font-weight:700}

.plan--feature{box-shadow:0 0 0 5px var(--yellow),var(--sh-lg)}
.plan--feature .plan__body{padding-top:2.6rem}
.plan--feature::before{
  content:'BEST VALUE';position:absolute;top:0;left:0;right:0;
  background:var(--yellow);color:var(--ink);
  font-size:.93rem;font-weight:800;letter-spacing:.14em;text-align:center;padding:.5rem;
}
@media (min-width:961px){
  .plan--feature{transform:scale(1.05);z-index:2}
  .plan--feature:hover{transform:scale(1.05) translateY(-6px)}
}

.stockwarn{
  margin-top:2.5rem;text-align:center;font-size:.99rem;line-height:1.65;font-weight:600;
  color:#fff;background:rgba(0,0,0,.22);border:1px dashed rgba(255,255,255,.45);
  border-radius:14px;padding:1.15rem 1.4rem;
}
.stockwarn b{letter-spacing:.08em;text-transform:uppercase;color:var(--yellow)}

/* =========================================================================
   Ingredients — card grid (was a flat text list, which is what made this
   section read as filler on the old page)
   ========================================================================= */
.ingrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.ingcard{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:1.7rem 1.4rem 1.5rem;text-align:center;box-shadow:var(--sh-sm);
  display:flex;flex-direction:column;
  transition:transform .2s var(--ease),box-shadow .2s var(--ease);
}
.ingcard:hover{transform:translateY(-5px);box-shadow:var(--sh-md)}
.ingcard__media{
  width:120px;height:120px;margin:0 auto 1.15rem;border-radius:50%;
  overflow:hidden;border:4px solid var(--yellow);background:var(--cream-2);
}
.ingcard__media img{width:100%;height:100%;object-fit:cover}
.ingcard__name{font-size:1.28rem;font-weight:800;margin:0 0 .5rem;color:var(--ink)}
.ingcard__role{
  display:inline-block;align-self:center;margin-bottom:.8rem;
  font-size:.92rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;
  color:var(--red);background:rgba(147,31,29,.09);border-radius:999px;padding:.32rem .85rem;
}
.ingcard__desc{margin:0;font-size:.96rem;line-height:1.55;color:var(--slate)}

.factsnote{
  margin-top:2.2rem;background:var(--white);border:1px solid var(--line);
  border-left:6px solid var(--red);border-radius:14px;
  padding:1.5rem 1.7rem;font-size:.99rem;line-height:1.62;color:#3C342E;
}
.factsnote strong{color:var(--red)}

/* ---------- Benefits ---------- */
.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.benefit{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:1.8rem 1.7rem 1.8rem 4.6rem;box-shadow:var(--sh-sm);position:relative;
}
.benefit::before{
  content:'';position:absolute;left:1.6rem;top:1.95rem;
  width:34px;height:34px;border-radius:50%;background:var(--yellow);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23931F1D' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size:20px;background-repeat:no-repeat;background-position:center;
}
.benefit h3{margin-bottom:.45rem;font-size:1.2rem}
.benefit p{margin:0;font-size:.97rem;line-height:1.6;color:var(--slate)}

/* ---------- Guarantee ---------- */
.guarantee{
  display:grid;grid-template-columns:240px 1fr;gap:clamp(1.8rem,4vw,3.25rem);align-items:center;
  background:var(--white);border-radius:var(--radius-lg);
  border:2px solid var(--line);border-top:7px solid var(--yellow);
  padding:clamp(1.9rem,4vw,3.25rem);box-shadow:var(--sh-md);
}
.guarantee__seal{display:grid;place-items:center}
.guarantee__seal img{max-width:220px}
.guarantee h2{color:var(--red);margin-bottom:.6rem}
.guarantee p{color:#3C342E}
.guarantee p:last-of-type{margin-bottom:1.5rem}

/* ---------- Mechanism (dark science band) ---------- */
.mech{list-style:none;margin:0;padding:0;display:grid;gap:1.2rem}
.mech li{
  margin:0;padding:1.5rem 1.7rem;border-radius:14px;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);
  border-left:5px solid var(--yellow);
}
.mech b{display:block;font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:.35rem}
.mech span{font-size:.99rem;line-height:1.6;color:#BDB0A5}

/* ---------- Audience ---------- */
.who{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}
.who__item{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:1.6rem 1.7rem;display:flex;gap:1.15rem;align-items:flex-start;box-shadow:var(--sh-sm);
}
.who__item svg{
  flex:none;width:44px;height:44px;padding:10px;border-radius:12px;
  background:var(--red);color:var(--yellow);stroke-width:2.2;
}
.who__item h3{font-size:1.14rem;margin-bottom:.3rem}
.who__item p{margin:0;font-size:.97rem;line-height:1.55;color:var(--slate)}

/* ---------- Steps ---------- */
.steps{list-style:none;counter-reset:s;margin:0;padding:0;display:grid;gap:1.3rem}
.steps li{
  counter-increment:s;margin:0;position:relative;
  padding:1.7rem 1.8rem 1.7rem 5.6rem;
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--sh-sm);
}
.steps li::before{
  content:counter(s);
  position:absolute;left:1.6rem;top:1.6rem;
  font-size:1.24rem;font-weight:800;color:var(--yellow);background:var(--red);
  width:2.9rem;height:2.9rem;border-radius:50%;display:grid;place-items:center;
}
.steps h3{font-size:1.18rem;margin-bottom:.35rem}
.steps p{margin:0;font-size:.97rem;line-height:1.6;color:var(--slate)}

/* ---------- FAQ ---------- */
.faq{border-top:2px solid var(--line)}
.faq details{border-bottom:2px solid var(--line);background:var(--white)}
.faq summary{
  list-style:none;cursor:pointer;padding:1.5rem 3.4rem 1.5rem 1.5rem;position:relative;
  font-size:1.16rem;font-weight:700;line-height:1.35;transition:color .16s;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary:hover{color:var(--red)}
.faq details[open] summary{color:var(--red)}
.faq summary::after{
  content:'';position:absolute;right:1.5rem;top:50%;width:14px;height:14px;
  border-right:3px solid var(--red);border-bottom:3px solid var(--red);
  transform:translateY(-70%) rotate(45deg);transition:transform .22s var(--ease);
}
.faq details[open] summary::after{transform:translateY(-25%) rotate(-135deg)}
.faq__a{padding:0 1.5rem 1.7rem;color:#3C342E;font-size:.99rem;line-height:1.68}
.faq__a p:last-child{margin-bottom:0}

/* ---------- Final offer ---------- */
.finaloffer{
  display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.9rem,4vw,3.5rem);align-items:center;
  background:linear-gradient(160deg,var(--red-lt),var(--red-dk));
  border-radius:var(--radius-lg);padding:clamp(1.9rem,4vw,3.5rem);
  box-shadow:var(--sh-lg);
}
.finaloffer h2{color:#fff}
.finaloffer .eyebrow{background:var(--yellow);color:var(--ink)}
.finaloffer__price{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.8rem}
.finaloffer__was{font-size:1rem;color:#EBC8C1;font-weight:600}
.finaloffer__now{font-size:clamp(3rem,5.5vw,4.2rem);font-weight:800;color:var(--yellow);line-height:1;letter-spacing:-.04em}
.finaloffer__now small{
  font-size:.98rem;letter-spacing:.09em;text-transform:uppercase;color:#F3D3CC;
  font-weight:700;display:block;margin-top:.65rem;letter-spacing:.08em;
}
.finaloffer .cta-note{color:#EFC9C2}

/* ---------- Footer ---------- */
.ftr{background:var(--ink);color:#9C9086;padding-block:clamp(3rem,5vw,4.25rem) 2.25rem;font-size:.97rem;line-height:1.68}
.ftr a{color:#D2C8BE}
.ftr a:hover{color:var(--yellow)}
.ftr__disc{border:1px solid var(--line-dk);border-radius:14px;padding:1.6rem 1.7rem;margin-bottom:2.2rem;background:rgba(255,255,255,.025)}
.ftr__disc p{margin-bottom:.95rem;font-size:.97rem;line-height:1.62}
.ftr__disc p:last-child{margin-bottom:0}
.ftr__disc strong{color:#D2C8BE}
.ftr__nav{display:flex;flex-wrap:wrap;gap:.7rem 1.7rem;justify-content:center;padding-bottom:1.6rem;margin-bottom:1.6rem;border-bottom:1px solid var(--line-dk)}
.ftr__nav a{font-weight:700;font-size:.99rem}
.ftr__copy{text-align:center;font-size:.95rem}

/* ---------- Sticky mobile CTA ---------- */
.stickycta{
  position:fixed;left:0;right:0;bottom:0;z-index:99;display:none;
  padding:.75rem .9rem calc(.75rem + env(safe-area-inset-bottom));
  background:rgba(26,21,18,.98);border-top:3px solid var(--yellow);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  transform:translateY(105%);transition:transform .3s var(--ease);
}
.stickycta.is-on{transform:translateY(0)}
.stickycta .btn{padding:1rem 1.3rem;font-size:1rem}

/* ---------- Scroll reveal ---------- */
.rv{opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.rv.is-in{opacity:1;transform:none}

/* ---------- Legal pages ---------- */
.legal{max-width:860px}
.legal h2{font-size:clamp(1.45rem,2.4vw,1.95rem);margin-top:2.4rem}
.legal h2:first-of-type{margin-top:0}
.legal li,.legal p{font-size:1rem}

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width:1080px){
  .ingrid{grid-template-columns:repeat(2,1fr)}
  .trust{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:960px){
  .hero{padding-block:clamp(3rem,9vw,4rem) clamp(2.75rem,7vw,3.5rem)}
  .hero__in{grid-template-columns:1fr;text-align:center;gap:2.25rem}
  .hero__media{order:-1}
  .hero__media img{max-height:340px}
  .hero__lede,.ticks{margin-inline:auto}
  .ticks li{text-align:left;max-width:23rem;margin-inline:auto;width:100%}
  .hero__cta,.hero__seals{justify-content:center}
  .pricetag{align-self:center}

  .split{grid-template-columns:1fr}
  .split--media-first .split__media{order:-1}
  .reviews{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr;max-width:440px;margin-inline:auto}
  .plan--feature{transform:none}
  .benefits,.who{grid-template-columns:1fr}
  .guarantee{grid-template-columns:1fr;text-align:center}
  .guarantee .btn{margin-inline:auto}
  .finaloffer{grid-template-columns:1fr;text-align:center}
  .finaloffer .btn{margin-inline:auto}
  .finaloffer__price{align-items:center}
  .center .lede,.lede{margin-inline:auto}

  .nav{
    position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;
    background:var(--ink);border-bottom:3px solid var(--red);padding:.5rem 1.3rem 1.3rem;display:none;
  }
  .nav.is-open{display:flex}
  .nav a{padding:1rem 0;border-bottom:1px solid var(--line-dk);font-size:1.05rem}
  .nav a:last-child{border-bottom:0}
  .navtoggle{display:flex}
  .hdr .btn{display:none}
  .stickycta{display:block}
}

@media (max-width:680px){
  body{line-height:1.58}
  .section{padding-block:clamp(2.75rem,8vw,3.5rem)}
  .ingrid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}
  .trust{grid-template-columns:1fr}
  .hero__seals{gap:1.15rem}
  .hero__seals img{height:46px}
  .hero__media img{max-height:290px}

  .benefit{padding:1.6rem 1.4rem 1.6rem 4.2rem}
  .benefit::before{left:1.3rem;top:1.75rem}
  .steps li{padding:1.5rem 1.4rem 1.5rem 1.4rem}
  .steps li::before{position:static;margin-bottom:.85rem}
  .who__item{padding:1.4rem 1.35rem}
  .guarantee{padding:1.7rem 1.35rem}
  .plan__body{padding:1.9rem 1.35rem}
  .plan__amt{font-size:3.3rem}
  .review{padding:1.75rem 1.4rem 1.4rem}
  .faq summary{padding:1.35rem 3rem 1.35rem 1.2rem}
  .faq__a{padding:0 1.2rem 1.5rem}
  .ftr__disc{padding:1.3rem 1.25rem}
  .btn{padding:1.05rem 1.6rem}
  .btn--lg{font-size:1.06rem;padding:1.15rem 1.8rem}
}

/* ---------- Motion preference ---------- */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .rv{opacity:1;transform:none}
  .btn:hover,.plan:hover,.trust__card:hover,.ingcard:hover{transform:none}
  .plan--feature{transform:none}
}

/* ---------- Print ---------- */
@media print{
  .hdr,.stickycta,.btn{display:none!important}
  body{background:#fff;color:#000;font-size:11pt}
  .section{padding-block:1rem}
}
