/* ============================================================
   eep-country-guide.css — SELF-CONTAINED styles for the production
   Country Comparison Guide page ONLY (Phase Two launch). Same pattern
   as the rest of the production portfolio (no shared tokens.css on
   production). Every class prefixed `eepcg-`. Loaded ONLY on
   is_page('country-guide').

   The controller JS (country-guide.js, byte-identical to staging)
   generates table markup using inline `var(--s-3)` / `var(--ink-900)` /
   `var(--paper-300)` — those custom properties are defined here, scoped
   to .eepcg-wrap, so the unmodified JS keeps working without a shared
   sitewide token stylesheet.
   ============================================================ */

.entry-header { display: none; }

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

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

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

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

.eepcg-confirm { text-align: center; padding: 2.5rem 1.5rem; }
.eepcg-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; }

#cg-table thead th { text-align: left; font-weight: 700; }
