/**
 * MealFan City Pages — Main Stylesheet
 * Version: 1.0.0
 *
 * All styles scoped under .mf-page to prevent theme conflicts.
 * Extracted from nashville_v11.html gold-standard template.
 *
 * Sections:
 *   1. CSS Variables & Base
 *   2. Layout & Typography
 *   3. Sticky Deal Bar & Navigation
 *   4. Hero & Article Header
 *   5. Service Cards (National)
 *   6. Local Service Cards
 *   7. Picks Section
 *   8. Methodology & Score Badge
 *   9. Coverage & Neighborhoods
 *  10. Calculator & Cost Section
 *  11. Quiz
 *  12. Decision & Comparison Tables
 *  13. Compare Tool
 *  14. Social Proof
 *  15. Food Scene Guide
 *  16. FAQ
 *  17. Email Capture
 *  18. Author Bio & Sources
 *  19. Sidebar
 *  20. Share Bar & PDF Download
 *  21. Video Section
 *  22. Dark Mode Overrides
 *  23. Animations & Transitions
 *  24. Responsive Breakpoints
 *  25. Reading Progress Bar
 */

/* ════════════════════════════════════════════
   MealFan Nashville Page v11 — Complete
   ════════════════════════════════════════════ */

:root {
  --brand: #08b163;
  --brand-mid: #069b54;
  --brand-dk: #047a42;
  --ink: #111;
  --ink-2: #2d2d2d;
  --ink-3: #555;
  --ink-4: #888;
  --ink-5: #aaa;
  --border: #e2e2e2;
  --border-lt: #f0f0f0;
  --bg: #f7f7f7;
  --bg-warm: #fafaf8;
  --white: #fff;
  --green-tint: #edf9f2;
  --r: 8px;
  --r-lg: 14px;
  --r-xl: 20px;
  --max: 1040px;
  --ease: cubic-bezier(.25,.1,.25,1);
  --shadow-xs: 0 1px 3px rgba(0,0,0,.05);
  --shadow-sm: 0 2px 8px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);
  --shadow-lg: 0 8px 30px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.05);
  --shadow-glow: 0 0 20px rgba(8,177,99,.15);
  --gradient-hero: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 30%, #fff 70%);
  --gradient-brand: linear-gradient(135deg, #08b163, #06d67a);
  --gradient-dark: linear-gradient(135deg, #111 0%, #1a2332 100%);
}

.mf-page { scroll-behavior: smooth; }

/* Reading progress bar removed per request */

.mf-page {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

.mf-page .site-nav { margin-top: 0; }

/* STICKY DEAL BAR */
.mf-page .mf-sticky-deal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  background: var(--gradient-dark);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  z-index: 300;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
  flex-wrap: wrap;
  padding: 0 20px;
}

.mf-page .mf-sticky-deal span { white-space: nowrap; }
.mf-page .mf-sticky-deal a {
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  transition: opacity .15s;
}

.mf-page .mf-sticky-deal a:hover { opacity: .8; }

.mf-page a { color: var(--brand-mid); text-decoration: none; }
.mf-page a:hover { text-decoration: underline; }
.mf-page img { max-width: 100%; height: auto; display: block; }

/* NAV */
.mf-page .site-nav {
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--brand);
  position: sticky; top: 36px; z-index: 200;
  box-shadow: 0 1px 12px rgba(0,0,0,.06);
}

.mf-page .nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mf-page .nav-brand { text-decoration: none; }
.mf-page .nav-brand img { height: 28px; width: auto; }
.mf-page .nav-links { display: flex; gap: 20px; list-style: none; }
.mf-page .nav-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-3);
  text-decoration: none;
}
.mf-page .nav-links a:hover { color: var(--brand); }

/* BREADCRUMB */
.mf-page .breadcrumb {
  max-width: var(--max);
  margin: 0 auto;
  padding: 8px 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--ink-5);
  background: var(--white);
}

.mf-page .breadcrumb a { color: var(--ink-5); }
.mf-page .breadcrumb a:hover { color: var(--brand); }

/* BANNER */
.mf-page .review-banner {
  background: #fef9c3;
  border-left: 3px solid #ca8a04;
  padding: 8px 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #713f12;
}

/* ARTICLE HEADER */
.mf-page .article-header {
  padding: 32px 0 28px;
  border-bottom: none;
  background: var(--gradient-hero);
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 0 var(--r-xl) var(--r-xl);
  margin-bottom: 8px;
}

.mf-page .article-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 8px;
}

.mf-page .article-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 900;
  line-height: 1.12;
  color: var(--ink);
  max-width: 680px;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.mf-page .byline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--ink-4);
  flex-wrap: wrap;
}

.mf-page .byline-photo {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 2px solid var(--border);
  flex-shrink: 0;
  object-fit: cover;
}

.mf-page .byline-author { font-weight: 600; color: var(--ink-2); }
.mf-page .byline-dot { color: var(--border); }
.mf-page .byline-tested {
  background: var(--green-tint);
  border: 1px solid rgba(8,177,99,.15);
  border-radius: 3px;
  padding: 1px 6px;
  font-size: 10px;
  color: var(--brand);
  font-weight: 500;
}

/* PAGE LAYOUT */
.mf-page .page-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  background: var(--white);
  overflow: hidden;
}

.mf-page .content-layout {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 32px;
  margin: 0;
  padding: 24px 0;
  align-items: start;
  overflow: hidden;
}

.mf-page .article-body {
  min-width: 0;
  overflow: hidden;
}

.mf-page .article-body > p,
.mf-page .article-body > h2,
.mf-page .article-body > h3 { max-width: 660px; }

/* TYPOGRAPHY */
.mf-page h2 {
  font-family: 'Playfair Display', serif;
  font-size: 23px;
  font-weight: 700;
  color: var(--ink);
  margin: 36px 0 14px;
  line-height: 1.25;
  padding-top: 8px;
}

.mf-page .article-body > h2:nth-of-type(6) {
  border-left: 3px solid var(--brand);
  padding-left: 12px;
}

.mf-page h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin: 18px 0 6px;
}

.mf-page p { margin-bottom: 14px; color: var(--ink-2); font-size: 15px; }

.mf-page .lead {
  font-size: 18px;
  color: var(--ink-2);
  line-height: 1.75;
  margin-bottom: 24px;
  max-width: 660px;
  font-weight: 400;
}

.mf-page .lead strong { color: var(--ink); font-weight: 600; }

/* SUMMARY BOX */
.mf-page .summary-box {
  background: linear-gradient(135deg, #fafaf8 0%, #f0fdf4 100%);
  border: 1px solid rgba(8,177,99,.15);
  border-left: 3px solid var(--brand);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  padding: 16px 20px;
  margin: 20px 0;
  max-width: 660px;
  box-shadow: var(--shadow-xs);
}

.mf-page .summary-box p { font-size: 14px; color: var(--ink-2); line-height: 1.6; margin: 0; }
.mf-page .summary-box strong { color: var(--ink); }

/* TL;DR SUMMARY */
.mf-page .tldr-summary {
  background: linear-gradient(135deg, #f0fdf4 0%, #fff 50%);
  border: 2px solid var(--brand);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  margin: 24px 0;
  max-width: 660px;
  box-shadow: var(--shadow-sm), var(--shadow-glow);
}

.mf-page .tldr-summary h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 16px;
  font-weight: 700;
}

.mf-page .tldr-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mf-page .tldr-summary li {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
  padding: 4px 0;
  margin: 0;
}

.mf-page .tldr-summary strong {
  color: var(--ink);
  font-weight: 600;
}

/* DEAL OF THE WEEK BOX */
.mf-page .deal-callout {
  background: var(--white);
  border: 2px solid var(--brand);
  border-left: 4px solid var(--brand);
  border-radius: var(--r-lg);
  padding: 22px;
  margin: 24px 0;
  max-width: 660px;
  background-image: linear-gradient(135deg, #fff 0%, #edf9f2 40%, #d1fae5 100%);
  box-shadow: var(--shadow-sm), var(--shadow-glow);
  position: relative;
  overflow: hidden;
}
.mf-page .deal-callout::after {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 80px; height: 80px;
  background: radial-gradient(circle, rgba(8,177,99,.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.mf-page .deal-callout-header {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 8px;
  letter-spacing: .05em;
}

.mf-page .deal-callout-service {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.mf-page .deal-callout-offer {
  font-size: 14px;
  color: var(--brand-mid);
  font-weight: 600;
  margin-bottom: 8px;
}

.mf-page .deal-callout-description {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 12px;
}

.mf-page .deal-callout-btn {
  display: inline-block;
  background: var(--gradient-brand);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--r);
  text-decoration: none;
  transition: all .2s var(--ease);
  margin-bottom: 8px;
  box-shadow: 0 3px 12px rgba(8,177,99,.3);
  letter-spacing: 0.01em;
}
.mf-page .deal-callout-btn:hover {
  background: var(--brand-dk);
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(8,177,99,.4);
  text-decoration: none;
  color: var(--white);
}

.mf-page .deal-callout-footnote {
  font-size: 11px;
  color: var(--ink-4);
  font-style: italic;
}

/* HERO CAROUSEL */
.mf-page .carousel-section { margin: 20px 0 0; }
.mf-page .carousel-section h2 { margin-top: 0; margin-bottom: 2px; }
.mf-page .carousel-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--ink-4);
  margin-bottom: 10px;
}

.mf-page .carousel-viewport {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: #111;
  max-height: 300px;
  box-shadow: var(--shadow-lg);
}

.mf-page .carousel-viewport::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  background: linear-gradient(90deg, rgba(0,0,0,.15), transparent);
  z-index: 2;
  pointer-events: none;
}

.mf-page .carousel-track {
  display: flex;
  transition: transform .6s var(--ease);
}

.mf-page .carousel-slide { min-width: 100%; position: relative; }
.mf-page .carousel-slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.mf-page .carousel-slide a { text-decoration: none; display: block; }
.mf-page .slide-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 18px 14px;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #fff;
}

.mf-page .slide-caption strong { font-weight: 700; }
.mf-page .carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(4px);
  border: none; width: 32px; height: 32px; border-radius: 50%;
  font-size: 16px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink); z-index: 5;
  box-shadow: var(--shadow-sm);
  transition: transform .15s;
}

.mf-page .carousel-btn:hover { transform: translateY(-50%) scale(1.08); }
.mf-page .carousel-prev { left: 8px; }
.mf-page .carousel-next { right: 8px; }
.mf-page .carousel-dots {
  position: absolute; bottom: 8px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 5px; z-index: 5;
}

