/* ==========================================================================
   MOVE ADVOCATE — BRAND STYLESHEET
   Reused across the book, Pro member pages, and marketing site so every
   touchpoint feels like the same product. Matches the pro-step-*.html
   reference pages 1:1 — same variables, same component names.
   ========================================================================== */

:root {
  --ma-bg:      #FAF6EF;
  --ma-paper:   #FFFFFF;
  --ma-ink:     #221F1B;
  --ma-navy:    #1B2A4A;
  --ma-gold:    #F5C400;
  --ma-gold-shadow: rgba(163,127,0,0.5);
  --ma-gold-text: #A9860B; /* readable gold for text-on-white, never use bright gold as text color */
  --ma-rust:    #9C3D26;
  --ma-green:   #3F6B4F;
  --ma-steel:   #2C5F8A;
  --ma-plum:    #6B3F6B;
  --ma-line:    #E4DCCB;
  --ma-grey:    #555555;
}

/* --------------------------------------------------------------------------
   Base typography
   -------------------------------------------------------------------------- */
.ma-full-width-page, .ma-pro-step-page {
  background: var(--ma-bg);
}

.ma-full-width-page .site-content,
.ma-pro-step-page .site-content {
  padding: 0 !important;
  max-width: none !important;
}

/* Hide Astra's default header/footer/sidebar on full-bleed pages.
   Astra-specific selectors — adjust if you're on a different parent theme. */
.ma-full-width-page #masthead,
.ma-full-width-page #footer,
.ma-full-width-page .ast-sidebar,
.ma-pro-step-page #masthead,
.ma-pro-step-page #footer,
.ma-pro-step-page .ast-sidebar {
  display: none !important;
}

body.ma-full-width-page,
body.ma-pro-step-page {
  font-family: 'Source Sans 3', sans-serif;
  color: var(--ma-ink);
  -webkit-font-smoothing: antialiased;
}

.ma-full-width-page h1, .ma-full-width-page h2, .ma-full-width-page h3,
.ma-pro-step-page h1, .ma-pro-step-page h2, .ma-pro-step-page h3 {
  font-family: 'Playfair Display', serif;
  color: var(--ma-navy);
}

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */
.ma-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px 70px;
}

