/* HorseFil — horseafil.com — light theme, copper accent, Poppins.
   Colour tokens only; the structure is the shared modern-light standard.
   Every colour used as text on white in this file was contrast-checked
   against #FFFFFF at >= 4.5:1 (WCAG AA) before it was committed. */
:root{
  --paper:#FFFFFF;
  --paper-2:#FDF6EE;
  --paper-3:#FBEBDA;
  --line:#F3DFC9;
  --line-2:#E0BE95;
  --navy:#2C1A0C;
  --navy-2:#402612;
  --teal:#A6440C;
  --teal-2:#C0510C;
  --aqua:#96450A;
  --grad:linear-gradient(118deg,#A6440C 0%,#C0510C 100%);
  --grad-navy:linear-gradient(135deg,#2C1A0C 0%,#402612 100%);
  --grad-soft:linear-gradient(118deg,rgba(166,68,12,.10),rgba(166,68,12,.05));
  --text:#33261B;
  --muted:#7A6553;
  --green:#0F7A38;
  --danger:#C21C1C;
  --amber:#F5A623;
  --shadow:0 4px 20px rgba(44,26,12,.08);
  --shadow-md:0 10px 30px rgba(44,26,12,.12);
  --shadow-lg:0 20px 46px rgba(44,26,12,.18);
  --radius:16px;
  --radius-sm:10px;
  --wrap:1180px;
  --font:"Poppins",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font);background:var(--paper);color:var(--text);
  font-size:17px;line-height:1.68;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--aqua);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{line-height:1.16;margin:0 0 .55em;font-weight:800;letter-spacing:-.02em;color:var(--navy)}
h1{font-size:clamp(2.05rem,4.8vw,3.25rem)}
h2{font-size:clamp(1.6rem,3.3vw,2.3rem)}
h3{font-size:clamp(1.1rem,1.9vw,1.3rem);letter-spacing:-.012em}
p{margin:0 0 1.05em}
ul{padding-left:1.2em}

.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 20px}
.section{padding:60px 0;position:relative}
@media(min-width:760px){.section{padding:84px 0}}
@media(min-width:1100px){.section{padding:96px 0}}
.section--alt{background:var(--paper-2);border-block:1px solid var(--line)}
.center{text-align:center}
.lead{font-size:1.06rem;color:var(--muted);max-width:68ch;margin-inline:auto}
.center>h2::after,.final-cta h2::after{content:"";display:block;width:70px;height:4px;
  border-radius:2px;margin:18px auto 0;background:var(--grad)}

.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:.72rem;font-weight:800;
  letter-spacing:.16em;text-transform:uppercase;color:var(--aqua);margin-bottom:15px;
  padding:6px 14px 6px 12px;border-radius:6px;
  background:rgba(166,68,12,.08);border:1px solid rgba(166,68,12,.24)}
.eyebrow::before{content:"";width:7px;height:7px;flex:0 0 7px;transform:rotate(45deg);
  background:var(--grad);border-radius:1px}
.center .eyebrow{justify-content:center}
.hero .eyebrow{border-radius:999px;padding:7px 16px 7px 13px;
  background:rgba(166,68,12,.11);border:1px solid rgba(166,68,12,.3);letter-spacing:.1em}
.hero .eyebrow::before{width:8px;height:8px;flex:0 0 8px;border-radius:50%;transform:none;
  background:var(--teal);box-shadow:0 0 0 4px rgba(166,68,12,.18);animation:blip 1.8s ease-in-out infinite}