.mf-page .carousel-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,.35);
  border: none; cursor: pointer; padding: 0;
  transition: background .2s, transform .2s;
}

.mf-page .carousel-dot.active { background: #fff; transform: scale(1.2); }

/* PICKS GRID */
.mf-page .picks-section { margin: 24px 0; }
.mf-page .picks-section h2 { margin-top: 0; }
.mf-page .picks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.mf-page .pick {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 18px;
  transition: all .25s var(--ease);
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
}
.mf-page .pick:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: var(--brand);
}
.mf-page .pick.pick-top {
  border-top: 3px solid var(--brand);
  box-shadow: var(--shadow-sm), var(--shadow-glow);
  background: linear-gradient(180deg, #f0fdf4 0%, var(--white) 40%);
}
.mf-page .pick-tier {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-4); margin-bottom: 4px;
}

.mf-page .pick.pick-top .pick-tier { color: var(--brand); }
.mf-page .pick-name {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 700;
  color: var(--ink); margin-bottom: 3px; line-height: 1.2;
}

.mf-page .pick-why {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: var(--ink-3);
  line-height: 1.45; margin-bottom: 8px;
}

.mf-page .pick-facts { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 10px; }
.mf-page .pick-fact {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; color: var(--ink-3);
  background: var(--bg); border: 1px solid var(--border-lt);
  border-radius: 3px; padding: 1px 6px;
}

.mf-page .pick-fact strong { color: var(--ink-2); font-weight: 600; }
.mf-page .btn-orange {
  display: block; text-align: center;
  background: var(--gradient-brand);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600;
  padding: 10px 16px; border-radius: var(--r);
  text-decoration: none;
  transition: all .2s var(--ease);
  box-shadow: 0 2px 8px rgba(8,177,99,.25);
  margin-top: auto;
}
.mf-page .btn-orange:hover {
  background: var(--brand-dk);
  color: var(--white);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(8,177,99,.35);
}

@keyframes pulse-btn {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

.mf-page .pick-top .btn-orange {
  animation: pulse-btn 2s ease-in-out infinite;
}
.mf-page .btn-outline {
  display: block; text-align: center;
  background: var(--white); color: var(--brand-mid);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; font-weight: 600;
  padding: 7px 14px;
  border: 1px solid var(--brand-mid);
  border-radius: var(--r);
  text-decoration: none;
  transition: all .15s;
  margin-top: auto;
}

.mf-page .btn-outline:hover { background: var(--brand); color: var(--white); text-decoration: none; }

/* ── Redesigned Pick Cards (Gold/Silver/Bronze) ── */
.mf-page .pick-card {
  border-radius: var(--r-lg);
  padding: 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.mf-page .pick-card.gold {
  background: linear-gradient(135deg, #fffdf0 0%, #fff8db 100%);
  border: 2px solid #f0c850;
}
.mf-page .pick-card.silver {
  background: var(--white);
  border: 2px solid #c0c0c0;
}
.mf-page .pick-card.bronze {
  background: #fffbf7;
  border: 2px solid #cd7f32;
}
.mf-page .pick-badge {
  font-size: 28px;
  margin-bottom: 12px;
}
.mf-page .pick-content {
  flex: 1;
  margin-bottom: 16px;
}
.mf-page .pick-details {
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mf-page .detail-item {
  display: flex;
  flex-direction: column;
}
.mf-page .detail-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-4);
  text-transform: uppercase;
  margin-bottom: 2px;
}
.mf-page .detail-value {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
}
.mf-page .pick-card .pick-rank {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ink-4);
  margin-bottom: 8px;
}
.mf-page .pick-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.mf-page .pick-card .pick-tagline {
  font-size: 14px;
  color: var(--ink-3);
  margin-bottom: 20px;
}
.mf-page .pick-card .pick-cta {
  padding: 10px 16px;
  border: none;
  border-radius: var(--r);
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
  transition: all .2s var(--ease);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin-top: auto;
}
.mf-page .pick-card.gold .pick-cta {
  background: #f0c850;
  color: var(--ink);
}
.mf-page .pick-card.gold .pick-cta:hover {
  background: #e8be3a;
}
.mf-page .pick-card.silver .pick-cta {
  background: var(--gradient-brand);
  color: var(--white);
}
.mf-page .pick-card.silver .pick-cta:hover {
  background: var(--brand-dk);
  color: var(--white);
}
.mf-page .pick-card.bronze .pick-cta {
  border: 2px solid var(--brand);
  background: transparent;
  color: var(--brand);
}
.mf-page .pick-card.bronze .pick-cta:hover {
  background: var(--brand);
  color: var(--white);
}

/* COMPARISON TABLES */
.mf-page .compare-section { margin: 24px 0; }
.mf-page .table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; }
.mf-page .compare-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
}

.mf-page .compare-table thead th {
  background: var(--gradient-dark);
  color: var(--white);
  padding: 10px 12px;
  text-align: left;
  font-size: 11px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
}

.mf-page .compare-table thead th:first-child { border-radius: var(--r) 0 0 0; }
.mf-page .compare-table thead th:last-child { border-radius: 0 var(--r) 0 0; }
.mf-page .compare-table tbody tr { border-bottom: 1px solid var(--border-lt); }
.mf-page .compare-table tbody tr:hover { background: var(--bg); }
.mf-page .compare-table tbody tr.row-top { background: #f0fdf4; }
.mf-page .compare-table tbody tr.row-top td:first-child { border-left: 2px solid var(--brand); }
.mf-page .compare-table td { padding: 8px 10px; vertical-align: middle; color: var(--ink-2); }
.mf-page .ct-svc { font-weight: 600; color: var(--ink); font-size: 13px; }
.mf-page .ct-owner { font-size: 11px; color: var(--ink-4); }
.mf-page .ct-pick-label {
  display: inline-block; font-size: 8px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  color: var(--brand); background: var(--green-tint);
  border: 1px solid rgba(8,177,99,.15); border-radius: 2px;
  padding: 0 4px; margin-left: 4px; vertical-align: middle;
}

.mf-page .stars { color: #f59e0b; letter-spacing: 1px; font-size: 12px; }
.mf-page .stars-num { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--ink-4); margin-left: 2px; }
.mf-page .ct-price { font-weight: 600; color: var(--ink); font-family: 'DM Mono', monospace; font-size: 12px; }
.mf-page .ct-link a { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 600; color: var(--brand-mid); }

/* DECISION TABLE */
.mf-page .decide-wrap { overflow-x: auto; margin: 10px 0 16px; }
.mf-page .decide-table {
  width: 100%; border-collapse: collapse;
  font-family: 'DM Sans', sans-serif; font-size: 12px;
}

.mf-page .decide-table th {
  background: var(--bg); color: var(--ink-3);
  font-size: 9px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 7px 10px; text-align: left;
  border-bottom: 1px solid var(--border);
}

.mf-page .decide-table td {
  padding: 7px 10px;
  border-bottom: 1px solid var(--border-lt);
  color: var(--ink-3); vertical-align: top;
}

.mf-page .decide-table td:first-child { color: var(--ink-2); font-weight: 500; }
.mf-page .decide-table td:nth-child(2) { font-weight: 700; color: var(--brand-mid); }

/* SERVICE CARDS */
.mf-page .service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  margin-bottom: 24px;
  overflow: hidden;
  max-width: 100%;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}
.mf-page .service-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.mf-page .service-card:nth-of-type(even) {
  background: var(--bg-warm);
}

.mf-page .service-card.sc-top {
  border-top: 3px solid var(--brand);
  box-shadow: var(--shadow-md), var(--shadow-glow);
}
.mf-page .service-card.sc-top:hover {
  box-shadow: var(--shadow-lg), 0 0 30px rgba(8,177,99,.2);
}

.mf-page .sc-head {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-lt);
  gap: 10px; flex-wrap: wrap;
  background: linear-gradient(135deg, #f8fffe 0%, var(--green-tint) 60%, #e0f5eb 100%);
}

.mf-page .sc-identity { display: flex; align-items: center; gap: 10px; }
.mf-page .sc-rank {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 900;
  color: var(--border); line-height: 1;
}

.mf-page .service-card.sc-top .sc-rank { color: var(--brand); }
.mf-page .sc-logo {
  width: 48px; height: 28px;
  background: var(--bg); border: 1px solid var(--border-lt);
  border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Mono', monospace;
  font-size: 8px; color: var(--ink-4);
}

.mf-page .sc-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px; font-weight: 700; color: var(--ink);
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}

.mf-page .badge-top {
  font-size: 8px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; background: var(--brand); color: var(--white);
  padding: 1px 5px; border-radius: 2px;
}

.mf-page .badge-hfg {
  font-size: 8px; font-weight: 600;
  background: #fef3c7; color: #92400e;
  padding: 1px 5px; border-radius: 2px; border: 1px solid #fde68a;
}

.mf-page .sc-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: var(--ink-4);
}

.mf-page .sc-score { text-align: right; flex-shrink: 0; }
.mf-page .sc-stars { color: #f59e0b; font-size: 16px; letter-spacing: 1px; }
.mf-page .sc-score-num {
  font-family: 'DM Mono', monospace;
  font-size: 32px;
  font-weight: 700;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mf-page .sc-score-denom { font-family: 'DM Mono', monospace; font-size: 12px; color: var(--ink-4); }

.mf-page .sc-body { padding: 14px 16px; }

/* Facts row */
.mf-page .sc-facts {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border-lt); border-radius: var(--r);
  overflow: hidden; margin-bottom: 14px;
}

.mf-page .sc-fact { padding: 8px 10px; border-right: 1px solid var(--border-lt); }
.mf-page .sc-fact:last-child { border-right: none; }
.mf-page .sf-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; text-transform: uppercase;
  letter-spacing: .06em; color: var(--ink-5); margin-bottom: 1px;
}

.mf-page .sf-val {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; font-weight: 600; color: var(--ink);
}

/* BRAND CAROUSEL + NUTRITION */
.mf-page .brand-review-content {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 14px;
  align-items: start;
  max-width: 100%;
  overflow: hidden;
}

.mf-page .brand-carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--r);
  background: #111;
  width: 100%;
  max-width: 280px;
}

.mf-page .brand-carousel-track {
  display: flex;
  transition: transform .4s var(--ease);
  will-change: transform;
}

