.elementor-65539 .elementor-element.elementor-element-f49b1f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65539 .elementor-element.elementor-element-e827d4a{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-65539 .elementor-element.elementor-element-ced43af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65539 .elementor-element.elementor-element-990469f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-65539 .elementor-element.elementor-element-990469f.elementor-element{--flex-grow:1;--flex-shrink:1;}.elementor-65539 .elementor-element.elementor-element-9798857{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65539 .elementor-element.elementor-element-9d4471e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65539 .elementor-element.elementor-element-c55588e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65539 .elementor-element.elementor-element-9b8691f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65539 .elementor-element.elementor-element-d8b55a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65539 .elementor-element.elementor-element-60b94a0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-65539{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ============================================================
   MLM MASTERY CLUB — MEMBERSHIP PAGE CSS
   Delivery: Paste into Page Settings > Custom CSS in Elementor
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lato:wght@300;400;700;900&display=swap');

:root {
  --mlm-orange:     #ffa62b;
  --mlm-teal:       #16697a;
  --mlm-blue-mid:   #489fb5;
  --mlm-blue-light: #82c0cc;
  --mlm-sand:       #FAF6F1;
  --mlm-dark:       #1c1c1c;
  --mlm-white:      #ffffff;
}

/* ============================================================
   NAV
   ============================================================ */
.mem-nav {
  background: var(--mlm-teal);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
}

.mem-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.mem-nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.mem-nav-brand img { height: 46px; width: auto; }

.mem-nav-brand-name {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.mem-nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}

.mem-nav-links li { margin: 0; padding: 0; }

.mem-nav-links a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.82;
  transition: opacity 0.2s, color 0.2s;
  white-space: nowrap;
}

.mem-nav-links a:hover,
.mem-nav-links a.nav-active { opacity: 1; color: var(--mlm-orange); }

.mem-nav-login {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.2s;
  flex-shrink: 0;
}

.mem-nav-login:hover { color: var(--mlm-orange); }

.mem-nav-hamburger {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}

.mem-nav-mobile-menu {
  display: none;
  flex-direction: column;
  background: #0f4e5c;
  padding: 8px 5%;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.mem-nav-mobile-menu.open { display: flex; }

.mem-nav-mobile-menu a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: color 0.2s;
}

.mem-nav-mobile-menu a:last-child { border-bottom: none; }
.mem-nav-mobile-menu a:hover { color: var(--mlm-orange); }

@media (max-width: 820px) {
  .mem-nav-links, .mem-nav-login { display: none; }
  .mem-nav-hamburger { display: block; }
}

/* ============================================================
   HERO
   ============================================================ */
.mem-hero {
  background: linear-gradient(145deg, #0a3d49 0%, var(--mlm-teal) 55%, #1f8699 100%);
  padding: 90px 5% 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mem-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 60%, rgba(255,166,43,0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 15%, rgba(130,192,204,0.12) 0%, transparent 50%);
  pointer-events: none;
}

.mem-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mem-hero-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mlm-orange);
  margin: 0 0 18px;
}

.mem-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 22px;
  line-height: 1.15;
}

.mem-hero-sub {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  margin: 0 0 36px;
  line-height: 1.65;
}

.mem-hero-cta {
  display: inline-block;
  background: var(--mlm-orange);
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  padding: 18px 44px;
  border-radius: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 10px 36px rgba(255,166,43,0.32);
}

.mem-hero-cta:hover {
  background: #e8921a;
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(255,166,43,0.44);
}

.mem-hero-secondary {
  display: block;
  margin-top: 16px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.60);
}

@media (max-width: 768px) {
  .mem-hero h1  { font-size: 32px; }
  .mem-hero-sub { font-size: 18px; }
}

/* ============================================================
   SHARED SECTION HEADERS
   ============================================================ */
.mem-section-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mlm-orange);
  margin: 0 0 12px;
  text-align: center;
}

.mem-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--mlm-teal);
  text-align: center;
  margin: 0 0 16px;
  line-height: 1.2;
}

.mem-section-lead {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #555;
  text-align: center;
  line-height: 1.7;
  margin: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   ECOSYSTEM GRAPHIC
   ============================================================ */
.mem-ecosystem {
  background: var(--mlm-sand);
  padding: 80px 5%;
}

.mem-ecosystem-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.mem-ecosystem-header {
  text-align: center;
  margin-bottom: 52px;
}

.mem-ecosystem-graphic-wrap {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 28px rgba(0,0,0,0.06);
  overflow-x: auto;
}

/* ============================================================
   TIER CARDS
   ============================================================ */
.mem-tiers {
  background: #ffffff;
  padding: 90px 5%;
}

.mem-tiers-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.mem-tiers-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.mem-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}

