/* ============================================================
   eep-relocation-checklist.css — SELF-CONTAINED styles for the
   production Relocation Checklist & Timeline page ONLY (P2 launch).

   Same reasoning/pattern as eep-fit-report.css / eep-calculator.css /
   eep-ecuador-blueprint.css (production has no astra-child theme, so
   no shared tokens.css exists here). Every class prefixed `eeprc-` —
   zero collision risk. Reuses the SAME color palette as the rest of
   the production portfolio. Loaded ONLY on is_page('relocation-checklist').

   The controller JS (relocation-checklist.js, byte-identical to the
   staging version) generates some markup with inline `var(--s-3)` /
   `var(--s-6)` spacing tokens — those two custom properties are
   defined here, scoped to .eeprc-wrap, purely so that unmodified JS
   keeps working without a shared sitewide token stylesheet.
   ============================================================ */

.entry-header { display: none; }

.eeprc-wrap {
  --s-3: .75rem; --s-6: 2rem;
  max-width: 720px; margin: 0 auto; padding: 2rem 1.25rem; font-family: inherit; background: #fff; color: #232323;
}
.eeprc-kicker { text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-weight: 700; color: #8F3F1E; margin: 0 0 .5rem; }
.eeprc-h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.15; margin: 0 0 1rem; color: #1a1a1a; }
.eeprc-lede { font-size: 1.05rem; line-height: 1.6; color: #3a3a3a; margin: 0 0 1.5rem; max-width: 62ch; }

.eeprc-disclaimer { font-size: .85rem; color: #5A6355; max-width: 62ch; line-height: 1.6; margin: 1.5rem 0; }

.eeprc-checkout { background: #fff; border: 1px solid #D8C9AC; border-radius: 8px; padding: 1.5rem; max-width: 460px; margin-top: 1.5rem; }
.eeprc-btn { display: inline-block; width: 100%; text-align: center; background: #A84B23; color: #fff; border: none; border-radius: 6px; padding: .85rem 1.25rem; font-size: 1rem; font-weight: 600; cursor: pointer; margin-top: 1rem; text-decoration: none; }
.eeprc-btn:hover { background: #8F3F1E; }
.eeprc-secure { font-size: .8rem; color: #777; margin: .75rem 0 0; line-height: 1.5; }

.eeprc-field { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; }
.eeprc-field label { font-size: .9rem; font-weight: 600; }
.eeprc-field input { font: inherit; padding: .7rem; border: 1px solid #ccc; border-radius: 6px; background: #fff; width: 100%; box-sizing: border-box; }
.eeprc-field input:focus { outline: 2px solid #A84B23; outline-offset: 1px; }
.eeprc-error { color: #A84B23; font-size: .9rem; margin: 0 0 1rem; }

.eeprc-confirm { text-align: center; padding: 2.5rem 1.5rem; }
.eeprc-ref-code { display: inline-block; margin-top: .75rem; padding: .6rem 1rem; background: #F4EDDF; border: 1px solid #D8C9AC; border-radius: 6px; font-weight: 600; letter-spacing: .02em; }

/* Checklist item rows (rendered by relocation-checklist.js). */
.rc-category h2 { font-size: 1.2rem; margin: 0 0 .75rem; }
.rc-item-checkbox { accent-color: #A84B23; width: 18px; height: 18px; }