.mf-page .brand-carousel-slide { min-width: 100%; position: relative; }
.mf-page .brand-carousel-slide img {
  width: 100%;
  max-width: 280px;
  height: 190px;
  object-fit: cover;
}

.mf-page .brand-carousel-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 12px 8px;
  background: linear-gradient(transparent, rgba(0,0,0,.7));
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}

.mf-page .brand-carousel-caption strong { font-size: 12px; font-weight: 700; display: block; }
.mf-page .brand-carousel-caption .bcc-macros { font-size: 10px; opacity: .85; }
.mf-page .brand-carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(4px);
  border: none; width: 24px; height: 24px; border-radius: 50%;
  font-size: 12px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink); z-index: 3;
  box-shadow: var(--shadow-xs);
  opacity: 0;
  transition: opacity .15s, transform .15s;
}

.mf-page .brand-carousel:hover .brand-carousel-btn { opacity: 1; }
.mf-page .brand-carousel-btn:hover { transform: translateY(-50%) scale(1.1); }
.mf-page .brand-carousel-btn.bcb-prev { left: 6px; }
.mf-page .brand-carousel-btn.bcb-next { right: 6px; }
.mf-page .brand-carousel-dots {
  display: flex; justify-content: center;
  gap: 4px; padding: 6px 0 4px; background: var(--white);
}

.mf-page .brand-carousel-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--border); border: none;
  cursor: pointer; padding: 0;
  transition: background .2s;
}

.mf-page .brand-carousel-dot.active { background: var(--brand); }

/* Nutrition table */
.mf-page .meal-nutrition { margin: 0; }
.mf-page .meal-nutrition-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; font-weight: 600;
  color: var(--ink-4); margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: .05em;
}

.mf-page .nutrition-table {
  width: 100%; border-collapse: collapse;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
}

.mf-page .nutrition-table thead th {
  text-align: left;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .04em;
  color: var(--ink-5);
  padding: 5px 6px;
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
  background: var(--green-tint);
}

.mf-page .nutrition-table tbody tr { border-bottom: 1px solid var(--border-lt); }
.mf-page .nutrition-table tbody tr:last-child { border-bottom: none; }
.mf-page .nutrition-table tbody tr:hover { background: var(--bg); }
.mf-page .nutrition-table td {
  padding: 5px 6px;
  color: var(--ink-3);
  vertical-align: middle;
  white-space: nowrap;
}

.mf-page .nutrition-table td:first-child {
  font-weight: 600; color: var(--ink);
  max-width: 140px; white-space: normal;
  font-size: 11px;
}

.mf-page .nt-protein { font-weight: 700; color: var(--brand); }
.mf-page .nt-low { color: #059669; }
.mf-page .nt-med { color: #d97706; }
.mf-page .nt-high { color: #dc2626; }

/* Verdict */
.mf-page .sc-verdict {
  font-size: 14px; color: var(--ink-2);
  line-height: 1.7; margin-bottom: 14px;
  font-style: italic;
  border-left: 3px solid var(--brand);
  padding: 12px 16px;
  margin-left: 0;
  background: linear-gradient(90deg, #f0fdf4 0%, transparent 100%);
  border-radius: 0 var(--r) var(--r) 0;
}

/* Score bars */
.mf-page .sc-bars { margin-bottom: 12px; }
.mf-page .sc-bar-row {
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 4px;
  font-family: 'DM Sans', sans-serif; font-size: 11px;
}

.mf-page .sc-bar-label { width: 56px; color: var(--ink-4); flex-shrink: 0; }
.mf-page .bar-track { flex: 1; height: 6px; background: var(--border-lt); border-radius: 4px; overflow: hidden; }
.mf-page .bar-fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--brand-mid), var(--brand));
  transition: width 1s var(--ease);
}
.mf-page .bar-fill.bar-hi { background: linear-gradient(90deg, var(--brand), #06d67a); }
.mf-page .sc-bar-num { width: 22px; font-family: 'DM Mono', monospace; font-size: 10px; color: var(--ink-4); text-align: right; }

/* Pros / Cons */
.mf-page .sc-proscons {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin-bottom: 12px;
  font-family: 'DM Sans', sans-serif;
}

.mf-page .pc-head {
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .07em;
  margin-bottom: 6px; padding-bottom: 4px;
  border-bottom: 1px solid var(--border-lt);
}

.mf-page .pc-pros .pc-head { color: var(--brand); }
.mf-page .pc-cons .pc-head { color: #b91c1c; }
.mf-page .pc-list { list-style: none; }
.mf-page .pc-list li {
  font-size: 12px; color: var(--ink-3);
  padding: 3px 0 3px 14px; position: relative;
  border-bottom: 1px solid var(--border-lt);
  line-height: 1.4;
}

.mf-page .pc-list li:last-child { border-bottom: none; }
.mf-page .pc-pros .pc-list li::before { content: '+'; position: absolute; left: 0; color: var(--brand); font-weight: 700; }
.mf-page .pc-cons .pc-list li::before { content: '–'; position: absolute; left: 0; color: #b91c1c; font-weight: 700; }

/* Card footer */
.mf-page .sc-footer {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-top: 1px solid var(--border-lt);
  background: var(--bg-warm);
  gap: 10px; flex-wrap: wrap;
}

.mf-page .sc-promo { font-family: 'DM Sans', sans-serif; font-size: 12px; color: var(--ink-3); }
.mf-page .sc-promo strong { color: var(--brand-mid); }
.mf-page .btn-sm {
  display: inline-block;
  background: var(--brand); color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; font-weight: 600;
  padding: 7px 14px; border-radius: var(--r);
  text-decoration: none; white-space: nowrap;
  transition: background .15s, transform .15s;
}

.mf-page .btn-sm:hover { background: var(--brand-dk); color: var(--white); text-decoration: none; transform: translateY(-1px); }

/* LOCAL CARDS */
.mf-page .local-card {
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden; margin-bottom: 24px;
  max-width: 100%;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}
.mf-page .local-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.mf-page .local-card.lc-verified { border-top: 2px solid var(--brand-mid); }
.mf-page .local-card.lc-unverified { border-top: 2px solid #ca8a04; }
.mf-page .lc-head {
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border-lt);
  background: var(--bg-warm); flex-wrap: wrap;
}

.mf-page .lc-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px; font-weight: 700; color: var(--ink);
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  margin-bottom: 2px;
}

.mf-page .lc-badge-city {
  font-family: 'DM Sans', sans-serif;
  font-size: 8px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .06em;
  background: var(--green-tint); color: var(--brand);
  border: 1px solid rgba(8,177,99,.15);
  padding: 1px 5px; border-radius: 2px;
}

.mf-page .lc-badge-type {
  font-family: 'DM Sans', sans-serif;
  font-size: 8px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .06em;
  background: var(--bg); color: var(--ink-3);
  border: 1px solid var(--border);
  padding: 1px 5px; border-radius: 2px;
}

.mf-page .lc-meta-line {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; color: var(--ink-4);
  display: flex; flex-wrap: wrap; gap: 4px; align-items: center;
}

.mf-page .lc-meta-line .lm-sep { color: var(--border); }
.mf-page .lc-cta-head { flex-shrink: 0; }
.mf-page .lc-verify-notice {
  background: #fefce8;
  border-bottom: 1px solid #fde047;
  padding: 6px 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; color: #713f12;
  display: flex; align-items: flex-start; gap: 4px;
}

.mf-page .lc-body { padding: 12px 14px; }
.mf-page .lc-differentiator {
  border-left: 2px solid var(--brand-mid);
  padding: 8px 12px; margin-bottom: 12px;
  background: var(--green-tint);
  border-radius: 0 var(--r) var(--r) 0;
}

.mf-page .lc-diff-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em;
  color: var(--brand-mid); margin-bottom: 3px;
}

.mf-page .lc-diff-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: var(--ink-2); line-height: 1.5;
}

.mf-page .lc-facts {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border-lt); border-radius: var(--r);
  overflow: hidden; margin-bottom: 12px;
}

.mf-page .lc-fact { padding: 7px 10px; border-right: 1px solid var(--border-lt); }
.mf-page .lc-fact:last-child { border-right: none; }
.mf-page .lf-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; text-transform: uppercase;
  letter-spacing: .06em; color: var(--ink-5); margin-bottom: 1px;
}

.mf-page .lf-val {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; font-weight: 600; color: var(--ink);
}

.mf-page .lc-description {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--ink-2); line-height: 1.6; margin-bottom: 10px;
}

.mf-page .lc-menu {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: var(--ink-3); line-height: 1.5; margin-bottom: 10px;
}

.mf-page .lc-menu-label { font-weight: 600; color: var(--ink-2); }
.mf-page .lc-neighborhoods {
  display: flex; flex-wrap: wrap; gap: 3px; margin-bottom: 10px;
}

.mf-page .lc-hood {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; color: var(--ink-3);
  background: var(--bg); border: 1px solid var(--border-lt);
  border-radius: 3px; padding: 1px 6px;
}

.mf-page .lc-footer {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-top: 1px solid var(--border-lt);
  background: var(--bg-warm);
  gap: 10px; flex-wrap: wrap;
}

.mf-page .lc-ordering {
  font-family: 'DM Sans', sans-serif; font-size: 11px; color: var(--ink-4);
}

.mf-page .lc-ordering strong { color: var(--ink-2); }


/* METHODOLOGY GRID */
.mf-page .methodology-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 12px 0 16px;
  max-width: 660px;
}
.mf-page .method-item {
  background: linear-gradient(135deg, var(--bg-warm) 0%, #fff 100%);
  border: 1px solid var(--border-lt);
  border-radius: var(--r-lg);
  padding: 16px;
  transition: all .2s var(--ease);
  box-shadow: var(--shadow-xs);
}
.mf-page .method-item:hover {
  box-shadow: var(--shadow-sm);
  border-color: var(--brand);
}
.mf-page .method-weight {
  font-family: 'DM Mono', monospace;
  font-size: 20px;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 2px;
}
.mf-page .method-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.mf-page .method-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: var(--ink-3);
  line-height: 1.5;
}


/* NASHVILLE DEEP DIVE */
.mf-page .nashville-deep-dive { margin: 24px 0; max-width: 660px; }
.mf-page .nashville-deep-dive h2 { margin-top: 0; }
.mf-page .nashville-deep-dive h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px; font-weight: 700;
  color: var(--ink);
  margin: 18px 0 6px;
}
.mf-page .nashville-deep-dive p {
  font-size: 14px; color: var(--ink-2);
  line-height: 1.7; margin-bottom: 12px;
}


