/* ==========================================================================
   Mega Followers UK design system (mf-ds.css)
   Loaded after bootstrap + site_style.css + page CSS so it wins.
   Tokens: BUZZOID-DESIGN-SPEC.md section 9. Docs: _redesign-qa/DESIGN-SYSTEM.md
   ========================================================================== */

/* 0. Metric-matched fallback faces (M-13 home CLS). The web fonts load with
   display=swap; until they arrive, text renders in these Arial-based faces
   scaled to the same advance widths and line metrics (measured in Chrome:
   Jakarta 700/800 ~ Arial Bold at 100% (tuned on home + product H1 wraps), Inter 400 = 1.059 x Arial, 600/700 = 1.02 x Arial Bold),
   so the swap no longer re-wraps the hero and shoves #build-package.
   Separate regular/bold faces: a single local("Arial") face made the browser
   synthesise bold for 700/800 text, whose widths don't match Arial Bold. */
@font-face { font-family: "MF Display Fallback"; font-weight: 100 600; src: local("Arial"), local("ArialMT"), local("Helvetica Neue"), local("Helvetica"); size-adjust: 102.4%; ascent-override: 101.6%; descent-override: 21.5%; line-gap-override: 0%; }
@font-face { font-family: "MF Display Fallback"; font-weight: 700 900; src: local("Arial Bold"), local("Arial-BoldMT"), local("Helvetica Neue Bold"), local("Helvetica Bold"); size-adjust: 100%; ascent-override: 104%; descent-override: 22%; line-gap-override: 0%; }
@font-face { font-family: "MF Body Fallback"; font-weight: 100 500; src: local("Arial"), local("ArialMT"), local("Helvetica Neue"), local("Helvetica"); size-adjust: 105.9%; ascent-override: 91.6%; descent-override: 22.7%; line-gap-override: 0%; }
@font-face { font-family: "MF Body Fallback"; font-weight: 600 900; src: local("Arial Bold"), local("Arial-BoldMT"), local("Helvetica Neue Bold"), local("Helvetica Bold"); size-adjust: 102%; ascent-override: 95.1%; descent-override: 23.5%; line-gap-override: 0%; }

