/* ============================================
   MWM Design System — White Editorial Theme
   Money Wealth Matters
   ============================================ */

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

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

/* ── Base ── */
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

a { color: #1a1a1a; }

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

/* ── Top Bar ── */
.mwm-topbar {
  background: #0d1b2a;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #c8a96e;
}

.mwm-logo a { display: block; }

.mwm-logo img {
  height: 36px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.mwm-topbar-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8a96e;
}

/* ── Navigation (topbar right) ── */
.mwm-topbar-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mwm-topbar-nav a {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mwm-topbar-nav a:hover { color: #c8a96e; }

/* ── Page Container ── */
.mwm-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

/* ── Eyebrow / Tag ── */
.mwm-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8a96e;
  border-bottom: 2px solid #c8a96e;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 24px;
}

/* ── Article Layout ── */
.mwm-article {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 40px 0;
}

/* ── Headlines ── */
.mwm-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.15;
  color: #0d1b2a;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

/* ── Deck (subheadline) ── */
.mwm-deck {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: #555;
  border-left: 4px solid #c8a96e;
  padding-left: 20px;
  margin-bottom: 28px;
  font-style: italic;
}

/* ── Byline ── */
.mwm-byline {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  padding-bottom: 28px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 36px;
}

.mwm-byline span {
  color: #1a1a1a;
  font-weight: 600;
}

.mwm-byline-date {
  color: #bbb;
  margin-left: 8px;
}

/* ── Body Text ── */
.mwm-body p {
  font-size: 18px;
  line-height: 1.85;
  color: #1a1a1a;
  margin-bottom: 26px;
  font-weight: 400;
}

.mwm-body p strong {
  font-weight: 600;
  color: #0d1b2a;
}

.mwm-body p em {
  font-style: italic;
}

/* ── Section Headings (in body) ── */
.mwm-body h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #0d1b2a;
  margin: 48px 0 20px;
  line-height: 1.3;
}

/* ── Pull Quote ── */
.mwm-pullquote {
  border-top: 3px solid #0d1b2a;
  border-bottom: 1px solid #e0e0e0;
  margin: 44px 0;
  padding: 28px 0 24px;
}

.mwm-pullquote p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
  color: #0d1b2a;
  margin-bottom: 0;
}

/* ── Signal Box / Callout ── */
.mwm-signal-box {
  background: #f8f8f8;
  border-left: 4px solid #c8a96e;
  padding: 28px 32px;
  margin: 40px 0;
}

.mwm-signal-box .signal-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 14px;
  font-weight: 600;
}

.mwm-signal-box p {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
  font-style: italic;
}

/* ── Bullet List ── */
.mwm-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 32px;
}

.mwm-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  color: #1a1a1a;
  padding: 14px 0 14px 32px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.mwm-list li:last-child { border-bottom: none; }

.mwm-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #c8a96e;
}

/* ── Divider ── */
.mwm-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #ddd, transparent);
  margin: 40px 0;
  border: none;
}

/* ── CTA Block ── */
.mwm-cta-block {
  background: #0d1b2a;
  padding: 52px 44px;
  text-align: center;
  border-top: 4px solid #c8a96e;
  margin: 48px 0 0;
}

.mwm-cta-block .cta-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c8a96e;
  font-weight: 600;
  margin-bottom: 20px;
}

.mwm-cta-block h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #faf9f6;
  line-height: 1.3;
  margin-bottom: 18px;
}

.mwm-cta-block p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 32px;
  font-style: italic;
}

/* ── CTA Button ── */
.mwm-cta-btn {
  display: inline-block;
  background: #c8a96e;
  color: #0d1b2a;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 44px;
  border: 2px solid #c8a96e;
  cursor: pointer;
  transition: all 0.2s ease;
  max-width: 460px;
  width: 100%;
}

.mwm-cta-btn:hover {
  background: transparent;
  color: #c8a96e;
}

.mwm-cta-fine {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  margin-top: 18px;
  letter-spacing: 0.5px;
}

/* ── Inline CTA (white background context) ── */
.mwm-cta-inline {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #c8a96e;
  padding: 40px 36px;
  text-align: center;
  margin: 44px 0;
}

.mwm-cta-inline h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 14px;
}

.mwm-cta-inline p {
  font-size: 16px;
  color: #555;
  margin-bottom: 24px;
  font-style: italic;
}

.mwm-cta-inline .mwm-cta-btn {
  background: #0d1b2a;
  color: #faf9f6;
  border-color: #0d1b2a;
}

.mwm-cta-inline .mwm-cta-btn:hover {
  background: transparent;
  color: #0d1b2a;
}

/* ── Disclaimer (bottom of article) ── */
.mwm-disclaimer {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 40px 60px;
}

.mwm-disclaimer p {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #bbb;
  line-height: 1.8;
}

/* ── Page Content (legal, contact, etc.) ── */
.mwm-page .page-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8a96e;
  border-bottom: 2px solid #c8a96e;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 24px;
}