@keyframes blip{0%,100%{opacity:1}50%{opacity:.35}}
.skip{position:fixed;left:-9999px}
.skip:focus{left:12px;top:12px;background:var(--teal);color:#fff;padding:10px 16px;z-index:200;
  border-radius:8px;outline:3px solid #fff;outline-offset:2px}
:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
.btn:focus-visible{outline-offset:4px}

/* ---------- header ---------- */
.site-header{position:relative;z-index:200;background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
@media(min-width:900px){.site-header{position:sticky;top:0}}
.site-header .wrap{position:relative;display:flex;flex-wrap:wrap;align-items:center;
  justify-content:space-between;gap:12px 16px;padding-block:12px}
@media(min-width:900px){.site-header .wrap{flex-wrap:nowrap;height:68px;padding-block:0}}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:1.2rem;
  letter-spacing:-.02em;color:var(--navy);text-decoration:none}
.brand:hover{text-decoration:none}
.brand__mark{flex:0 0 auto;width:30px;height:34px;display:block}
.brand__txt{line-height:1;display:flex;flex-direction:column}
.brand__txt b{font-weight:800;letter-spacing:.01em}
.brand__txt b span{color:var(--teal)}
.brand__txt small{font-size:.55rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--muted);font-weight:700;margin-top:3px}
.nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;
  width:44px;height:44px;padding:11px;margin-left:auto;order:1;
  background:var(--paper-2);border:1px solid var(--line-2);border-radius:10px;cursor:pointer}
.nav-toggle span{display:block;height:2.5px;width:100%;background:var(--navy);border-radius:2px;
  transition:transform .25s ease,opacity .2s ease}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
.nav{position:absolute;top:100%;left:0;right:0;z-index:120;display:none;flex-direction:column;
  gap:6px;background:#fff;border-bottom:1px solid var(--line);padding:12px 20px 16px;
  max-height:80vh;overflow:auto;box-shadow:0 14px 26px rgba(44,26,12,.16)}
.nav.is-open{display:flex}
.nav a{color:var(--text);font-size:.98rem;font-weight:600;padding:13px 16px;border-radius:10px;
  background:var(--paper-2);border:1px solid var(--line);min-height:44px;display:flex;align-items:center}
.nav a:hover{color:var(--navy);text-decoration:none;background:var(--paper-3)}
@media(min-width:900px){
  .nav-toggle{display:none}
  .nav{display:flex;position:static;flex-direction:row;gap:24px;padding:0;background:none;
    border:0;max-height:none;overflow:visible;box-shadow:none}
  .nav a{background:none;border:0;padding:0;min-height:0;border-radius:0;color:var(--muted);
    font-size:.93rem;font-weight:600}
  .nav a:hover{background:none;color:var(--aqua)}
}

/* ---------- buttons ---------- */
.btn{display:inline-block;padding:16px 34px;border-radius:12px;font-weight:800;font-size:1.02rem;
  text-align:center;cursor:pointer;border:0;
  transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}
.btn:hover{text-decoration:none;transform:translateY(-2px)}
.btn--primary{background:var(--grad);color:#fff;box-shadow:0 10px 26px rgba(166,68,12,.3)}
.btn--primary:hover{box-shadow:0 14px 34px rgba(166,68,12,.38);filter:brightness(1.06)}
.btn--ghost{background:#fff;color:var(--aqua);border:1.5px solid var(--line-2)}
.btn--ghost:hover{border-color:var(--teal);color:var(--teal)}
.btn--sm{padding:11px 22px;font-size:.9rem}
.btn--lg{padding:20px 44px;font-size:1.12rem}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;padding:48px 0 64px;
  background:radial-gradient(70% 80% at 8% 0%,rgba(166,68,12,.11) 0%,transparent 55%),
             radial-gradient(80% 90% at 96% 100%,rgba(166,68,12,.11) 0%,transparent 55%),
             var(--paper)}
.hero .wrap{position:relative;z-index:1}
.hero__grid{display:grid;gap:26px;align-items:center}
.hero__media{}
.hero__copy{}
.hero__foot{}
@media(min-width:900px){
  .hero__grid{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);
    grid-template-areas:"copy media" "foot media";column-gap:52px;row-gap:0;align-items:start}
  .hero__copy{grid-area:copy}
  .hero__foot{grid-area:foot}
  .hero__media{grid-area:media;align-self:center}
}
.hero h1 span{color:var(--aqua)}
.hero__sub{font-size:1.12rem;color:var(--muted);max-width:58ch}
.hero__ticks{list-style:none;padding:0;margin:0 0 28px}
.hero__ticks li{position:relative;padding-left:36px;margin-bottom:12px;color:var(--text)}
.hero__ticks li::before{content:"";position:absolute;left:0;top:.24em;width:23px;height:23px;
  border-radius:8px;background:rgba(166,68,12,.13);border:1px solid rgba(166,68,12,.4)}