.mem-tier-card {
  background: var(--mlm-sand);
  border-radius: 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  overflow: visible;
}

.mem-tier-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.10);
}

.mem-tier-card.tier-leader {
  border-color: var(--mlm-orange);
  box-shadow: 0 8px 32px rgba(255,166,43,0.18);
}

/* Most Popular badge */
.mem-most-popular {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mlm-orange);
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 20px;
  white-space: nowrap;
  z-index: 2;
}

.mem-tier-header {
  padding: 32px 28px 24px;
  text-align: center;
  border-radius: 12px 12px 0 0;
}

.mem-tier-card.tier-discovery .mem-tier-header { background: var(--mlm-blue-light); }
.mem-tier-card.tier-leader    .mem-tier-header { background: var(--mlm-blue-mid); }
.mem-tier-card.tier-freedom   .mem-tier-header { background: var(--mlm-teal); }
.mem-tier-card.tier-legacy    .mem-tier-header { background: var(--mlm-orange); }

.mem-tier-icon { font-size: 36px; display: block; margin-bottom: 10px; }

.mem-tier-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 6px;
}

.mem-tier-card.tier-discovery .mem-tier-name { color: #0d4658; }
.mem-tier-card.tier-leader    .mem-tier-name,
.mem-tier-card.tier-freedom   .mem-tier-name,
.mem-tier-card.tier-legacy    .mem-tier-name { color: #ffffff; }

.mem-tier-income-target {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.mem-tier-card.tier-discovery .mem-tier-income-target { color: #0d4658; }
.mem-tier-card.tier-leader    .mem-tier-income-target,
.mem-tier-card.tier-freedom   .mem-tier-income-target,
.mem-tier-card.tier-legacy    .mem-tier-income-target { color: rgba(255,255,255,0.88); }

.mem-tier-body {
  padding: 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Pricing block */
.mem-tier-pricing {}

.mem-price-primary-block {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.mem-price-amount {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--mlm-teal);
  line-height: 1;
}

.mem-price-period {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #555;
  font-weight: 400;
}

.mem-price-recommended {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--mlm-orange);
  background: rgba(255,166,43,0.12);
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-left: 4px;
}

.mem-price-save {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #777;
  margin: 0 0 12px;
  display: block;
}

.mem-price-divider {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.08);
  margin: 12px 0;
}

.mem-price-alt {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #666;
  margin: 0;
}

.mem-price-best-value {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--mlm-teal);
  background: rgba(22,105,122,0.10);
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-left: 4px;
}

/* Feature highlights */
.mem-tier-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mem-tier-features li {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #333;
  padding-left: 26px;
  position: relative;
  line-height: 1.5;
}

.mem-tier-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--mlm-teal);
  font-weight: 900;
}

.mem-tier-features li.mem-feature-plus::before {
  color: var(--mlm-orange);
  content: '＋';
}