.mwm-page h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 900;
  color: #0d1b2a;
  line-height: 1.2;
  margin-bottom: 28px;
}

.mwm-page h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #0d1b2a;
  margin: 44px 0 16px;
  line-height: 1.3;
}

.mwm-page p {
  font-size: 18px;
  line-height: 1.85;
  color: #1a1a1a;
  margin-bottom: 22px;
  font-weight: 400;
}

.mwm-page a {
  color: #c8a96e;
  text-decoration: none;
  border-bottom: 1px solid #c8a96e;
  transition: color 0.2s, border-color 0.2s;
}

.mwm-page a:hover {
  color: #0d1b2a;
  border-color: #0d1b2a;
}

.mwm-page .updated {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #999;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e0e0e0;
}

.mwm-page ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px;
}

.mwm-page ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  padding: 8px 0 8px 28px;
  position: relative;
}

.mwm-page ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background: #c8a96e;
}

/* ── Contact Box ── */
.mwm-contact-box {
  background: #f8f8f8;
  border-left: 4px solid #c8a96e;
  padding: 28px 32px;
  margin: 36px 0;
}

.mwm-contact-box .contact-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 14px;
  font-weight: 600;
}

.mwm-contact-box p {
  font-size: 17px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 0;
}

.mwm-contact-box a {
  color: #c8a96e;
  border-bottom: 1px solid rgba(200,169,110,0.3);
}

.mwm-contact-box a:hover {
  color: #0d1b2a;
  border-color: #0d1b2a;
}

/* ── Hero Section (Home page) ── */
.mwm-hero {
  background: #0d1b2a;
  padding: 80px 28px 70px;
  text-align: center;
}

.mwm-hero .hero-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 28px;
}

.mwm-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  font-weight: 900;
  color: #faf9f6;
  line-height: 1.15;
  max-width: 680px;
  margin: 0 auto 24px;
  letter-spacing: -0.5px;
}

.mwm-hero .hero-deck {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 44px;
  font-style: italic;
}

/* ── Features List (home page) ── */
.mwm-features {
  list-style: none;
  padding: 0;
  margin: 24px 0 32px;
}

.mwm-features li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  color: #1a1a1a;
  padding: 14px 0 14px 32px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.mwm-features li:last-child { border-bottom: none; }

.mwm-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #c8a96e;
}

/* ── Section (home page content blocks) ── */
.mwm-section {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 40px;
}

.mwm-section .section-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8a96e;
  border-bottom: 2px solid #c8a96e;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 24px;
}

.mwm-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.3;
  margin-bottom: 20px;
}

.mwm-section p {
  font-size: 18px;
  line-height: 1.85;
  color: #1a1a1a;
  margin-bottom: 24px;
  font-weight: 400;
}

.mwm-section p strong {
  font-weight: 600;
  color: #0d1b2a;
}

/* ── Optin Page ── */
.mwm-optin {
  max-width: 580px;
  margin: 0 auto;
  padding: 60px 32px 40px;
  text-align: center;
}

.mwm-optin .optin-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 28px;
}

.mwm-optin h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 40px;
  font-weight: 900;
  color: #0d1b2a;
  line-height: 1.2;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.mwm-optin .optin-deck {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #555;
  line-height: 1.75;
  margin-bottom: 16px;
  font-style: italic;
}

.mwm-optin-features {
  list-style: none;
  padding: 0;
  margin: 32px auto 40px;
  text-align: left;
  max-width: 440px;
}

.mwm-optin-features li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #444;
  padding: 12px 0 12px 32px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.mwm-optin-features li:last-child { border-bottom: none; }

.mwm-optin-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #c8a96e;
}

/* ── Form ── */
.mwm-form {
  max-width: 440px;
  margin: 0 auto;
}

.mwm-form input[type="text"],
.mwm-form input[type="email"] {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 16px 18px;
  border: 1px solid #ddd;
  background: #ffffff;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s ease;
  margin-bottom: 12px;
}

.mwm-form input::placeholder {
  color: #bbb;
  letter-spacing: 0.5px;
}

.mwm-form input:focus {
  border-color: #c8a96e;
}

.mwm-form button {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 18px 44px;
  background: #c8a96e;
  color: #0d1b2a;
  border: 2px solid #c8a96e;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 4px;
}

.mwm-form button:hover {
  background: #0d1b2a;
  color: #faf9f6;
  border-color: #0d1b2a;
}