.hero__ticks li::after{content:"";position:absolute;left:7px;top:.66em;width:9px;height:5px;
  border-left:2.2px solid var(--teal);border-bottom:2.2px solid var(--teal);border-radius:1px;
  transform:rotate(-45deg)}
.hero__cta{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
/* colour-match card: the product shots are photographed on white, so they sit on a
   white plate rather than being cut out — no halo, no fake transparency. */
.hero__media{position:relative;background:#fff;border-radius:26px;padding:28px 22px 22px;
  box-shadow:0 22px 48px rgba(44,26,12,.16);border:1px solid var(--line)}
.hero__media img{margin-inline:auto;max-height:420px;width:auto}

/* ---------- trust strip ---------- */
.trust{position:relative;padding:26px 0;border-block:1px solid var(--line);
  background:linear-gradient(180deg,rgba(166,68,12,.06),rgba(255,255,255,0) 80%),var(--paper-2)}
.trust__row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 10px;align-items:center}
@media(min-width:960px){.trust__row{grid-template-columns:repeat(6,1fr)}}
.trust__row img{margin:0 auto;max-height:66px;width:auto;
  filter:drop-shadow(0 6px 12px rgba(44,26,12,.12));transition:transform .18s ease}
.trust__row img:hover{transform:translateY(-3px)}
.trust__note{color:var(--muted);font-size:.8rem;margin:16px auto 0;max-width:74ch}

/* ---------- quick answer + byline ---------- */
.quick-answer{background:linear-gradient(135deg,rgba(166,68,12,.09),rgba(166,68,12,.04));
  border:1px solid var(--line);border-left:5px solid var(--teal);border-radius:var(--radius);
  padding:26px 28px;margin:0 0 30px;box-shadow:var(--shadow)}
.quick-answer h2{font-size:1.24rem;margin-bottom:.5em;color:var(--aqua)}
.quick-answer ul{margin:0;padding-left:1.15em}
.quick-answer li{margin-bottom:.42em}
.eeat-byline{display:flex;flex-wrap:wrap;gap:14px;align-items:center;padding:16px 18px;
  background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius-sm);
  margin:0;font-size:.9rem;color:var(--muted)}