/* SAVE MONEY TIPS */
.mf-page .save-money-section { margin: 24px 0; max-width: 660px; }
.mf-page .save-money-section h2 { margin-top: 0; }
.mf-page .tip-cards { margin: 12px 0; }
.mf-page .tip-card {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px;
  border: 1px solid var(--border-lt);
  border-radius: var(--r);
  margin-bottom: 8px;
  background: var(--bg-warm);
  transition: border-color .15s;
}
.mf-page .tip-card:hover { border-color: var(--brand); }
.mf-page .tip-num {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 900;
  color: var(--brand); flex-shrink: 0;
  width: 28px; text-align: center;
}
.mf-page .tip-content {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--ink-2);
  line-height: 1.55;
}
.mf-page .tip-content strong { color: var(--ink); }


/* REAL TALK SECTION */
.mf-page .real-talk-section { margin: 28px 0; max-width: 660px; }
.mf-page .real-talk-section h2 { margin-top: 0; }
.mf-page .real-talk-section > p { font-size: 14px; color: var(--ink-2); line-height: 1.65; }
.mf-page .real-talk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 14px 0;
}
.mf-page .rt-card {
  border-radius: var(--r);
  padding: 14px;
  border: 1px solid var(--border-lt);
}
.mf-page .rt-yes {
  background: #f0fdf4;
  border-color: rgba(8,177,99,.2);
}
.mf-page .rt-no {
  background: #fef2f2;
  border-color: rgba(220,38,38,.15);
}
.mf-page .rt-header {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}
.mf-page .rt-yes .rt-header { color: var(--brand); }
.mf-page .rt-no .rt-header { color: #b91c1c; }
.mf-page .rt-list {
  list-style: none;
  padding: 0; margin: 0;
}
.mf-page .rt-list li {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--ink-2);
  line-height: 1.5;
  padding: 3px 0 3px 14px;
  position: relative;
}
.mf-page .rt-yes .rt-list li::before { content: '✓'; position: absolute; left: 0; color: var(--brand); font-weight: 700; font-size: 11px; }
.mf-page .rt-no .rt-list li::before { content: '✗'; position: absolute; left: 0; color: #b91c1c; font-weight: 700; font-size: 11px; }

@media (max-width: 640px) {
  .mf-page .real-talk-grid { grid-template-columns: 1fr; }
}


/* SECTION DIVIDERS */
.mf-page .section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), var(--brand), var(--border), transparent);
  margin: 32px 0;
  max-width: 660px;
  border: none;
}

/* NASHVILLE EDITORIAL */
.mf-page .nashville-editorial { margin: 24px 0; max-width: 660px; }
.mf-page .nashville-editorial h2 { margin-top: 0; }
.mf-page .nashville-editorial p { font-size: 14px; color: var(--ink-2); line-height: 1.7; margin-bottom: 12px; }
.mf-page .nashville-editorial a { color: var(--brand); font-weight: 500; }
.mf-page .inline-img-block {
  margin: 16px 0;
  border-radius: var(--r);
  overflow: hidden;
}

.mf-page .inline-img-block img {
  width: 100%; height: 200px; object-fit: cover;
}

.mf-page .inline-img-block figcaption {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; color: var(--ink-4); padding: 4px 0;
}

.mf-page .hood-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin: 12px 0;
}

.mf-page .hood-card {
  border: 1px solid var(--border); border-radius: var(--r);
  padding: 10px;
}

.mf-page .hood-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 2px;
}

.mf-page .hood-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; color: var(--ink-3); line-height: 1.45;
}

.mf-page .hood-services {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; color: var(--brand); margin-top: 4px; font-weight: 500;
}

/* NEIGHBORHOOD GRID SECTION */
/* ── Neighborhoods (Redesigned) ── */
.mf-page .neighborhoods-section {
  margin: 32px 0;
}
.mf-page .neighborhoods-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 16px 0;
}
.mf-page .neighborhood-card {
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 20px;
  background: var(--white);
  transition: all .2s var(--ease);
  position: relative;
}
.mf-page .neighborhood-card:hover {
  border-color: var(--brand);
  box-shadow: 0 8px 24px rgba(8,177,99,0.1);
}
.mf-page .neighborhood-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.mf-page .neighborhood-description {
  font-size: 12px;
  color: var(--ink-3);
  line-height: 1.5;
  margin-bottom: 10px;
}
.mf-page .services-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.mf-page .service-tag {
  background: var(--green-tint);
  color: var(--brand-dk);
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  border: 1px solid var(--brand);
}

/* SHARE BAR */
.mf-page .share-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: var(--bg-warm);
  border: 1px solid var(--border);
  border-radius: var(--r);
  margin: 20px 0;
  max-width: 660px;
  font-size: 13px;
  color: var(--ink-3);
  flex-wrap: wrap;
}

.mf-page .share-bar-label {
  font-weight: 600;
  color: var(--ink-2);
}

.mf-page .share-bar-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mf-page .share-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--ink-3);
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .15s, color .15s;
  font-family: 'DM Sans', sans-serif;
}

.mf-page .share-btn:hover {
  border-color: var(--brand);
  color: var(--brand);
}

/* CITIES COMPARISON SECTION */
.mf-page .cities-comparison {
  margin: 24px 0;
  max-width: 660px;
}

.mf-page .cities-comparison h3 {
  margin-top: 0;
}

.mf-page .cities-comparison p {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.7;
}

.mf-page .city-compare-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.mf-page .city-link {
  display: inline-block;
  padding: 6px 12px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r);
  font-size: 12px;
  color: var(--brand);
  text-decoration: none;
  transition: background .15s;
}

.mf-page .city-link:hover {
  background: var(--green-tint);
}

/* COMPARE VS LINKS */
.mf-page .compare-vs-link {
  display: inline-block;
  font-size: 11px;
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
  margin: 12px 0;
  padding: 6px 10px;
  background: var(--green-tint);
  border-radius: 3px;
  transition: background .15s;
}

.mf-page .compare-vs-link:hover {
  background: linear-gradient(135deg, var(--green-tint) 0%, rgba(8,177,99,.05) 100%);
  text-decoration: none;
}

/* DEALS STRIP */
.mf-page .deals-strip {
  margin: 32px 0;
}
.mf-page .deals-strip h2 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
}

.mf-page .deals-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
}

.mf-page .deal-card {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background: var(--white);
  transition: background .15s;
  border-bottom: 1px solid #f0f0f0;
}
.mf-page .deal-card:last-child {
  border-bottom: none;
}
.mf-page .deal-card:hover {
  background: #f8fdf9;
}

.mf-page .deal-amount {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  background: var(--brand);
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
  min-width: 100px;
  text-align: center;
}

.mf-page .deal-service {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin-left: 16px;
  min-width: 90px;
}

.mf-page .deal-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--ink-4);
  margin-left: auto;
}

/* COST COMPARE */
.mf-page .cost-compare {
  margin: 20px 0;
  max-width: 660px;
  background: var(--bg-warm);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 16px;
}

.mf-page .cost-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-lt);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}

.mf-page .cost-row:last-child {
  border-bottom: none;
}

.mf-page .cost-row.cost-highlight {
  background: rgba(8, 177, 99, 0.05);
  padding: 10px 8px;
  border-radius: 4px;
  margin: 4px -8px;
  padding-left: 8px;
  padding-right: 8px;
}

.mf-page .cost-label {
  color: var(--ink-2);
  font-weight: 500;
}

.mf-page .cost-amount {
  color: var(--ink);
  font-weight: 600;
  min-width: 100px;
  text-align: right;
}

/* NASHVILLE CONTEXT */
.mf-page .nashville-context {
  margin: 24px 0;
  max-width: 660px;
}

.mf-page .nashville-context p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.75;
  margin-bottom: 14px;
}

.mf-page .nashville-context p strong {
  color: var(--ink);
  font-weight: 600;
}

/* TIPS SECTION */
.mf-page .tips-section {
  margin: 24px 0;
  max-width: 660px;
}

.mf-page .tip-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-lt);
}

.mf-page .tip-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mf-page .tip-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.mf-page .tip-content h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.mf-page .tip-content p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.65;
  margin: 0;
}

/* FAQ */
/* ── FAQ (Redesigned) ── */
.mf-page .faq-section {
  margin: 32px 0;
}
.mf-page .faq-container {
  max-width: 660px;
}
.mf-page .faq-accordion {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.mf-page .faq-item {
  border-bottom: 1px solid var(--border-lt);
  transition: all 0.2s var(--ease);
}
.mf-page .faq-item:last-child {
  border-bottom: none;
}
.mf-page .faq-item:hover {
  background: rgba(8,177,99,0.02);
}
.mf-page .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  gap: 12px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
}
.mf-page .faq-question-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  flex: 1;
}
.mf-page .faq-toggle-icon {
  width: 24px;
  height: 24px;
  background: var(--green-tint);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  transition: transform .2s;
  font-family: 'DM Mono', monospace;
}
.mf-page .faq-q[aria-expanded="true"] .faq-toggle-icon {
  transform: rotate(45deg);
}
.mf-page .faq-a {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--ink-3);
  line-height: 1.6;
  padding: 0 20px 16px;
}

/* AUTHOR */
.mf-page .author-section {
  display: grid;
  grid-template-columns: 44px 1fr; gap: 12px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid var(--border-lt);
  border-bottom: 1px solid var(--border-lt);
  margin: 20px 0; max-width: 660px;
}

.mf-page .author-img {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid var(--border);
  object-fit: cover;
}

.mf-page .author-caption {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .07em;
  color: var(--ink-4); margin-bottom: 1px;
}

.mf-page .author-name { font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700; color: var(--ink); }
.mf-page .author-role { font-family: 'DM Sans', sans-serif; font-size: 11px; color: var(--ink-4); margin-bottom: 4px; }
.mf-page .author-bio { font-family: 'DM Sans', sans-serif; font-size: 12px; color: var(--ink-3); line-height: 1.5; margin-bottom: 6px; }
.mf-page .author-chips { display: flex; flex-wrap: wrap; gap: 4px; }
.mf-page .author-chip {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; color: var(--brand);
  background: var(--green-tint);
  border: 1px solid rgba(8,177,99,.15);
  border-radius: 2px; padding: 1px 5px;
}