.ma-wrap-wide {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.ma-section-cream { background: var(--ma-bg); padding: 88px 24px; }
.ma-section-white { background: var(--ma-paper); padding: 88px 24px; border-top: 1px solid #E5E7EB; }
.ma-section-navy  { background: var(--ma-navy); color: #F3EEE0; padding: 88px 24px; }
.ma-section-gold-tint { background: #FCF3D6; padding: 88px 24px; border-top: 1px solid #F5E2AD; }

/* --------------------------------------------------------------------------
   Top bar / member-area chrome (matches pro-step-*.html tabbar)
   -------------------------------------------------------------------------- */
.ma-tabbar {
  background: var(--ma-navy);
  color: #EFE6D3;
  text-align: center;
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 600;
}
.ma-tabbar .ma-tab {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ma-tabbar .ma-status {
  background: var(--ma-gold);
  color: var(--ma-navy);
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 11px;
  letter-spacing: .06em;
}

.ma-crumb { font-size: 13px; color: #8A8574; margin: 26px 0 6px; }
.ma-crumb b { color: var(--ma-steel); }

.ma-step-tag {
  display: inline-block;
  background: var(--ma-steel);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .06em;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.ma-step-tag.pressure { background: var(--ma-rust); }
.ma-step-tag.refund   { background: var(--ma-green); }
.ma-step-tag.bonus    { background: var(--ma-plum); }

/* --------------------------------------------------------------------------
   Buttons — ONE cta color across the entire site. Never reuse gold
   for anything except the primary call to action.
   -------------------------------------------------------------------------- */
.ma-cta {
  display: block;
  text-align: center;
  background: var(--ma-gold);
  color: var(--ma-navy);
  font-weight: 700;
  font-size: 16.5px;
  padding: 16px 20px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 0 #B38F00;
  border: none;
  cursor: pointer;
}
.ma-cta:hover { color: var(--ma-navy); text-decoration: none; }
.ma-cta:active { transform: translateY(3px); box-shadow: 0 1px 0 #B38F00; }
.ma-cta-inline { display: inline-flex; align-items: center; gap: 10px; width: auto; }
.ma-cta-note { text-align: center; font-size: 13px; color: #8A8574; margin: 8px 0 0; }

/* --------------------------------------------------------------------------
   Callouts — color-coded by function, matches book + Pro pages exactly.
   rust = warning/pressure, green = action/refund, steel = arguments/scripts,
   plum = premium/bonus content.
   -------------------------------------------------------------------------- */
.ma-callout {
  margin: 20px 0;
  padding: 18px 20px;
  border-radius: 8px;
}
.ma-callout .ma-k {
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.ma-callout p { margin: 0; font-size: 15px; line-height: 1.55; color: #3A3730; }

.ma-callout.rust  { background: #F5E6E2; border-left: 5px solid var(--ma-rust); }
.ma-callout.rust .ma-k { color: var(--ma-rust); }

.ma-callout.green { background: #E9F0EA; border-left: 5px solid var(--ma-green); }
.ma-callout.green .ma-k { color: var(--ma-green); }

.ma-callout.steel { background: #E8EEF4; border-left: 5px solid var(--ma-steel); }
.ma-callout.steel .ma-k { color: var(--ma-steel); }

.ma-callout.plum  { background: #F1E9F1; border-left: 5px solid var(--ma-plum); }
.ma-callout.plum .ma-k { color: var(--ma-plum); }

/* Bigger variant for the two premium bonus callouts (Steps 13 & 14 style) */
.ma-callout-big {
  margin: 24px 0;
  padding: 28px 24px;
  border-radius: 6px;
  background: #F1E9F1;
  border-left: 6px solid var(--ma-plum);
}
.ma-callout-big .ma-k { color: var(--ma-plum); font-weight: 800; font-size: 26px; margin-bottom: 8px; }
.ma-callout-big p { font-size: 24px; line-height: 1.4; color: var(--ma-ink); }

/* --------------------------------------------------------------------------
   Mock / example data card (used for "what you'll see" screenshots)
   -------------------------------------------------------------------------- */
.ma-mock-label {
  font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--ma-rust);
  text-transform: uppercase; margin-bottom: 8px;
}
.ma-mock-wrap { margin: 26px 0 8px; position: relative; }
.ma-mock {
  border: 2px dashed #C7BFA8; border-radius: 8px; overflow: hidden; background: #fff;
  font-family: Arial, sans-serif; position: relative;
}
.ma-mock-header { background: #003366; color: #fff; padding: 10px 16px; font-size: 13px; font-weight: bold; }
.ma-mock-sub { background: #f0f0f0; padding: 6px 16px; font-size: 11px; color: #333; border-bottom: 1px solid #ccc; }
.ma-mock-body { padding: 16px; }
.ma-mock-row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid #eee; font-size: 13px; }
.ma-mock-row .ma-label { color: #333; font-weight: bold; }
.ma-mock-row .ma-value { color: #00308F; font-weight: bold; }
.ma-mock-row .ma-value.alert { color: #C0392B; background: #FBE4E1; padding: 2px 8px; border-radius: 3px; }
.ma-watermark {
  position: absolute; top: 44px; left: 50%; transform: translateX(-50%) rotate(-18deg);
  font-size: 34px; font-weight: 800; color: rgba(156,61,38,0.16);
  letter-spacing: .1em; pointer-events: none; user-select: none;
}

/* --------------------------------------------------------------------------
   Numbered step list
   -------------------------------------------------------------------------- */
.ma-steps { margin: 0 0 10px; }
.ma-step { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--ma-line); }
.ma-step:last-child { border-bottom: none; }
.ma-step .ma-num {
  flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%;
  background: var(--ma-navy); color: #EFE6D3; font-weight: 700; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}
.ma-step p { margin: 0; font-size: 15px; line-height: 1.55; color: #3A3730; }
.ma-step code { background: #EFE8D9; color: var(--ma-navy); padding: 2px 6px; border-radius: 4px; font-size: 13.5px; }

/* --------------------------------------------------------------------------
   Big reveal box (phone numbers, the exact question, etc.)
   -------------------------------------------------------------------------- */
.ma-reveal-box {
  margin: 26px 0; padding: 28px 24px; text-align: center;
  background: var(--ma-navy); border-radius: 12px; color: #F3EEE0;
}
.ma-reveal-box .ma-rk { font-size: 12.5px; font-weight: 800; letter-spacing: .08em; color: var(--ma-gold); text-transform: uppercase; margin-bottom: 12px; }
.ma-reveal-box .ma-rtext { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 22px; line-height: 1.4; color: #fff; }

/* --------------------------------------------------------------------------
   Price / value stack block
   -------------------------------------------------------------------------- */
.ma-price-block {
  margin: 44px 0; padding: 28px 24px; text-align: center;
  background: var(--ma-navy); border-radius: 12px; color: #F3EEE0;
}
.ma-price-block .ma-compare { font-size: 14px; color: #B9C0CE; margin-bottom: 6px; text-decoration: line-through; }
.ma-price-block .ma-price { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 42px; color: #fff; margin: 0 0 6px; }
.ma-price-block .ma-price span { font-size: 16px; font-weight: 500; color: #C9CFDA; }
.ma-price-block .ma-note { font-size: 13px; color: #B9C0CE; margin-bottom: 22px; }
.ma-guarantee-row { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; color: #EFE6D3; margin-top: 18px; }

/* --------------------------------------------------------------------------
   Welcome banner (Step 1 only, greets a logged-in member by name)
   -------------------------------------------------------------------------- */
.ma-welcome-banner {
  margin: 0 0 28px;
  padding: 22px 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6B3F6B, #4A2C4A);
  color: #F3EEE0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.ma-welcome-banner .ma-welcome-icon {
  flex: 0 0 auto;
  width: 42px; height: 42px;
  background: rgba(245,196,0,0.18);
  border: 1px solid rgba(245,196,0,0.4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.ma-welcome-banner .ma-welcome-text h2 {
  margin: 0 0 4px;
  font-size: 18px;
  color: #fff;
  font-family: 'Playfair Display', serif;
}
.ma-welcome-banner .ma-welcome-text p {
  margin: 0;
  font-size: 14px;
  color: #E5D9E5;
  line-height: 1.5;
}
@media (max-width: 500px) {
  .ma-welcome-banner { flex-direction: column; text-align: center; }
}

/* --------------------------------------------------------------------------
   Email / script template card
   -------------------------------------------------------------------------- */
.ma-email-card { margin: 22px 0; border: 1px solid var(--ma-line); border-radius: 8px; overflow: hidden; background: #fff; }
.ma-email-num { background: var(--ma-navy); color: var(--ma-gold); font-weight: 800; font-size: 12px; letter-spacing: .06em; padding: 9px 16px; text-transform: uppercase; }
.ma-email-field { padding: 9px 16px; font-size: 13px; color: #5A564C; border-bottom: 1px solid var(--ma-line); }
.ma-email-field b { color: var(--ma-navy); }
.ma-email-body { padding: 16px; font-size: 14.5px; line-height: 1.65; color: #3A3730; white-space: pre-line; }
.ma-fillin { background: #FDF3D0; color: #7A5A00; padding: 1px 5px; border-radius: 3px; font-weight: 600; }

/* --------------------------------------------------------------------------
   Prev/Next nav (Pro step pages)
   -------------------------------------------------------------------------- */
.ma-nextbar {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--ma-line);
  font-size: 14px;
}
.ma-nextbar a { color: var(--ma-steel); text-decoration: none; font-weight: 600; }

/* --------------------------------------------------------------------------
   Pro member layout: sidebar nav + content, two columns on desktop,
   stacked on mobile.
   -------------------------------------------------------------------------- */
.ma-pro-layout {
  display: flex;
  align-items: flex-start;
}

.ma-pro-sidenav {
  flex: 0 0 250px;
  background: var(--ma-navy);
  min-height: 100vh;
  position: sticky;
  top: 0;
  padding: 26px 0;
}
.ma-pro-sidenav-title {
  color: #8A94AE;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 0 22px 14px;
}
.ma-pro-sidenav ul { list-style: none; margin: 0; padding: 0; }
.ma-pro-sidenav li { margin: 0; }
.ma-pro-sidenav a {
  display: block;
  padding: 11px 22px;
  font-size: 14px;
  color: #C9CFDA;
  text-decoration: none;
  border-left: 3px solid transparent;
  line-height: 1.4;
}
.ma-pro-sidenav a:hover {
  background: rgba(255,255,255,0.06);
  color: #fff;
}
.ma-pro-sidenav a.active {
  background: rgba(245,196,0,0.12);
  border-left-color: var(--ma-gold);
  color: #fff;
  font-weight: 700;
}

.ma-pro-content { flex: 1 1 auto; min-width: 0; }

@media (max-width: 860px) {
  .ma-pro-layout { flex-direction: column; }
  .ma-pro-sidenav {
    flex: none;
    width: 100%;
    min-height: 0;
    position: relative;
    padding: 14px 0;
  }
  .ma-pro-sidenav ul {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ma-pro-sidenav li { flex: 0 0 auto; }
  .ma-pro-sidenav a { border-left: none; border-bottom: 3px solid transparent; white-space: nowrap; }
  .ma-pro-sidenav a.active { border-left-color: transparent; border-bottom-color: var(--ma-gold); }
}

/* --------------------------------------------------------------------------
   Body/subtitle text and small stat comparison rows (used on step pages)
   -------------------------------------------------------------------------- */
.ma-sub { font-size: 16.5px; line-height: 1.6; color: #4A463F; margin: 0 0 30px; }
.ma-stat-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--ma-line); font-size: 14px; }
.ma-stat-row .ma-st { color: #5A564C; }
.ma-stat-row .ma-sv { color: var(--ma-rust); font-weight: 700; }

/* --------------------------------------------------------------------------
   Marketing-page helpers (hero eyebrow, checkmark list, FAQ, cards)
   -------------------------------------------------------------------------- */
.ma-eyebrow {
  display: inline-block; color: var(--ma-rust); background: #F5E6E2;
  border: 1px solid #E9C9BF; font-weight: 700; font-size: 12px; letter-spacing: .1em;
  padding: 6px 12px; border-radius: 20px; margin-bottom: 18px;
}
.ma-check-list { display: flex; flex-direction: column; gap: 10px; }
.ma-check-item { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: #374151; font-weight: 600; }
.ma-check-item svg { flex-shrink: 0; margin-top: 2px; }

.ma-card {
  background: #fff; border: 1px solid #E5E7EB; border-radius: 16px; padding: 28px;
}
.ma-card-cream { background: var(--ma-bg); }

.ma-faq-item { border: 1px solid #E5E7EB; border-radius: 12px; overflow: hidden; margin-bottom: 14px; background: #fff; }
.ma-faq-q {
  padding: 20px 24px; display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-weight: 700; font-size: 16px; background: var(--ma-bg); color: var(--ma-navy);
}
.ma-faq-a { padding: 4px 24px 22px; font-size: 15px; color: #4B5563; }

.ma-footer-note { text-align: center; margin-top: 40px; font-size: 12px; color: #9A9585; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 420px) {
  .ma-price-block .ma-price { font-size: 36px; }
  .ma-callout-big .ma-k, .ma-callout-big p { font-size: 90%; }
}