.eeat-byline__avatar{width:42px;height:42px;border-radius:12px;flex:0 0 42px;background:var(--grad);
  color:#fff;display:grid;place-items:center;font-weight:800;font-size:.9rem}
.eeat-byline strong{color:var(--navy)}
.eeat-byline__sep{color:var(--line-2)}

/* ---------- cards ---------- */
.grid{display:grid;gap:18px}
.grid--2{grid-template-columns:1fr}
.grid--3{grid-template-columns:1fr}
@media(min-width:700px){.grid{gap:24px}.grid--2{grid-template-columns:repeat(2,1fr)}
  .grid--3{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1100px){.grid{gap:28px}}
.grid>*{min-width:0}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;
  height:100%;position:relative;box-shadow:var(--shadow);
  transition:transform .18s ease,box-shadow .18s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.card h3{margin-bottom:.5em}
.card p:last-child{margin-bottom:0}

/* ingredient card — the source photos are 124px, so they get a fixed thumb
   rather than a full-bleed image that would upscale into mush */
.ing{display:flex;gap:16px;align-items:flex-start}
.ing__thumb{flex:0 0 76px;width:76px;height:76px;border-radius:16px;object-fit:cover;
  border:1px solid var(--line);background:#fff}
.ing__mono{flex:0 0 76px;width:76px;height:76px;border-radius:16px;display:grid;place-items:center;
  background:var(--grad-soft);border:1px solid rgba(166,68,12,.24);color:var(--aqua);
  font-weight:800;font-size:1.5rem;letter-spacing:-.02em}
.ing__kind{display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.08em;
  text-transform:uppercase;color:#fff;background:var(--grad);border-radius:5px;
  padding:3px 10px;margin-bottom:9px}
.ing h3{font-size:1.06rem;margin-bottom:.35em}
.ing p{margin:0 0 .8em;font-size:.94rem;color:var(--muted)}
.ing p:last-child{margin-bottom:0}
.ing__read{border-left:3px solid var(--line-2);padding-left:12px}
.ing__read b{color:var(--navy)}

/* ---------- steps / benefits / feature ---------- */
.step{position:relative;padding-left:66px}
.step__n{position:absolute;left:0;top:0;width:48px;height:48px;border-radius:14px;
  background:var(--grad);color:#fff;box-shadow:0 8px 18px rgba(166,68,12,.26);
  display:grid;place-items:center;font-weight:800;font-size:1.2rem}
.benefit{display:flex;gap:14px;align-items:flex-start}
.benefit__dot{flex:0 0 12px;width:12px;height:12px;border-radius:3px;margin-top:.55em;
  transform:rotate(45deg);background:var(--grad)}
.feature{display:flex;gap:14px;align-items:flex-start}
.feature__ico{flex:0 0 46px;width:46px;height:46px;border-radius:13px;display:grid;place-items:center;
  background:var(--grad-soft);border:1px solid rgba(166,68,12,.24);color:var(--aqua)}
.feature__ico svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;
  stroke-linecap:round;stroke-linejoin:round}
.feature h3{font-size:1.05rem;margin-bottom:.3em}
.feature p{margin:0;color:var(--muted);font-size:.94rem}

/* ---------- who it is / is not for ---------- */
.aud h3{display:flex;align-items:center;gap:10px;font-size:1.1rem}
.aud h3::before{content:"";width:24px;height:24px;flex:0 0 24px;border-radius:7px;display:inline-block}
.aud--yes h3::before{background:rgba(15,122,56,.14);box-shadow:inset 0 0 0 1.5px rgba(15,122,56,.6)}
.aud--no h3::before{background:rgba(194,28,28,.12);box-shadow:inset 0 0 0 1.5px rgba(194,28,28,.55)}
.aud ul{margin:0;padding-left:1.15em;color:var(--muted);font-size:.96rem}
.aud li{margin-bottom:.5em}
.aud li:last-child{margin-bottom:0}
.aud li strong{color:var(--text)}

/* ---------- media plates ---------- */
.media-frame{margin:0;border-radius:20px;padding:28px;text-align:center;background:#fff;
  border:1px solid var(--line);box-shadow:var(--shadow)}
.media-frame img{margin:0 auto;max-width:min(290px,100%);height:auto}
.media-frame figcaption{margin-top:16px;color:var(--muted);font-size:.9rem}
.banner{margin:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);
  box-shadow:var(--shadow)}
.banner img{width:100%}
.banner figcaption{color:var(--muted);font-size:.86rem;padding:12px 16px;background:var(--paper-2)}
.plate{margin:0 auto;background:#fff;border-radius:18px;padding:16px;text-align:center;
  border:1px solid var(--line);box-shadow:var(--shadow);max-width:210px}
.plate img{margin:0 auto;max-width:150px}

/* ---------- comparison table ---------- */
.compare{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff;
  box-shadow:var(--shadow)}
.compare table{width:100%;border-collapse:collapse;min-width:620px;font-size:.94rem}
.compare th,.compare td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);
  vertical-align:top}
.compare thead th{background:var(--paper-2);color:var(--navy);font-weight:800;font-size:.86rem;
  letter-spacing:.02em}
