/* ============================================================
   eep-compare-countries.css — SELF-CONTAINED styles for the production
   Visa/Residency Comparison Tool ("Compare Countries") page ONLY
   (Phase Two launch). Same pattern as the rest of the production
   portfolio (no shared tokens.css on production). Every class prefixed
   `eepcc-`. Loaded ONLY on is_page('compare-countries').

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

.entry-header { display: none; }

.eepcc-wrap {
  --s-2: .5rem; --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;
}
.eepcc-kicker { text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-weight: 700; color: #8F3F1E; margin: 0 0 .5rem; }
.eepcc-h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.15; margin: 0 0 1rem; color: #1a1a1a; }
.eepcc-lede { font-size: 1.05rem; line-height: 1.6; color: #3a3a3a; margin: 0 0 1.5rem; max-width: 62ch; }

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

.eepcc-btn { display: inline-block; text-align: center; background: #A84B23; color: #fff; border: none; border-radius: 6px; padding: .85rem 1.25rem; font-size: 1rem; font-weight: 600; cursor: pointer; text-decoration: none; }
.eepcc-btn:hover { background: #8F3F1E; }
.eepcc-error { color: #A84B23; font-size: .9rem; margin: 0 0 1rem; }

.eepcc-checkout { background: #fff; border: 1px solid #D8C9AC; border-radius: 8px; padding: 1.5rem; max-width: 480px; margin-top: 1.5rem; }
.eepcc-secure { font-size: .8rem; color: #777; margin: .75rem 0 0; line-height: 1.5; }

#cc-table thead th { text-align: left; font-weight: 700; }
#cc-checkbox-group label { font-weight: 500; }
