/* =====================================================================
   Max Force — maxforceplus.org
   Stylesheet: assets/css/style.css
   Palette sampled from the Max Force product label and pack images.
   ===================================================================== */

:root{
  --mf-ink:#111316;
  --mf-ink-2:#08090b;
  --mf-panel:#1a1d21;
  --mf-red:#c62b31;
  --mf-red-hi:#e03a40;
  --mf-red-band:#9e3135;      /* exact red band from the Max Force label */
  --mf-red-deep:#6d1d20;
  --mf-gold:#c39a2a;
  --mf-gold-hi:#e8c356;
  --mf-cream:#f7f5f3;
  --mf-cream-2:#efebe7;
  --mf-line:#dfd9d3;
  --mf-line-dark:#2c3036;
  --mf-body:#25282d;
  --mf-muted:#4d525a;
  --mf-white:#ffffff;
  --mf-green:#1f7a4d;
  --mf-shadow:0 14px 34px rgba(17,19,22,.13);
  --mf-shadow-lg:0 26px 60px rgba(17,19,22,.22);
  --mf-radius:16px;
  --mf-font:"Inter","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
  --mf-wrap:1180px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--mf-font);
  font-size:19px;
  line-height:1.72;
  color:var(--mf-body);
  background:var(--mf-white);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;border:0}
a{color:var(--mf-red-deep);text-decoration:underline;text-underline-offset:2px}
a:hover{color:var(--mf-red)}
p{margin:0 0 1.05em}
ul,ol{margin:0 0 1.15em;padding-left:1.35em}
li{margin:0 0 .5em}
strong{font-weight:700;color:var(--mf-ink)}
hr{border:0;border-top:1px solid var(--mf-line);margin:2.4rem 0}

h1,h2,h3,h4,h5{
  font-family:var(--mf-font);
  color:var(--mf-ink);
  line-height:1.25;
  margin:0 0 .6em;
  letter-spacing:-.012em;
  font-weight:800;
}
h1{font-size:29px}
h2{font-size:26px}
h3{font-size:21px}
h4{font-size:19px}
@media(min-width:900px){
  h1{font-size:32px}
  h2{font-size:28px}
  h3{font-size:22px}
}