.compare tbody tr:last-child td{border-bottom:0}
.compare td:first-child{color:var(--navy);font-weight:700;white-space:nowrap}
.compare caption{caption-side:bottom;color:var(--muted);font-size:.82rem;padding:12px 16px;
  text-align:left}

/* ---------- buy box ---------- */
.pricing{display:grid;gap:26px;align-items:end}
@media(min-width:900px){.pricing{grid-template-columns:1fr 1.3fr 1fr;gap:16px}}
.bb{background:#fff;color:#16161c;border-radius:16px;overflow:hidden;position:relative;
  display:flex;flex-direction:column;border:1px solid var(--line);
  box-shadow:0 12px 34px rgba(44,26,12,.13)}
@media(min-width:900px){.bb--best{transform:scale(1.06);z-index:2;
  box-shadow:0 24px 56px rgba(247,140,28,.3)}}
.bb__head{padding:15px 16px;text-align:center;color:#fff;font-weight:800;font-size:1.45rem;
  line-height:1.05;background:var(--navy)}
/* Gold stays gold for the best-value tier, as specified — but its label is set in
   near-black (8.3:1) instead of the white the old template used, which measured
   2.1:1 and would fail any accessibility audit. */
.bb--best .bb__head{background:linear-gradient(135deg,#F7A11E,#F76B1C);color:#2A1503}
.bb__body{padding:18px 20px 22px;display:flex;flex-direction:column;flex:1;text-align:center}
.bb__qty{font-size:1.4rem;font-weight:900;letter-spacing:-.01em;color:var(--navy)}
.bb__supply{color:#5A6A73;font-size:1rem;margin-bottom:12px}
.bb__imgwrap{position:relative;margin:0 auto 10px;max-width:250px}
.bb__imgwrap img{max-height:200px;width:auto;margin-inline:auto;object-fit:contain}
.bb--best .bb__imgwrap img{max-height:232px}
.bb__pop{position:absolute;top:2px;left:0;background:var(--navy);color:#fff;font-size:.62rem;
  font-weight:800;line-height:1.15;text-align:center;padding:8px 9px;border-radius:8px;
  transform:rotate(-8deg)}
.bb__pop b{display:block;font-size:.74rem}
.bb__free{position:absolute;top:6px;right:0;background:var(--grad);color:#fff;font-size:.7rem;
  font-weight:800;padding:6px 10px;border-radius:6px;transform:rotate(6deg);white-space:nowrap}
.bb__price{display:flex;align-items:flex-start;justify-content:center;gap:2px;line-height:1;margin-top:4px}
.bb__price .cur{font-size:1.9rem;font-weight:800;margin-top:10px;color:var(--navy)}
.bb__price .num{font-size:4.1rem;font-weight:900;letter-spacing:-.03em;color:var(--navy)}
.bb__price .per{font-size:.82rem;color:#5A6A73;text-align:left;margin-top:14px;font-weight:700;
  line-height:1.15}
.bb__row{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;
  font-size:.93rem;padding:9px 0;border-top:1px dotted var(--line-2)}
.bb__row svg{width:17px;height:17px;fill:var(--aqua);flex:0 0 17px}
.bb__row b{color:#16161c}
.bb__total{font-size:1.06rem;font-weight:800;padding:10px 0 2px;border-top:1px dotted var(--line-2);
  color:var(--navy)}
.bb__total s{color:#66747C;font-weight:600;margin-right:6px}
.bb__ship{display:inline-block;margin:12px auto 0;font-weight:800;font-size:.85rem;padding:7px 16px;
  border-radius:6px;color:#fff}
.bb__ship--paid{background:#7A3E10}
.bb__ship--free{background:var(--teal)}
.bb--best .bb__ship--free{background:#F76B1C;color:#2A1503}
.bb__cart{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:10px;
  padding:16px;border-radius:12px;font-size:1.05rem;font-weight:900;text-transform:uppercase;
  letter-spacing:.02em;color:#fff;background:var(--grad)}
.bb--best .bb__cart{color:#2A1503;background:linear-gradient(180deg,#F7A11E,#F76B1C)}
.bb__cart:hover{text-decoration:none;filter:brightness(1.06);transform:translateY(-1px)}
.bb__cart svg{width:22px;height:22px;fill:currentColor}
.bb__bonus{font-size:.8rem;color:var(--aqua);font-weight:800;margin-top:12px}
.bb__pay{display:flex;gap:5px;justify-content:center;margin-top:14px}
.bb__pay svg{height:20px;width:auto;background:#fff;border:1px solid var(--line);border-radius:3px;
  padding:2px 4px}

/* ---------- payment / trust ---------- */
.pay{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center;margin:18px 0 0}
.pay svg{height:26px;width:auto;border-radius:4px;background:#fff;border:1px solid var(--line);
  padding:3px 5px}
.pay img{background:#fff;border:1px solid var(--line);border-radius:6px;padding:6px 10px;max-width:340px}
.pay__note{width:100%;text-align:center;color:var(--muted);font-size:.78rem;margin:10px 0 0}
.secure{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-size:.84rem;font-weight:700}
.secure svg{width:14px;height:14px;fill:currentColor}

/* ---------- usage / notice / guarantee ---------- */
.usage{counter-reset:u;display:grid;gap:16px;padding:0}
@media(min-width:760px){.usage{grid-template-columns:repeat(3,1fr)}}
.usage li{list-style:none;position:relative;padding:28px 22px 22px;background:#fff;
  border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.usage li::before{counter-increment:u;content:"0" counter(u);position:absolute;top:-13px;left:22px;
  height:26px;padding:0 10px;border-radius:6px;background:var(--grad);color:#fff;display:grid;
  place-items:center;font-weight:800;font-size:.78rem;letter-spacing:.08em}
.usage h3{font-size:1rem;margin:.2em 0 .4em}
.usage p{margin:0;color:var(--muted);font-size:.93rem}
.notice{display:flex;gap:12px;align-items:flex-start;background:rgba(217,119,6,.06);
  border:1px solid rgba(217,119,6,.3);border-left:4px solid var(--amber);border-radius:var(--radius);
  padding:18px 20px}
.notice__ico{flex:0 0 auto;color:#8A5A00;font-size:1.1rem;line-height:1.5}
.notice p{margin:0;font-size:.92rem;color:var(--text)}
.guarantee{display:grid;gap:26px;align-items:center;background:var(--paper-2);
  border:1px solid var(--line);border-radius:18px;padding:32px;box-shadow:var(--shadow)}
@media(min-width:800px){.guarantee{grid-template-columns:190px 1fr}}
.guarantee img{max-width:170px;margin:0 auto}
.guarantee p:last-child{margin-bottom:0}

/* ---------- FAQ ---------- */
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:0;
  margin-bottom:12px;overflow:hidden;box-shadow:var(--shadow)}
.faq details[open]{border-color:var(--teal)}
.faq summary{cursor:pointer;padding:20px 54px 20px 22px;font-weight:700;position:relative;
  list-style:none;color:var(--navy);font-size:1.02rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::before,.faq summary::after{content:"";position:absolute;top:50%;background:var(--teal);
  border-radius:2px;transition:transform .22s ease,opacity .22s ease}
.faq summary::after{right:22px;width:14px;height:2.5px;margin-top:-1.25px}
.faq summary::before{right:27.75px;width:2.5px;height:14px;margin-top:-7px}
.faq details[open] summary::before{transform:scaleY(0);opacity:0}
.faq details[open] summary{color:var(--aqua)}
.faq__body{padding:0 22px 20px;color:var(--muted)}
.faq__body p:last-child{margin-bottom:0}

/* ---------- final CTA ---------- */
.final-cta{background:var(--grad-navy);border-radius:22px;padding:52px 28px;text-align:center;
  color:#EDF2F5;box-shadow:var(--shadow-lg)}
.final-cta h2{color:#fff}
.final-cta p{color:#D2DDE3}
.final-cta img{display:block;margin:0 auto 22px;max-width:280px;height:auto;object-fit:contain;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.4))}

/* ---------- footer ---------- */
.site-footer{position:relative;background:var(--navy);color:#C3D0D8;border-top:3px solid var(--teal);
  padding:54px 0 34px;font-size:.92rem}
.site-footer a{color:#C3D0D8}
.site-footer a:hover{color:#fff}
.footer__grid{display:grid;gap:32px 28px;grid-template-columns:1fr}
@media(min-width:560px){.footer__grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.footer__grid{grid-template-columns:2.1fr 1fr 1fr 1fr;gap:40px 32px}}
@media(min-width:560px) and (max-width:899px){.footer__brand{grid-column:1/-1}}
.footer__brand p{color:#C3D0D8;margin:14px 0 0;max-width:44ch;font-size:.89rem}
.footer__head{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#F2C08A;
  font-weight:800;margin:0 0 14px;display:flex;align-items:center;gap:9px}
.footer__head::before{content:"";width:7px;height:7px;flex:0 0 7px;transform:rotate(45deg);
  background:var(--grad);border-radius:1px}
.footer__badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px;align-items:center}
.footer__badges img{height:46px;width:auto;background:#fff;border-radius:8px;padding:4px}
.footer__links{list-style:none;padding:0;margin:0}
.footer__links li{margin-bottom:10px}
.footer__links a{font-size:.9rem;display:inline-block;padding:1px 0}
.footer__pay{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px;margin-top:32px;
  padding-top:24px;border-top:1px solid rgba(255,255,255,.15)}
.footer__pay svg{height:22px;width:auto;flex:0 0 auto;border-radius:3px;background:#fff;padding:2px 4px}
.footer__pay .secure{color:#8FE7B0;font-weight:700;font-size:.84rem;margin-left:2px}
.footer__pay .secure svg{height:15px;fill:currentColor;border-radius:0;background:none;padding:0}
@media(max-width:559px){.footer__pay .secure{flex-basis:100%;margin-left:0}}
.footer__nap{margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);
  color:#C3D0D8;font-size:.86rem;line-height:1.75}
.footer__nap strong{color:#fff}
.footer__nap a{color:#F2C08A}
.disclosure{margin-top:30px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);
  color:#A8B8C2;font-size:.83rem;line-height:1.66}
.disclosure strong{color:#E9F0F4}
.disclosure p:last-child{margin-bottom:0}

/* ---------- sticky mobile CTA ---------- */
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:120;background:rgba(255,255,255,.97);
  backdrop-filter:blur(10px);border-top:1px solid var(--line);
  box-shadow:0 -8px 24px rgba(44,26,12,.14);padding:10px 14px;display:flex;gap:12px;
  align-items:center;justify-content:space-between;transform:translateY(110%);
  transition:transform .28s ease}
.sticky-cta::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;
  pointer-events:none;background:var(--grad)}
.sticky-cta.is-on{transform:translateY(0)}
.sticky-cta__txt{font-size:.83rem;color:var(--muted);line-height:1.35}
.sticky-cta__txt b{color:var(--navy);display:block;font-size:.97rem}
@media(min-width:900px){.sticky-cta{display:none}}
@media(max-width:899px){body.has-sticky{padding-bottom:76px}}

/* ---------- article / legal / blog ---------- */
.article{max-width:820px;margin:0 auto}
.article h2{margin-top:1.8em}
.article h3{margin-top:1.4em;color:var(--aqua)}
.article ol,.article ul{color:var(--text)}
.article li{margin-bottom:.5em}
.article table{width:100%;border-collapse:collapse;margin:1.6em 0;font-size:.95rem}
.article th,.article td{border:1px solid var(--line);padding:12px 14px;text-align:left}
.article th{background:var(--paper-2);color:var(--navy);font-weight:800}
.post-hero{margin:0 0 26px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);
  box-shadow:var(--shadow)}
.post-hero img{width:100%}
.post-meta{display:block;font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;
  color:var(--aqua);margin-bottom:10px}
.post-dek{font-size:1.08rem;color:var(--muted)}
.author-bio{display:flex;gap:18px;align-items:flex-start;background:var(--paper-2);
  border:1px solid var(--line);border-radius:var(--radius);padding:24px;margin-top:34px}
.author-bio__avatar{width:56px;height:56px;flex:0 0 56px;border-radius:16px;background:var(--grad);
  color:#fff;display:grid;place-items:center;font-weight:800}
.author-bio p{font-size:.93rem;color:var(--muted);margin-bottom:0}
.references-block{background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius);
  padding:24px;margin-top:30px}
.references-block ol{margin:0;padding-left:1.3em;color:var(--muted);font-size:.92rem}
.references-block li{margin-bottom:.6em}
.legal{max-width:820px;margin:0 auto}
.legal h1{padding-bottom:20px;border-bottom:1px solid var(--line)}
.legal h2{position:relative;margin-top:2em;font-size:1.4rem;padding:0 0 12px;
  border-bottom:1px solid var(--line)}
.legal h2::after{content:"";position:absolute;left:0;bottom:-1px;width:58px;height:3px;
  border-radius:2px;background:var(--grad)}
.legal p,.legal li{color:var(--muted)}
.legal strong{color:var(--text)}
.legal ul{padding-left:1.1em}
.legal li{margin-bottom:.5em}
.legal li::marker{color:var(--teal)}
.legal .footer__nap{margin-top:20px;padding:18px 20px;border:1px solid var(--line);
  border-radius:var(--radius-sm);background:var(--paper-2);color:var(--muted)}
.legal .footer__nap strong{color:var(--navy)}
.legal .footer__nap a{color:var(--aqua)}
.postlist{display:grid;gap:16px;margin-top:8px}
@media(min-width:900px){.postlist{grid-template-columns:repeat(2,1fr);gap:18px 22px}}
.postrow{display:grid;grid-template-columns:96px 1fr;gap:16px;align-items:start;padding:16px;
  border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);
  color:inherit;text-decoration:none;height:100%;
  transition:transform .18s ease,box-shadow .18s ease}
@media(min-width:520px){.postrow{grid-template-columns:124px 1fr;gap:18px;padding:18px}}
.postrow:hover{text-decoration:none;transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.postrow__img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;border:1px solid var(--line)}
.postrow h3{font-size:1.02rem;margin-bottom:.4em;letter-spacing:-.018em}
.postrow p{color:var(--muted);font-size:.9rem;margin:0}
.postrow__meta{display:block;font-size:.72rem;font-weight:800;letter-spacing:.13em;
  text-transform:uppercase;color:var(--aqua);margin-bottom:9px}

@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;
  scroll-behavior:auto!important}}


/* ---- audit-4 responsive corrections ----------------------------------
   Hero laid out with named grid areas instead of order:, so the visual
   order matches the DOM order for keyboard and screen-reader users.
   min-width:0 on grid children stops long words and wide media from
   forcing a horizontal scrollbar at 360px.                          */
.hero__grid{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"media" "copy" "foot";align-items:center}
.hero__copy{grid-area:copy;min-width:0}
.hero__media{grid-area:media;min-width:0}
.hero__foot{grid-area:foot;min-width:0}
.hero__media img{max-width:min(340px,100%);height:auto}
.grid>*,.pricing>*,.hero>*{min-width:0}
.media-frame img{max-width:min(300px,100%);height:auto}
img{max-width:100%}
.compare,.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
table{max-width:100%}
.btn,.nav-toggle,.nav a,.bb__cart{min-height:44px}
.nav-toggle{min-width:44px}
@media(min-width:900px){
  .hero__grid{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);grid-template-areas:"copy media" "foot media";column-gap:52px}
}
@media(max-width:400px){
  .wrap{padding-left:14px;padding-right:14px}
  .bb__total,.bb__price{font-size:1rem}
}