/* SOURCES */
.mf-page .sources-list {
  list-style: none; margin: 8px 0 16px; max-width: 660px;
}

.mf-page .sources-list li {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; color: var(--ink-4);
  padding: 3px 0; border-bottom: 1px solid var(--border-lt);
}

.mf-page .sources-list li:last-child { border-bottom: none; }
.mf-page .sources-list a { color: var(--brand-mid); }

/* DISCLOSURE */
.mf-page .disclosure {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; color: var(--ink-4);
  line-height: 1.6; padding: 12px 0;
  border-top: 1px solid var(--border-lt);
  max-width: 660px;
}

.mf-page .disclosure a { color: var(--ink-4); text-decoration: underline; }

/* SIDEBAR */
.mf-page .sidebar-col { position: sticky; top: 62px; }
.mf-page .sb {
  border: 1px solid var(--border); border-radius: var(--r);
  margin-bottom: 14px; overflow: hidden;
}

.mf-page .sb-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em;
  color: var(--ink-4);
  padding: 8px 12px 6px;
  border-bottom: 1px solid var(--border-lt);
}

.mf-page .sb-inner { padding: 10px 12px; }
.mf-page .toc { list-style: none; }
.mf-page .toc li { padding: 2px 0; border-bottom: 1px solid var(--border-lt); }
.mf-page .toc li:last-child { border-bottom: none; }
.mf-page .toc a {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; color: var(--ink-3);
  display: flex; align-items: center; gap: 4px;
}

.mf-page .toc a::before { content: '>'; color: var(--ink-4); }
.mf-page .toc a:hover { color: var(--brand); text-decoration: none; }
.mf-page .facts-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.mf-page .fb { background: var(--bg); border-radius: 3px; padding: 6px 8px; }
.mf-page .fb-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; text-transform: uppercase;
  letter-spacing: .06em; color: var(--ink-5); margin-bottom: 1px;
}

.mf-page .fb-val { font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 600; color: var(--ink); }
.mf-page .deal-item { padding: 8px 0; border-bottom: 1px solid var(--border-lt); }
.mf-page .deal-item:first-child { padding-top: 0; }
.mf-page .deal-item:last-child { border-bottom: none; padding-bottom: 0; }
.mf-page .deal-svc { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 12px; color: var(--ink); margin-bottom: 1px; }
.mf-page .deal-promo { font-family: 'DM Sans', sans-serif; font-size: 11px; color: var(--brand-mid); margin-bottom: 5px; }
.mf-page .deal-btn {
  display: block; text-align: center;
  background: var(--brand); color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 600;
  padding: 6px; border-radius: var(--r);
  text-decoration: none;
}

.mf-page .deal-btn:hover { background: var(--brand-dk); color: var(--white); text-decoration: none; }
.mf-page .zip-wrap { display: flex; flex-wrap: wrap; gap: 2px; }
.mf-page .zip-tag {
  font-family: 'DM Mono', monospace; font-size: 9px;
  color: var(--ink-4); background: var(--bg);
  border: 1px solid var(--border-lt);
  border-radius: 2px; padding: 1px 4px;
}

/* BACK TO TOP BUTTON */
.mf-page .back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--brand);
  color: var(--white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 299;
  box-shadow: var(--shadow-md);
  transition: background .15s, transform .15s;
}

.mf-page .back-to-top.show { display: flex; }
.mf-page .back-to-top:hover { background: var(--brand-dk); transform: translateY(-2px); }

/* NEARBY CITIES */
.mf-page .nearby-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 10px; }
.mf-page .nearby-card {
  border: 1px solid var(--border-lt); border-radius: var(--r);
  padding: 8px; text-align: center;
  transition: border-color .15s;
}

.mf-page .nearby-card:hover { border-color: var(--brand-mid); }
.mf-page .nearby-card a { text-decoration: none; display: block; }
.mf-page .nearby-name { font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 600; color: var(--ink); }
.mf-page .nearby-state { font-family: 'DM Sans', sans-serif; font-size: 10px; color: var(--ink-4); }

/* FOOTER */
.mf-page footer {
  border-top: 1px solid var(--border);
  padding: 24px 20px;
  margin-top: 40px;
  background: var(--bg-warm);
}

.mf-page .footer-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap;
}

.mf-page .footer-brand { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 14px; color: var(--brand); }
.mf-page .footer-links { display: flex; gap: 14px; list-style: none; flex-wrap: wrap; }
.mf-page .footer-links a { font-family: 'DM Sans', sans-serif; font-size: 11px; color: var(--ink-4); }
.mf-page .footer-links a:hover { color: var(--brand-mid); }
.mf-page .footer-copy { font-family: 'DM Sans', sans-serif; font-size: 10px; color: var(--ink-5); width: 100%; margin-top: 8px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .mf-page .content-layout { grid-template-columns: 1fr; gap: 20px; }
  .mf-page .sidebar-col { position: static; }
  .mf-page .picks-grid { grid-template-columns: 1fr; }
  .mf-page .nearby-grid { grid-template-columns: repeat(2, 1fr); }
  .mf-page .brand-review-content { grid-template-columns: 1fr; }
  .mf-page .brand-carousel { width: 100%; max-width: 340px; }
  .mf-page .brand-carousel-slide img { width: 100%; height: 200px; }
}

@media (max-width: 640px) {
  .mf-page .methodology-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .mf-page .nav-inner { padding: 0 14px; height: 46px; }
  .mf-page .article-header { padding: 18px 14px 14px; }
  .mf-page .page-wrap { padding: 0 14px; }
  .mf-page .sc-facts { grid-template-columns: repeat(2, 1fr); }
  .mf-page .lc-facts { grid-template-columns: repeat(2, 1fr); }
  .mf-page .sc-proscons { grid-template-columns: 1fr; }
  .mf-page .compare-table { font-size: 11px; }
  .mf-page h2 { font-size: 20px; }
  .mf-page .sc-head { padding: 10px 12px; }
  .mf-page .sc-body { padding: 10px 12px; }
  .mf-page .sc-footer { padding: 8px 12px; }
  .mf-page .brand-carousel-btn { opacity: 1; }
  .mf-page .hood-grid { grid-template-columns: 1fr; }
  .mf-page .carousel-slide img { height: 200px; }
  .mf-page .carousel-viewport { max-height: 200px; }
  .mf-page .neighborhoods-grid { grid-template-columns: 1fr; }
  .mf-page .back-to-top { width: 36px; height: 36px; font-size: 16px; }
}
/* ACCESSIBILITY */
.mf-page .skip-to-content {
  position: absolute; left: -9999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
  z-index: 999;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; padding: 12px 24px;
  background: var(--brand); color: var(--white);
  text-decoration: none; border-radius: var(--r);
}
.mf-page .skip-to-content:focus {
  position: fixed; left: 16px; top: 16px;
  width: auto; height: auto;
  z-index: 9999;
}
.mf-page a:focus-visible,
.mf-page button:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.mf-page .sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}