.mwm-form button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mwm-form-fine {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #bbb;
  margin-top: 18px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.mwm-form-fine a {
  color: #c8a96e;
  text-decoration: none;
}

.mwm-form-fine a:hover { color: #0d1b2a; }

/* ── Form Messages ── */
.mwm-msg {
  display: none;
  max-width: 440px;
  margin: 0 auto;
  padding: 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.mwm-msg-success { color: #2d8a56; }

.mwm-msg-success h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 12px;
}

.mwm-msg-success p { color: #555; font-style: italic; }

.mwm-msg-error { color: #c0392b; }

/* ── Divider (gold subtle) ── */
.mwm-divider-gold {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,169,110,0.4), transparent);
  margin: 40px auto;
  border: none;
  max-width: 440px;
}

/* ── Trust Bar ── */
.mwm-trust {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}

.mwm-trust p {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #bbb;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* ── Thank You Page ── */
.ty-hero {
  max-width: 620px;
  margin: 0 auto;
  padding: 48px 32px 0;
  text-align: center;
}

.ty-hero .ty-confirm-line {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  margin-bottom: 8px;
}

.ty-hero .ty-confirm-line strong {
  color: #2d8a56;
  font-weight: 600;
}

.ty-hero .ty-transition {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c8a96e;
  margin: 28px 0 20px;
}

.ty-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  font-weight: 900;
  color: #0d1b2a;
  line-height: 1.18;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.ty-hero .ty-teaser {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #555;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.ty-hero .mwm-cta-btn {
  font-size: 15px;
  padding: 20px 48px;
}

.ty-hero .offer-disclaimer {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: #ccc;
  margin-top: 20px;
  line-height: 1.7;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* TY: Confirmed badge in topbar */
.ty-confirmed {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #2d8a56;
  letter-spacing: 1px;
}

.ty-confirmed svg {
  width: 16px;
  height: 16px;
}

/* TY: What Happens Next */
.ty-expect {
  max-width: 460px;
  margin: 0 auto;
  padding: 0 32px 20px;
  text-align: center;
}

.ty-expect .expect-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 20px;
}

.ty-expect .ty-steps {
  list-style: none;
  padding: 0;
  text-align: left;
}

.ty-expect .ty-steps li {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  padding: 10px 0 10px 36px;
  position: relative;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
}

.ty-expect .ty-steps li:last-child { border-bottom: none; }

.ty-expect .ty-steps .step-num {
  position: absolute;
  left: 0;
  top: 10px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: rgba(200,169,110,0.5);
}

/* ── Footer ── */
.mwm-footer {
  background: #0d1b2a;
  border-top: 1px solid rgba(200,169,110,0.2);
  padding: 40px 28px;
  text-align: center;
}

.mwm-footer-links {
  margin-bottom: 20px;
}

.mwm-footer-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  margin: 0 16px;
  transition: color 0.2s ease;
}

.mwm-footer-links a:hover { color: #c8a96e; }

.mwm-footer p {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.25);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
}

/* ── SVG Hero (trading terminal for advertorials) ── */
.mwm-hero-wrap {
  background: #060e18;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 280px;
}

.mwm-hero-wrap svg {
  width: 100%;
  height: 100%;
}

.mwm-hero-label {
  position: absolute;
  bottom: 20px;
  left: 28px;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c8a96e;
  font-weight: 500;
}

.mwm-hero-time {
  position: absolute;
  bottom: 20px;
  right: 28px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
}

/* ── Responsive ── */
@media (max-width: 620px) {
  .mwm-hero { padding: 50px 22px 44px; }
  .mwm-hero h1 { font-size: 32px; }
  .mwm-hero .hero-deck { font-size: 16px; }

  .mwm-article { padding: 32px 20px 0; }
  .mwm-headline { font-size: 30px; }
  .mwm-deck { font-size: 17px; }
  .mwm-body p { font-size: 16px; }
  .mwm-body h2 { font-size: 24px; }
  .mwm-pullquote p { font-size: 20px; }
  .mwm-signal-box { padding: 22px 20px; }
  .mwm-signal-box p { font-size: 15px; }
  .mwm-list li { font-size: 16px; }

  .mwm-cta-block { padding: 36px 20px; }
  .mwm-cta-block h3 { font-size: 24px; }

  .mwm-disclaimer { padding: 30px 20px 40px; }

  .mwm-page { padding: 40px 22px 60px; }
  .mwm-page h1 { font-size: 28px; }
  .mwm-page h2 { font-size: 21px; }
  .mwm-page p { font-size: 16px; }
  .mwm-page ul li { font-size: 16px; }

  .mwm-section { padding: 40px 22px; }
  .mwm-section h2 { font-size: 26px; }
  .mwm-section p { font-size: 16px; }
  .mwm-features li { font-size: 16px; }

  .mwm-optin { padding: 40px 22px 30px; }
  .mwm-optin h1 { font-size: 30px; }
  .mwm-optin .optin-deck { font-size: 16px; }
  .mwm-optin-features li { font-size: 15px; }

  .ty-hero { padding: 32px 20px 0; }
  .ty-hero h1 { font-size: 26px; }
  .ty-hero .ty-teaser { font-size: 16px; }
  .ty-hero .mwm-cta-btn { font-size: 13px; padding: 16px 32px; }
  .ty-expect { padding: 0 20px 16px; }

  .mwm-hero-wrap { height: 200px; }

  .mwm-topbar-nav { gap: 16px; }
  .mwm-topbar-nav a { font-size: 10px; }
}
