/* ============================================================
   MaxForcePlus – Main Stylesheet
   Palette: Deep Navy #0D1B2A | Electric Blue #1A6FBF | Gold #C9952A | White #F8FAFC | Light Gray #EDF2F7
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Barlow:wght@400;500;600;700;800;900&display=swap');

:root {
  --navy: #0D1B2A;
  --navy-light: #162437;
  --blue: #1A6FBF;
  --blue-light: #2585D9;
  --gold: #C9952A;
  --gold-light: #E8AE3A;
  --white: #F8FAFC;
  --light: #EDF2F7;
  --gray: #8A9BB0;
  --dark-text: #1A2535;
  --body-text: #3D4F63;
  --radius: 10px;
  --shadow: 0 4px 24px rgba(13,27,42,0.13);
  --shadow-lg: 0 8px 40px rgba(13,27,42,0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  line-height: 1.7;
  color: var(--body-text);
  background: #fff;
}

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

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-light); }

h1,h2,h3,h4,h5,h6 {
  font-family: 'Barlow', sans-serif;
  color: var(--dark-text);
  line-height: 1.2;
  font-weight: 800;
}

h1 { font-size: clamp(24px, 3.5vw, 32px); }
h2 { font-size: clamp(22px, 3vw, 28px); }
h3 { font-size: clamp(18px, 2.2vw, 22px); }
h4 { font-size: 19px; }

p { margin-bottom: 1rem; max-width: 72ch; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* ── BUTTONS ── */
.mfp-btn {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.03em;
  padding: 16px 36px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-align: center;
}
.mfp-btn:hover { background: var(--gold-light); color: #fff; transform: translateY(-1px); }
.mfp-btn-lg { font-size: 19px; padding: 18px 48px; }
.mfp-btn-navy { background: var(--navy); }
.mfp-btn-navy:hover { background: var(--navy-light); }

/* ── NAV ── */
.mfp-nav {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.mfp-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  max-width: 1140px;
  margin: 0 auto;
}
.mfp-logo img { height: 48px; width: auto; }
.mfp-nav-links { display: flex; align-items: center; gap: 8px; list-style: none; }
.mfp-nav-links a {
  color: #CBD5E1;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 5px;
  transition: color 0.2s, background 0.2s;
}
.mfp-nav-links a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.mfp-nav-links .nav-order {
  background: var(--gold);
  color: #fff;
  border-radius: 5px;
  padding: 8px 18px;
}
.mfp-nav-links .nav-order:hover { background: var(--gold-light); }
.mfp-hamburger {
  display: none;
  background: none;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 5px;
  padding: 7px 10px;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}
.mfp-hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; }

/* ── HERO ── */
.mfp-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #1A2E44 60%, #1a3a5c 100%);
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}
.mfp-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(26,111,191,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.mfp-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.mfp-hero-text h1 { color: #fff; margin-bottom: 16px; }
.mfp-hero-text h1 span { color: var(--gold); }
.mfp-hero-text p { color: #B8C9DC; font-size: 18px; margin-bottom: 24px; }
.mfp-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 28px;
}
.mfp-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.15);
  color: #D4E3F0;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 30px;
}
.mfp-badge svg { width: 16px; height: 16px; fill: var(--gold); flex-shrink: 0; }
.mfp-hero-bullets { list-style: none; margin: 0 0 28px; }
.mfp-hero-bullets li {
  color: #C8DAE8;
  font-size: 17px;
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.mfp-hero-bullets li::before {
  content: '✔';
  color: var(--gold);
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 2px;
}
.mfp-hero-img { text-align: center; }
.mfp-hero-img img { max-width: 380px; margin: 0 auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5)); }
.mfp-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 28px;
}
.mfp-stat { text-align: center; }
.mfp-stat strong { display: block; font-family: 'Barlow', sans-serif; font-size: 26px; font-weight: 900; color: var(--gold); }
.mfp-stat span { font-size: 13px; color: #8A9BB0; }

/* ── TRUST BAR ── */
.mfp-trust-bar {
  background: var(--light);
  border-top: 3px solid var(--gold);
  padding: 18px 0;
}
.mfp-trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.mfp-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
}
.mfp-trust-item img { height: 32px; width: auto; }