.mf-wrap{width:100%;max-width:var(--mf-wrap);margin:0 auto;padding:0 20px}
.mf-narrow{max-width:860px}
.mf-center{text-align:center}
.mf-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ---------- Section rhythm ---------- */
.mf-sec{padding:62px 0}
.mf-sec--tight{padding:44px 0}
.mf-sec--cream{background:var(--mf-cream)}
.mf-sec--dark{background:var(--mf-ink);color:#dfe2e6}
.mf-sec--dark h2,.mf-sec--dark h3,.mf-sec--dark h4{color:#fff}
.mf-sec--dark a{color:var(--mf-gold-hi)}
.mf-sec--hair{border-top:1px solid var(--mf-line)}
@media(min-width:900px){.mf-sec{padding:82px 0}.mf-sec--tight{padding:56px 0}}

.mf-eyebrow{
  display:inline-block;font-size:13px;font-weight:800;letter-spacing:.16em;
  text-transform:uppercase;color:var(--mf-red);margin:0 0 12px;
}
.mf-sec--dark .mf-eyebrow{color:var(--mf-gold-hi)}
.mf-lede{font-size:20px;color:var(--mf-muted);max-width:760px}
.mf-sec--dark .mf-lede{color:#b9bfc7}
.mf-center .mf-lede{margin-left:auto;margin-right:auto}

/* ---------- Buttons ---------- */
.mf-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:inherit;font-size:18px;font-weight:800;letter-spacing:.01em;
  padding:16px 32px;border-radius:999px;border:0;cursor:pointer;flex-wrap:wrap;
  text-decoration:none;text-align:center;line-height:1.2;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.mf-btn:hover{transform:translateY(-2px)}
.mf-btn--primary{
  background:linear-gradient(180deg,var(--mf-red-hi),var(--mf-red));
  color:#fff;box-shadow:0 10px 24px rgba(198,43,49,.34);
}
.mf-btn--primary:hover{color:#fff;box-shadow:0 16px 32px rgba(198,43,49,.44)}
.mf-btn--gold{
  background:linear-gradient(180deg,var(--mf-gold-hi),var(--mf-gold));
  color:#231b02;box-shadow:0 10px 24px rgba(195,154,42,.32);
}
.mf-btn--gold:hover{color:#231b02}
.mf-btn--ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}
.mf-btn--ghost:hover{color:#fff;border-color:#fff}
.mf-btn--lg{font-size:20px;padding:19px 40px;width:100%;max-width:420px}
.mf-btn--block{width:100%}
.mf-btn__sub{display:block;flex:0 0 100%;width:100%;font-size:13px;font-weight:600;opacity:.85;margin-top:3px}

/* ---------- Header ---------- */
.mf-topbar{
  background:var(--mf-ink-2);color:#c9cdd3;font-size:14px;
  text-align:center;padding:9px 16px;letter-spacing:.02em;
}
.mf-topbar b{color:var(--mf-gold-hi)}

.mf-head{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--mf-line);box-shadow:0 2px 10px rgba(0,0,0,.04)}
.mf-head__in{display:flex;align-items:center;gap:16px;min-height:70px}
.mf-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex:0 0 auto}
.mf-logo img{width:38px;height:auto}
.mf-logo__txt{font-size:22px;font-weight:800;color:var(--mf-ink);letter-spacing:-.02em;line-height:1}
.mf-logo__txt i{font-style:normal;color:var(--mf-red)}
.mf-logo__tag{display:block;font-size:9.5px;font-weight:700;letter-spacing:.16em;color:var(--mf-muted);text-transform:uppercase;margin-top:3px}

.mf-nav{margin-left:auto;display:none}
.mf-nav ul{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}
.mf-nav li{margin:0}
.mf-nav a{
  font-size:16px;font-weight:700;color:var(--mf-ink);text-decoration:none;
  padding:6px 0;border-bottom:2px solid transparent;
}
.mf-nav a:hover,.mf-nav a[aria-current="page"]{color:var(--mf-red);border-bottom-color:var(--mf-red)}
.mf-nav .mf-nav__cta{
  background:var(--mf-red);color:#fff;padding:11px 22px;border-radius:999px;border:0;
}
.mf-nav .mf-nav__cta:hover{background:var(--mf-red-deep);color:#fff;border:0}

.mf-burger{
  margin-left:auto;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;
  width:46px;height:42px;padding:10px;background:var(--mf-cream);border:1px solid var(--mf-line);
  border-radius:10px;cursor:pointer;
}
.mf-burger span{display:block;height:2.5px;background:var(--mf-ink);border-radius:2px}
.mf-drawer{display:none;border-top:1px solid var(--mf-line);background:#fff}
.mf-drawer.is-open{display:block}
.mf-drawer ul{list-style:none;margin:0;padding:8px 20px 18px}
.mf-drawer li{margin:0;border-bottom:1px solid var(--mf-cream-2)}
.mf-drawer a{display:block;padding:14px 2px;font-weight:700;font-size:17px;color:var(--mf-ink);text-decoration:none}
.mf-drawer .mf-drawer__cta{color:var(--mf-red)}
@media(min-width:1000px){
  .mf-nav{display:block}
  .mf-burger,.mf-drawer{display:none !important}
}

/* ---------- Breadcrumb ---------- */
.mf-crumb{background:var(--mf-cream);font-size:14.5px;padding:11px 0;border-bottom:1px solid var(--mf-line)}
.mf-crumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;color:var(--mf-muted)}
.mf-crumb li{margin:0}
.mf-crumb li+li::before{content:"›";margin-right:8px;color:#a09a94}
.mf-crumb a{color:var(--mf-muted)}

/* ---------- Hero ---------- */
.mf-hero{
  position:relative;overflow:hidden;color:#fff;
  background:
    radial-gradient(1000px 520px at 78% 8%,rgba(198,43,49,.42),transparent 62%),
    linear-gradient(165deg,#15181c 0%,#0b0d10 58%,#1c0f11 100%);
}
.mf-hero::after{
  content:"";position:absolute;inset:auto 0 0 0;height:5px;
  background:linear-gradient(90deg,var(--mf-red),var(--mf-gold),var(--mf-red));
}
.mf-hero__grid{display:grid;gap:34px;padding:44px 0 52px;align-items:center}
.mf-hero h1{color:#fff;margin-bottom:14px}
.mf-hero h1 .mf-hero__hl{color:var(--mf-red-hi)}
.mf-hero__intro{font-size:19.5px;color:#c8cdd4;max-width:620px}
.mf-hero__badge{
  display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px 16px;
  font-size:13.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#f0d488;margin-bottom:18px;
}
.mf-hero__pts{list-style:none;padding:0;margin:22px 0 26px;display:grid;gap:11px}
.mf-hero__pts li{display:flex;gap:11px;align-items:flex-start;font-size:18px;color:#e3e7ec;margin:0}
.mf-hero__pts li::before{
  content:"";flex:0 0 22px;height:22px;margin-top:5px;border-radius:50%;
  background:var(--mf-red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat;
}
.mf-hero__cta{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.mf-hero__note{font-size:14.5px;color:#9ca3ac;margin:0}
.mf-hero__media{position:relative}
.mf-hero__media img{border-radius:18px;box-shadow:var(--mf-shadow-lg);margin:0 auto}
.mf-hero__stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.12);
  border-radius:14px;overflow:hidden;margin-top:26px;
}
.mf-hero__stats div{background:#14171b;padding:16px 10px;text-align:center}
.mf-hero__stats b{display:block;font-size:24px;color:var(--mf-gold-hi);line-height:1.1}
.mf-hero__stats span{font-size:13px;color:#a7aeb6;letter-spacing:.05em;text-transform:uppercase;font-weight:700}
@media(min-width:940px){
  .mf-hero__grid{grid-template-columns:1.02fr .98fr;gap:50px;padding:64px 0 76px}
}

/* ---------- Trust strip ---------- */
.mf-trust{background:var(--mf-ink-2);border-top:1px solid #22262b;padding:20px 0}
.mf-trust ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.mf-trust li{
  margin:0;display:flex;align-items:center;justify-content:center;gap:9px;text-align:center;
  font-size:14px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#cfd4da;
}
.mf-trust li svg{flex:0 0 auto;width:19px;height:19px;stroke:var(--mf-gold);fill:none;stroke-width:2}
@media(min-width:760px){.mf-trust ul{grid-template-columns:repeat(4,1fr)}}

/* ---------- "Why choose" — offset feature rows ---------- */
.mf-why{display:grid;gap:18px;margin-top:34px}
.mf-why__item{
  position:relative;background:#fff;border:1px solid var(--mf-line);border-radius:var(--mf-radius);
  padding:26px 24px 26px 26px;box-shadow:0 6px 18px rgba(17,19,22,.05);
}
.mf-why__item::before{
  content:"";position:absolute;left:0;top:22px;bottom:22px;width:4px;border-radius:0 4px 4px 0;
  background:linear-gradient(180deg,var(--mf-red),var(--mf-red-deep));
}
.mf-why__n{
  display:inline-block;font-size:13px;font-weight:900;letter-spacing:.14em;color:var(--mf-red);
  text-transform:uppercase;margin-bottom:8px;
}
.mf-why__item h3{margin-bottom:.35em}
.mf-why__item p:last-child{margin-bottom:0}
@media(min-width:820px){.mf-why{grid-template-columns:1fr 1fr;gap:22px}}

/* ---------- Pricing (distinct, non-generic) ---------- */
.mf-pricing{
  position:relative;
  background:linear-gradient(175deg,#0d0f12 0%,#16191d 46%,#241214 100%);
  color:#e7eaee;overflow:hidden;
}
.mf-pricing::before{
  content:"";position:absolute;top:-160px;right:-140px;width:460px;height:460px;border-radius:50%;
  background:radial-gradient(circle,rgba(198,43,49,.36),transparent 68%);
}
.mf-pricing__in{position:relative}
.mf-pricing h2{color:#fff}
.mf-pricing__sub{color:#bcc2ca;font-size:19px;max-width:700px;margin:0 auto 10px}
.mf-stock{
  display:inline-flex;align-items:center;gap:10px;margin:14px auto 30px;padding:9px 20px;
  border-radius:999px;background:rgba(195,154,42,.13);border:1px solid rgba(195,154,42,.4);
  color:#f0d488;font-size:15px;font-weight:700;
}
.mf-stock i{width:9px;height:9px;border-radius:50%;background:var(--mf-gold-hi);animation:mfPulse 1.9s infinite}
@keyframes mfPulse{0%,100%{opacity:1}50%{opacity:.25}}

.mf-plans{display:grid;gap:26px;align-items:start}
@media(min-width:900px){.mf-plans{grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}}

.mf-plan{
  position:relative;background:#fff;border-radius:20px;overflow:hidden;
  display:flex;flex-direction:column;box-shadow:var(--mf-shadow-lg);
  border:1px solid rgba(255,255,255,.1);
}
.mf-plan__flag{
  padding:11px 14px;text-align:center;font-size:13px;font-weight:900;
  letter-spacing:.14em;text-transform:uppercase;color:#fff;background:#414850;
}
.mf-plan--pop .mf-plan__flag{background:linear-gradient(90deg,var(--mf-red-hi),var(--mf-red))}
.mf-plan--best .mf-plan__flag{background:linear-gradient(90deg,var(--mf-gold-hi),var(--mf-gold));color:#231b02}
.mf-plan--best{transform:none;border:3px solid var(--mf-gold)}
@media(min-width:900px){.mf-plan--best{transform:scale(1.04);z-index:2}}
.mf-plan__body{padding:22px 22px 26px;display:flex;flex-direction:column;flex:1}
.mf-plan__qty{font-size:22px;font-weight:900;color:var(--mf-ink);text-align:center;margin:0 0 2px}
.mf-plan__supply{font-size:14.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--mf-red);text-align:center;margin:0 0 14px}
.mf-plan__img{height:186px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.mf-plan__img img{max-height:186px;width:auto;height:auto}
.mf-plan__price{
  text-align:center;background:var(--mf-cream);border-top:1px dashed var(--mf-line);
  border-bottom:1px dashed var(--mf-line);padding:16px 8px;margin:0 0 16px;
}
.mf-plan__price img{width:158px;height:auto;margin:0 auto}
.mf-plan__total{display:block;margin-top:8px;font-size:16.5px;color:var(--mf-muted);font-weight:600}
.mf-plan__total b{color:var(--mf-ink);font-size:19px;font-weight:900}
.mf-plan__save{
  display:inline-block;margin:10px auto 0;background:#eaf5ee;color:var(--mf-green);
  border:1px solid #bfe0cd;border-radius:999px;padding:5px 14px;font-size:14.5px;font-weight:800;
}
.mf-plan__list{list-style:none;padding:0;margin:0 0 20px;font-size:16.5px}
.mf-plan__list li{display:flex;gap:9px;align-items:flex-start;color:var(--mf-body);margin:0 0 9px;line-height:1.5}
.mf-plan__list li::before{
  content:"";flex:0 0 18px;height:18px;margin-top:4px;border-radius:50%;background:#eaf5ee;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f7a4d' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size:12px;background-position:center;background-repeat:no-repeat;
}
.mf-plan__foot{margin-top:auto}
.mf-plan__pay{margin:14px auto 0;width:190px;opacity:.85}
.mf-pricing__note{margin-top:30px;text-align:center;font-size:15.5px;color:#a8aeb6}
.mf-pricing__note a{color:var(--mf-gold-hi)}

/* ---------- Split content blocks ---------- */
.mf-split{display:grid;gap:30px;align-items:center}
.mf-split img{border-radius:var(--mf-radius);box-shadow:var(--mf-shadow)}
@media(min-width:900px){
  .mf-split{grid-template-columns:1fr 1fr;gap:52px}
  .mf-split--rev .mf-split__media{order:2}
}
.mf-callout{
  background:var(--mf-cream);border-left:5px solid var(--mf-red);border-radius:0 12px 12px 0;
  padding:20px 22px;font-size:18px;margin:0 0 1.15em;
}
.mf-sec--dark .mf-callout{background:#20242a;border-left-color:var(--mf-gold);color:#d5dade}

/* ---------- Mechanism steps ---------- */
.mf-steps{counter-reset:mfstep;display:grid;gap:20px;margin-top:34px}
.mf-step{
  position:relative;background:#fff;border:1px solid var(--mf-line);border-radius:14px;
  padding:26px 22px 22px;
}
.mf-step::before{
  counter-increment:mfstep;content:counter(mfstep);
  position:absolute;top:-19px;left:22px;width:42px;height:42px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;font-weight:900;font-size:19px;color:#fff;
  background:linear-gradient(145deg,var(--mf-red-hi),var(--mf-red-deep));box-shadow:0 8px 18px rgba(198,43,49,.3);
}
.mf-step h3{margin-top:12px}
.mf-step p:last-child{margin-bottom:0}
@media(min-width:860px){.mf-steps{grid-template-columns:repeat(2,1fr);gap:26px}}

/* ---------- Reviews ---------- */
.mf-revs{display:grid;gap:22px;margin-top:34px}
@media(min-width:860px){.mf-revs{grid-template-columns:repeat(3,1fr)}}
.mf-rev{
  background:#fff;border:1px solid var(--mf-line);border-radius:var(--mf-radius);
  padding:26px 24px;display:flex;flex-direction:column;box-shadow:0 8px 22px rgba(17,19,22,.06);
}
.mf-rev__stars{display:flex;gap:3px;margin-bottom:12px}
.mf-rev__stars svg{width:19px;height:19px;fill:var(--mf-gold)}
.mf-rev__q{font-size:18px;color:var(--mf-body);margin:0 0 18px;flex:1}
.mf-rev__who{display:flex;align-items:center;gap:12px;border-top:1px solid var(--mf-cream-2);padding-top:15px}
.mf-rev__ini{
  width:44px;height:44px;border-radius:50%;flex:0 0 auto;display:flex;align-items:center;justify-content:center;
  font-weight:900;font-size:17px;color:#fff;background:linear-gradient(145deg,var(--mf-red),var(--mf-red-deep));
}
.mf-rev__name{font-weight:800;color:var(--mf-ink);font-size:17px;line-height:1.3}
.mf-rev__meta{font-size:14.5px;color:var(--mf-muted)}
.mf-revs__disc{margin-top:22px;font-size:15px;color:var(--mf-muted);text-align:center}

/* ---------- Ingredients ---------- */
.mf-ings{display:grid;gap:22px;margin-top:34px}
@media(min-width:760px){.mf-ings{grid-template-columns:1fr 1fr}}
@media(min-width:1060px){.mf-ings{grid-template-columns:repeat(3,1fr)}}
.mf-ing{
  background:#fff;border:1px solid var(--mf-line);border-radius:var(--mf-radius);overflow:hidden;
  display:flex;flex-direction:column;
}
.mf-ing__pic{background:var(--mf-cream);padding:16px;display:flex;align-items:center;justify-content:center}
.mf-ing__pic img{width:132px;height:auto;border-radius:50%;box-shadow:0 6px 16px rgba(0,0,0,.12)}
.mf-ing__b{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1}
.mf-ing__b h3{margin-bottom:.25em;font-size:20px}
.mf-ing__dose{font-size:14.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--mf-red);margin:0 0 12px}
.mf-ing__b p{font-size:17.5px}
.mf-ing__more{margin-top:auto;font-weight:800;font-size:16.5px}

.mf-facts{background:#fff;border:1px solid var(--mf-line);border-radius:var(--mf-radius);overflow:hidden;margin-top:8px}
.mf-facts caption{
  caption-side:top;background:var(--mf-ink);color:#fff;padding:15px 18px;font-weight:800;
  font-size:19px;text-align:left;letter-spacing:.01em;
}
table.mf-facts{width:100%;border-collapse:collapse;font-size:17px}
.mf-facts th,.mf-facts td{padding:12px 16px;border-bottom:1px solid var(--mf-cream-2);text-align:left}
.mf-facts th{background:var(--mf-cream);font-weight:800;color:var(--mf-ink)}
.mf-facts td:last-child,.mf-facts th:last-child{text-align:right}
.mf-facts tr:last-child td{border-bottom:0}
.mf-tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch}

/* ---------- Science / quality blocks ---------- */
.mf-sci{display:grid;gap:20px;margin-top:34px}
@media(min-width:880px){.mf-sci{grid-template-columns:repeat(3,1fr)}}
.mf-sci__c{
  background:#171a1e;border:1px solid #2a2f35;border-radius:var(--mf-radius);padding:28px 24px;text-align:center;
}
.mf-sci__c img{width:76px;height:auto;margin:0 auto 16px;background:#fff;border-radius:14px;padding:8px;box-shadow:0 6px 16px rgba(0,0,0,.3)}
.mf-sci__c h3{color:#fff;font-size:20px}
.mf-sci__c p{color:#b6bcc4;font-size:17.5px;margin-bottom:0}
.mf-sci__ico{
  width:64px;height:64px;margin:0 auto 16px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  background:rgba(195,154,42,.14);border:1px solid rgba(195,154,42,.34);
}
.mf-sci__ico svg{width:30px;height:30px;stroke:var(--mf-gold-hi);fill:none;stroke-width:2}

/* ---------- Benefits ---------- */
.mf-bens{display:grid;gap:26px;margin-top:34px}
.mf-ben{
  background:#fff;border:1px solid var(--mf-line);border-radius:var(--mf-radius);
  padding:28px 26px;border-top:5px solid var(--mf-red);
}
.mf-ben h2,.mf-ben h3{font-size:21px;margin-bottom:.45em}
.mf-ben__key{
  display:block;font-size:15.5px;color:var(--mf-muted);background:var(--mf-cream);
  border-radius:10px;padding:11px 15px;margin:0 0 15px;
}
.mf-ben__key b{color:var(--mf-ink)}
.mf-ben p:last-child{margin-bottom:0}
@media(min-width:900px){.mf-bens{grid-template-columns:1fr 1fr}.mf-ben--wide{grid-column:1/-1}}

/* ---------- Guarantee ---------- */
.mf-guar{
  background:linear-gradient(150deg,#1a1d21,#0d0f12);color:#dde1e6;border-radius:22px;
  padding:34px 26px;display:grid;gap:26px;align-items:center;text-align:center;
  border:1px solid #2b3037;
}
.mf-guar img{width:190px;height:auto;margin:0 auto}
.mf-guar h2{color:#fff}
.mf-guar p{color:#bcc2ca}
@media(min-width:820px){
  .mf-guar{grid-template-columns:230px 1fr;text-align:left;padding:44px 46px}
  .mf-guar img{margin:0}
}

/* ---------- FAQ accordion ---------- */
.mf-faq{max-width:900px;margin:34px auto 0;border-top:1px solid var(--mf-line)}
.mf-faq__i{border-bottom:1px solid var(--mf-line)}
.mf-faq__q{
  width:100%;background:none;border:0;cursor:pointer;font-family:inherit;font-size:19px;font-weight:800;
  color:var(--mf-ink);text-align:left;padding:22px 46px 22px 0;position:relative;line-height:1.45;
}
.mf-faq__q::after{
  content:"";position:absolute;right:6px;top:50%;width:15px;height:15px;margin-top:-8px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c62b31' stroke-width='3.4' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/15px no-repeat;
  transition:transform .22s ease;
}
.mf-faq__q[aria-expanded="true"]{color:var(--mf-red)}
.mf-faq__q[aria-expanded="true"]::after{transform:rotate(180deg)}
.mf-faq__a{display:none;padding:0 8px 24px 0;font-size:18px;color:var(--mf-muted)}
.mf-faq__a.is-open{display:block}
.mf-faq__a p:last-child{margin-bottom:0}
.mf-sec--dark .mf-faq,.mf-sec--dark .mf-faq__i{border-color:#2b3037}
.mf-sec--dark .mf-faq__q{color:#fff}
.mf-sec--dark .mf-faq__a{color:#b6bcc4}

/* ---------- Final CTA ---------- */
.mf-final{
  position:relative;overflow:hidden;color:#fff;text-align:center;
  background:linear-gradient(150deg,#26090b 0%,#7d1f24 46%,#c62b31 100%);
  padding:64px 0 68px;
}
.mf-final::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(700px 320px at 50% 0%,rgba(255,255,255,.16),transparent 66%);
}
.mf-final::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:6px;
  background:linear-gradient(90deg,var(--mf-gold),#fff,var(--mf-gold));
}
.mf-final__in{position:relative;max-width:820px;margin:0 auto;padding:0 20px}
.mf-final h2{color:#fff;font-size:26px}
@media(min-width:900px){.mf-final h2{font-size:30px}.mf-final{padding:86px 0 90px}}
.mf-final p{color:#f6dede;font-size:19.5px}
.mf-final__pack{width:290px;height:auto;margin:6px auto 22px;filter:drop-shadow(0 22px 34px rgba(0,0,0,.4))}
.mf-final .mf-btn--gold{margin-top:6px}
.mf-final__row{display:flex;flex-wrap:wrap;gap:12px 26px;justify-content:center;margin-top:26px;font-size:15.5px;color:#f8e3e3;font-weight:700}
.mf-final__row span{display:inline-flex;align-items:center;gap:8px}
.mf-final__row svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2.2}

/* ---------- Inline CTA band ---------- */
.mf-band{
  background:var(--mf-cream);border:1px solid var(--mf-line);border-radius:18px;
  padding:26px 24px;text-align:center;margin:34px 0;
}
.mf-band h3{margin-bottom:.4em}
.mf-band p{margin-bottom:1.1em;color:var(--mf-muted)}

/* ---------- Article / blog ---------- */
.mf-art{max-width:820px;margin:0 auto}
.mf-art h2{margin-top:1.5em}
.mf-art h3{margin-top:1.25em;font-size:20px}
.mf-art__meta{font-size:15.5px;color:var(--mf-muted);margin:0 0 26px;padding-bottom:18px;border-bottom:1px solid var(--mf-line)}
.mf-art__hero{border-radius:var(--mf-radius);margin:0 0 30px;box-shadow:var(--mf-shadow)}
.mf-art blockquote{
  margin:1.6em 0;padding:18px 22px;background:var(--mf-cream);border-left:5px solid var(--mf-gold);
  border-radius:0 12px 12px 0;font-size:18.5px;color:var(--mf-body);
}
.mf-toc{background:var(--mf-cream);border:1px solid var(--mf-line);border-radius:14px;padding:20px 24px;margin:0 0 30px}
.mf-toc strong{display:block;margin-bottom:8px;font-size:17px}
.mf-toc ul{margin:0;padding-left:1.2em;font-size:17.5px}
.mf-toc li{margin-bottom:5px}

.mf-cards{display:grid;gap:22px;margin-top:30px}
@media(min-width:780px){.mf-cards{grid-template-columns:1fr 1fr}}
@media(min-width:1060px){.mf-cards--3{grid-template-columns:repeat(3,1fr)}}
.mf-card{
  background:#fff;border:1px solid var(--mf-line);border-radius:var(--mf-radius);padding:24px;
  display:flex;flex-direction:column;box-shadow:0 6px 18px rgba(17,19,22,.05);
}
.mf-card h3{font-size:19.5px;margin-bottom:.4em}
.mf-card h3 a{text-decoration:none;color:var(--mf-ink)}
.mf-card h3 a:hover{color:var(--mf-red)}
.mf-card p{font-size:17.5px;color:var(--mf-muted)}
.mf-card__tag{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--mf-red);margin-bottom:9px}
.mf-card__link{margin-top:auto;font-weight:800;font-size:16.5px}

.mf-prosecons{display:grid;gap:22px;margin-top:30px}
@media(min-width:820px){.mf-prosecons{grid-template-columns:1fr 1fr}}
.mf-pc{border-radius:var(--mf-radius);padding:26px 24px;border:1px solid var(--mf-line);background:#fff}
.mf-pc--pro{border-top:5px solid var(--mf-green)}
.mf-pc--con{border-top:5px solid var(--mf-gold)}
.mf-pc ul{list-style:none;padding:0;margin:0;font-size:17.5px}
.mf-pc li{display:flex;gap:10px;align-items:flex-start;margin-bottom:11px}
.mf-pc li::before{content:"";flex:0 0 20px;height:20px;margin-top:3px;border-radius:50%;background-size:12px;background-position:center;background-repeat:no-repeat}
.mf-pc--pro li::before{background-color:#eaf5ee;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f7a4d' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}
.mf-pc--con li::before{background-color:#faf1dc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a97f13' stroke-width='3.6' stroke-linecap='round'%3E%3Cline x1='12' y1='8' x2='12' y2='13'/%3E%3Cline x1='12' y1='16.5' x2='12' y2='16.6'/%3E%3C/svg%3E")}

/* ---------- Contact form ---------- */
.mf-form{display:grid;gap:16px;max-width:640px}
.mf-form label{font-weight:800;font-size:16.5px;color:var(--mf-ink);display:block;margin-bottom:6px}
.mf-form input,.mf-form textarea,.mf-form select{
  width:100%;font-family:inherit;font-size:18px;padding:13px 15px;border:1px solid var(--mf-line);
  border-radius:10px;background:#fff;color:var(--mf-body);
}
.mf-form input:focus,.mf-form textarea:focus{outline:3px solid rgba(198,43,49,.25);border-color:var(--mf-red)}
.mf-form__msg{font-size:16.5px;color:var(--mf-green);font-weight:700;display:none}
.mf-form__msg.is-on{display:block}

/* ---------- Legal / long text ---------- */
.mf-legal h2{font-size:23px;margin-top:1.7em}
.mf-legal h3{font-size:19.5px;margin-top:1.3em}
.mf-legal p,.mf-legal li{font-size:18px}
.mf-legal__upd{font-size:15.5px;color:var(--mf-muted)}

/* ---------- Footer ---------- */
.mf-foot{background:var(--mf-ink-2);color:#a8aeb6;padding:52px 0 0;font-size:16.5px}
.mf-foot__grid{display:grid;gap:32px}
@media(min-width:860px){.mf-foot__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr}}
.mf-foot__usa{width:92px;background:#fff;border-radius:12px;padding:7px;margin-top:16px}
.mf-foot h4{color:#fff;font-size:16px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}
.mf-foot ul{list-style:none;padding:0;margin:0}
.mf-foot li{margin-bottom:10px}
.mf-foot a{color:#a8aeb6;text-decoration:none}
.mf-foot a:hover{color:#fff;text-decoration:underline}
.mf-foot__brand{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.mf-foot__brand img{width:36px;height:auto}
.mf-foot__brand span{font-size:21px;font-weight:800;color:#fff}
.mf-foot__brand span i{font-style:normal;color:var(--mf-red-hi)}
.mf-foot__p{font-size:16px;line-height:1.65}
.mf-foot__disc{
  margin-top:40px;border-top:1px solid #22262b;padding:26px 0 34px;font-size:14.5px;line-height:1.7;color:#7f868f;
}
.mf-foot__disc p{margin-bottom:.9em}
.mf-foot__disc strong{color:#b6bcc4}
.mf-foot__bar{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:space-between;font-size:14.5px;color:#7f868f}

/* ---------- Back to top ---------- */
.mf-top{
  position:fixed;right:16px;bottom:16px;width:46px;height:46px;border-radius:50%;border:0;cursor:pointer;
  background:var(--mf-red);color:#fff;display:none;align-items:center;justify-content:center;z-index:70;
  box-shadow:0 10px 22px rgba(198,43,49,.4);
}
.mf-top.is-on{display:flex}
.mf-top svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:3}

/* ---------- Scroll reveal (JS adds these; content is visible without them) ---------- */
.mf-reveal{transform:translateY(10px);transition:transform .45s ease}
.mf-reveal.is-revealed{transform:none}

@media (prefers-reduced-motion: reduce){
  .mf-reveal{transform:none !important}
}
@media (prefers-reduced-motion: reduce){
  *{animation:none !important;transition:none !important;scroll-behavior:auto !important}
}
