/* ============================================================
   eep-fit-report.css — SELF-CONTAINED styles for the production
   Personalized LatAm Fit Report page ONLY.

   Deliberately independent of the staging Field Guide token system
   (css/tokens.css etc.) — production has no astra-child theme, and
   pulling in a full sitewide design system for one page is a bigger
   footprint than this launch's authorized scope. Every class is
   prefixed `eepfr-` so nothing here can collide with Astra's,
   Gutenberg's, or any plugin's existing classes. Loaded ONLY on
   is_page('latin-america-fit-report') — see eep-fit-report.php.
   ============================================================ */

/* PL4 (2026-07-10): Astra's own page-title header (.entry-header, which
   renders a second, redundant <h1 class="entry-title"> with the same
   text as .eepfr-h1 below) duplicates our own heading — a real
   accessibility/SEO issue (two H1s on one page). Hiding it here keeps
   this scoped to this page's own CSS file only; the Astra theme itself
   is never touched, and it contains nothing but the duplicate title
   (confirmed: this page has no featured image, so .entry-header has no
   other content to preserve). */
.entry-header { display: none; }

/* Explicit light background + text colors — never relies on the parent
   theme or the visitor's OS/browser dark-mode preference to supply a
   readable base; this page must look correct standalone. */
.eepfr-wrap { max-width: 760px; margin: 0 auto; padding: 2rem 1.25rem; font-family: inherit; background: #fff; color: #232323; }
.eepfr-kicker { text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-weight: 700; color: #8F3F1E; margin: 0 0 .5rem; }
.eepfr-h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.15; margin: 0 0 1rem; color: #1a1a1a; }
.eepfr-lede { font-size: 1.05rem; line-height: 1.6; color: #3a3a3a; margin: 0 0 1.5rem; max-width: 62ch; }

.eepfr-price-row { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; margin: 1.5rem 0 2rem; }
.eepfr-amount { font-size: 2.4rem; font-weight: 700; color: #A84B23; }
.eepfr-terms { font-size: .85rem; color: #666; max-width: 28ch; }

.eepfr-value-list { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; gap: .9rem; }
.eepfr-value-list li { display: flex; gap: .6rem; align-items: flex-start; font-size: .98rem; line-height: 1.5; }
.eepfr-value-list .eepfr-tick { color: #2f6b3a; font-weight: 700; flex-shrink: 0; }

.eepfr-card { background: #F4EDDF; border: 1px solid #D8C9AC; border-radius: 8px; padding: 1.5rem; margin-bottom: 1.25rem; }
.eepfr-card h3 { margin: 0 0 .5rem; font-size: 1.2rem; }
.eepfr-card p { margin: 0 0 .5rem; font-size: .95rem; line-height: 1.55; }
.eepfr-locked { position: relative; opacity: .7; }
.eepfr-lock-note { color: #A84B23; font-weight: 600; font-size: .85rem; margin: .5rem 0 0; }

.eepfr-checkout { background: #fff; border: 1px solid #D8C9AC; border-radius: 8px; padding: 1.5rem; max-width: 460px; }
.eepfr-row { display: flex; justify-content: space-between; padding: .6rem 0; border-bottom: 1px solid #eee; font-size: .95rem; }
.eepfr-row.eepfr-total { font-weight: 700; border-bottom: none; }
.eepfr-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; }
.eepfr-btn:hover { background: #8F3F1E; }
.eepfr-btn:disabled { opacity: .6; cursor: default; }
.eepfr-secure { font-size: .8rem; color: #777; margin: .75rem 0 0; line-height: 1.5; }

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

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

.eepfr-disclaimer { font-size: .82rem; color: #777; line-height: 1.55; margin-top: 2.5rem; border-top: 1px solid #eee; padding-top: 1.25rem; }

@media (min-width: 640px) {
  .eepfr-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
}