/* ── SECTIONS ── */
.mfp-section { padding: 70px 0; }
.mfp-section-alt { background: var(--light); }
.mfp-section-navy { background: var(--navy); }
.mfp-section-navy h2, .mfp-section-navy h3, .mfp-section-navy p { color: #E2EAF3; }

.mfp-section-header { text-align: center; margin-bottom: 48px; }
.mfp-section-header h2 { color: var(--navy); margin-bottom: 12px; }
.mfp-section-header p { color: var(--body-text); font-size: 18px; max-width: 600px; margin: 0 auto; }
.mfp-eyebrow {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* ── WHY CHOOSE ── */
.mfp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.mfp-why-card {
  background: #fff;
  border: 1px solid #DDE6F0;
  border-radius: var(--radius);
  padding: 30px 26px;
  border-top: 4px solid var(--gold);
  box-shadow: var(--shadow);
}
.mfp-why-icon { font-size: 32px; margin-bottom: 12px; }
.mfp-why-card h3 { color: var(--navy); margin-bottom: 10px; font-size: 19px; }
.mfp-why-card p { font-size: 16px; color: var(--body-text); margin: 0; }

/* ── PRICING ── */
.mfp-pricing-section { background: var(--navy); padding: 70px 0; }
.mfp-pricing-section .mfp-section-header h2 { color: #fff; }
.mfp-pricing-section .mfp-section-header p { color: #8AA3BC; }
.mfp-stock-notice {
  text-align: center;
  background: rgba(201,149,42,0.15);
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 32px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.mfp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.mfp-price-card {
  background: var(--navy-light);
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
}
.mfp-price-card.featured {
  border-color: var(--gold);
  background: #1B2F48;
  transform: scale(1.03);
  box-shadow: 0 12px 48px rgba(201,149,42,0.25);
}
.mfp-price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 18px;
  border-radius: 20px;
  white-space: nowrap;
}
.mfp-price-card h3 { color: #fff; font-size: 18px; margin-bottom: 8px; }
.mfp-price-card img { max-width: 140px; margin: 16px auto; height: auto; }
.mfp-price-per { color: var(--gold); font-family: 'Barlow', sans-serif; font-size: 36px; font-weight: 900; line-height: 1; margin-bottom: 4px; }
.mfp-price-per span { font-size: 18px; vertical-align: super; }
.mfp-price-label { color: #8AA3BC; font-size: 13px; margin-bottom: 14px; }
.mfp-price-total { color: #CBD5E1; font-size: 15px; margin-bottom: 6px; }
.mfp-price-was { color: #6B7E94; font-size: 14px; text-decoration: line-through; margin-bottom: 6px; }
.mfp-price-save { color: #4ADE80; font-size: 14px; font-weight: 700; margin-bottom: 16px; }
.mfp-price-shipping { color: #8AA3BC; font-size: 13px; margin-bottom: 6px; }
.mfp-price-guarantee { color: #8AA3BC; font-size: 13px; margin-bottom: 20px; }
.mfp-price-card .mfp-btn { width: 100%; display: block; margin-bottom: 12px; }
.mfp-payment-badges img { max-width: 220px; margin: 0 auto; height: auto; }

/* ── WHAT IS ── */
.mfp-what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.mfp-what-text h2 { color: var(--navy); margin-bottom: 18px; }
.mfp-what-text p { max-width: 56ch; }
.mfp-what-img img { border-radius: 12px; box-shadow: var(--shadow-lg); }

/* ── HOW IT WORKS ── */
.mfp-how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.mfp-how-steps::before {
  content: '';
  position: absolute;
  top: 34px;
  left: 12%;
  width: 76%;
  height: 2px;
  background: linear-gradient(to right, var(--gold), var(--blue));
}
.mfp-how-step {
  text-align: center;
  background: #fff;
  border: 1px solid #DDE6F0;
  border-radius: var(--radius);
  padding: 28px 18px;
  position: relative;
  box-shadow: var(--shadow);
}
.mfp-how-num {
  width: 52px;
  height: 52px;
  background: var(--navy);
  color: var(--gold);
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  position: relative;
  z-index: 1;
}
.mfp-how-step h3 { font-size: 17px; color: var(--navy); margin-bottom: 8px; }
.mfp-how-step p { font-size: 15px; margin: 0; }

/* ── REVIEWS ── */
.mfp-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mfp-review-card {
  background: #fff;
  border: 1px solid #DDE6F0;
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
}
.mfp-review-stars { color: var(--gold); font-size: 20px; margin-bottom: 10px; }
.mfp-review-card blockquote { font-style: italic; font-size: 16px; color: var(--body-text); margin-bottom: 16px; border: none; padding: 0; }
.mfp-reviewer { display: flex; align-items: center; gap: 12px; }
.mfp-reviewer-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mfp-reviewer-name { font-weight: 700; font-size: 15px; color: var(--dark-text); }
.mfp-reviewer-meta { font-size: 13px; color: var(--gray); }
.mfp-review-img-feature {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  max-height: 280px;
}
.mfp-review-img-feature img { width: 100%; object-fit: cover; height: 280px; }

/* ── INGREDIENTS ── */
.mfp-ing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.mfp-ing-card {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid #DDE6F0;
  border-radius: var(--radius);
  padding: 24px 20px;
  box-shadow: var(--shadow);
}
.mfp-ing-img { flex-shrink: 0; }
.mfp-ing-img img { width: 80px; height: 80px; object-fit: cover; border-radius: 8px; }
.mfp-ing-body h3 { font-size: 18px; color: var(--navy); margin-bottom: 7px; }
.mfp-ing-body p { font-size: 15px; margin: 0; }

/* ── SCIENTIFICALLY FORMULATED ── */
.mfp-sci-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.mfp-sci-block {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
}
.mfp-sci-block img { max-height: 70px; width: auto; margin: 0 auto 16px; }
.mfp-sci-icon { font-size: 36px; margin-bottom: 12px; }
.mfp-sci-block h3 { color: #fff; font-size: 19px; margin-bottom: 10px; }
.mfp-sci-block p { color: #8AA3BC; font-size: 16px; margin: 0; }

/* ── BENEFITS ── */
.mfp-ben-list { display: grid; grid-template-columns: 1fr; gap: 32px; }
.mfp-ben-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: var(--shadow);
  border-left: 5px solid var(--gold);
}
.mfp-ben-num {
  width: 56px;
  height: 56px;
  background: var(--navy);
  color: var(--gold);
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mfp-ben-body h2 { font-size: 21px; color: var(--navy); margin-bottom: 8px; }
.mfp-ben-body p { font-size: 16px; margin-bottom: 10px; }
.mfp-ben-keys { font-size: 14px; color: var(--gray); font-weight: 600; }

/* ── GUARANTEE ── */
.mfp-guarantee-box {
  background: linear-gradient(135deg, var(--navy) 0%, #1B3454 100%);
  border-radius: 16px;
  padding: 50px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
}
.mfp-guarantee-seal img { width: 130px; height: auto; }
.mfp-guarantee-text h2 { color: #fff; margin-bottom: 14px; }
.mfp-guarantee-text p { color: #93B0CB; font-size: 17px; margin-bottom: 20px; }

/* ── FAQ ── */
.mfp-faq-list { max-width: 820px; margin: 0 auto; }
.mfp-faq-item {
  border-bottom: 1px solid #DDE6F0;
}
.mfp-faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 0;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.mfp-faq-q svg { width: 22px; height: 22px; fill: var(--gold); flex-shrink: 0; transition: transform 0.2s; }
.mfp-faq-item.open .mfp-faq-q svg { transform: rotate(180deg); }
.mfp-faq-a {
  padding: 0 0 20px;
  font-size: 17px;
  color: var(--body-text);
  display: none;
}
.mfp-faq-item.open .mfp-faq-a { display: block; }

/* ── FINAL CTA ── */
.mfp-final-cta {
  background: linear-gradient(135deg, #0A1520 0%, var(--navy) 50%, #112030 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mfp-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(201,149,42,0.15) 0%, transparent 60%);
  pointer-events: none;
}
.mfp-final-cta h2 { color: #fff; font-size: clamp(22px, 3vw, 30px); margin-bottom: 14px; position: relative; }
.mfp-final-cta p { color: #8AA3BC; font-size: 18px; margin: 0 auto 30px; position: relative; }

/* ── BLOG CARD ── */
.mfp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.mfp-blog-card {
  background: #fff;
  border: 1px solid #DDE6F0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.mfp-blog-card-img { height: 180px; background: var(--light); overflow: hidden; }
.mfp-blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.mfp-blog-card-body { padding: 22px 20px; flex: 1; display: flex; flex-direction: column; }
.mfp-blog-cat { font-size: 12px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.mfp-blog-card-body h3 { font-size: 18px; color: var(--navy); margin-bottom: 10px; }
.mfp-blog-card-body p { font-size: 15px; flex: 1; }
.mfp-blog-read { font-size: 14px; font-weight: 700; color: var(--blue); }

/* ── FOOTER ── */
.mfp-footer {
  background: #080F18;
  padding: 50px 0 24px;
}
.mfp-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
}
.mfp-footer-brand p { color: #5A7390; font-size: 15px; margin-top: 12px; max-width: 40ch; }
.mfp-footer-col h4 { color: #E2EAF3; font-size: 15px; font-family: 'Barlow', sans-serif; margin-bottom: 14px; }
.mfp-footer-col ul { list-style: none; }
.mfp-footer-col ul li { margin-bottom: 8px; }
.mfp-footer-col ul li a { color: #5A7390; font-size: 14px; transition: color 0.2s; }
.mfp-footer-col ul li a:hover { color: var(--gold); }
.mfp-footer-bottom {
  border-top: 1px solid #111E2C;
  padding-top: 20px;
  text-align: center;
  color: #3D5265;
  font-size: 13px;
  line-height: 1.6;
}
.mfp-footer-bottom a { color: #4D6880; }
.mfp-footer-bottom a:hover { color: var(--gold); }

/* ── BLOG POST LAYOUT ── */
.mfp-blog-post { max-width: 800px; margin: 0 auto; padding: 60px 20px; }
.mfp-blog-post h1 { margin-bottom: 16px; }
.mfp-blog-post-meta { color: var(--gray); font-size: 14px; margin-bottom: 28px; }
.mfp-blog-post h2 { margin: 32px 0 12px; }
.mfp-blog-post h3 { margin: 24px 0 10px; }
.mfp-blog-post p { margin-bottom: 18px; }
.mfp-blog-post ul, .mfp-blog-post ol { margin: 0 0 18px 24px; }
.mfp-blog-post li { margin-bottom: 7px; font-size: 18px; }
.mfp-blog-cta-box {
  background: linear-gradient(135deg, var(--navy), #1B3454);
  border-radius: 12px;
  padding: 36px;
  text-align: center;
  margin: 36px 0;
}
.mfp-blog-cta-box h3 { color: #fff; margin-bottom: 10px; }
.mfp-blog-cta-box p { color: #8AA3BC; margin-bottom: 20px; max-width: 100%; }

/* ── PAGE HERO ── */
.mfp-page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #1A2E44 100%);
  padding: 50px 0;
  text-align: center;
}
.mfp-page-hero h1 { color: #fff; }
.mfp-page-hero p { color: #8AA3BC; font-size: 18px; margin: 10px auto 0; max-width: 60ch; }

/* ── BREADCRUMB ── */
.mfp-breadcrumb { background: #EDF2F7; padding: 10px 0; }
.mfp-breadcrumb ol { list-style: none; display: flex; gap: 8px; font-size: 13px; }
.mfp-breadcrumb li { color: var(--gray); }
.mfp-breadcrumb li a { color: var(--blue); }
.mfp-breadcrumb li + li::before { content: '›'; margin-right: 8px; }

/* ── INGREDIENT PAGE ── */
.mfp-ing-detail {
  background: #fff;
  border: 1px solid #DDE6F0;
  border-radius: var(--radius);
  padding: 32px;
  margin-bottom: 28px;
  box-shadow: var(--shadow);
}
.mfp-ing-detail h3 { color: var(--navy); font-size: 21px; margin-bottom: 12px; border-bottom: 2px solid var(--gold); padding-bottom: 10px; }

/* ── CONTACT PAGE ── */
.mfp-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.mfp-contact-info h3 { color: var(--navy); margin-bottom: 12px; }
.mfp-contact-info p { margin-bottom: 16px; }
.mfp-contact-form label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 15px; }
.mfp-contact-form input,
.mfp-contact-form textarea {
  width: 100%;
  border: 1.5px solid #C5D2DF;
  border-radius: 6px;
  padding: 13px 15px;
  font-size: 16px;
  font-family: inherit;
  margin-bottom: 16px;
  color: var(--dark-text);
  transition: border-color 0.2s;
}
.mfp-contact-form input:focus,
.mfp-contact-form textarea:focus { outline: none; border-color: var(--blue); }
.mfp-contact-form textarea { height: 130px; resize: vertical; }

/* ── LEGAL PAGES ── */
.mfp-legal { max-width: 820px; margin: 0 auto; padding: 60px 20px; }
.mfp-legal h2 { color: var(--navy); margin: 32px 0 12px; }
.mfp-legal h3 { color: var(--navy); margin: 20px 0 8px; font-size: 19px; }
.mfp-legal p { margin-bottom: 16px; }
.mfp-legal ul { margin: 0 0 16px 24px; }
.mfp-legal li { margin-bottom: 7px; }

/* ── PROS/CONS ── */
.mfp-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mfp-pros, .mfp-cons { background: #fff; border-radius: var(--radius); padding: 24px; border: 1px solid #DDE6F0; box-shadow: var(--shadow); }
.mfp-pros h3 { color: #16A34A; margin-bottom: 12px; }
.mfp-cons h3 { color: #DC2626; margin-bottom: 12px; }
.mfp-pros ul, .mfp-cons ul { list-style: none; }
.mfp-pros li, .mfp-cons li { padding: 5px 0; font-size: 16px; display: flex; gap: 8px; }
.mfp-pros li::before { content: '✓'; color: #16A34A; font-weight: 800; }
.mfp-cons li::before { content: '✗'; color: #DC2626; font-weight: 800; }

/* ── SUPP FACTS ── */
.mfp-supp-facts {
  border: 2px solid #000;
  max-width: 480px;
  font-size: 14px;
  background: #fff;
  color: #000;
}
.mfp-supp-facts table { width: 100%; border-collapse: collapse; }
.mfp-supp-facts td { padding: 4px 8px; border-bottom: 1px solid #ccc; }
.mfp-supp-facts td:last-child { text-align: right; }
.mfp-supp-facts .sf-header { background: #000; color: #fff; padding: 8px; font-size: 24px; font-weight: 900; font-family: 'Barlow', sans-serif; }
.mfp-supp-facts .sf-sub { padding: 4px 8px; font-size: 13px; border-bottom: 8px solid #000; }
.mfp-supp-facts .sf-bold td { font-weight: 800; border-bottom: 4px solid #000; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .mfp-hero-grid { grid-template-columns: 1fr; }
  .mfp-hero-img { order: -1; }
  .mfp-hero-img img { max-width: 240px; }
  .mfp-hero-stats { grid-template-columns: repeat(3, 1fr); }
  .mfp-why-grid { grid-template-columns: 1fr 1fr; }
  .mfp-pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .mfp-price-card.featured { transform: none; }
  .mfp-what-grid { grid-template-columns: 1fr; }
  .mfp-how-steps { grid-template-columns: 1fr 1fr; }
  .mfp-how-steps::before { display: none; }
  .mfp-reviews-grid { grid-template-columns: 1fr; }
  .mfp-ing-grid { grid-template-columns: 1fr; }
  .mfp-sci-grid { grid-template-columns: 1fr; }
  .mfp-blog-grid { grid-template-columns: 1fr 1fr; }
  .mfp-footer-grid { grid-template-columns: 1fr 1fr; }
  .mfp-guarantee-box { grid-template-columns: 1fr; text-align: center; padding: 36px 24px; }
  .mfp-contact-grid { grid-template-columns: 1fr; }
  .mfp-pros-cons { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  body { font-size: 17px; }
  .mfp-hamburger { display: flex; }
  .mfp-nav-links { display: none; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0; background: var(--navy); padding: 16px 20px; gap: 4px; box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
  .mfp-nav-links.open { display: flex; }
  .mfp-nav-links a { display: block; }
  .mfp-why-grid { grid-template-columns: 1fr; }
  .mfp-how-steps { grid-template-columns: 1fr; }
  .mfp-blog-grid { grid-template-columns: 1fr; }
  .mfp-footer-grid { grid-template-columns: 1fr; }
  .mfp-section { padding: 48px 0; }
  .mfp-ing-card { flex-direction: column; }
  .mfp-ben-item { grid-template-columns: 1fr; }
  .mfp-hero-stats { grid-template-columns: 1fr 1fr; }
}