/* ── Customer Review Snippets ── */
.mf-page .review-snippets {
  padding: 20px 24px 16px;
  border-top: 1px solid #f0f0f0;
  background: #fafbfc;
}
.mf-page .review-snippets-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #888;
  margin-bottom: 14px;
}
.mf-page .review-snippet {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #f0f0f0;
}
.mf-page .review-snippet:first-of-type {
  border-top: none;
  padding-top: 0;
}
.mf-page .rs-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.mf-page .rs-avatar-1 { background: linear-gradient(135deg, #08b163, #06d67a); }
.mf-page .rs-avatar-2 { background: linear-gradient(135deg, #3b82f6, #60a5fa); }
.mf-page .rs-avatar-3 { background: linear-gradient(135deg, #f59e0b, #fbbf24); }
.mf-page .rs-content { flex: 1; min-width: 0; }
.mf-page .rs-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.mf-page .rs-name {
  font-weight: 600;
  font-size: 14px;
  color: #1a1a1a;
}
.mf-page .rs-stars {
  color: #f59e0b;
  font-size: 12px;
  letter-spacing: 1px;
}
.mf-page .rs-verified {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 500;
  color: #08b163;
  background: #e8f9f0;
  padding: 2px 8px;
  border-radius: 20px;
}
.mf-page .rs-verified svg {
  width: 11px;
  height: 11px;
}
.mf-page .rs-text {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  margin: 0;
}
.mf-page .rs-meta {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.mf-page .rs-source {
  color: #08b163;
  text-decoration: none;
  font-weight: 500;
}
.mf-page .rs-source:hover {
  text-decoration: underline;
}

/* ── Social Proof Section (Redesigned) ── */
.mf-page .social-proof-section {
  margin: 40px 0;
  padding: 0;
}
.mf-page .social-proof-section h2 {
  margin-bottom: 8px;
}
.mf-page .social-proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
.mf-page .social-card {
  border-radius: var(--r-lg);
  padding: 20px;
  border-left: 4px solid;
  transition: transform 0.2s, box-shadow 0.2s;
}
.mf-page .social-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.mf-page .social-card.social-reddit {
  background: rgba(255, 69, 0, 0.05);
  border-left-color: #FF4500;
}
.mf-page .social-card.social-twitter {
  background: rgba(29, 161, 242, 0.05);
  border-left-color: #1DA1F2;
}
.mf-page .social-card.social-instagram {
  background: rgba(225, 48, 108, 0.05);
  border-left-color: #E1306C;
}
.mf-page .social-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.mf-page .social-avatar {
  flex-shrink: 0;
}
.mf-page .avatar-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.mf-page .platform-icon {
  color: var(--ink-3);
}
.mf-page .social-username-block .username {
  font-size: 14px;
  display: block;
}
.mf-page .social-username-block .subreddit {
  font-size: 12px;
  color: var(--ink-4);
}
.mf-page .social-text {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 12px;
  font-style: italic;
}
.mf-page .top-reply {
  background: var(--bg);
  border-radius: var(--r);
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--ink-3);
}
.mf-page .top-reply strong {
  display: block;
  font-size: 11px;
  color: var(--ink-4);
  margin-bottom: 4px;
}
.mf-page .social-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-4);
  padding-top: 10px;
  border-top: 1px solid var(--border-lt);
}

@media (max-width: 640px) {
  .mf-page .social-proof-grid {
    grid-template-columns: 1fr;
  }
  .mf-page .review-snippets {
    padding: 16px 16px 12px;
  }
  .mf-page .deal-card {
    padding: 12px 14px;
  }
  .mf-page .deal-amount {
    font-size: 13px;
    min-width: 80px;
    padding: 3px 10px;
  }
}


/* ── Section Illustrations ── */
.mf-page .section-illust {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 20px;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.mf-page .section-illust-wide {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .mf-page .section-illust { max-width: 100%; }
}


/* ── Interactive Quiz ── */
.mf-page .quiz-widget {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 40%, #fff 100%);
  border: 1px solid rgba(8,177,99,0.15);
  border-radius: 16px;
  padding: 32px 28px;
  margin: 32px 0;
  position: relative;
  overflow: hidden;
}
.mf-page .quiz-widget::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(8,177,99,0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.mf-page .quiz-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.mf-page .quiz-subtitle {
  font-size: 14px;
  color: var(--ink-3);
  margin-bottom: 24px;
}
.mf-page .quiz-step {
  display: none;
}
.mf-page .quiz-step.active {
  display: block;
  animation: quizFadeIn 0.3s ease;
}
@keyframes quizFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.mf-page .quiz-progress {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}
.mf-page .quiz-dot {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: #e0e0e0;
  transition: background 0.3s;
}
.mf-page .quiz-dot.done {
  background: var(--brand);
}
.mf-page .quiz-dot.current {
  background: var(--gradient-brand);
}
.mf-page .quiz-question {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
}
.mf-page .quiz-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mf-page .quiz-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: var(--ink-2);
}
.mf-page .quiz-option:hover {
  border-color: var(--brand);
  background: #f8fdf9;
  transform: translateX(4px);
}
.mf-page .quiz-option.selected {
  border-color: var(--brand);
  background: #f0fdf4;
  font-weight: 600;
}
.mf-page .quiz-option-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
  font-size: 12px;
}
.mf-page .quiz-option.selected .quiz-option-icon {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}
.mf-page .quiz-result {
  display: none;
  animation: quizFadeIn 0.4s ease;
}
.mf-page .quiz-result.active {
  display: block;
}
.mf-page .quiz-result-card {
  background: #fff;
  border: 2px solid var(--brand);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(8,177,99,0.12);
}
.mf-page .quiz-result-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 6px;
}
.mf-page .quiz-result-name {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}
.mf-page .quiz-result-why {
  font-size: 15px;
  color: var(--ink-3);
  line-height: 1.5;
  margin-bottom: 16px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.mf-page .quiz-result-stats {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 18px;
}
.mf-page .quiz-result-stat {
  text-align: center;
}
.mf-page .quiz-result-stat-val {
  font-family: 'DM Mono', monospace;
  font-size: 20px;
  font-weight: 700;
  color: var(--brand);
}
.mf-page .quiz-result-stat-label {
  font-size: 11px;
  color: var(--ink-4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mf-page .quiz-result-cta {
  display: inline-block;
  padding: 12px 32px;
  background: var(--gradient-brand);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
  box-shadow: 0 2px 10px rgba(8,177,99,0.25);
}
.mf-page .quiz-result-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(8,177,99,0.35);
  color: #fff;
  text-decoration: none;
}
.mf-page .quiz-restart {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  color: var(--ink-4);
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-family: 'DM Sans', sans-serif;
}

/* ── Cost Calculator ── */
.mf-page .calc-widget {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  margin: 32px 0;
  box-shadow: var(--shadow-sm);
}
.mf-page .calc-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.mf-page .calc-subtitle {
  font-size: 14px;
  color: var(--ink-3);
  margin-bottom: 20px;
}
.mf-page .calc-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.mf-page .calc-field label {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-3);
  margin-bottom: 6px;
}
.mf-page .calc-field input,
.mf-page .calc-field select {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.mf-page .calc-field input:focus,
.mf-page .calc-field select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(8,177,99,0.1);
}
.mf-page .calc-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background: var(--gradient-brand);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(8,177,99,0.2);
}
.mf-page .calc-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(8,177,99,0.3);
}
.mf-page .calc-results {
  display: none;
  margin-top: 20px;
  animation: quizFadeIn 0.3s ease;
}
.mf-page .calc-results.visible {
  display: block;
}
.mf-page .calc-comparison {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.mf-page .calc-bar-group {
  flex: 1;
  text-align: center;
}
.mf-page .calc-bar-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-3);
  margin-bottom: 6px;
}
.mf-page .calc-bar-container {
  height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 8px;
  position: relative;
}
.mf-page .calc-bar {
  width: 60%;
  border-radius: 6px 6px 0 0;
  transition: height 0.6s ease;
  min-height: 8px;
}
.mf-page .calc-bar.red { background: linear-gradient(180deg, #ef4444, #dc2626); }
.mf-page .calc-bar.orange { background: linear-gradient(180deg, #f97316, #ea580c); }
.mf-page .calc-bar.green { background: linear-gradient(180deg, #08b163, #06d67a); }
.mf-page .calc-bar-amount {
  font-family: 'DM Mono', monospace;
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
}
.mf-page .calc-bar-amount.red { color: #ef4444; }
.mf-page .calc-bar-amount.orange { color: #f97316; }
.mf-page .calc-bar-amount.green { color: #08b163; }
.mf-page .calc-savings-banner {
  background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
  border: 1px solid rgba(8,177,99,0.15);
  border-radius: 10px;
  padding: 16px 20px;
  text-align: center;
}
.mf-page .calc-savings-amount {
  font-family: 'DM Mono', monospace;
  font-size: 28px;
  font-weight: 700;
  color: var(--brand);
}
.mf-page .calc-savings-label {
  font-size: 14px;
  color: var(--ink-3);
}
.mf-page .calc-savings-yearly {
  font-size: 12px;
  color: var(--ink-4);
  margin-top: 4px;
}

@media (max-width: 640px) {
  .mf-page .calc-inputs {
    grid-template-columns: 1fr;
  }
  .mf-page .quiz-widget, .mf-page .calc-widget {
    padding: 20px 16px;
  }
  .mf-page .calc-comparison {
    flex-wrap: wrap;
  }
  .mf-page .calc-bar-group {
    min-width: calc(33% - 8px);
  }
  .mf-page .quiz-result-stats {
    gap: 16px;
  }
}



/* ── EMAIL CAPTURE ── */
.mf-page .email-capture {
  background: var(--gradient-brand);
  border-radius: var(--r-xl);
  padding: 28px 32px;
  margin: 32px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mf-page .email-capture::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}
.mf-page .email-capture-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.mf-page .email-capture-sub {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  margin-bottom: 16px;
}
.mf-page .email-capture-form {
  display: flex;
  gap: 10px;
  max-width: 440px;
  margin: 0 auto;
}
.mf-page .email-capture-input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: var(--r);
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  backdrop-filter: blur(4px);
  outline: none;
  transition: border-color .2s;
}
.mf-page .email-capture-input::placeholder { color: rgba(255,255,255,0.65); }
.mf-page .email-capture-input:focus { border-color: #fff; }
.mf-page .email-capture-btn {
  padding: 12px 24px;
  background: #fff;
  color: var(--brand);
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  white-space: nowrap;
  transition: transform .15s, box-shadow .15s;
}
.mf-page .email-capture-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.mf-page .email-capture-note {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  margin-top: 10px;
}
.mf-page .email-capture-success {
  display: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0;
}
.mf-page .email-capture.submitted .email-capture-form { display: none; }
.mf-page .email-capture.submitted .email-capture-note { display: none; }
.mf-page .email-capture.submitted .email-capture-success { display: block; }

/* ── EMAIL CAPTURE BOTTOM (dark variant) ── */
.mf-page .email-capture-bottom {
  background: var(--gradient-dark);
}
.mf-page .email-capture-bottom .email-capture-input {
  border-color: rgba(8,177,99,0.4);
  background: rgba(8,177,99,0.1);
}
.mf-page .email-capture-bottom .email-capture-input:focus { border-color: var(--brand); }
.mf-page .email-capture-bottom .email-capture-btn {
  background: var(--brand);
  color: #fff;
}

/* ── COMPARE TOOL ── */
.mf-page .compare-tool {
  background: #f8fafb;
  border: 1px solid #e5e7eb;
  border-radius: var(--r-xl);
  padding: 28px;
  margin: 36px 0;
}
.mf-page .compare-tool-header {
  text-align: center;
  margin-bottom: 20px;
}
.mf-page .compare-tool-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink-1);
  margin-bottom: 4px;
}
.mf-page .compare-tool-sub {
  color: var(--ink-4);
  font-size: 13px;
}
.mf-page .compare-selectors {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.mf-page .compare-select-wrap {
  flex: 1;
  max-width: 240px;
  min-width: 180px;
}
.mf-page .compare-select-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink-4);
  margin-bottom: 6px;
}
.mf-page .compare-select {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #e5e7eb;
  border-radius: var(--r);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--ink-1);
  background: #fff;
  cursor: pointer;
  transition: border-color .2s;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.mf-page .compare-select:focus { border-color: var(--brand); outline: none; }
.mf-page .compare-vs {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink-4);
  padding-top: 18px;
}
.mf-page .compare-result {
  display: none;
  border-top: 1px solid #e5e7eb;
  padding-top: 20px;
}
.mf-page .compare-result.visible { display: block; }
.mf-page .compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.mf-page .compare-col {
  padding: 0 16px;
}
.mf-page .compare-col:first-child {
  border-right: 2px solid #e5e7eb;
}
.mf-page .compare-col-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-1);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--brand);
}
.mf-page .compare-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
}
.mf-page .compare-row-label {
  color: var(--ink-4);
  font-weight: 500;
}
.mf-page .compare-row-value {
  font-weight: 600;
  color: var(--ink-1);
  text-align: right;
}
.mf-page .compare-row-value.winner {
  color: var(--brand);
}
.mf-page .compare-verdict {
  margin-top: 16px;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(8,177,99,0.06), rgba(8,177,99,0.12));
  border-radius: var(--r);
  border-left: 4px solid var(--brand);
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.5;
}
.mf-page .compare-verdict strong { color: var(--brand); }

/* ── LAST UPDATED BADGE ── */
.mf-page .freshness-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, rgba(8,177,99,0.08), rgba(8,177,99,0.15));
  border: 1px solid rgba(8,177,99,0.25);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--brand-dk);
  margin-top: 10px;
}
.mf-page .freshness-dot {
  width: 8px;
  height: 8px;
  background: var(--brand);
  border-radius: 50%;
  animation: freshPulse 2s ease-in-out infinite;
}
@keyframes freshPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