/* 1. Tokens ---------------------------------------------------------------- */
:root {
  --bg: #FFFFFF;
  --surface: #F6F7FA;
  --surface-2: #F1F3F7;
  --surface-blue: #F5FAFF;
  --surface-warm: #FAF9F7;
  --border: #E3E5E9;
  --border-strong: #D7DCE6;
  --heading: #292F3B;
  --heading-alt: #2C2947;
  --body: #484F5E;
  --muted: #626976;
  /* Action colour = the logo's pink -> orange gradient (sampled from mf-logo.svg).
     Gradient on primary buttons; solid coral (sits between the two ends) for
     small accents that can't be gradients. */
  --cta-from: #FA1593;
  --cta-to: #FB5C06;
  /* D-01 (WCAG AA): every button that carries white text uses this deepened
     pink -> orange (white label: 4.66:1 at #DD1583, 4.66:1 at #CF4500, so it
     passes 4.5:1 at any size). The bright logo gradient (3.16:1 at its orange
     end) is kept as --cta-gradient-bright / --brand-grad for the logo,
     accent lines, bolts and large gradient headline words only. Hover goes
     slightly deeper (never lighter) so it can't drop below AA. */
  --cta-gradient: linear-gradient(100deg, #DD1583 0%, #CF4500 100%);
  --cta-gradient-hover: linear-gradient(100deg, #C9107A 0%, #BD3F00 100%);
  --cta-gradient-bright: linear-gradient(100deg, #FA1593 0%, #FB5C06 100%);
  --cta: #F83A5A;          /* solid coral: fills, ticks, rings, borders (3.66:1 on white, non-text OK) */
  --cta-hover: #EE2C4E;
  --cta-strong: #E0245A;   /* solid fill that carries small white text (4.60:1) */
  --cta-edge: #C8174F;     /* deep coral: small coral text on white (5.69:1), selected borders */
  --cta-press: #B01E48;    /* pressed bottom edge under gradient buttons (deep magenta-rust) */
  --cta-soft: rgba(248, 58, 90, .10);
  --cta-soft-2: rgba(248, 58, 90, .16);
  --cta-tint: #FFF3F5;     /* selected-row wash */
  --cta-on-dark: #FF8FA3;  /* coral text/icons on dark sections (6.2:1 on #292F3B) */
  --cta-disabled: #FDE3EC;
  --cta-disabled-gradient: linear-gradient(100deg, #FDDDEB 0%, #FEE4D6 100%);
  --cta-disabled-ink: #9E4A62;
  --cta-disabled-edge: #F4C6D4;
  --lime: #DAF361;
  --success: #1E9E6A;
  --success-2: #38C793;
  --star-green: #00B67A;
  --error: #DC2626;
  --dark-indigo: #2C2947;
  --dark-charcoal: #25282E;
  --dark-checkout: #17181C;
  --dark-tabbar: #292F3B;
  --tier-premium: linear-gradient(#244D96, #14326A);
  --band-mint: #C3FDF7;
  --band-lavender: #E1E9FF;
  --band-lime: #EFF87A;
  --band-peach: #FFF1E7;
  --band-green: #DCF9ED;
  --band-butter: #FFF6CC;
  --band-ice: #E5F8FB;
  --band-apricot: #FFE9DD;
  --card-lilac: #F0EAFF;
  --card-mint: #E7F7F3;
  --card-peach: #FFF0EC;
  --card-sky: #EAF3FF;
  --ig-gradient: linear-gradient(25deg, #FFD86F, #FB7743 25%, #ED396B 51%, #B52ACC 76%, #6745CF);
  --r-btn: 8px;
  --r-btn-lg: 10px;
  --r-card: 12px;
  --r-card-lg: 16px;
  --r-card-xl: 24px;
  --r-pill: 9999px;
  --press: 0 2px 0 #D7DCE6;
  --press-cta: 0 3px 0 var(--cta-press);
  --card-shadow: 0 0 0 1px #DCE0E8, 0 2px 4px rgba(16, 17, 20, .06);
  --float-shadow: 0 0 0 1px rgba(41, 47, 59, .06), 0 10px 30px rgba(41, 47, 59, .12);
  --overlay: rgba(41, 47, 59, .45);
  --focus: #2F6FEB;
  --container: 1320px;
  --gutter: 16px;
  --section-y: 64px;
  --header-h: 64px;
  --font-display: "Plus Jakarta Sans", "MF Display Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", "MF Body Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "Geist Mono", "JetBrains Mono", ui-monospace, monospace;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --z-header: 1030;
  --z-drawer: 1045;

  /* Legacy token remap: pages not yet rebuilt repaint toward the new system. */
  --primary-color: #292F3B;
  --primary-dark: #12151B;
  --primary-ink: #292F3B;
  --primary-strong: #343B49;
  --primary-tint: #F1F3F7;
  --on-primary: #FFFFFF;
  --cta-ink: #FFFFFF;
  --ink: #292F3B;
  --ink-soft: #484F5E;
  --ink-muted: #626976;
  --black: #292F3B;
  --light-black: #484F5E;
  --grey: #626976;
  --line-soft: #E3E5E9;
  --line-strong: #D7DCE6;
  --mfuk-focus-ring: 0 0 0 3px rgba(47, 111, 235, .35);
}

@media (min-width: 768px) {
  :root { --gutter: 24px; --section-y: 88px; --header-h: 68px; }
}
@media (min-width: 1200px) {
  :root { --gutter: 32px; --section-y: 112px; }
}

/* 2. Base ------------------------------------------------------------------ */
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
html, body {
  font-family: var(--font-body);
  color: var(--body);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body { overflow-x: clip; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); color: var(--heading); letter-spacing: -.02em; }
::selection { background: #FFD3DD; color: var(--heading); }
:focus-visible { outline: 2px solid var(--focus) !important; outline-offset: 2px !important; }
.mf-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* 3. Layout ---------------------------------------------------------------- */
.mf-container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.mf-container--narrow { max-width: 1040px; }
.mf-section { padding-block: var(--section-y); position: relative; }
.mf-section--sm { padding-block: calc(var(--section-y) * .6); }
.mf-section--flush-top { padding-top: 0; }
.mf-section__head { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.mf-section__head--left { margin-left: 0; text-align: left; }
.mf-bg-surface { background: var(--surface); }
.mf-bg-blue { background: var(--surface-blue); }
.mf-bg-warm { background: var(--surface-warm); }
.mf-grid { display: grid; gap: 16px; }
@media (min-width: 768px) {
  .mf-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .mf-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
}
@media (min-width: 992px) {
  .mf-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mf-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 576px) and (max-width: 991.98px) { .mf-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Zig-zag split: text + visual; stacks visual-first on mobile */
.mf-split { display: grid; gap: 32px; align-items: center; }
.mf-split__visual { order: -1; }
@media (min-width: 992px) {
  .mf-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; }
  .mf-split__visual { order: 0; }
  .mf-split--reverse .mf-split__visual { order: -1; }
}
.mf-split--text-first .mf-split__visual { order: 0; }

/* 4. Typography ------------------------------------------------------------ */
.mf-display { font: 800 clamp(2.25rem, 1.4rem + 3.6vw, 3.5rem)/1.08 var(--font-display); color: var(--heading); letter-spacing: -.03em; margin: 0 0 20px; }
.mf-h2 { font: 800 clamp(1.75rem, 1.2rem + 2.2vw, 2.75rem)/1.12 var(--font-display); color: var(--heading); letter-spacing: -.025em; margin: 0 0 16px; }
.mf-h3 { font: 700 clamp(1.375rem, 1.1rem + 1vw, 1.875rem)/1.2 var(--font-display); color: var(--heading-alt); margin: 0 0 12px; }
.mf-h4 { font: 700 1.125rem/1.35 var(--font-display); color: var(--heading); margin: 0 0 6px; }
.mf-lead { font-size: 1.0625rem; line-height: 1.65; color: var(--body); max-width: 640px; margin: 0 0 24px; }
.mf-section__head .mf-lead { margin-inline: auto; }
.mf-muted { color: var(--muted); }
.mf-small { font-size: .875rem; }
.mf-hl { color: var(--cta-edge); }
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .mf-hl { background: var(--cta-gradient-bright); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
}
.mf-hl-ig { background: var(--ig-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mf-mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.mf-eyebrow { display: inline-flex; align-items: center; gap: 8px; font: 700 .75rem/1 var(--font-body); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.mf-eyebrow i { color: var(--heading); }
.mf-inline-icon { display: inline-grid; place-items: center; width: .95em; height: .95em; border-radius: .24em; font-size: 1em; vertical-align: -.1em; margin-inline: .08em .12em; color: #fff; }
.mf-inline-icon i, .mf-inline-icon svg { font-size: .55em; width: .55em; height: .55em; }
.mf-link { color: var(--heading); font-weight: 600; text-decoration: underline; text-decoration-color: var(--border-strong); text-underline-offset: 3px; }
.mf-link:hover { color: var(--heading); text-decoration-color: var(--heading); }
.mf-prose p { margin: 0 0 14px; }
.mf-prose p:last-child { margin-bottom: 0; }

/* 5. Buttons --------------------------------------------------------------- */
.mf-btn {
  --btn-bg: #fff; --btn-fg: var(--heading); --btn-edge: var(--border-strong);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 20px; border: 1px solid var(--btn-edge); border-radius: var(--r-btn-lg);
  background: var(--btn-bg); color: var(--btn-fg); font: 700 1rem/1.2 var(--font-body);
  text-decoration: none; cursor: pointer; white-space: nowrap; touch-action: manipulation;
  box-shadow: 0 3px 0 var(--btn-edge); transform: translateY(0);
  transition: background-color .15s ease, box-shadow .12s ease, transform .12s ease, color .15s ease;
}
.mf-btn:hover { color: var(--btn-fg); text-decoration: none; }
.mf-btn:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--btn-edge); }
.mf-btn i { font-size: .95em; }
.mf-btn__arrow { transition: transform .15s ease; }
.mf-btn:hover .mf-btn__arrow { transform: translateX(3px); }
/* Primary: logo gradient, deep magenta-rust pressed edge, bold label + soft shadow for legibility */
.mf-btn--primary {
  --btn-bg: var(--cta); --btn-fg: #fff; --btn-edge: var(--cta-press);
  border-color: transparent; background-image: var(--cta-gradient); background-origin: border-box;
  text-shadow: 0 1px 1px rgba(120, 14, 50, .35); letter-spacing: .005em;
}
.mf-btn--primary:hover { background-image: var(--cta-gradient-hover); filter: saturate(1.05); }
.mf-btn--primary:focus-visible { box-shadow: 0 3px 0 var(--btn-edge), 0 0 0 4px var(--cta-soft-2); }
.mf-btn--secondary { --btn-bg: #fff; --btn-fg: var(--heading); --btn-edge: var(--border-strong); box-shadow: var(--press); }
.mf-btn--secondary:hover { background: var(--surface); }
.mf-btn--ghost { --btn-bg: var(--cta-soft); --btn-fg: var(--cta-edge); border-color: transparent; box-shadow: none; }
.mf-btn--ghost:hover { background: var(--cta-soft-2); }
.mf-btn--ghost:active { box-shadow: none; }
.mf-btn--dark { --btn-bg: var(--heading); --btn-fg: #fff; --btn-edge: #12151B; }
.mf-btn--dark:hover { background: #343B49; }
.mf-btn--lime { --btn-bg: var(--lime); --btn-fg: var(--heading); --btn-edge: #B5CC3C; }
.mf-btn--sm { min-height: 44px; padding: 8px 14px; font-size: .9375rem; border-radius: var(--r-btn); }
.mf-btn--lg { min-height: 56px; padding: 14px 26px; font-size: 1.0625rem; border-radius: 12px; }
.mf-btn--block { display: flex; width: 100%; }
@media (max-width: 575.98px) { .mf-btn--block-mobile { display: flex; width: 100%; } }
.mf-btn[disabled], .mf-btn.is-disabled, .mf-btn[disabled]:hover, .mf-btn.is-disabled:hover {
  --btn-bg: var(--cta-disabled); --btn-fg: var(--cta-disabled-ink); --btn-edge: var(--cta-disabled-edge);
  background-image: var(--cta-disabled-gradient); text-shadow: none; filter: none; cursor: not-allowed; transform: none;
}
.mf-btn--secondary[disabled], .mf-btn--secondary[disabled]:hover { --btn-bg: var(--surface-2); --btn-fg: var(--muted); --btn-edge: var(--border); background-image: none; }

/* Square pressable icon button (cart, menu, close) */
.mf-icon-btn {
  position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px;
  padding: 0; border: 1px solid var(--border-strong); border-radius: 12px; background: #fff; color: var(--heading);
  box-shadow: var(--press); font-size: 1.05rem; cursor: pointer; text-decoration: none;
  transition: background-color .15s ease, transform .12s ease, box-shadow .12s ease;
}
.mf-icon-btn:hover { background: var(--surface); color: var(--heading); }
.mf-icon-btn:active { transform: translateY(2px); box-shadow: 0 0 0 var(--border-strong); }
.mf-icon-btn__badge {
  position: absolute; top: -7px; right: -7px; min-width: 20px; height: 20px; padding: 0 6px; border-radius: var(--r-pill);
  background: var(--cta-strong); color: #fff; font: 700 .6875rem/20px var(--font-body); text-align: center; box-shadow: 0 0 0 2px #fff;
}

/* Round arrow button (service rows) */
.mf-arrow-btn { display: inline-grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border-radius: 50%; background: var(--surface-2); color: var(--heading); font-size: .85rem; transition: background-color .15s ease, color .15s ease, transform .15s ease; }

/* 6. Pills, badges, rating ------------------------------------------------ */
.mf-pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: var(--r-pill); background: var(--surface-2); color: var(--heading); font: 600 .8125rem/1.4 var(--font-body); white-space: nowrap; }
.mf-pill--white { background: #fff; box-shadow: 0 0 0 1px var(--border); }
.mf-pill--success { background: #E3F6EE; color: #146C49; }
.mf-pill--dark { background: var(--heading); color: #fff; }
.mf-pill--on-dark { background: rgba(255, 255, 255, .12); color: #fff; }
.mf-tag { display: inline-flex; align-items: center; padding: 2px 7px; border-radius: 5px; background: var(--cta-strong); color: #fff; font: 800 .625rem/1.4 var(--font-body); letter-spacing: .06em; text-transform: uppercase; }
.mf-badge { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: var(--r-pill); background: var(--cta-strong); color: #fff; font: 700 .6875rem/1 var(--font-body); }
/* Only render with real, DB-backed figures. */
.mf-rating { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mf-stars { display: inline-flex; gap: 2px; }
.mf-stars span { display: inline-grid; place-items: center; width: 20px; height: 20px; background: var(--star-green); color: #fff; font-size: 11px; }
.mf-stars span.is-off { background: #DCDCE6; }
.mf-rating__score { padding: 1px 10px; border-radius: var(--r-pill); background: #fff; box-shadow: 0 0 0 1px var(--border); font: 700 .8125rem/1.6 var(--font-body); color: var(--heading); }
.mf-rating__count { padding: 1px 10px; border-radius: var(--r-pill); background: var(--surface-2); font: 600 .8125rem/1.6 var(--font-body); color: var(--muted); }

/* 7. Tick list ----------------------------------------------------------- */
.mf-ticks { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.mf-ticks li { position: relative; padding-left: 30px; font-size: .9375rem; line-height: 1.5; color: var(--body); }
.mf-ticks li::before {
  content: ""; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; background: var(--cta);
}
.mf-ticks li::after { content: ""; position: absolute; left: 6px; top: 6px; width: 8px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
.mf-ticks--2 { grid-template-columns: 1fr; }
@media (min-width: 576px) { .mf-ticks--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; } }
.mf-ticks--on-dark li { color: #D6D7E3; }
.mf-ticks--green li::before { background: var(--success); }

/* 8. Accordion (native <details>) ---------------------------------------- */
.mf-accordion { border-top: 1px solid var(--border); }
.mf-accordion--on-band { border-color: rgba(41, 47, 59, .14); }
.mf-acc { border-bottom: 1px solid var(--border); }
.mf-accordion--on-band .mf-acc { border-color: rgba(41, 47, 59, .14); }
.mf-acc > summary {
  list-style: none; display: flex; align-items: center; gap: 16px; padding: 18px 0; cursor: pointer;
  font: 700 1.0625rem/1.4 var(--font-display); color: var(--heading);
}
.mf-acc > summary::-webkit-details-marker { display: none; }
.mf-acc > summary::after {
  content: ""; margin-left: auto; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%;
  background: var(--surface-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10M1 6h10' stroke='%23292F3B' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/11px no-repeat;
  transition: transform .2s var(--ease), background-color .15s ease;
}
.mf-accordion--on-band .mf-acc > summary::after { background-color: rgba(255, 255, 255, .7); }
.mf-acc[open] > summary::after { transform: rotate(45deg); }
.mf-acc > summary:hover::after { background-color: var(--border); }
.mf-acc__icon { display: inline-grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border-radius: 10px; background: var(--card-lilac); color: var(--heading-alt); font-size: .95rem; }
.mf-acc__body { padding: 0 44px 20px 0; color: var(--body); font-size: .9688rem; line-height: 1.65; }
.mf-acc__body p:last-child { margin-bottom: 0; }
.mf-acc__body p a { color: var(--heading); text-decoration: underline; }
.mf-accordion--cards { border: 0; display: grid; gap: 12px; }
.mf-accordion--cards .mf-acc { border: 0; border-radius: var(--r-card); background: #fff; box-shadow: var(--card-shadow); padding: 0 20px; }
.mf-accordion--cards .mf-acc__body { padding-right: 0; }

/* 9. Numbered steps ------------------------------------------------------ */
.mf-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; counter-reset: mfstep; }
.mf-step { position: relative; display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 16px; padding: 14px 0; counter-increment: mfstep; }
.mf-step::before {
  content: counter(mfstep); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
  background: #fff; box-shadow: 0 0 0 1px var(--border-strong), var(--press); font: 800 .9375rem/1 var(--font-display); color: var(--heading);
}
.mf-step:not(:last-child)::after { content: ""; position: absolute; left: 18px; top: 54px; bottom: -6px; width: 1px; background: var(--border-strong); }
.mf-step__title { font: 700 1.0625rem/1.35 var(--font-display); color: var(--heading); margin: 6px 0 4px; }
.mf-step__text { margin: 0; font-size: .9375rem; color: var(--body); }

/* 10. Cards ------------------------------------------------------------- */
.mf-card { background: #fff; border-radius: var(--r-card-lg); box-shadow: var(--card-shadow); padding: 24px; }
.mf-card--flat { box-shadow: none; border: 1px solid var(--border); }
.mf-card--tint { box-shadow: none; }
.mf-card--lilac { background: var(--card-lilac); }
.mf-card--mint { background: var(--card-mint); }
.mf-card--peach { background: var(--card-peach); }
.mf-card--sky { background: var(--card-sky); }
.mf-card--butter { background: var(--band-butter); }
.mf-card--surface { background: var(--surface); box-shadow: none; }
.mf-guarantee { border-radius: var(--r-card-lg); padding: 28px; display: flex; flex-direction: column; gap: 10px; min-height: 100%; }
.mf-guarantee__icon {
  display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: #fff; color: var(--heading-alt); font-size: 1.35rem;
  box-shadow: 0 0 0 1px rgba(41, 47, 59, .08), 0 3px 0 rgba(41, 47, 59, .10); margin-bottom: 6px;
}
.mf-guarantee__title { font: 700 1.1875rem/1.3 var(--font-display); color: var(--heading); margin: 0; }
.mf-guarantee__text { margin: 0; color: var(--body); font-size: .9375rem; }
.mf-feature { display: flex; gap: 14px; align-items: flex-start; }
.mf-feature__icon { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 12px; background: var(--surface-2); color: var(--heading); font-size: 1rem; }
.mf-feature__title { display: block; font: 700 1rem/1.35 var(--font-display); color: var(--heading); }
.mf-feature__text { display: block; font-size: .875rem; color: var(--muted); line-height: 1.5; margin-top: 2px; }

/* Promo card (clickable highlight) */
.mf-promo { display: flex; align-items: center; gap: 14px; width: 100%; padding: 16px 18px; border: 0; border-radius: var(--r-card-lg); text-align: left; color: var(--heading); text-decoration: none; font: inherit; cursor: default; }
button.mf-promo, a.mf-promo { cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; box-shadow: 0 3px 0 rgba(41, 47, 59, .10); }
button.mf-promo:hover, a.mf-promo:hover { transform: translateY(-1px); color: var(--heading); }
.mf-promo__icon { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 12px; background: #fff; color: var(--heading-alt); font-size: 1.05rem; }
.mf-promo__copy { display: flex; flex-direction: column; min-width: 0; }
.mf-promo__copy strong { font: 700 1rem/1.35 var(--font-display); }
.mf-promo__copy span { font-size: .875rem; color: var(--body); }
.mf-promo__cta { margin-left: auto; flex: 0 0 auto; font-weight: 700; font-size: .875rem; white-space: nowrap; }

/* 11. Bands + dark sections -------------------------------------------- */
.mf-band { padding-block: var(--section-y); }
.mf-band--mint { background: var(--band-mint); }
.mf-band--lavender { background: var(--band-lavender); }
.mf-band--lime { background: var(--band-lime); }
.mf-band--peach { background: var(--band-peach); }
.mf-band--green { background: var(--band-green); }
.mf-band--butter { background: var(--band-butter); }
.mf-band--ice { background: var(--band-ice); }
.mf-band--apricot { background: var(--band-apricot); }
.mf-band .mf-pill { background: rgba(255, 255, 255, .75); }
.mf-dark { color: #C9CBD6; }
.mf-dark--indigo { background: var(--dark-indigo); }
.mf-dark--charcoal { background: var(--dark-charcoal); }
.mf-dark h1, .mf-dark h2, .mf-dark h3, .mf-dark h4, .mf-dark .mf-h2, .mf-dark .mf-h3, .mf-dark .mf-h4 { color: #fff; }
.mf-dark .mf-lead, .mf-dark p { color: #C9CBD6; }
.mf-dark .mf-eyebrow, .mf-dark .mf-eyebrow i { color: #A9ABC2; }
.mf-dark .mf-feature__icon { background: rgba(255, 255, 255, .08); color: #fff; }
.mf-dark .mf-feature__title { color: #fff; }
.mf-dark .mf-feature__text { color: #B8BACB; }

/* Section divider: small cube on a hairline (our own motif) */
.mf-divider { position: relative; height: 1px; background: var(--border); margin: 0; border: 0; overflow: visible; }
.mf-divider::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 22px; height: 22px; transform: translate(-50%, -50%);
  background: var(--bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M11 2l8 4.5v9L11 20l-8-4.5v-9z' fill='%23F1F3F7' stroke='%23C3C8D3' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M3 6.5L11 11l8-4.5M11 11v9' fill='none' stroke='%23C3C8D3' stroke-width='1.2' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px no-repeat;
  padding: 0 14px; box-sizing: content-box;
}

/* 12. Comparison table --------------------------------------------------- */
.mf-compare { width: 100%; border-collapse: separate; border-spacing: 0; font-size: .9375rem; }
.mf-compare th, .mf-compare td { padding: 14px 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: middle; }
.mf-compare thead th { font: 700 .875rem/1.3 var(--font-display); color: var(--heading); border-bottom: 0; }
.mf-compare td:first-child { color: var(--heading); font-weight: 600; }
.mf-compare .is-us { border-left: 2px solid var(--cta); border-right: 2px solid var(--cta); text-align: center; color: var(--heading); font-weight: 600; background: #fff; }
.mf-compare thead .is-us { border-top: 2px solid var(--cta); border-radius: 12px 12px 0 0; }
.mf-compare tbody tr:last-child .is-us { border-bottom: 2px solid var(--cta); border-radius: 0 0 12px 12px; }
.mf-compare .is-them { color: var(--muted); text-align: center; }
.mf-compare .mf-yes { color: var(--cta-edge); }
.mf-compare .mf-no { color: #A1A6B1; }

/* 13. Review cards ------------------------------------------------------ */
.mf-reviews { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 82%); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 12px; margin: 0 -4px; scrollbar-width: thin; }
@media (min-width: 768px) { .mf-reviews { grid-auto-columns: minmax(280px, 1fr); } }
.mf-review { scroll-snap-align: start; background: #fff; border-radius: var(--r-card-lg); box-shadow: var(--card-shadow); padding: 22px; display: flex; flex-direction: column; gap: 14px; min-height: 180px; }
.mf-review__quote { font: 700 1.0625rem/1.45 var(--font-display); color: var(--heading); margin: 0; }
.mf-review__who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.mf-review__avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--card-lilac); color: var(--heading-alt); font: 800 1rem/1 var(--font-display); }
.mf-review__name { display: block; font-weight: 700; color: var(--heading); font-size: .9375rem; }
.mf-review__meta { display: block; font-size: .8125rem; color: var(--muted); }

/* 14. Forms -------------------------------------------------------------- */
.mf-label { display: block; margin-bottom: 6px; font: 600 .875rem/1.4 var(--font-body); color: var(--heading); }
.mf-input, .mf-select, .mf-form .form-control, .mf-form .form-select {
  display: block; width: 100%; min-height: 48px; padding: 12px 14px; border: 0; border-radius: var(--r-btn-lg);
  background: #fff; box-shadow: var(--card-shadow); color: var(--heading); font: 400 1rem/1.4 var(--font-body);
  transition: box-shadow .15s ease;
}
.mf-form textarea.form-control, textarea.mf-input { min-height: 120px; resize: vertical; }
.mf-input::placeholder, .mf-form .form-control::placeholder { color: #8A909C !important; }
.mf-input:focus, .mf-select:focus, .mf-form .form-control:focus, .mf-form .form-select:focus { outline: none; box-shadow: 0 0 0 2px var(--heading), 0 2px 4px rgba(16, 17, 20, .06) !important; }
.mf-input.is-invalid, .mf-form .form-control.is-invalid { box-shadow: 0 0 0 2px var(--error) !important; }
.mf-help { margin-top: 6px; font-size: .8125rem; color: var(--muted); }
.mf-error { margin-top: 6px; font-size: .8125rem; color: var(--error); }
.mf-form .form-label { font-weight: 600; color: var(--heading) !important; font-size: .875rem; }

/* 15. Illustrations (CSS/SVG, our own) --------------------------------- */
.mf-art { position: relative; width: 100%; max-width: 480px; aspect-ratio: 1 / .86; margin-inline: auto; }
.mf-art__blob { position: absolute; inset: 8% 6% 4% 8%; background: #fff; border-radius: 58% 42% 51% 49% / 46% 55% 45% 54%; opacity: .9; }
.mf-art__blob--alt { inset: 14% 2% 10% 22%; border-radius: 42% 58% 38% 62% / 55% 39% 61% 45%; opacity: .55; }
.mf-art__disc { position: absolute; left: 50%; top: 48%; width: 46%; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: clamp(3rem, 9vw, 5.5rem); box-shadow: 0 0 0 10px rgba(255, 255, 255, .8), 0 8px 0 10px rgba(41, 47, 59, .06); }
.mf-art__disc svg { width: .9em; height: .9em; }
.mf-art__chip { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 14px; background: #fff; color: var(--heading); font: 700 .875rem/1 var(--font-body); box-shadow: 0 0 0 1px rgba(41, 47, 59, .08), 0 3px 0 rgba(41, 47, 59, .10); white-space: nowrap; }
.mf-art__chip i { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: var(--surface-2); font-size: .8rem; }
.mf-art__chip--a { left: 0; top: 16%; }
.mf-art__chip--b { right: 0; top: 30%; }
.mf-art__chip--c { left: 10%; bottom: 8%; }
.mf-art__doodle { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; color: var(--heading-alt); }
.mf-bg-ig { background: var(--ig-gradient); }
.mf-bg-tiktok { background: #111; }
.mf-bg-tiktok i { text-shadow: -2px -2px 0 #25F4EE, 2px 2px 0 #FE2C55; }
.mf-bg-facebook { background: #1877F2; }
.mf-bg-twitter { background: #111; }
.mf-plat { display: inline-grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px; border-radius: 12px; color: #fff; font-size: 1.1rem; }
.mf-plat svg { width: 1em; height: 1em; }
.mf-plat--sm { width: 32px; height: 32px; flex-basis: 32px; border-radius: 9px; font-size: .95rem; }
.mf-plat--lg { width: 56px; height: 56px; flex-basis: 56px; border-radius: 16px; font-size: 1.6rem; }

/* 16. Toast + misc ------------------------------------------------------ */
/* Toasts moved to mf-extras.css ("TOASTS" section, .mf-toast). */

/* ==========================================================================
   HEADER
   ========================================================================== */
.mf-announce { background: var(--heading); color: #E4E6EC; font-size: .8125rem; line-height: 1.3; }
.mf-announce__inner { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 36px; padding-block: 6px; }
.mf-announce__copy { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; text-align: center; }
.mf-announce__flag { display: inline-flex; align-items: center; gap: 6px; padding: 2px 8px; border-radius: var(--r-pill); background: rgba(255, 255, 255, .12); color: #fff; font-weight: 700; font-size: .6875rem; letter-spacing: .06em; text-transform: uppercase; }
.mf-announce__dot { opacity: .45; }
.mf-announce__links { display: none; gap: 18px; margin-left: auto; }
.mf-announce__links a { color: #fff; font-weight: 600; text-decoration: none; }
.mf-announce__links a:hover { text-decoration: underline; color: #fff; }
.mf-announce__long { display: none; }
@media (min-width: 768px) {
  .mf-announce__inner { justify-content: space-between; }
  .mf-announce__long { display: inline; }
  .mf-announce__short { display: none; }
  .mf-announce__links { display: flex; }
}

.mf-header { position: sticky; top: 0; z-index: var(--z-header); padding: 0; background: #fff; box-shadow: 0 1px 0 var(--border); transition: background-color .2s ease, box-shadow .2s ease, padding .2s var(--ease); }
.mf-header__bar { display: flex; align-items: center; gap: 12px; height: var(--header-h); transition: box-shadow .2s ease, border-radius .2s ease, background-color .2s ease, padding .2s ease; }
.mf-header.is-floating { background: transparent; box-shadow: none; padding-top: 8px; }
.mf-header.is-floating .mf-header__bar { background: #fff; border-radius: 16px; box-shadow: var(--float-shadow); padding-inline: 12px 10px; }
@media (min-width: 992px) { .mf-header.is-floating .mf-header__bar { padding-inline: 20px 14px; } }
.mf-header.is-floating .mf-container { max-width: calc(var(--container) - 16px); }
.mf-header__logo { display: inline-flex; align-items: center; flex: 0 0 auto; min-height: 44px; margin-right: auto; } /* M-07: 44px tap target, logo art unchanged */
.mf-header__logo img { display: block; width: auto; height: 34px; }
@media (min-width: 768px) { .mf-header__logo img { height: 40px; } }
.mf-header__nav { display: none; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.mf-header__actions { display: flex; align-items: center; gap: 10px; }
.mf-nav-link {
  display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 8px 12px; border: 0; border-radius: var(--r-btn);
  background: transparent; color: var(--heading); font: 600 .9375rem/1 var(--font-body); text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color .15s ease, color .15s ease;
}
.mf-nav-link:hover, .mf-nav-link[aria-expanded="true"] { background: var(--surface-2); color: var(--heading); }
.mf-nav-link.is-active { color: var(--cta-edge); }
.mf-nav-link__caret { font-size: .7rem; transition: transform .2s var(--ease); }
.mf-nav-link[aria-expanded="true"] .mf-nav-link__caret { transform: rotate(180deg); }
.mf-nav-link i.fa-gift { color: var(--heading-alt); }
.mf-header__account { display: none; }
.mf-header__track { display: none; }
.mf-header__order { display: none; }
.mf-header .mfuk-whatsapp-header-link { display: none; }
.mf-header .dropdown-menu { border: 0; border-radius: var(--r-card); box-shadow: var(--float-shadow); padding: 6px; font-size: .9375rem; }
.mf-header .dropdown-item { border-radius: 8px; padding: 9px 12px; color: var(--heading); font-weight: 500; }
.mf-header .dropdown-item:hover { background: var(--surface-2); }
.mf-header .navbar-toggler { padding: 0; font-size: 1.05rem; line-height: 1; }
.mf-header .navbar-toggler:focus { box-shadow: var(--press); }
.mf-burger { position: relative; display: block; width: 18px; height: 12px; }
.mf-burger::before, .mf-burger::after, .mf-burger span { content: ""; position: absolute; left: 0; width: 100%; height: 2px; border-radius: 2px; background: var(--heading); }
.mf-burger::before { top: 0; }
.mf-burger span { top: 5px; }
.mf-burger::after { bottom: 0; }

@media (min-width: 992px) {
  .mf-header__nav { display: flex; }
  .mf-header__logo { margin-right: 20px; }
  .mf-header__actions { margin-left: auto; }
  .mf-header__account { display: inline-flex; align-items: center; }
  .mf-header .mfuk-whatsapp-header-link { display: inline-grid; }
  .mf-header .navbar-toggler { display: none; }
  .mf-header__order { display: inline-flex; }
}
@media (min-width: 1200px) { .mf-header__track { display: inline-flex; } }

/* WhatsApp header icon, restyled as a square pressable button */
.mf-header .mfuk-whatsapp-header-link { place-items: center; width: 44px; height: 44px; border: 1px solid var(--border-strong); border-radius: 12px; background: #fff; box-shadow: var(--press); padding: 0; }
.mf-header .mfuk-whatsapp-header-link .site__cart-icon { display: grid; place-items: center; width: auto; height: auto; border: 0; background: none; color: #1A9E4B; font-size: 1.2rem; }
.mf-header .mfuk-whatsapp-header-link:hover { background: #F0FBF4; }

/* Mega menu */
.mf-mega-item { position: relative; }
.mf-mega {
  position: absolute; left: -8px; top: calc(100% + 10px); z-index: 5; display: grid; grid-template-columns: 240px 400px; gap: 8px;
  padding: 8px; border-radius: 16px; background: var(--surface); box-shadow: var(--float-shadow);
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .16s ease, transform .16s var(--ease), visibility 0s linear .16s;
}
.mf-mega::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.mf-mega-item.is-open .mf-mega { opacity: 1; visibility: visible; transform: none; transition: opacity .16s ease, transform .16s var(--ease), visibility 0s; }
.mf-mega__platforms, .mf-mega__panel { background: #fff; border-radius: 12px; padding: 8px; box-shadow: 0 0 0 1px var(--border); }
.mf-mega__label { display: block; padding: 8px 10px 6px; font: 700 .6875rem/1 var(--font-body); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.mf-mega__plat {
  display: flex; align-items: center; gap: 12px; width: 100%; padding: 8px 10px; border: 0; border-radius: 10px; background: none;
  color: var(--heading); font: 600 .9375rem/1.2 var(--font-body); text-align: left; cursor: pointer; text-decoration: none;
}
.mf-mega__plat:hover, .mf-mega__plat.is-active { background: var(--surface-2); color: var(--heading); }
.mf-mega__plat .fa-chevron-right { margin-left: auto; font-size: .7rem; color: var(--muted); }
.mf-mega__plat.is-active .fa-chevron-right { color: var(--heading); }
.mf-mega__panel[hidden] { display: none; }
.mf-mega__panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 6px 10px 8px; }
.mf-mega__panel-head a { font-size: .8125rem; font-weight: 600; color: var(--heading); text-decoration: underline; text-underline-offset: 3px; }
.mf-mega__services { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; max-height: min(62vh, 460px); overflow-y: auto; }
.mf-svc-link { display: flex; align-items: flex-start; gap: 10px; padding: 9px 10px; border-radius: 10px; color: var(--heading); text-decoration: none; }
.mf-svc-link:hover { background: var(--surface-2); color: var(--heading); }
.mf-svc-link.is-active { background: var(--cta-soft); }
.mf-svc-icon { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; border-radius: 9px; background: var(--surface-2); color: var(--heading); font-size: .85rem; }
.mf-svc-link:hover .mf-svc-icon { background: #fff; box-shadow: 0 0 0 1px var(--border); }
.mf-svc-link__title { display: block; font: 700 .875rem/1.25 var(--font-body); }
.mf-svc-link__sub { display: block; font-size: .75rem; line-height: 1.35; color: var(--muted); margin-top: 2px; }

/* Mobile drawer */
.mf-drawer { position: fixed; inset: 0; z-index: var(--z-drawer); visibility: hidden; pointer-events: none; }
.mf-drawer.is-open { visibility: visible; pointer-events: auto; }
.mf-drawer__scrim { position: absolute; inset: 0; background: var(--overlay); opacity: 0; transition: opacity .2s ease; }
.mf-drawer.is-open .mf-drawer__scrim { opacity: 1; }
.mf-drawer__panel {
  position: absolute; inset: 0 0 0 auto; width: min(100%, 420px); display: flex; flex-direction: column; background: #fff;
  transform: translateX(100%); transition: transform .24s var(--ease); overflow: hidden;
}
.mf-drawer.is-open .mf-drawer__panel { transform: none; }
.mf-drawer__head { display: flex; align-items: center; gap: 12px; padding: 12px 16px; min-height: 68px; border-bottom: 1px solid var(--border); }
.mf-drawer__head img { height: 32px; width: auto; }
.mf-drawer__close { margin-left: auto; }
.mf-drawer__body { flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; padding: 8px 16px 24px; }
.mf-drawer__foot { padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid var(--border); display: grid; gap: 10px; background: #fff; }
.mf-drawer .mf-acc > summary { padding: 14px 0; font-size: 1rem; gap: 12px; }
.mf-drawer .mf-acc__body { padding: 0 0 12px; }
.mf-drawer .mf-svc-link { padding: 10px 8px; }
.mf-drawer__links { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 2px; }
.mf-drawer__links a, .mf-drawer__links button { display: flex; align-items: center; gap: 12px; width: 100%; padding: 12px 8px; border: 0; border-radius: 10px; background: none; color: var(--heading); font: 600 1rem/1.2 var(--font-body); text-decoration: none; text-align: left; }
.mf-drawer__links a:hover, .mf-drawer__links button:hover { background: var(--surface-2); }
.mf-drawer__links i { width: 20px; text-align: center; color: var(--muted); }
.mf-drawer__wa { display: flex; align-items: center; gap: 12px; }
.mf-drawer__wa .mfuk-whatsapp-header-link { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--border-strong); border-radius: 12px; background: #fff; box-shadow: var(--press); }
.mf-drawer__wa .site__cart-icon { display: grid; place-items: center; border: 0; background: none; color: #1A9E4B; font-size: 1.2rem; width: auto; height: auto; }
html.mf-scroll-locked, html.mf-scroll-locked body { overflow: hidden; }
@media (min-width: 992px) { .mf-drawer { display: none; } }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.mf-footer { background: var(--surface); color: var(--body); padding-top: 56px; border-top: 1px solid var(--border); }
.mf-footer__top { display: grid; gap: 32px; }
.mf-footer__brand img { height: 40px; width: auto; }
.mf-footer__tagline { margin: 14px 0 18px; max-width: 320px; font-size: .9375rem; color: var(--body); }
.mf-footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: .875rem; }
.mf-footer__contact li { display: flex; align-items: center; gap: 4px; }
/* M-07: 44px-tall targets, 8px apart */
.mf-footer__contact a { display: inline-flex; align-items: center; min-height: 44px; color: var(--heading); font-weight: 600; text-decoration: none; }
.mf-footer__contact a:hover { text-decoration: underline; }
.mf-footer__contact i { width: 18px; color: var(--muted); }
.mf-footer__cols { display: grid; gap: 0; }
.mf-footer__col { border-bottom: 1px solid var(--border); }
.mf-footer__toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 0; border: 0; background: none; color: var(--heading); font: 700 1rem/1.2 var(--font-display); text-align: left; cursor: pointer; }
.mf-footer__toggle h3, .mf-footer__heading { margin: 0; font: inherit; color: inherit; }
.mf-footer__toggle::after {
  content: ""; width: 28px; height: 28px; border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10M1 6h10' stroke='%23292F3B' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/11px no-repeat;
  box-shadow: 0 0 0 1px var(--border); transition: transform .2s var(--ease);
}
.mf-footer__col.is-open .mf-footer__toggle::after { transform: rotate(45deg); }
.mf-footer__links { display: none; list-style: none; margin: 0 0 16px; padding: 10px 12px; border-radius: 12px; background: var(--surface-2); }
.mf-footer__col.is-open .mf-footer__links { display: grid; gap: 2px; }
.mf-footer__links a { display: flex; align-items: center; min-height: 44px; padding: 8px 4px; color: var(--body); font-size: .9375rem; text-decoration: none; }
.mf-footer__links a:hover { color: var(--heading); text-decoration: underline; }
.mf-footer__bottom { margin-top: 32px; padding: 24px 0 calc(32px + env(safe-area-inset-bottom)); border-top: 1px solid var(--border); display: grid; gap: 18px; font-size: .8125rem; color: var(--muted); }
.mf-footer__legal { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.mf-footer__legal a { display: inline-flex; align-items: center; min-height: 44px; color: var(--heading); font-weight: 500; text-decoration: none; }
.mf-footer__legal a:hover { text-decoration: underline; }
.mf-footer__pay { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.mf-footer__pay-label { font-weight: 600; color: var(--muted); margin-right: 4px; }
.mf-paychip { display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 12px; border-radius: 8px; background: #fff; box-shadow: 0 0 0 1px var(--border), 0 2px 0 var(--border); color: var(--heading); font-weight: 600; font-size: .8125rem; }
.mf-paychip i { font-size: 1rem; }
.mf-paychip .fa-bitcoin { color: #F7931A; }
.mf-footer__company p { margin: 0 0 6px; line-height: 1.55; }
@media (min-width: 768px) {
  .mf-footer { padding-top: 72px; }
  .mf-footer__cols { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; }
  .mf-footer__col { border: 0; }
  .mf-footer__toggle { padding: 0 0 12px; cursor: default; pointer-events: none; font-size: .9375rem; }
  .mf-footer__toggle::after { display: none; }
  .mf-footer__links, .mf-footer__col.is-open .mf-footer__links { display: grid; gap: 0; padding: 0; background: none; margin: 0; }
  .mf-footer__links a { min-height: 0; padding: 5px 0; }
  .mf-footer__bottom-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
}
@media (min-width: 1200px) {
  .mf-footer__top { grid-template-columns: 320px minmax(0, 1fr); gap: 64px; }
  .mf-footer__cols { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

/* ==========================================================================
   HERO + SERVICE PICKER (home)
   ========================================================================== */
.mf-hero { position: relative; padding: 32px 0 56px; background: linear-gradient(180deg, #FFF7F1 0%, #FFFFFF 70%); overflow: hidden; }
.mf-hero::before { content: ""; position: absolute; right: -180px; top: -140px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(225, 233, 255, .9), rgba(225, 233, 255, 0) 70%); pointer-events: none; }
.mf-hero__grid { position: relative; display: grid; gap: 32px; align-items: center; }
@media (min-width: 992px) {
  .mf-hero { padding: 56px 0 88px; }
  .mf-hero__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 56px; }
}
.mf-hero .mf-display { max-width: 640px; }
.mf-hero__lead { font-size: 1.0625rem; max-width: 560px; margin-bottom: 20px; }
.mf-hero__trust { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; padding: 0; list-style: none; }
.mf-hero__trust li { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 8px; border-radius: var(--r-pill); background: #fff; box-shadow: 0 0 0 1px var(--border); font-size: .8125rem; font-weight: 600; color: var(--heading); }
.mf-hero__trust li i { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #E3F6EE; color: var(--success); font-size: .625rem; }
.mf-rotator { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0; font-size: .9375rem; color: var(--muted); }
.mf-rotator__stage { position: relative; display: inline-grid; }
.mf-rotator__word { grid-area: 1 / 1; font-weight: 700; color: var(--heading); text-decoration: underline; text-decoration-color: var(--cta); text-decoration-thickness: 2px; text-underline-offset: 4px; opacity: 0; transform: translateY(6px); transition: opacity .3s ease, transform .3s ease; pointer-events: none; white-space: nowrap; }
.mf-rotator__word.is-active { opacity: 1; transform: none; pointer-events: auto; }
.mf-rotator__word:hover { color: var(--heading); }

.mf-picker { position: relative; border-radius: var(--r-card-xl); background: #fff; box-shadow: 0 0 0 1px var(--border), 0 18px 48px rgba(41, 47, 59, .10); overflow: hidden; }
.mf-picker__tabs { display: flex; gap: 4px; padding: 8px 8px 0; background: var(--dark-tabbar); }
.mf-picker__tab {
  position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 8px 6px;
  border: 0; border-radius: 14px 14px 0 0; background: transparent; color: #C9CDD6; font: 700 .875rem/1.1 var(--font-body); cursor: pointer;
  transition: background-color .15s ease, color .15s ease;
}
.mf-picker__tab:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.mf-picker__tab .mf-plat { width: 28px; height: 28px; flex-basis: 28px; border-radius: 8px; font-size: .85rem; }
.mf-picker__tab.is-active { background: #fff; color: var(--heading); }
.mf-picker__tab.is-active::before, .mf-picker__tab.is-active::after { content: ""; position: absolute; bottom: 0; width: 14px; height: 14px; background: transparent; pointer-events: none; }
.mf-picker__tab.is-active::before { left: -14px; border-bottom-right-radius: 14px; box-shadow: 6px 6px 0 6px #fff; }
.mf-picker__tab.is-active::after { right: -14px; border-bottom-left-radius: 14px; box-shadow: -6px 6px 0 6px #fff; }
.mf-picker__tabs .mf-picker__tab:first-child.is-active::before, .mf-picker__tabs .mf-picker__tab:last-child.is-active::after { display: none; }
.mf-picker__tabs .mf-picker__tab { flex: 1 1 auto; min-width: 0; }
.mf-picker__tab-label { white-space: nowrap; }
@media (min-width: 992px) and (max-width: 1199.98px) { .mf-picker__tab { gap: 6px; padding-inline: 4px; } }
@media (max-width: 575.98px) { .mf-picker__tab-label { display: none; } }
.mf-picker__body { padding: 18px 16px 8px; min-height: 360px; }
@media (min-width: 576px) { .mf-picker__body { padding: 22px 22px 10px; } }
.mf-picker__title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 12px; font: 700 1rem/1.3 var(--font-display); color: var(--heading); }
.mf-picker__title small { font: 500 .8125rem/1.3 var(--font-body); color: var(--muted); }
.mf-picker__list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
@media (min-width: 576px) { .mf-picker__list--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.mf-picker__svc {
  display: flex; align-items: center; gap: 12px; width: 100%; padding: 12px; border: 0; border-radius: 14px; background: var(--surface);
  color: var(--heading); text-decoration: none; text-align: left; cursor: pointer; font: inherit; box-shadow: 0 0 0 1px transparent;
  transition: background-color .15s ease, box-shadow .15s ease;
}
.mf-picker__svc:hover { background: #fff; box-shadow: 0 0 0 1px var(--border-strong), var(--press); color: var(--heading); }
.mf-picker__svc:hover .mf-arrow-btn { background: var(--cta); color: #fff; }
.mf-picker__svc .mf-svc-icon { width: 40px; height: 40px; flex-basis: 40px; border-radius: 12px; background: #fff; box-shadow: 0 0 0 1px var(--border); font-size: .95rem; }
.mf-picker__svc-copy { display: flex; flex-direction: column; min-width: 0; flex: 1 1 auto; }
.mf-picker__svc-title { font: 700 .9375rem/1.25 var(--font-body); }
.mf-picker__svc-sub { font-size: .8125rem; color: var(--muted); line-height: 1.35; }
.mf-picker__svc.is-extra { display: none; }
.mf-picker.is-expanded .mf-picker__svc.is-extra { display: flex; }
.mf-picker__more { display: block; min-height: 44px; margin: 12px auto 4px; padding: 8px 12px; border: 0; background: none; color: var(--heading); font: 600 .875rem/1 var(--font-body); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.mf-picker__step[hidden] { display: none; }
.mf-picker__back { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px 6px 6px; border: 0; border-radius: 10px; background: var(--surface-2); color: var(--heading); font: 600 .875rem/1 var(--font-body); cursor: pointer; }
.mf-picker__back:hover { background: var(--border); }
.mf-picker__pkgs { max-height: 312px; overflow-y: auto; margin: 0 -4px; padding: 2px 4px; }
.mf-picker__pkg {
  display: flex; align-items: center; gap: 12px; width: 100%; padding: 12px 14px; border: 1px solid var(--border-strong); border-radius: 12px; background: #fff;
  color: var(--heading); font: 600 .9375rem/1.3 var(--font-body); text-align: left; cursor: pointer; transition: border-color .15s ease, background-color .15s ease;
}
.mf-picker__pkg:hover { border-color: var(--heading); }
.mf-picker__pkg[aria-checked="true"] { border: 2px solid var(--cta); padding: 11px 13px; background: var(--cta-tint); }
.mf-picker__radio { width: 18px; height: 18px; flex: 0 0 18px; border-radius: 50%; box-shadow: inset 0 0 0 2px var(--border-strong); }
.mf-picker__pkg[aria-checked="true"] .mf-picker__radio { box-shadow: inset 0 0 0 5px var(--cta); }
.mf-picker__price { margin-left: auto; font: 600 .9375rem/1 var(--font-mono); color: var(--heading); white-space: nowrap; }
.mf-picker__skeleton { height: 50px; border-radius: 12px; background: linear-gradient(90deg, var(--surface) 25%, var(--surface-2) 50%, var(--surface) 75%); background-size: 200% 100%; animation: mf-shimmer 1.2s linear infinite; }
@keyframes mf-shimmer { to { background-position: -200% 0; } }
.mf-picker__buy { margin-top: 14px; }
.mf-picker__foot { display: flex; align-items: center; justify-content: center; gap: 8px 16px; flex-wrap: wrap; padding: 12px 16px; border-top: 1px solid var(--border); background: var(--surface); font-size: .8125rem; font-weight: 600; color: var(--heading); }
.mf-picker__foot span { display: inline-flex; align-items: center; gap: 6px; }
.mf-picker__foot i { color: var(--success); }
.mf-picker__native { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.mf-picker__status { font-size: .875rem; color: var(--muted); padding: 8px 0; }

/* Trust strip under hero (2026-09-24 redesign): one unified peach-pink panel
   with hairline dividers, brand-tinted icon tiles (same language as the
   product-page trust row and the free-likes perk card). Not links, so no
   hover lift. Phones: 2x2, icon stacked over text. >=992px: 4 across. */
.mf-trust-strip { --ts-line: rgba(248, 58, 90, .14); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-radius: var(--r-card-lg); background: linear-gradient(135deg, #FFF4F6 0%, #FFF3EC 100%); box-shadow: inset 0 0 0 1px var(--ts-line); overflow: hidden; }
.mf-trust-strip .mf-feature { flex-direction: column; gap: 10px; padding: 16px 14px; background: none; border-radius: 0; }
.mf-trust-strip .mf-feature:nth-child(even) { box-shadow: inset 1px 0 0 var(--ts-line); }
.mf-trust-strip .mf-feature:nth-child(n+3) { border-top: 1px solid var(--ts-line); }
.mf-trust-strip .mf-feature__icon { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 12px; background: #fff; box-shadow: inset 0 0 0 1px rgba(248, 58, 90, .18), 0 2px 6px rgba(200, 23, 79, .08); color: var(--cta-edge); font-size: 1.0625rem; }
.mf-trust-strip .mf-feature__title { font-size: .9375rem; line-height: 1.3; }
.mf-trust-strip .mf-feature__text { font-size: .8125rem; line-height: 1.45; margin-top: 3px; }
@media (max-width: 359.98px) {
  .mf-trust-strip .mf-feature { padding: 14px 12px; }
  .mf-trust-strip .mf-feature__title { font-size: .875rem; }
}
@media (min-width: 576px) {
  .mf-trust-strip .mf-feature { flex-direction: row; gap: 14px; padding: 20px; }
  .mf-trust-strip .mf-feature__icon { width: 44px; height: 44px; flex-basis: 44px; }
  .mf-trust-strip .mf-feature__title { font-size: 1rem; }
  .mf-trust-strip .mf-feature__text { font-size: .875rem; }
}
@media (min-width: 992px) {
  .mf-trust-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .mf-trust-strip .mf-feature { padding: 22px 20px; }
  .mf-trust-strip .mf-feature:nth-child(n+2) { box-shadow: inset 1px 0 0 var(--ts-line); }
  .mf-trust-strip .mf-feature:nth-child(n+3) { border-top: 0; }
}

/* Service band layout */
.mf-svc-band__grid { display: grid; gap: 32px; align-items: center; }
@media (min-width: 992px) {
  .mf-svc-band__grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 64px; }
  .mf-svc-band--flip .mf-svc-band__visual { order: -1; }
}
.mf-svc-band__visual { order: 2; }
.mf-svc-band__head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.mf-svc-band__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.mf-svc-band__chips a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: var(--r-pill); background: rgba(255, 255, 255, .8); color: var(--heading); font-size: .8125rem; font-weight: 600; text-decoration: none; box-shadow: 0 0 0 1px rgba(41, 47, 59, .08); }
.mf-svc-band__chips a:hover { background: #fff; color: var(--heading); box-shadow: 0 0 0 1px rgba(41, 47, 59, .2); }
.mf-svc-band__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }

/* Get started pre-footer */
.mf-getstarted__grid { display: grid; gap: 32px; align-items: center; }
@media (min-width: 992px) { .mf-getstarted__grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; } }
.mf-linkcard { background: #fff; border-radius: var(--r-card-xl); padding: 8px; box-shadow: 0 16px 40px rgba(0, 0, 0, .25); }
.mf-linkcard__row { display: flex; align-items: center; gap: 14px; padding: 12px; border-radius: 14px; color: var(--heading); text-decoration: none; }
.mf-linkcard__row + .mf-linkcard__row { box-shadow: 0 -1px 0 var(--border); }
.mf-linkcard__row:hover { background: var(--surface); color: var(--heading); }
.mf-linkcard__row:hover .mf-arrow-btn { background: var(--cta); color: #fff; }
.mf-linkcard__copy { display: flex; flex-direction: column; min-width: 0; flex: 1 1 auto; }
.mf-linkcard__copy strong { font: 700 1rem/1.3 var(--font-display); }
.mf-linkcard__copy span { font-size: .8125rem; color: var(--muted); }

/* ==========================================================================
   Existing site-wide components restyled to the system
   ========================================================================== */
/* Floating quick-purchase trigger (F10) */
.mfuk-purchase-widget { font-family: var(--font-body); transition: opacity .18s ease, visibility .18s ease; }
/* Launcher + panel styling lives in site_style.css (F10 block). Fade-outs apply only while collapsed:
   the FSM's open states are "expanding", "expanded:*", "selecting"..., never a bare "expanded". */
.mfuk-purchase-widget.mf-fab-hidden[data-mfuk-state="collapsed"]:not(.is-dragging) { opacity: 0; visibility: hidden; pointer-events: none; }
html.mf-scroll-locked .mfuk-purchase-widget { opacity: 0; visibility: hidden; }

/* Cookie banner */
.cookie-consent-banner { border: 0; border-radius: var(--r-card-lg); box-shadow: var(--float-shadow); padding: 20px; font-family: var(--font-body); }
.cookie-consent-content p { color: var(--body); font-size: .875rem; }
.cookie-consent-content p a { color: var(--heading); }
#accept-cookies { background: var(--heading); border: 1px solid #12151B; color: #fff; border-radius: var(--r-btn-lg); box-shadow: 0 3px 0 #12151B; padding: 10px 28px; font-weight: 700; }
#accept-cookies:hover { background: #343B49; border-color: #12151B; transform: none; box-shadow: 0 3px 0 #12151B; }
#accept-cookies:active { transform: translateY(2px); box-shadow: 0 1px 0 #12151B; }

/* Free likes perk card (shared partial + cart drawer + buy-now modal).
   Reads as a reward, not an alert: warm pink-peach surface, thin logo-gradient
   edge, gradient heart tile, "50 free likes" in a deepened brand gradient
   (deepened so the orange end still clears 4.5:1 on the peach surface). */
.mfuk-free-likes-promo {
  position: relative; gap: 14px; padding: 16px 18px; border: 1px solid transparent; border-radius: var(--r-card-lg);
  background: linear-gradient(120deg, #FFF5F8 0%, #FFF3EC 100%) padding-box, linear-gradient(120deg, rgba(250, 21, 147, .42), rgba(251, 92, 6, .42)) border-box;
  box-shadow: 0 8px 20px -14px rgba(224, 36, 90, .45);
}
.mfuk-free-likes-promo__icon {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px; background: var(--cta-gradient); color: #fff; font-size: 1.05rem;
  box-shadow: 0 6px 12px -6px rgba(224, 36, 90, .7), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.mfuk-free-likes-promo__copy { gap: 2px; }
.mfuk-free-likes-promo__copy strong { color: var(--heading); font: 700 1rem/1.3 var(--font-display); letter-spacing: -.01em; }
.mfuk-free-likes-promo__copy span { color: var(--muted); font-size: .8125rem; line-height: 1.45; }
.mfuk-free-likes-promo__copy .mfuk-free-likes-promo__hl {
  font: inherit; color: var(--cta-edge);
  background: linear-gradient(90deg, #C8106F 0%, #D0224F 50%, #BF3D07 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.mfuk-free-likes-promo__tag {
  position: absolute; top: -10px; right: 16px; padding: 3px 10px; border-radius: var(--r-pill); background: var(--cta-strong); color: #fff;
  font: 700 .75rem/1.3 var(--font-body); white-space: nowrap; letter-spacing: .05em; text-transform: uppercase; box-shadow: 0 3px 8px -3px rgba(224, 36, 90, .6);
}
@media (max-width: 480px) { .mfuk-free-likes-promo { padding: 16px 14px; gap: 12px; } .mfuk-free-likes-promo__icon { flex-basis: 40px; width: 40px; height: 40px; } }
.mf-grid > .mfuk-free-likes-promo { margin: 10px 0 0; } /* home "Extras" list: room for the tag only */
/* Buy-now modal renders it as a plain hairline row: keep the heart visible there */
.mfuk-free-likes-promo.mfuk-buy-now__free-likes-promo { box-shadow: none; }
.mfuk-buy-now__free-likes-promo .mfuk-free-likes-promo__icon { color: var(--cta-edge); box-shadow: none; }

/* Cart drawer: the action gradient is for the checkout action only */
.mfuk-cart-drawer__panel { font-family: var(--font-body); }
.mfuk-cart-drawer__panel h2, .mfuk-cart-drawer__panel h3 { font-family: var(--font-display); color: var(--heading); }

/* Lucky draw modal */
.mfuk-lucky-draw-modal .modal-content { border: 0; border-radius: var(--r-card-xl); box-shadow: var(--float-shadow); font-family: var(--font-body); }
.mfuk-lucky-draw-modal .modal-title { font-family: var(--font-display); color: var(--heading); }

/* ==========================================================================
   Home layout pieces
   ========================================================================== */
.mf-hero__grid { grid-template-areas: "intro" "picker" "more"; }
.mf-hero__intro { grid-area: intro; }
.mf-hero__more { grid-area: more; }
.mf-picker { grid-area: picker; }
@media (min-width: 992px) {
  .mf-hero__grid { grid-template-areas: "intro picker" "more picker"; grid-template-rows: auto 1fr; row-gap: 0; }
  .mf-hero__intro { align-self: end; }
  .mf-hero__more { align-self: start; }
}
.mf-hero__intro .mf-display { margin-bottom: 0; }
@media (min-width: 992px) { .mf-hero__intro .mf-display { margin-bottom: 20px; } }
.mf-picker__list li.is-extra { display: none; }
.mf-picker.is-expanded .mf-picker__list li.is-extra { display: block; }
.mf-picker__list > li { min-width: 0; }
.mf-picker__pkgs { display: grid; gap: 8px; }
.mf-picker__native select { display: block; }

.mfuk-purchase-widget.mf-fab-hero[data-mfuk-state="collapsed"]:not(.is-dragging) { opacity: 0; visibility: hidden; pointer-events: none; }

.mf-review { margin: 0; }
.mf-review blockquote { margin: 0; }

/* Illustration extras */
.mf-art__phone { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-3deg); width: min(64%, 290px); padding: 18px; border-radius: 26px; background: #fff; box-shadow: 0 0 0 1px rgba(41, 47, 59, .08), 0 6px 0 rgba(41, 47, 59, .08); display: grid; gap: 10px; }
.mf-art__phone::before { content: ""; justify-self: center; width: 56px; height: 5px; border-radius: 5px; background: var(--surface-2); margin-bottom: 4px; }
.mf-art__phone-row { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-radius: 12px; background: var(--surface); font: 700 .875rem/1.2 var(--font-body); color: var(--heading); }
.mf-art__phone-row i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--success); color: #fff; font-size: .625rem; }
.mf-art__phone-row.is-live { background: var(--cta-tint); }
.mf-art__phone-row.is-live i { background: var(--cta); animation: mf-spin 1.6s linear infinite; }
@keyframes mf-spin { to { transform: rotate(360deg); } }
.mf-art__bubble { position: absolute; display: grid; place-items: center; border-radius: 50%; box-shadow: 0 0 0 8px rgba(255, 255, 255, .85), 0 6px 0 8px rgba(41, 47, 59, .05); }
.mf-art__bubble--1 { width: 38%; aspect-ratio: 1; left: 12%; top: 18%; font-size: clamp(2rem, 6vw, 3.4rem); }
.mf-art__bubble--2 { width: 28%; aspect-ratio: 1; right: 12%; top: 12%; font-size: clamp(1.5rem, 4.5vw, 2.4rem); }
.mf-art__bubble--3 { width: 30%; aspect-ratio: 1; right: 20%; bottom: 10%; font-size: clamp(1.6rem, 5vw, 2.6rem); }
.mf-art__doodle-wrap { position: absolute; inset: 0; }
.mf-art__doodle-wrap .mf-art__doodle { color: inherit; }
.mf-dark .mf-art__chip { background: #fff; }
@media (max-width: 575.98px) {
  .mf-art { max-width: 360px; }
  .mf-art__chip { font-size: .75rem; padding: 8px 10px; }
  .mf-art__chip i { width: 22px; height: 22px; }
}

/* FAQ + contact */
.mf-faq { display: grid; gap: 32px; }
@media (min-width: 992px) { .mf-faq { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 64px; align-items: start; } .mf-faq__side { position: sticky; top: 110px; } }
.mf-acc__q { margin: 0; font: inherit; color: inherit; letter-spacing: -.01em; }
.mf-contact { display: grid; gap: 24px; }
@media (min-width: 992px) { .mf-contact { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 32px; align-items: start; } }
.mf-contact__form { padding: 24px; }
@media (min-width: 768px) { .mf-contact__form { padding: 36px; } }
.mf-contact__info { display: grid; gap: 20px; padding: 24px; border-radius: var(--r-card-lg); background: #fff; box-shadow: var(--card-shadow); }
.mf-form .btn__primary, .mf-form button[type="submit"] {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border: 1px solid transparent; border-radius: var(--r-btn-lg);
  background: var(--cta-gradient); background-origin: border-box; color: #fff; font: 700 1rem/1.2 var(--font-body); box-shadow: var(--press-cta); text-shadow: 0 1px 1px rgba(120, 14, 50, .35);
}
.mf-form .btn__primary:hover, .mf-form button[type="submit"]:hover { background: var(--cta-gradient-hover); background-origin: border-box; color: #fff; }
.mf-form .btn__primary:active, .mf-form button[type="submit"]:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--cta-press); }

/* Responsive refinements */
@media (max-width: 767.98px) { .mf-announce__flag { display: none; } }
.mf-hero { padding-bottom: 40px; }
@media (min-width: 992px) { .mf-hero { padding-bottom: 64px; } }
@media (max-width: 575.98px) {
  .mf-picker__list li:nth-child(n+5) { display: none; }
  .mf-picker.is-expanded .mf-picker__list li:nth-child(n+5) { display: block; }
  .mf-promo { flex-wrap: wrap; }
  .mf-promo__cta { flex-basis: calc(100% - 58px); margin-left: 58px; }
  .mf-guarantee { display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 14px; row-gap: 4px; padding: 18px; }
  .mf-guarantee__icon { grid-row: span 2; width: 44px; height: 44px; font-size: 1.05rem; border-radius: 12px; margin: 0; }
  .mf-guarantee__title { font-size: 1.0625rem; }
  .mf-art { max-width: 320px; }
  .mf-footer__pay-label { width: 100%; }
}
@media (min-width: 576px) { .mf-picker__more--mobile { display: none; } }
@media (min-width: 992px) { .mf-reviews { grid-auto-flow: row; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); overflow: visible; } }
.mf-form .form-control { border: 0 !important; border-radius: var(--r-btn-lg) !important; }
.mf-drawer#siteMainNav { max-height: none; overflow: visible; }
.mf-drawer .mf-svc-link, .mf-svc-band__chips a { text-decoration: none; }

/* ==========================================================================
   Order-flow result pages (appended by the cart/checkout pass)
   Used by order_success, bank_order_request, bank_transfer_resume_payment,
   nowpayments_status, order_payment_status, track_order (+ results template).
   Shell: <main class="mf-flow"><div class="mf-flow__wrap"> .mf-flow__card ...
   ========================================================================== */
.mf-flow { background: var(--surface); padding: 32px 0 72px; min-height: 60vh; }
@media (min-width: 992px) { .mf-flow { padding: 48px 0 96px; } }
.mf-flow--plain { background: transparent; min-height: 0; }
.mf-flow__wrap { width: 100%; max-width: 760px; margin: 0 auto; padding-inline: var(--gutter); }
.mf-flow__wrap--wide { max-width: 1120px; }
.mf-flow__card { padding: 24px 20px; border-radius: var(--r-card-xl); background: #fff; box-shadow: var(--card-shadow); }
@media (min-width: 768px) { .mf-flow__card { padding: 36px 40px; } }
.mf-flow__stack { display: grid; gap: 16px; }
.mf-flow__hero { text-align: center; }
.mf-flow__badge { display: inline-grid; place-items: center; width: 72px; height: 72px; margin-bottom: 16px; border-radius: 50%; background: var(--surface-2); color: var(--heading); font-size: 1.75rem; box-shadow: 0 0 0 8px var(--surface); }
.mf-flow__badge--success { background: #E3F6EE; color: var(--success); box-shadow: 0 0 0 8px #F1FAF6; }
.mf-flow__badge--pending { background: #FFF1E7; color: #B83F00; box-shadow: 0 0 0 8px #FFF8F3; }
.mf-flow__badge--error { background: #FDECEC; color: var(--error); box-shadow: 0 0 0 8px #FEF6F6; }
.mf-flow__badge--info { background: var(--card-sky); color: var(--focus); box-shadow: 0 0 0 8px #F5F9FF; }
.mf-flow__eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 10px; font: 700 .75rem/1.3 var(--font-body); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.mf-flow__title { margin: 0 0 10px; font: 800 clamp(1.75rem, 1.35rem + 1.6vw, 2.5rem)/1.15 var(--font-display); color: var(--heading); letter-spacing: -.03em; text-wrap: balance; }
.mf-flow__lead { max-width: 580px; margin: 0 auto; font-size: 1.0625rem; line-height: 1.6; color: var(--body); }
.mf-flow__h2 { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font: 700 1.1875rem/1.3 var(--font-display); color: var(--heading); letter-spacing: -.01em; }
.mf-flow__text { margin: 0 0 12px; color: var(--body); font-size: .9375rem; line-height: 1.6; }
.mf-flow__text:last-child { margin-bottom: 0; }
.mf-flow__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 24px; }
.mf-flow__actions--start { justify-content: flex-start; }
@media (max-width: 575.98px) { .mf-flow__actions .mf-btn { width: 100%; } }
.mf-flow__meta { display: grid; margin: 24px 0 0; padding: 4px 0; border-radius: var(--r-card-lg); background: var(--surface); text-align: left; }
.mf-flow__meta > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 16px; }
.mf-flow__meta > div + div { border-top: 1px solid var(--border); }
.mf-flow__meta dt { font-size: .875rem; font-weight: 500; color: var(--muted); }
.mf-flow__meta dd { margin: 0; font-weight: 700; color: var(--heading); text-align: right; word-break: break-word; }
.mf-flow__mono { font-family: var(--font-mono); font-weight: 600; font-variant-numeric: tabular-nums; }
.mf-flow__note { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; padding: 12px 14px; border-radius: var(--r-card); background: var(--card-sky); color: #1E3A66; font-size: .875rem; line-height: 1.55; }
.mf-flow__note > i { margin-top: 3px; color: var(--focus); }
.mf-flow__note--warn { background: var(--band-butter); color: #5C4A00; }
.mf-flow__note--warn > i { color: #8A6100; }
.mf-flow__help { margin: 20px 0 0; text-align: center; font-size: .875rem; color: var(--muted); }
.mf-flow__help a, .mf-flow__text a { color: var(--heading); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.mf-flow__list { margin: 0; padding-left: 20px; color: var(--body); font-size: .9375rem; line-height: 1.8; }

/* Status pill */
.mf-status { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: var(--r-pill); font: 700 .8125rem/1.5 var(--font-body); background: var(--surface-2); color: var(--heading); white-space: nowrap; }
.mf-status--success { background: #E3F6EE; color: #146C49; }
.mf-status--pending { background: #FFF1E7; color: #A33800; }
.mf-status--error { background: #FDECEC; color: #9B1C1C; }
.mf-status--info { background: var(--card-sky); color: #1E4FB0; }

/* Two-column: dark amount panel + white detail card */
.mf-flow__grid { display: grid; gap: 16px; align-items: start; }
@media (min-width: 992px) { .mf-flow__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 24px; } }
.mf-flow__dark { padding: 24px 20px; border-radius: var(--r-card-xl); background: var(--dark-checkout); color: #C9CBD3; }
@media (min-width: 768px) { .mf-flow__dark { padding: 32px; } }
@media (min-width: 992px) { .mf-flow__dark { position: sticky; top: 104px; } }
.mf-flow__dark .mf-flow__eyebrow { color: #A3A6B0; }
.mf-flow__amount { display: block; margin: 4px 0 6px; font: 600 clamp(2.25rem, 1.6rem + 2.4vw, 3rem)/1.05 var(--font-mono); letter-spacing: -.03em; color: #fff; font-variant-numeric: tabular-nums; }
.mf-flow__dark-meta { display: grid; margin: 20px 0 0; border-top: 1px solid rgba(255, 255, 255, .09); }
.mf-flow__dark-meta > div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.mf-flow__dark-meta dt { font-size: .875rem; font-weight: 500; color: #A3A6B0; }
.mf-flow__dark-meta dd { margin: 0; color: #fff; font-weight: 600; text-align: right; word-break: break-all; }
.mf-flow__items { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.mf-flow__items li { padding: 12px 14px; border-radius: var(--r-card); background: rgba(255, 255, 255, .06); min-width: 0; }
.mf-flow__items strong { display: block; color: #fff; font-size: .9375rem; }
.mf-flow__items span, .mf-flow__items a { font-size: .8125rem; color: #C9CBD3; }
.mf-flow__items a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255, 255, 255, .3); }
.mf-flow__items a:hover { color: #fff; }

/* Copyable detail rows (bank details) */
.mf-copylist { display: grid; gap: 8px; }
.mf-copyrow { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 10px 10px 10px 14px; border-radius: var(--r-card); background: var(--surface); }
.mf-copyrow__label { display: block; font: 700 .6875rem/1.4 var(--font-body); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
/* D-13: wrap only between the space-separated groups (IBAN "GB58 TRWI ..."); a single
   unbroken value still breaks as a last resort instead of overflowing. */
.mf-copyrow__value { display: block; font: 600 1rem/1.35 var(--font-mono); color: var(--heading); word-break: normal; overflow-wrap: break-word; }
.mf-copyrow--key { background: #FFF1E7; }
.mf-copy-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 44px; min-height: 40px; padding: 0 12px; border: 1px solid var(--border-strong); border-radius: var(--r-btn); background: #fff; color: var(--heading); font: 700 .8125rem/1 var(--font-body); box-shadow: var(--press); cursor: pointer; }
.mf-copy-btn:hover { background: var(--surface-2); }
.mf-copy-btn:active { transform: translateY(2px); box-shadow: none; }

/* Numbered how-to steps */
.mf-flow__steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; counter-reset: mfflow; }
@media (min-width: 640px) { .mf-flow__steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .mf-flow__steps--4 { grid-template-columns: repeat(4, 1fr); } }
.mf-flow__steps li { counter-increment: mfflow; padding: 16px; border-radius: var(--r-card-lg); background: var(--surface); }
.mf-flow__steps li::before { content: counter(mfflow); display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 10px; border-radius: 50%; background: var(--heading); color: #fff; font: 700 .875rem/1 var(--font-body); }
.mf-flow__steps h3 { margin: 0 0 4px; font: 700 1rem/1.3 var(--font-display); color: var(--heading); }
.mf-flow__steps p { margin: 0; font-size: .875rem; line-height: 1.55; color: var(--body); }

/* Suggested email block */
.mf-flow__email { margin: 12px 0 16px; padding: 14px 16px; border-radius: var(--r-card); background: var(--surface); font-size: .875rem; color: var(--body); }
.mf-flow__email dl { display: grid; gap: 4px; margin: 0 0 10px; }
.mf-flow__email dl div { display: flex; gap: 8px; }
.mf-flow__email dt { min-width: 64px; font-weight: 600; color: var(--muted); }
.mf-flow__email dd { margin: 0; font-weight: 600; color: var(--heading); word-break: break-word; }
.mf-flow__email pre { margin: 0; padding: 12px 14px; border-radius: var(--r-btn-lg); background: #fff; box-shadow: 0 0 0 1px var(--border); white-space: pre-wrap; font: 400 .8125rem/1.7 var(--font-mono); color: var(--heading); }

/* Order line list (success invoice) */
.mf-flow__lines { list-style: none; margin: 0; padding: 0; }
.mf-flow__lines > li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; padding: 14px 0; border-top: 1px solid var(--border); }
.mf-flow__lines > li:first-child { border-top: 0; padding-top: 0; }
.mf-flow__lines strong { color: var(--heading); }
.mf-flow__lines .mf-flow__line-sub { display: block; margin-top: 4px; font-size: .8125rem; color: var(--muted); }
.mf-flow__lines a { color: var(--heading); text-decoration: underline; text-underline-offset: 3px; }
.mf-flow__totals { margin: 12px 0 0; padding-top: 12px; border-top: 1px solid var(--border); display: grid; gap: 6px; }
.mf-flow__totals > div { display: flex; justify-content: space-between; gap: 12px; font-size: .9375rem; }
.mf-flow__totals dt { font-weight: 500; color: var(--muted); }
.mf-flow__totals dd { margin: 0; font-family: var(--font-mono); color: var(--heading); }
.mf-flow__totals .is-total dt, .mf-flow__totals .is-total dd { font-weight: 700; color: var(--heading); font-size: 1.0625rem; }

/* Track order */
.mf-track-form__row { display: grid; gap: 10px; }
@media (min-width: 576px) { .mf-track-form__row { display: flex; } .mf-track-form__row .mf-input { flex: 1 1 auto; } .mf-track-form__row .mf-btn { flex: 0 0 auto; } }
.mf-track-form .mf-input { min-height: 56px; font-family: var(--font-mono); font-size: 1rem; }
.mf-track-form .mf-btn { min-height: 56px; }
.wraptrackresults { margin-top: 20px; }
.wraptrackresults:empty { display: none; }
.tracking-loading { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 20px; border-radius: var(--r-card-lg); background: var(--surface); color: var(--muted); font-weight: 600; }
.order__tracking-data { padding: 20px; border-radius: var(--r-card-lg); background: #fff; box-shadow: 0 0 0 1px var(--border); }
.tracking-results-header h2 { margin: 0 0 4px; font: 700 1.125rem/1.3 var(--font-display); color: var(--heading); }
.tracking-results-header p { margin: 0 0 12px; font-size: .875rem; color: var(--muted); }
.track_table { width: 100%; margin: 0; border-collapse: collapse; font-size: .9375rem; }
.track_table th { padding: 10px 12px; border-bottom: 1px solid var(--border); background: var(--surface); color: var(--muted); font: 700 .75rem/1.3 var(--font-body); letter-spacing: .06em; text-transform: uppercase; text-align: left; white-space: nowrap; }
.track_table td { padding: 12px; border-bottom: 1px solid var(--border); color: var(--body); vertical-align: middle; background: transparent; }
.track_table tr:last-child td { border-bottom: 0; }
.track_table td:nth-child(2), .track_table td:nth-child(3) { font-family: var(--font-mono); font-variant-numeric: tabular-nums; color: var(--heading); }
.track_table a { color: var(--heading); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.status-badge { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: var(--r-pill); font: 700 .75rem/1.6 var(--font-body); text-transform: capitalize; white-space: nowrap; background: var(--surface-2); color: var(--heading); }
.status--completed { background: #E3F6EE; color: #146C49; }
.status--pending, .status--processing { background: #FFF1E7; color: #A33800; }
.status--in-progress { background: var(--card-sky); color: #1E4FB0; }
.status--partial { background: var(--band-butter); color: #6B5300; }
.status--canceled, .status--cancelled, .status--refunded { background: #FDECEC; color: #9B1C1C; }

/* Animated success tick (order_success) */
.mf-flow__tick { width: 88px; height: 88px; margin: 0 auto 18px; display: block; animation: mf-flow-pop 240ms ease-out both; }
.mf-flow__tick-circle { stroke-dasharray: 330; stroke-dashoffset: 330; animation: mf-flow-draw 320ms ease-out 40ms forwards; }
.mf-flow__tick-mark { stroke-dasharray: 80; stroke-dashoffset: 80; animation: mf-flow-draw 200ms ease-out 300ms forwards; }
@keyframes mf-flow-pop { from { opacity: 0; transform: scale(.6); } to { opacity: 1; transform: scale(1); } }
@keyframes mf-flow-draw { to { stroke-dashoffset: 0; } }

/* Crypto pending pulse */
.mf-flow__badge--pulse { position: relative; }
.mf-flow__badge--pulse::before, .mf-flow__badge--pulse::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #FFB27A; opacity: .6; animation: mf-flow-ring 2.2s ease-out infinite; }
.mf-flow__badge--pulse::after { animation-delay: 1.1s; }
@keyframes mf-flow-ring { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.7); opacity: 0; } }
.mf-flow__waiting { display: inline-flex; align-items: center; gap: 10px; margin: 18px 0 0; padding: 8px 14px; border-radius: var(--r-pill); background: #FFF1E7; color: #A33800; font-size: .875rem; font-weight: 700; }
.mf-flow__waiting-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cta); animation: mf-flow-dot 1.2s ease-in-out infinite; }
@keyframes mf-flow-dot { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.5); opacity: .45; } }

/* Brand signature (shared): lightning-arrow motif + pink-to-orange accent.
   Same bolt shape as mf-service.css's --mf-bolt. --brand-grad is the logo
   gradient (same as --cta-gradient); outside buttons it stays a small accent
   (lines, bolts, glows), never a big background or body text. */
:root {
  --brand-grad: linear-gradient(90deg, #FA1593, #FB5C06);
  --bolt-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.5 2.5 20.6 10.9 17.9 8.2 12.9 13.4 14.8 14.7 3 21.5 10.1 12.4 8.3 11.3 15.7 6.1 13.1 3.4Z'/%3E%3C/svg%3E");
}
.mf-bolt { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; vertical-align: -.125em; background: currentColor; -webkit-mask: var(--bolt-mask) center / contain no-repeat; mask: var(--bolt-mask) center / contain no-repeat; }
.mf-bolt--grad { background: var(--brand-grad); }
/* Short gradient underline under a heading */
.mf-accent-line { display: block; width: 44px; height: 4px; margin-top: 12px; border-radius: 4px; background: var(--brand-grad); }
.mf-flow__hero .mf-accent-line { margin-inline: auto; }
/* Bolt bullets for plain lists */
.mf-bolt-list { list-style: none; padding-left: 0; }
.mf-bolt-list li { position: relative; padding-left: 26px; }
.mf-bolt-list li::before { content: ""; position: absolute; left: 0; top: .42em; width: 15px; height: 15px; background: var(--brand-grad); -webkit-mask: var(--bolt-mask) center / contain no-repeat; mask: var(--bolt-mask) center / contain no-repeat; }
/* Divider with a centred bolt */
.mf-bolt-rule { display: flex; align-items: center; gap: 12px; margin: 0; border: 0; color: var(--border-strong); }
.mf-bolt-rule::before, .mf-bolt-rule::after { content: ""; flex: 1 1 auto; height: 1px; background: currentColor; }
.mf-bolt-rule .mf-bolt { width: 18px; height: 18px; background: var(--brand-grad); }

/* Success state: gradient ring + bolt sparks */
.mf-flow__celebrate { position: relative; width: 132px; height: 132px; margin: 0 auto 18px; }
.mf-flow__celebrate::before { content: ""; position: absolute; inset: 14px; border-radius: 50%; background: var(--brand-grad); opacity: .16; filter: blur(12px); }
.mf-flow__celebrate .mf-flow__tick { position: absolute; inset: 22px; width: 88px; height: 88px; margin: 0; }
.mf-flow__spark { position: absolute; width: 20px; height: 20px; background: var(--brand-grad); -webkit-mask: var(--bolt-mask) center / contain no-repeat; mask: var(--bolt-mask) center / contain no-repeat; opacity: 0; animation: mf-spark 520ms ease-out forwards; }
.mf-flow__spark--1 { top: 6px; right: 10px; animation-delay: 420ms; }
.mf-flow__spark--2 { bottom: 14px; left: 2px; width: 16px; height: 16px; transform: rotate(160deg); animation-delay: 520ms; }
.mf-flow__spark--3 { top: 30px; left: -4px; width: 12px; height: 12px; transform: rotate(-70deg); animation-delay: 600ms; }
@keyframes mf-spark { from { opacity: 0; scale: .4; } to { opacity: 1; scale: 1; } }

/* ==========================================================================
   PAYMENT METHODS STRIP (partials/payment_methods.php)  [Engineer 3]
   White logo chips on white or dark. Logos: public/assets/img/payments/*.svg
   ========================================================================== */
.mf-paymethods { --pm-w: 44px; --pm-h: 30px; --pm-gap: 8px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-width: 0; }
.mf-paymethods--sm { --pm-w: 38px; --pm-h: 26px; --pm-gap: 6px; gap: 8px; }
.mf-paymethods--center { align-items: center; text-align: center; }
.mf-paymethods__title { display: inline-flex; align-items: center; gap: 8px; margin: 0; font: 600 .8125rem/1.3 var(--font-body); letter-spacing: .01em; color: var(--muted); }
.mf-paymethods--md .mf-paymethods__title { font-size: .875rem; color: var(--heading); }
.mf-paymethods__bolt { width: 16px; height: 16px; }
.mf-paymethods__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, var(--pm-w)); gap: var(--pm-gap); }
.mf-paymethods__chip { display: block; width: var(--pm-w); height: var(--pm-h); border-radius: 8px; background: #fff; border: 1px solid var(--border); overflow: hidden; }
.mf-paymethods--sm .mf-paymethods__chip { border-radius: 6px; }
.mf-paymethods__chip img { display: block; width: 100%; height: 100%; }
/* dark backgrounds: chips stay white, title turns light */
.mf-paymethods--on-dark .mf-paymethods__title, .mf-dark .mf-paymethods__title { color: rgba(255, 255, 255, .78); }
.mf-paymethods--on-dark .mf-paymethods__chip, .mf-dark .mf-paymethods__chip { border-color: rgba(255, 255, 255, .14); }
@media (min-width: 576px) {
  .mf-paymethods__list { display: flex; flex-wrap: wrap; }
  .mf-paymethods--center .mf-paymethods__list { justify-content: center; }
}
@media (min-width: 768px) {
  .mf-paymethods--inline { flex-direction: row; align-items: center; gap: 12px; }
}

/* Footer: strip sits in the bottom row, right of the legal links */
.mf-footer__bottom-row .mf-paymethods { flex: 0 1 auto; margin-top: 18px; }
@media (min-width: 768px) { .mf-footer__bottom-row .mf-paymethods { margin-top: 0; } }

/* Home: payment card under the trust strip, with the brand bolt + gradient hairline */
.mf-home-pay { position: relative; margin-top: 16px; padding: 20px 16px 22px; border-radius: var(--r-card-lg); background: #fff; border: 1px solid var(--border); display: flex; justify-content: center; overflow: hidden; }
.mf-home-pay::before { content: ""; position: absolute; top: 0; left: 50%; width: 120px; height: 3px; transform: translateX(-50%); border-radius: 0 0 3px 3px; background: var(--brand-grad); }
.mf-home-pay__note { margin: 10px 0 0; font-size: .8125rem; color: var(--muted); text-align: center; }
.mf-home-pay__inner { display: flex; flex-direction: column; align-items: center; }
@media (min-width: 992px) {
  .mf-home-pay { margin-top: 24px; padding: 22px 24px; }
  .mf-home-pay__inner { flex-direction: row; gap: 24px; }
  .mf-home-pay__note { margin: 0; padding-left: 24px; border-left: 1px solid var(--border); text-align: left; max-width: 220px; }
}
/* END PAYMENT METHODS STRIP */
.mf-flow__amount-label { display: block; margin-top: 18px; font-size: .875rem; color: #A3A6B0; }
.mf-flow__dark h2.mf-flow__eyebrow { display: flex; margin: 0; }
@media (max-width: 575.98px) { .order__tracking-data { padding: 16px 12px; } .track_table { font-size: .875rem; } .track_table th, .track_table td { padding: 10px 8px; } .track_table th { white-space: normal; font-size: .6875rem; } }

/* ==========================================================================
   MEGA FOLLOWERS IDENTITY (owner direction: "same creativity, not a copy")
   Lightning-arrow signature, tilted-tile illustrations, growth-card art,
   segmented picker, promise cards. Colour rule unchanged: the gradient/coral
   is only on things you click to act, plus thin brand lines and bolts.
   ========================================================================== */
:root {
  --home-blush: #FFEAF2;
  --home-peach: #FFEEE4;
  --home-lilac: #EFEBFF;
  --home-butter: #FFF4D6;
  --home-mint: #E2F7F1;
  --home-sky: #E8F2FF;
}

/* Arrow buttons light up in the action gradient on row hover */
.mf-picker__svc:hover .mf-arrow-btn, .mf-linkcard__row:hover .mf-arrow-btn { background: var(--cta-gradient); color: #fff; }

/* Illustration tiles: tilted rounded squares instead of organic blobs */
.mf-art__blob { inset: 12% 12% 8% 12%; border-radius: 28%; transform: rotate(-7deg); }
.mf-art__blob--alt { inset: 18% 6% 14% 22%; border-radius: 30%; transform: rotate(9deg); }

/* Section divider: hairline + lightning-arrow in a gradient-edged disc (replaces the cube) */
.mf-divider::after {
  width: 34px; height: 34px; padding: 0; box-sizing: border-box; border-radius: 50%;
  border: 1.5px solid transparent; background: linear-gradient(var(--bg), var(--bg)) padding-box, var(--brand-grad) border-box;
}
.mf-divider::before {
  content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; width: 15px; height: 15px; transform: translate(-50%, -50%);
  background: var(--brand-grad); -webkit-mask: var(--bolt-mask) center / contain no-repeat; mask: var(--bolt-mask) center / contain no-repeat;
}
.mf-home__rule { color: var(--border); }
.mf-home__rule .mf-bolt { position: relative; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; -webkit-mask: none; mask: none;
  border: 1.5px solid transparent; background: linear-gradient(#fff, #fff) padding-box, var(--brand-grad) border-box; }
.mf-home__rule .mf-bolt::after { content: ""; position: absolute; inset: 7px; background: var(--brand-grad); -webkit-mask: var(--bolt-mask) center / contain no-repeat; mask: var(--bolt-mask) center / contain no-repeat; }

/* Headline highlight with a gradient stroke under it (matches service-page H1s) */
.mf-hl--stroke { position: relative; display: inline-block; }
.mf-hl--stroke::after { content: ""; position: absolute; left: 3%; right: 3%; bottom: .02em; height: .1em; min-height: 4px; border-radius: 99px; background: var(--brand-grad); opacity: .9; }

/* Bolt tick markers (home bands; service pages use the same shape) */
.mf-ticks--bolt li { padding-left: 28px; }
.mf-ticks--bolt li::before { top: 2px; width: 18px; height: 18px; border-radius: 0; background: var(--brand-grad); -webkit-mask: var(--bolt-mask) center / contain no-repeat; mask: var(--bolt-mask) center / contain no-repeat; }
.mf-ticks--bolt li::after { content: none; }

/* ---- Hero ---------------------------------------------------------------- */
.mf-hero {
  background:
    radial-gradient(70% 90% at 0% 0%, #FFF1F6 0%, rgba(255, 241, 246, 0) 60%),
    radial-gradient(60% 80% at 100% 10%, #FFF4EC 0%, rgba(255, 244, 236, 0) 65%),
    #fff;
}
.mf-hero::before {
  right: auto; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0;
  background: radial-gradient(rgba(41, 47, 59, .09) 1px, transparent 1.2px) 0 0 / 22px 22px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 75%); mask-image: linear-gradient(180deg, #000 0%, transparent 75%);
}
.mf-hero__deco { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.mf-hero__rise { position: absolute; left: 0; bottom: 0; width: 100%; height: 70%; }
.mf-hero__bolt {
  position: absolute; right: -60px; top: 40px; width: 460px; height: 460px; opacity: .07;
  background: var(--brand-grad); -webkit-mask: var(--bolt-mask) center / contain no-repeat; mask: var(--bolt-mask) center / contain no-repeat;
}
@media (max-width: 991.98px) { .mf-hero__bolt { width: 260px; height: 260px; right: -70px; top: 10px; } .mf-hero__rise { display: none; } }
.mf-hero__eyebrow { color: var(--heading); }
.mf-hero__eyebrow .mf-bolt { width: 16px; height: 16px; }

/* Picker: light segmented tabs, gradient top edge, soft brand glow */
.mf-hero__grid { isolation: isolate; }
.mf-picker--brand { overflow: visible; box-shadow: 0 0 0 1px var(--border), 0 24px 60px rgba(41, 47, 59, .10); }
.mf-picker--brand::before { content: ""; position: absolute; z-index: 2; top: 0; left: 32px; right: 32px; height: 3px; border-radius: 0 0 4px 4px; background: var(--brand-grad); }
.mf-picker--brand::after { content: ""; position: absolute; z-index: -1; inset: 12% 6% -6% 6%; border-radius: 48px; background: linear-gradient(120deg, rgba(250, 21, 147, .18), rgba(251, 92, 6, .18)); filter: blur(44px); }
.mf-picker--brand .mf-picker__tabs { margin: 14px 14px 0; padding: 5px; gap: 4px; border-radius: 16px; background: var(--surface-2); box-shadow: inset 0 0 0 1px var(--border); }
.mf-picker--brand .mf-picker__tab { min-height: 46px; border-radius: 12px; color: var(--body); }
.mf-picker--brand .mf-picker__tab:hover { background: rgba(255, 255, 255, .6); color: var(--heading); }
.mf-picker--brand .mf-picker__tab.is-active { background: #fff; color: var(--heading); box-shadow: 0 1px 0 var(--border-strong), 0 4px 12px rgba(41, 47, 59, .08); }
.mf-picker--brand .mf-picker__tab.is-active::before { content: none; }
.mf-picker--brand .mf-picker__tab.is-active::after { content: ""; display: block; left: 50%; right: auto; bottom: 5px; width: 22px; height: 3px; transform: translateX(-50%); border-radius: 3px; box-shadow: none; background: var(--brand-grad); }
.mf-picker--brand .mf-picker__tabs .mf-picker__tab:last-child.is-active::after { display: block; }
.mf-picker--brand .mf-picker__svc { background: #fff; box-shadow: 0 0 0 1px var(--border); border-radius: 16px; }
.mf-picker--brand .mf-picker__svc:hover { box-shadow: 0 0 0 1.5px var(--cta), 0 6px 16px rgba(248, 58, 90, .12); }
.mf-picker--brand .mf-picker__svc .mf-svc-icon { background: var(--home-blush); box-shadow: none; color: var(--heading-alt); border-radius: 12px; }
.mf-picker--brand .mf-picker__list > li:nth-child(4n+2) .mf-svc-icon { background: var(--home-lilac); }
.mf-picker--brand .mf-picker__list > li:nth-child(4n+3) .mf-svc-icon { background: var(--home-mint); }
.mf-picker--brand .mf-picker__list > li:nth-child(4n+4) .mf-svc-icon { background: var(--home-butter); }
.mf-picker--brand .mf-picker__svc .mf-arrow-btn { width: 32px; height: 32px; flex-basis: 32px; background: var(--surface-2); }
.mf-picker--brand .mf-picker__foot { border-radius: 0 0 var(--r-card-xl) var(--r-card-xl); background: #FCFCFD; }
.mf-picker--brand .mf-picker__foot .mf-bolt { width: 13px; height: 13px; }

/* ---- Promise cards (home + service pages) -------------------------------- */
.mf-guarantee { position: relative; overflow: hidden; background: #fff; box-shadow: 0 0 0 1px var(--border), 0 2px 0 rgba(41, 47, 59, .04); transition: box-shadow .2s ease; }
.mf-guarantee.mf-card--lilac { --g-tint: var(--home-lilac); }
.mf-guarantee.mf-card--mint { --g-tint: var(--home-mint); }
.mf-guarantee.mf-card--peach { --g-tint: var(--home-peach); }
.mf-guarantee.mf-card--sky { --g-tint: var(--home-sky); }
.mf-guarantee.mf-card--butter { --g-tint: var(--home-butter); }
.mf-guarantee.mf-card--lilac, .mf-guarantee.mf-card--mint, .mf-guarantee.mf-card--peach, .mf-guarantee.mf-card--sky, .mf-guarantee.mf-card--butter { background: #fff; }
.mf-guarantee::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--brand-grad); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.mf-guarantee:hover { box-shadow: 0 0 0 1px var(--border-strong), 0 12px 28px rgba(41, 47, 59, .08); }
.mf-guarantee:hover::before { transform: scaleX(1); }
.mf-guarantee__icon { background: var(--g-tint, var(--surface-2)); box-shadow: none; border-radius: 30%; transform: rotate(-6deg); }
.mf-guarantee__icon i { transform: rotate(6deg); }
.mf-guarantee__index { position: absolute; top: 22px; right: 24px; font: 800 1.5rem/1 var(--font-display); letter-spacing: -.02em; color: transparent; -webkit-text-stroke: 1.2px var(--border-strong); }
@media (max-width: 575.98px) { .mf-guarantee__index { top: 14px; right: 16px; font-size: 1.125rem; } }
@media (prefers-reduced-motion: reduce) { .mf-guarantee, .mf-guarantee::before { transition: none; } }
.mf-home-promises { background: var(--surface-warm) radial-gradient(rgba(41, 47, 59, .07) 1px, transparent 1.2px) 0 0 / 22px 22px; }
.mf-home-promises .mf-section__head .mf-bolt { width: 15px; height: 15px; }

/* ---- Service bands: inset rounded panels with a bolt watermark ----------- */
.mf-home .mf-svc-band { padding-block: 12px; background: none; }
.mf-home .mf-band--mint { --band-bg: var(--home-mint); }
.mf-home .mf-band--butter { --band-bg: var(--home-butter); }
.mf-home .mf-band--lavender { --band-bg: var(--home-lilac); }
.mf-home .mf-band--peach { --band-bg: var(--home-blush); }
.mf-home .mf-svc-band__grid { position: relative; overflow: hidden; padding: 32px 20px; border-radius: 28px; background: var(--band-bg, var(--surface)); }
.mf-home .mf-svc-band__grid > * { position: relative; z-index: 1; }
.mf-home .mf-svc-band__grid::after {
  content: ""; position: absolute; z-index: 0; right: -40px; bottom: -60px; width: 300px; height: 300px; opacity: .06;
  background: var(--brand-grad); -webkit-mask: var(--bolt-mask) center / contain no-repeat; mask: var(--bolt-mask) center / contain no-repeat;
}
.mf-home .mf-svc-band--flip .mf-svc-band__grid::after { right: auto; left: -40px; transform: scaleX(-1); }
@media (min-width: 768px) { .mf-home .mf-svc-band__grid { padding: 48px 44px; border-radius: 36px; } }
@media (min-width: 992px) { .mf-home .mf-svc-band__grid { padding: 64px; } .mf-home .mf-svc-band { padding-block: 14px; } }
.mf-home .mf-svc-band + .mf-section { margin-top: 64px; }
.mf-home .mf-svc-band .mf-pill { background: #fff; }

/* Growth card illustration */
.mf-grow { position: relative; width: 100%; max-width: 460px; aspect-ratio: 1 / .86; margin-inline: auto; }
.mf-grow__tile { position: absolute; inset: 10% 10% 6% 10%; border-radius: 28%; background: rgba(255, 255, 255, .7); transform: rotate(-7deg); }
.mf-grow__tile--back { inset: 16% 4% 12% 20%; background: rgba(255, 255, 255, .4); transform: rotate(8deg); }
.mf-grow__card {
  position: absolute; left: 50%; top: 52%; width: min(74%, 320px); transform: translate(-50%, -50%) rotate(-2deg);
  display: grid; gap: 12px; padding: 16px 16px 18px; border-radius: 22px; background: #fff;
  box-shadow: 0 0 0 1px rgba(41, 47, 59, .06), 0 18px 40px rgba(41, 47, 59, .12);
}
.mf-grow__head { display: flex; align-items: center; gap: 10px; min-width: 0; }
.mf-grow__head .mf-plat { width: 36px; height: 36px; flex-basis: 36px; border-radius: 11px; font-size: 1rem; }
.mf-grow__who { display: flex; flex-direction: column; min-width: 0; }
.mf-grow__who strong { font: 700 .875rem/1.25 var(--font-display); color: var(--heading); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mf-grow__who small { font-size: .75rem; color: var(--muted); }
.mf-grow__live { margin-left: auto; display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; background: var(--home-blush); }
.mf-grow__live .mf-bolt { width: 14px; height: 14px; }
.mf-grow__chart { display: block; width: 100%; height: auto; }
.mf-grow__col { fill: #F1F3F7; }
.mf-grow__col.is-hot { fill: #FFE3EC; }
.mf-grow__meter { height: 8px; border-radius: 8px; background: var(--surface-2); overflow: hidden; }
.mf-grow__meter span { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--brand-grad); animation: mf-grow-fill 1.4s var(--ease) both; }
@keyframes mf-grow-fill { from { width: 8%; } }
.mf-grow__chip { z-index: 2; }
.mf-grow__chip--a { left: 0; top: 12%; }
.mf-grow__chip--b { right: -2%; top: 60%; }
.mf-grow__chip--c { left: 6%; bottom: 6%; }
@media (max-width: 575.98px) {
  /* M-08: taller stage on phones so the chips sit above/below the card
     instead of on top of the platform icon and title; title may wrap. */
  .mf-grow { max-width: 340px; aspect-ratio: 1 / 1.12; }
  .mf-grow__card { width: 84%; padding: 12px 12px 14px; gap: 10px; }
  .mf-grow__who strong { white-space: normal; overflow: visible; text-overflow: clip; }
  .mf-grow__chip--a { left: 0; top: 0; }
  .mf-grow__chip--b { right: 0; top: auto; bottom: 0; }
  .mf-grow__chip--c { left: 0; bottom: 0; }
}

/* ---- Why (dark): bolt core with orbit rings ------------------------------ */
.mf-shield { position: relative; width: 100%; max-width: 440px; aspect-ratio: 1 / .9; margin-inline: auto; }
.mf-shield__ring { position: absolute; left: 50%; top: 50%; width: 62%; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; border: 1.5px dashed rgba(255, 255, 255, .18); }
.mf-shield__ring--2 { width: 88%; border-style: solid; border-color: rgba(255, 255, 255, .08); }
.mf-shield__core {
  position: absolute; left: 50%; top: 50%; width: 34%; aspect-ratio: 1; transform: translate(-50%, -50%) rotate(-8deg); border-radius: 30%;
  display: grid; place-items: center; background: #fff; box-shadow: 0 0 0 10px rgba(255, 255, 255, .06), 0 20px 50px rgba(250, 21, 147, .25);
}
.mf-shield__core .mf-bolt { width: 48%; height: 48%; transform: rotate(8deg); }
.mf-shield__chip--a { left: 2%; top: 14%; }
.mf-shield__chip--b { right: 0; top: 44%; }
.mf-shield__chip--c { left: 10%; bottom: 8%; }

/* ---- Final CTA (charcoal): bolt watermark + glow ------------------------- */
.mf-home-start { overflow: hidden; }
.mf-home-start::before { content: ""; position: absolute; right: -90px; bottom: -190px; width: 480px; height: 480px; opacity: .08; background: var(--brand-grad); -webkit-mask: var(--bolt-mask) center / contain no-repeat; mask: var(--bolt-mask) center / contain no-repeat; pointer-events: none; }
.mf-home-start::after { content: ""; position: absolute; right: 10%; top: 20%; width: 420px; height: 320px; max-width: 80%; border-radius: 50%; background: linear-gradient(120deg, rgba(250, 21, 147, .22), rgba(251, 92, 6, .18)); filter: blur(80px); pointer-events: none; }
.mf-home-start .mf-container { position: relative; z-index: 1; }
.mf-dark .mf-eyebrow .mf-bolt { width: 15px; height: 15px; }

/* Numbered steps: number in a gradient-edged tile */
.mf-home .mf-step::before { border-radius: 12px; box-shadow: none; border: 1.5px solid transparent; background: linear-gradient(#fff, #fff) padding-box, var(--brand-grad) border-box; transform: rotate(-6deg); }
.mf-home .mf-step:not(:last-child)::after { background: linear-gradient(180deg, var(--border-strong), transparent); }
@media (prefers-reduced-motion: reduce) { .mf-grow__meter span { animation: none; } }

/* Legacy site_style.css paints #buyPackage by id; keep the system states (incl. disabled) on the hero picker CTA */
#buyPackage.mf-btn { background: var(--cta-gradient); background-origin: border-box; border: 1px solid transparent; color: #fff; }
#buyPackage.mf-btn:hover { background: var(--cta-gradient-hover); background-origin: border-box; color: #fff; }
#buyPackage.mf-btn[disabled], #buyPackage.mf-btn[disabled]:hover { background: var(--cta-disabled-gradient); color: var(--cta-disabled-ink); box-shadow: 0 3px 0 var(--cta-disabled-edge); text-shadow: none; }

/* ==========================================================================
   Homepage reviews + live rating badges + Finby card page (appended 2026-09-23)
   Markup: frontend/home.php (#mf-reviews, .mf-hero-rating, .mf-band-rating),
           partials/mf_review_card.php (shared card), frontend/finby_pay.php.
   Figures come live from the `reviews` table (Welcome::homeReviewStats()).
   ========================================================================== */

/* Shared review card: same values as mf-service.css `.mf-svc .mf-svc-review*`
   (which keeps its scoped copy), so the home carousel and service pages match. */
.mf-svc-review {
  scroll-snap-align: start;
  display: flex; flex-direction: column; gap: 14px;
  min-width: 0; margin: 0; padding: 20px;
  background: var(--bg-surface, #fff);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-soft, 18px);
  color: var(--ink-soft);
}
.mf-svc-review__head { position: relative; display: flex; align-items: flex-start; gap: 12px; }
.mf-svc-review__avatar {
  flex: 0 0 auto; display: grid; place-items: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ink); color: #fff;
  font: 700 1.0625rem/1 var(--font-display); text-transform: uppercase;
}
.mf-svc-review__id { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.mf-svc-review__name { font: 700 1rem/1.3 var(--font-display); color: var(--ink); overflow-wrap: anywhere; }
.mf-svc-review__verified {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 9px; border-radius: 999px;
  background: var(--green-tint, #E3F5EC); color: var(--green-ink, #15784F);
  font: 600 .75rem/1.3 var(--font-body); text-align: left;
}
.mf-svc-review__verified i { font-size: .625rem; }
.mf-svc-review__plat {
  flex: 0 0 auto; margin-left: auto; display: inline-grid; place-items: center;
  width: 24px; height: 24px; color: var(--ink-muted); font-size: 1.125rem; line-height: 1;
}
.mf-svc-review__plat svg { width: 16px; height: 16px; fill: currentColor; }
.mf-svc-review__rating { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.mf-svc-review__stars { color: var(--green, #1E9E6A); letter-spacing: 2px; font-size: 1rem; line-height: 1; }
.mf-svc-review__time { font-size: .8125rem; line-height: 1.3; color: var(--ink-muted); white-space: nowrap; }
.mf-svc-review__quote { margin: 0; padding: 0; border: 0; font: 400 .9688rem/1.65 var(--font-body); color: var(--ink-soft); overflow-wrap: anywhere; }
.mf-svc-review__quote p { margin: 0; }
.mf-svc-review__foot { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line-hair, #EBF0F4); }
.mf-svc-review__bought {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 12px; border-radius: calc(var(--radius-soft, 18px) - 8px);
  background: var(--bg-dark, #F2F6F9); font-size: .8125rem; line-height: 1.4; color: var(--ink-soft);
}
.mf-svc-review__bought i { flex: 0 0 auto; color: var(--ink-muted); font-size: .8125rem; }
.mf-svc-review__bought strong { font-weight: 700; color: var(--ink); }

/* Rating badge as a link (hero + platform bands) */
a.mf-rating { text-decoration: none; color: inherit; border-radius: var(--r-pill); }
a.mf-rating:focus-visible { outline: 2px solid var(--focus); outline-offset: 4px; }
.mf-rating .mf-stars span { border-radius: 3px; }

.mf-hero-rating { margin-top: 18px; padding: 6px 8px 6px 6px; gap: 10px; background: rgba(255, 255, 255, .85); box-shadow: 0 0 0 1px var(--border), 0 6px 18px rgba(41, 47, 59, .06); transition: box-shadow .2s ease; }
.mf-hero-rating:hover { box-shadow: 0 0 0 1px var(--border-strong), 0 10px 24px rgba(41, 47, 59, .10); }
.mf-hero-rating .mf-stars span { width: 22px; height: 22px; font-size: 12px; }
.mf-hero-rating .mf-rating__score { box-shadow: none; background: var(--surface-2); }
.mf-hero-rating__more { display: none; align-items: center; gap: 6px; padding-right: 6px; font: 600 .8125rem/1 var(--font-body); color: var(--heading); }
.mf-hero-rating__more i { font-size: .6875rem; color: var(--cta-edge); transition: transform .2s var(--ease); }
.mf-hero-rating:hover .mf-hero-rating__more i { transform: translateY(2px); }
@media (min-width: 360px) { .mf-hero-rating__more { display: inline-flex; } }
@media (min-width: 992px) { .mf-hero-rating { margin: 0 0 24px; } }

.mf-svc-band__head { flex-wrap: wrap; row-gap: 10px; }
.mf-band-rating { gap: 6px; padding: 4px 10px 4px 5px; background: rgba(255, 255, 255, .92); box-shadow: 0 0 0 1px rgba(41, 47, 59, .06); }
.mf-band-rating .mf-stars span { width: 16px; height: 16px; font-size: 9px; }
.mf-band-rating .mf-rating__score, .mf-band-rating .mf-rating__count { padding: 0; background: none; box-shadow: none; font-size: .8125rem; }
.mf-band-rating .mf-rating__count { font-weight: 500; }
.mf-band-rating:hover { box-shadow: 0 0 0 1px var(--border-strong); }

/* Reviews section */
.mf-rv { background: var(--surface-blue); overflow: hidden; }
.mf-rv__head { display: grid; gap: 24px; margin-bottom: 28px; }
.mf-rv__intro .mf-h2 { margin-bottom: 10px; }
.mf-rv__intro .mf-lead { margin: 0; max-width: 560px; }
@media (min-width: 992px) { .mf-rv__head { grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 48px; margin-bottom: 36px; } }
.mf-rv__score { display: grid; gap: 14px; padding: 18px 20px; border-radius: var(--r-card-lg); background: #fff; box-shadow: 0 0 0 1px var(--border), 0 10px 30px rgba(41, 47, 59, .06); }
@media (min-width: 992px) { .mf-rv__score { min-width: 380px; } }
.mf-rv__score-main { display: flex; align-items: center; gap: 16px; }
.mf-rv__score-num { font: 800 2.75rem/1 var(--font-display); letter-spacing: -.04em; color: var(--heading); font-variant-numeric: tabular-nums; }
.mf-rv__score-num small { margin-left: 2px; font-size: 1rem; font-weight: 700; letter-spacing: 0; color: var(--muted); }
.mf-rv__score-side { display: grid; gap: 6px; }
.mf-rv__score-side .mf-stars span { width: 22px; height: 22px; font-size: 12px; border-radius: 3px; }
.mf-rv__score-text { font-size: .875rem; line-height: 1.4; color: var(--body); }
.mf-rv__score-text strong { color: var(--heading); }
.mf-rv__plats { list-style: none; margin: 0; padding: 12px 0 0; border-top: 1px solid var(--border); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
@media (min-width: 576px) { .mf-rv__plats { grid-template-columns: repeat(4, auto); justify-content: space-between; } }
.mf-rv__plats li { display: flex; align-items: center; gap: 8px; font-size: .8125rem; color: var(--muted); white-space: nowrap; }
.mf-rv__plats strong { color: var(--heading); font-weight: 600; }
.mf-rv__plats .mf-plat--sm { width: 24px; height: 24px; flex-basis: 24px; border-radius: 7px; font-size: .75rem; }
.mf-rv__plats .mf-plat svg { width: 12px; height: 12px; fill: currentColor; }

/* Track: grid-auto-columns resolve against the content box (padding excluded) */
.mf-rv__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: 86%; gap: 16px;
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  margin: 0 calc(var(--gutter) * -1); padding: 4px var(--gutter) 8px; scroll-padding-inline: var(--gutter);
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.mf-rv__track::-webkit-scrollbar { display: none; }
.mf-rv__track:focus-visible { outline: 2px solid var(--focus); outline-offset: -2px; border-radius: var(--r-card); }
@media (min-width: 640px) { .mf-rv__track { grid-auto-columns: calc((100% - 16px) / 2); } }
@media (min-width: 992px) { .mf-rv__track { grid-auto-columns: calc((100% - 48px) / 3); gap: 24px; } }
.mf-rv .mf-svc-review { background: #fff; transition: box-shadow .2s ease, border-color .2s ease; }
.mf-rv .mf-svc-review:hover { border-color: var(--border-strong); box-shadow: 0 12px 28px rgba(41, 47, 59, .08); }

.mf-rv__controls { display: flex; align-items: center; gap: 10px; margin-top: 20px; }
.mf-rv__progress { position: relative; flex: 1 1 auto; height: 4px; margin-right: 8px; border-radius: 4px; background: rgba(41, 47, 59, .10); overflow: hidden; }
.mf-rv__thumb { position: absolute; left: 0; top: 0; height: 100%; width: 30%; border-radius: inherit; background: var(--brand-grad); transition: transform .15s linear; }
.mf-rv__btn {
  display: inline-grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; padding: 0;
  border: 1px solid var(--border-strong); border-radius: 50%; background: #fff; color: var(--heading);
  font-size: .875rem; box-shadow: var(--press); cursor: pointer; touch-action: manipulation;
  transition: border-color .15s ease, color .15s ease;
}
.mf-rv__btn:hover:not(:disabled) { border-color: var(--cta); color: var(--cta-edge); }
.mf-rv__btn:active:not(:disabled) { transform: translateY(2px); box-shadow: none; }
.mf-rv__btn:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
.mf-rv__btn:disabled { opacity: .45; cursor: default; box-shadow: none; }
.mf-rv__btn--pause { flex-basis: 44px; border-color: transparent; background: transparent; box-shadow: none; color: var(--muted); font-size: .75rem; }
.mf-rv__btn--pause[hidden] { display: none; }
@media (prefers-reduced-motion: reduce) {
  .mf-rv__track { scroll-behavior: auto; }
  .mf-rv__thumb, .mf-rv .mf-svc-review, .mf-hero-rating, .mf-hero-rating__more i { transition: none; }
}

/* Finby card payment page (frontend/finby_pay.php) on the order-page shell */
.mf-flow__badge--brand { background: var(--cta-tint); color: var(--cta-edge); box-shadow: 0 0 0 8px #FFF8F9; }
.mf-cardpay__secure { display: flex; align-items: flex-start; justify-content: center; gap: 8px; max-width: 460px; margin: 20px auto 0; font-size: .8125rem; line-height: 1.5; color: var(--muted); text-align: left; }
.mf-cardpay__secure i { margin-top: 3px; color: var(--success); }
.mf-cardpay__methods { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--border); }
.mf-cardpay .spinner-border { width: 1rem; height: 1rem; border-width: .15em; margin-right: 8px; vertical-align: -2px; }
.mf-cardpay .mf-flow__badge { display: grid; margin: 0 auto 16px; }

/* ==========================================================================
   2026-09-24 shell QA fixes
   ========================================================================== */
/* M-13 (home CLS 0.266): Bootstrap's CSS is loaded non-blocking (preload ->
   stylesheet), so for the first seconds on a slow phone its "hidden until
   shown" rules were missing and the Lucky Draw modal (and friends) rendered
   in-flow above the hero, then vanished when Bootstrap arrived, dragging
   #build-package up ~800px. The same hide rules live here, in a render-
   blocking sheet; they match Bootstrap's own, so nothing changes once it loads. */
.modal:not(.show) { display: none; }
.collapse:not(.show) { display: none; }
.dropdown-menu:not(.show) { display: none; }
.toast:not(.show) { display: none; }
.offcanvas:not(.show):not(.showing) { visibility: hidden; }
.fade:not(.show) { opacity: 0; }
.d-none { display: none !important; }
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* M-10: with viewport-fit=cover, keep content clear of the notch in landscape.
   env() resolves to 0 everywhere else, so this is a no-op off iPhone. */
@supports (padding: max(0px)) {
  .mf-container { padding-left: max(var(--gutter), env(safe-area-inset-left)); padding-right: max(var(--gutter), env(safe-area-inset-right)); }
}

/* D-16: the legacy Sora/Manrope Google Fonts link is gone; the three buy-now
   sheet titles that still named Sora (buy-now.css) use the display face. */
.mfuk-buy-now__title, .mfuk-buy-now__price, .mfuk-buy-now__section-title { font-family: var(--font-display); }

/* M-13: the home hero headline wraps to 4 lines on phones in Plus Jakarta
   Sans but can wrap to 3 in the fallback face; reserving the 4-line box means
   the font swap no longer moves the rating or the #build-package picker. The
   rating pill stays on one line (it used to wrap to 2-3 lines only once Inter
   arrived), with "Read reviews" shown from 400px. */
@media (max-width: 439.98px) {
  .mf-hero__intro .mf-display { min-height: calc(4 * 1.08em + 6px); }
  .mf-hero-rating { flex-wrap: nowrap; gap: 8px; white-space: nowrap; }
  .mf-hero-rating .mf-stars span { width: 20px; height: 20px; font-size: 11px; }
}
@media (min-width: 360px) and (max-width: 399.98px) { .mf-hero-rating__more { display: none; } }

/* D-01: the Add to Cart price suffix was dimmed (opacity .95 in product.css),
   which drops white-on-gradient below 4.5:1 (4.30:1). Full-strength white keeps
   it at 4.66:1; the lighter weight (600) already sets it apart from the label. */
.mf-svc #btn_add_cart .btn_add_cart-price { opacity: 1; }

/* CLS: Font Awesome's kit loads late; until it does, header icons are 0px wide,
   then grow and push the nav/account/cart area sideways (0.06-0.13 CLS on
   product pages when logged in). Give every header icon its final box now. */
.mf-header i.fas, .mf-header i.fab, .mf-header i.far, .mf-header .mf-nav-link i, .mf-header__actions i { display: inline-block; width: 1em; min-width: 1em; text-align: center; }
.mf-header .mf-nav-link__caret { width: .75em; min-width: .75em; }

/* R-01: the home contact grid's implicit column sized to the 304px reCAPTCHA
   iframe (min-content), widening the 320/360 page to ~369px once the captcha
   lazy-loaded near the footer. Column is now minmax(0,1fr) and the captcha
   scales to the card's inner width on small phones (clipped wrapper, no pan). */
@media (max-width: 991.98px) { .mf-contact { grid-template-columns: minmax(0, 1fr); } }
.mf-contact > * { min-width: 0; }
@media (max-width: 399.98px) {
  .mf-contact__form { padding: 20px; }
  .mf-contact__form .mfc-form__captcha { min-height: 74px; }
  .mf-contact__form .mfc-form__captcha .g-recaptcha { transform: scale(.94); transform-origin: 0 0; }
}
@media (max-width: 359.98px) {
  .mf-contact__form .mfc-form__captcha { min-height: 63px; }
  .mf-contact__form .mfc-form__captcha .g-recaptcha { transform: scale(.8); }
}

/* M-07: footer logo link was 135x20 (inline anchor around the picture). */
.mf-footer__brand > a { display: inline-flex; align-items: center; min-height: 44px; }
.mf-footer__brand img { display: block; }
/* M-07: home hero rating pills (score / count) were 29-35px tall; the whole
   pill is one link, so give the link itself a 44px target. */
a.mf-hero-rating { min-height: 44px; }