/* CTA area */
.mem-tier-ctas {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mem-buy-btn,
.mem-apply-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.mem-buy-btn {
  background: var(--mlm-teal);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(22,105,122,0.20);
}

.mem-buy-btn:hover {
  background: #0f4e5c;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(22,105,122,0.28);
}

.mem-tier-card.tier-leader .mem-buy-btn {
  background: var(--mlm-orange);
  box-shadow: 0 6px 20px rgba(255,166,43,0.25);
}

.mem-tier-card.tier-leader .mem-buy-btn:hover {
  background: #e8921a;
  box-shadow: 0 10px 32px rgba(255,166,43,0.35);
}

.mem-apply-btn {
  background: var(--mlm-teal);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(22,105,122,0.20);
}

.mem-apply-btn:hover {
  background: #0f4e5c;
  transform: translateY(-2px);
}

.mem-tier-card.tier-legacy .mem-apply-btn {
  background: var(--mlm-orange);
  box-shadow: 0 6px 20px rgba(255,166,43,0.25);
}

.mem-tier-card.tier-legacy .mem-apply-btn:hover {
  background: #e8921a;
}

.mem-buy-link {
  display: block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: var(--mlm-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 4px 0;
  transition: color 0.2s;
}

.mem-buy-link:hover { color: var(--mlm-orange); }

.mem-apply-note {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #888;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-style: italic;
}

@media (max-width: 1000px) {
  .mem-tier-grid { grid-template-columns: repeat(2, 1fr); }
  .mem-tier-card.tier-leader { margin-top: 16px; }
}

@media (max-width: 580px) {
  .mem-tier-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.mem-table-wrap {
  background: var(--mlm-sand);
  padding: 90px 5%;
}

.mem-table-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.mem-table-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 52px;
}

.mem-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  box-shadow: 0 4px 28px rgba(0,0,0,0.07);
}

.mem-compare-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

/* Header row */
.mem-compare-table thead tr {
  background: var(--mlm-teal);
}

.mem-compare-table thead th {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 16px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mem-compare-table thead th:first-child {
  text-align: left;
  width: 42%;
  padding-left: 28px;
}

.mem-compare-table thead th.col-leader { background: #0f4e5c; }
.mem-compare-table thead th.col-freedom { background: #1a7a8e; }
.mem-compare-table thead th.col-legacy { background: #e8921a; }

/* Category header rows */
.mem-compare-table .mem-cat-row td {
  background: var(--mlm-sand);
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--mlm-teal);
  text-transform: uppercase;
  letter-spacing: 0.10em;
  padding: 14px 28px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  text-align: left;
}

/* Data rows */
.mem-compare-table tbody tr:not(.mem-cat-row) {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: background 0.15s;
}

.mem-compare-table tbody tr:not(.mem-cat-row):hover {
  background: #f7f2ed;
}

.mem-compare-table tbody td {
  padding: 14px 16px;
  text-align: center;
  vertical-align: middle;
}

.mem-compare-table tbody td:first-child {
  text-align: left;
  padding-left: 28px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.45;
}

.mem-check {
  font-size: 22px;
  color: var(--mlm-teal);
  font-weight: 900;
  display: block;
}

.mem-cross {
  font-size: 20px;
  color: #ccc;
  display: block;
}

.mem-partial {
  font-size: 18px;
  color: var(--mlm-orange);
  font-weight: 700;
  display: block;
}

.mem-na {
  font-size: 18px;
  color: #aaa;
  display: block;
}

/* Table footnote */
.mem-table-footnote {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #777;
  margin: 20px 0 0;
  padding-left: 8px;
  line-height: 1.6;
}

/* ============================================================
   FAQ
   ============================================================ */
.mem-faq {
  background: #ffffff;
  padding: 90px 5%;
}

.mem-faq-inner {
  max-width: 860px;
  margin: 0 auto;
}

.mem-faq-header {
  text-align: center;
  margin-bottom: 52px;
}

.mem-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mem-faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.09);
}

.mem-faq-item:first-of-type {
  border-top: 1px solid rgba(0,0,0,0.09);
}

.mem-faq-question {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--mlm-teal);
  padding: 24px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  list-style: none;
  user-select: none;
}

.mem-faq-question::after {
  content: '+';
  font-size: 28px;
  font-weight: 300;
  color: var(--mlm-orange);
  flex-shrink: 0;
  transition: transform 0.2s;
}

details[open] .mem-faq-question::after {
  transform: rotate(45deg);
}

.mem-faq-answer {
  padding: 0 0 24px;
}

.mem-faq-answer p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 1.75;
  margin: 0;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.mem-final-cta {
  background: linear-gradient(145deg, #0a3d49 0%, var(--mlm-teal) 100%);
  padding: 96px 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mem-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 110%, rgba(255,166,43,0.14) 0%, transparent 60%);
  pointer-events: none;
}

.mem-final-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mem-final-cta-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mlm-orange);
  margin: 0 0 18px;
}

.mem-final-cta h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
  line-height: 1.2;
}

.mem-final-cta p {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.84);
  line-height: 1.7;
  margin: 0 0 40px;
}

.mem-final-quiz-btn {
  display: inline-block;
  background: var(--mlm-orange);
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  padding: 20px 52px;
  border-radius: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 10px 36px rgba(255,166,43,0.32);
}

.mem-final-quiz-btn:hover {
  background: #e8921a;
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(255,166,43,0.44);
}

@media (max-width: 768px) {
  .mem-final-cta h2 { font-size: 30px; }
  .mem-final-cta p  { font-size: 18px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.mem-footer {
  background: var(--mlm-dark);
  padding: 52px 5% 36px;
}

.mem-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.mem-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 36px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.mem-footer-links a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.60);
  text-decoration: none;
  transition: color 0.2s;
}

.mem-footer-links a:hover { color: var(--mlm-orange); }

.mem-footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 0 0 24px;
}

.mem-footer-copy {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.35);
  text-align: center;
  margin: 0;
  line-height: 1.6;
}/* End custom CSS */