/* ── VIDEO PLACEHOLDER ── */
.mf-page .video-section {
  margin: 36px 0;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--gradient-dark);
  padding: 48px 32px;
  text-align: center;
  position: relative;
}
.mf-page .video-play-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(8,177,99,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.mf-page .video-play-circle:hover {
  transform: scale(1.08);
  box-shadow: 0 0 30px rgba(8,177,99,0.4);
}
.mf-page .video-play-circle svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  margin-left: 4px;
}
.mf-page .video-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.mf-page .video-sub {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  margin-bottom: 16px;
}
.mf-page .video-notify-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--r);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: background .2s;
}
.mf-page .video-notify-btn:hover { background: rgba(255,255,255,0.15); }

/* ── PDF DOWNLOAD ── */
.mf-page .pdf-download {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 2px dashed rgba(8,177,99,0.3);
  border-radius: var(--r-lg);
  padding: 18px 24px;
  margin: 24px 0;
  transition: border-color .2s, box-shadow .2s;
}
.mf-page .pdf-download:hover {
  border-color: var(--brand);
  box-shadow: var(--shadow-glow);
}
.mf-page .pdf-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mf-page .pdf-icon span {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-family: 'DM Mono', monospace;
}
.mf-page .pdf-info { flex: 1; }
.mf-page .pdf-info-title {
  font-weight: 600;
  font-size: 14px;
  color: var(--ink-1);
}
.mf-page .pdf-info-sub {
  font-size: 12px;
  color: var(--ink-4);
}
.mf-page .pdf-btn {
  padding: 10px 20px;
  background: var(--gradient-brand);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: transform .15s;
  white-space: nowrap;
}
.mf-page .pdf-btn:hover { transform: translateY(-1px); }

/* ── Food Scene (Redesigned) ── */
.mf-page .food-scene-section {
  margin: 36px 0;
}
.mf-page .food-scene-intro {
  font-size: 15px;
  color: var(--ink-3);
  line-height: 1.6;
  margin-bottom: 20px;
}
.mf-page .food-scene-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 16px;
}
.mf-page .scene-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 24px;
  border: 1px solid var(--border);
  text-align: center;
  transition: all .2s var(--ease);
}
.mf-page .scene-card:hover {
  border-color: var(--brand);
  box-shadow: 0 8px 24px rgba(8,177,99,0.1);
}
.mf-page .scene-icon {
  width: 48px;
  height: 48px;
  background: var(--green-tint);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 12px;
  position: relative;
  color: var(--brand);
}
.mf-page .scene-icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 36px;
  height: 3px;
  background: var(--brand);
  transition: transform 0.3s ease;
}
.mf-page .scene-card:hover .scene-icon::after {
  transform: translateX(-50%) scaleX(1);
}
.mf-page .scene-card-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 4px;
}
.mf-page .scene-card-text {
  font-size: 13px;
  color: var(--ink-3);
  line-height: 1.5;
}
.mf-page .food-scene-tip {
  margin-top: 20px;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(8,177,99,0.05), rgba(8,177,99,0.1));
  border-radius: var(--r);
  border-left: 4px solid var(--brand);
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.5;
}

/* ── RESPONSIVE FOR NEW FEATURES ── */
@media (max-width: 640px) {
  .mf-page .email-capture { padding: 22px 18px; }
  .mf-page .email-capture-form { flex-direction: column; }
  .mf-page .email-capture-title { font-size: 18px; }
  .mf-page .compare-grid { grid-template-columns: 1fr; }
  .mf-page .compare-col:first-child { border-right: none; border-bottom: 2px solid #e5e7eb; padding-bottom: 16px; margin-bottom: 16px; }
  .mf-page .compare-selectors { flex-direction: column; align-items: stretch; }
  .mf-page .compare-select-wrap { max-width: 100%; }
  .mf-page .compare-vs { padding-top: 0; }
  .mf-page .food-scene-cards { grid-template-columns: 1fr; }
  .mf-page .pdf-download { flex-direction: column; text-align: center; }
  .mf-page .video-section { padding: 32px 18px; }
}



/* ── MOBILE RESPONSIVE FIXES ── */

/* Nav: hide text on small screens, show compact */
@media (max-width: 480px) {
  .mf-page .site-nav .nav-inner {
    padding: 0 10px;
  }
  .mf-page .nav-logo img {
    height: 26px;
  }
  .mf-page .nav-links a {
    font-size: 11px;
    padding: 4px 6px;
  }
}

/* Nutrition table: scrollable wrapper */
.mf-page .nutrition-scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -12px;
  padding: 0 12px;
}
.mf-page .nutrition-scroll-wrap .nutrition-table {
  min-width: 520px;
}

/* Comparison table scroll hint */
@media (max-width: 640px) {
  .mf-page .table-scroll {
    position: relative;
  }
  .mf-page .table-scroll::after {
    content: 'Scroll →';
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 10px;
    color: var(--ink-5);
    background: rgba(255,255,255,0.9);
    padding: 2px 8px;
    border-radius: 10px;
    pointer-events: none;
    z-index: 2;
  }
}

/* Food scene emojis — ensure they render */
.mf-page .food-scene-card-icon {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Android Emoji", sans-serif;
  font-size: 28px;
  line-height: 1;
}

/* Sticky deal bar: smaller on mobile */
@media (max-width: 480px) {
  .mf-page .mf-sticky-deal {
    font-size: 11px;
    padding: 6px 10px;
  }
  .mf-page .mf-sticky-deal strong {
    font-size: 11px;
  }
}

/* Byline: wrap better on mobile */
@media (max-width: 480px) {
  .mf-page .byline {
    flex-wrap: wrap;
    gap: 4px;
  }
  .mf-page .byline-dot {
    display: none;
  }
  .mf-page .byline span {
    font-size: 12px;
  }
  .mf-page .freshness-badge {
    font-size: 11px;
    padding: 4px 10px;
  }
}

/* Email capture: tighter on mobile */
@media (max-width: 480px) {
  .mf-page .email-capture {
    padding: 20px 16px;
    border-radius: var(--r-lg);
  }
  .mf-page .email-capture-title {
    font-size: 17px;
  }
  .mf-page .email-capture-sub {
    font-size: 12px;
  }
}

/* Compare tool: mobile sizing */
@media (max-width: 480px) {
  .mf-page .compare-tool {
    padding: 18px 14px;
    border-radius: var(--r-lg);
  }
  .mf-page .compare-tool-title {
    font-size: 18px;
  }
  .mf-page .compare-col-name {
    font-size: 15px;
  }
  .mf-page .compare-row {
    font-size: 12px;
  }
}

/* PDF download: stack on mobile */
@media (max-width: 480px) {
  .mf-page .pdf-download {
    flex-direction: column;
    text-align: center;
    padding: 16px;
    gap: 12px;
  }
}

/* Video section: tighter mobile */
@media (max-width: 480px) {
  .mf-page .video-section {
    padding: 28px 16px;
    border-radius: var(--r-lg);
  }
  .mf-page .video-title {
    font-size: 17px;
  }
  .mf-page .video-play-circle {
    width: 56px;
    height: 56px;
  }
  .mf-page .video-play-circle svg {
    width: 22px;
    height: 22px;
  }
}

/* Food scene: mobile sizing */
@media (max-width: 480px) {
  .mf-page .food-scene-header {
    padding: 20px 16px 16px;
  }
  .mf-page .food-scene-title {
    font-size: 18px;
  }
  .mf-page .food-scene-body {
    padding: 16px;
  }
  .mf-page .food-scene-card {
    padding: 14px;
  }
}

/* Social cards: single column on mobile */
@media (max-width: 480px) {
  .mf-page .social-proof-grid {
    grid-template-columns: 1fr;
  }
}

/* Quiz: mobile tweaks */
@media (max-width: 480px) {
  .mf-page .quiz-widget {
    padding: 20px 14px;
    border-radius: var(--r-lg);
  }
  .mf-page .quiz-title {
    font-size: 18px;
  }
}

/* Author section: mobile */
@media (max-width: 480px) {
  .mf-page .author-section {
    flex-direction: column;
    text-align: center;
  }
  .mf-page .author-chips {
    justify-content: center;
  }
}

/* Service card facts grid: 2-col on small mobile */
@media (max-width: 380px) {
  .mf-page .sc-facts { grid-template-columns: 1fr 1fr; }
  .mf-page .lc-facts { grid-template-columns: 1fr 1fr; }
}

/* Ensure SVGs scale on mobile */
@media (max-width: 480px) {
  .mf-page .section-illust,
  .mf-page .section-illust-wide {
    max-width: 100%;
    margin: 16px auto;
  }
  .mf-page .section-illust svg,
  .mf-page .section-illust-wide svg {
    width: 100%;
    height: auto;
  }
}

/* Deal callout: mobile */
@media (max-width: 480px) {
  .mf-page .deal-callout {
    padding: 14px;
    border-radius: var(--r-lg);
  }
  .mf-page .deal-callout-service {
    font-size: 15px;
  }
}

/* TL;DR: mobile */
@media (max-width: 480px) {
  .mf-page .tldr-summary {
    padding: 14px;
  }
  .mf-page .tldr-summary li {
    font-size: 13px;
  }
}

/* Real talk: ensure single col */
@media (max-width: 480px) {
  .mf-page .real-talk-grid {
    grid-template-columns: 1fr;
  }
}

/* Money hacks: mobile spacing */
@media (max-width: 480px) {
  .mf-page .money-hack {
    padding: 16px;
  }
}



/* ── DESIGN UPGRADES (Behance/Dribbble 2025-2026 trends) ── */

/* Aurora gradient on article header */
.mf-page .article-header {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 20%, #f0f9ff 40%, #faf5ff 60%, #fefce8 80%, #f0fdf4 100%);
  background-size: 200% 200%;
  animation: auroraShift 12s ease-in-out infinite;
  border-radius: 0 0 var(--r-xl) var(--r-xl);
  position: relative;
  overflow: hidden;
}
.mf-page .article-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(8,177,99,0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
@keyframes auroraShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Glassmorphism effect on pick cards */
.mf-page .pick {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(255,255,255,0.3);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.mf-page .pick:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255,255,255,0.4), 0 0 20px rgba(8,177,99,0.08);
}

/* Glassmorphism on sidebar boxes */
.mf-page .sb {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.5);
}

/* Floating score badges with glow */
.mf-page .sc-score {
  position: relative;
  text-shadow: 0 0 20px rgba(8,177,99,0.3);
}
.mf-page .sc-score::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8,177,99,0.12) 0%, transparent 70%);
  z-index: -1;
  animation: scoreGlow 3s ease-in-out infinite;
}
@keyframes scoreGlow {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}

/* Gradient text for key headings */
.mf-page .article-header h1 {
  background: linear-gradient(135deg, #111 0%, #1a1a2e 40%, var(--brand-dk) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Animated number counters (sidebar stats) */
.mf-page .stat-value {
  transition: all 0.3s var(--ease);
}
.mf-page .stat-value:hover {
  transform: scale(1.05);
  color: var(--brand);
}

/* Micro-interaction: CTA buttons pulse on idle */
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 4px 14px rgba(8,177,99,0.3); }
  50% { box-shadow: 0 4px 20px rgba(8,177,99,0.5), 0 0 30px rgba(8,177,99,0.15); }
}
.mf-page .btn-orange {
  animation: ctaPulse 3s ease-in-out infinite;
}
.mf-page .btn-orange:hover {
  animation: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(8,177,99,0.4);
}

/* Smooth reveal animation for sections */
.mf-page .email-capture,
.mf-page .compare-tool,
.mf-page .food-scene,
.mf-page .video-section,
.mf-page .quiz-widget,
.mf-page .calc-widget {
  opacity: 1;
  transition: opacity 0.5s, transform 0.5s;
}

/* Glassmorphism on email capture */
.mf-page .email-capture {
  position: relative;
  overflow: hidden;
}
.mf-page .email-capture::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.08) 0%, transparent 50%);
  pointer-events: none;
}

/* Social proof cards enhancement handled by platform-specific styles above */

/* Subtle noise texture overlay on dark sections */
.mf-page .video-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  border-radius: inherit;
}

/* Enhanced deal strip items with hover lift */
.mf-page .deal-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Review cards: subtle left accent on hover */
.mf-page .review-snippet:hover {
  border-left: 3px solid var(--brand);
  padding-left: calc(14px - 3px);
}

/* FAQ items: smoother interaction */
.mf-page .faq-item {
  transition: all 0.2s var(--ease);
}
.mf-page .faq-item:hover {
  background: rgba(8,177,99,0.02);
}

/* Comparison table: highlight row on hover */
.mf-page .compare-table tbody tr:hover {
  background: rgba(8,177,99,0.04);
}



/* ══ CODEPEN UPGRADES: 2026 TRENDS ══ */

/* ── 1. READING PROGRESS BAR (CodePen: AllThingsSmitty, Juxtopposed) ── */
.mf-page .reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), #06d67a, #10b981);
  z-index: 10000;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(8,177,99,0.4);
}
.mf-page .reading-progress::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px var(--brand), 0 0 20px var(--brand);
}

/* ── 2. SVG WAVE DIVIDERS (CodePen: aitchiss, fabswt) ── */
.mf-page .wave-divider {
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.mf-page .wave-divider svg {
  width: 100%;
  height: 40px;
  display: block;
}
.mf-page .wave-divider-flip {
  transform: scaleY(-1);
}

/* ── 3. DARK MODE (CodePen: ajaykarwal, teroauralinna) ── */
.mf-page .dark-toggle {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--border);
  background: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: all 0.3s var(--ease);
  box-shadow: var(--shadow-sm);
}
.mf-page .dark-toggle:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-lg);
}
.mf-page .dark-toggle svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s var(--ease);
}
.mf-page .dark-toggle:hover svg {
  transform: rotate(20deg);
}
.mf-page .dark-toggle .icon-moon { display: block; }
.mf-page .dark-toggle .icon-sun { display: none; }

/* Dark mode overrides */
.mf-page[data-theme="dark"] {
  --bg: #0f1117;
  --bg-warm: #161822;
  --white: #1a1d2e;
  --ink: #e8e8e8;
  --ink-2: #d0d0d0;
  --ink-3: #a0a0a0;
  --ink-4: #777;
  --ink-5: #555;
  --border: #2a2d3e;
  --border-lt: #222438;
  --green-tint: #0d2818;
}
.mf-page[data-theme="dark"] {
  background: var(--bg);
  color: var(--ink);
}
.mf-page[data-theme="dark"] .site-nav {
  background: rgba(15,17,23,0.85);
  border-bottom-color: var(--border);
}
.mf-page[data-theme="dark"] .article-header {
  background: linear-gradient(135deg, #0d1117 0%, #111827 40%, #1a1d2e 100%);
}
.mf-page[data-theme="dark"] .article-header h1 {
  background: linear-gradient(135deg, #e8e8e8 0%, #a8d8b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mf-page[data-theme="dark"] .review-banner {
  background: #1a2332;
  border-color: var(--border);
  color: var(--ink-2);
}
.mf-page[data-theme="dark"] .tldr-summary {
  background: #1a2818;
  border-color: rgba(8,177,99,0.3);
}
.mf-page[data-theme="dark"] .deal-callout {
  background: #1a2332;
}
.mf-page[data-theme="dark"] .pick {
  background: rgba(26,29,46,0.8);
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .pick-card.silver {
  background: rgba(26,29,46,0.8);
}
.mf-page[data-theme="dark"] .pick-card.bronze {
  background: #2a2520;
}
.mf-page[data-theme="dark"] .sb {
  background: rgba(26,29,46,0.8);
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .sc-card {
  background: var(--white);
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .sc-head {
  border-bottom-color: var(--border);
}
.mf-page[data-theme="dark"] .faq-item {
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .faq-accordion {
  background: rgba(26,29,46,0.8);
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .social-card.social-reddit {
  background: rgba(255, 69, 0, 0.1);
}
.mf-page[data-theme="dark"] .social-card.social-twitter {
  background: rgba(29, 161, 242, 0.1);
}
.mf-page[data-theme="dark"] .social-card.social-instagram {
  background: rgba(225, 48, 108, 0.1);
}
.mf-page[data-theme="dark"] .compare-tool {
  background: #161822;
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .compare-select {
  background: #1a1d2e;
  border-color: var(--border);
  color: var(--ink);
}
.mf-page[data-theme="dark"] .scene-card {
  background: #1a1d2e;
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .email-capture-input {
  background: rgba(255,255,255,0.08);
}
.mf-page[data-theme="dark"] .nutrition-table {
  color: var(--ink-2);
}
.mf-page[data-theme="dark"] .nutrition-table th {
  background: #222438;
}
.mf-page[data-theme="dark"] .compare-table th {
  background: #222438;
  color: var(--ink-2);
}
.mf-page[data-theme="dark"] .compare-table td {
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .pdf-download {
  background: #1a1d2e;
  border-color: rgba(8,177,99,0.2);
}
.mf-page[data-theme="dark"] .quiz-widget {
  background: #161822;
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .quiz-option {
  background: #1a1d2e;
  border-color: var(--border);
  color: var(--ink);
}
.mf-page[data-theme="dark"] .calc-widget {
  background: #161822;
  border-color: var(--border);
}
.mf-page[data-theme="dark"] input,
.mf-page[data-theme="dark"] select {
  background: #1a1d2e;
  border-color: var(--border);
  color: var(--ink);
}
.mf-page[data-theme="dark"] .dark-toggle {
  background: #1a1d2e;
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .dark-toggle .icon-moon { display: none; }
.mf-page[data-theme="dark"] .dark-toggle .icon-sun { display: block; }
.mf-page[data-theme="dark"] .author-section {
  background: #161822;
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .disclosure {
  background: #161822;
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .social-card {
  background: #1a1d2e;
  background-image: linear-gradient(#1a1d2e, #1a1d2e), linear-gradient(135deg, var(--brand), #06d67a, var(--brand));
}
.mf-page[data-theme="dark"] .review-snippet {
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .decide-table,
.mf-page[data-theme="dark"] .decide-table td,
.mf-page[data-theme="dark"] .decide-table th {
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .neighborhood-card {
  background: #1a1d2e;
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .real-talk-col {
  background: #1a1d2e;
}
.mf-page[data-theme="dark"] .money-hack {
  background: #1a1d2e;
  border-color: var(--border);
}
.mf-page[data-theme="dark"] .wave-divider svg path {
  fill: var(--bg);
}
.mf-page[data-theme="dark"] footer {
  background: #0a0c12;
}

/* Transition everything smoothly */
.mf-page, .mf-page *, .mf-page *::before, .mf-page *::after {
  transition-property: background-color, border-color, color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: var(--ease);
}
/* Exclude elements that have their own animation transitions */
.mf-page .reading-progress,
.mf-page .score-bar-fill,
.mf-page .btn-orange,
.mf-page .brand-carousel-track {
  transition-property: none;
}

/* ── 4. SCROLL REVEAL (CodePen: jhancock532, IntersectionObserver) ── */
.mf-page .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.mf-page .reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
/* Staggered children */
.mf-page .reveal-stagger > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.mf-page .reveal-stagger.revealed > *:nth-child(1) { transition-delay: 0s; }
.mf-page .reveal-stagger.revealed > *:nth-child(2) { transition-delay: 0.08s; }
.mf-page .reveal-stagger.revealed > *:nth-child(3) { transition-delay: 0.16s; }
.mf-page .reveal-stagger.revealed > *:nth-child(4) { transition-delay: 0.24s; }
.mf-page .reveal-stagger.revealed > * {
  opacity: 1;
  transform: translateY(0);
}

/* ── 5. ANIMATED COUNTER (CodePen: nathanlong) ── */
.mf-page .counter-value {
  display: inline-block;
  font-variant-numeric: tabular-nums;
}

/* ── MOBILE: reduce motion for performance ── */
@media (prefers-reduced-motion: reduce) {
  .mf-page .reveal { opacity: 1; transform: none; }
  .mf-page .reveal-stagger > * { opacity: 1; transform: none; }
  .mf-page .reading-progress { display: none; }
  @keyframes auroraShift { 0%, 100% { background-position: 0% 50%; } }
  @keyframes scoreGlow { 0%, 100% { opacity: 0.5; } }
  @keyframes ctaPulse { 0%, 100% { box-shadow: 0 4px 14px rgba(8,177,99,0.3); } }
}

@media (max-width: 480px) {
  .mf-page .dark-toggle {
    width: 38px;
    height: 38px;
    bottom: 72px;
    right: 14px;
  }
  .mf-page .wave-divider {
    height: 24px;
  }
  .mf-page .wave-divider svg {
    height: 24px;
  }
}

