/* ============================================================
   EFTC — USWDS-aligned design tokens (EFTC brand only)
   Typography & palette follow U.S. Web Design System patterns.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Merriweather:ital,wght@0,400;0,700;1,400&display=swap");

:root {
  /* USWDS-aligned */
  --ink: #1b1b1b;
  --ink-soft: #3d4551;
  --muted: #565c65;
  --line: #a9aeb1;
  --line-soft: #dfe1e2;
  --paper: #ffffff;
  --canvas: #f0f0f0;
  --canvas-2: #f0f0f0;
  --brand-900: #162e51;
  --brand-800: #1a4480;
  --brand-700: #005ea2;
  --brand-600: #005ea2;
  --brand-500: #00bde3;
  --brand-100: #e7f6f8;
  --brand-50: #f0f7fc;
  --accent: #d83933;
  --accent-hover: #b50909;
  --ok: #00a91c;
  --ok-bg: #ecf3ec;
  --warn-bg: #faf3d1;
  --warn-ink: #5c4800;
  --warn-line: #fee685;
  --shadow-sm: 0 1px 2px rgba(27, 27, 27, 0.08);
  --shadow-md: 0 4px 8px rgba(27, 27, 27, 0.1);
  --shadow-lg: 0 10px 20px rgba(27, 27, 27, 0.12);
  --radius: 4px;
  --radius-sm: 2px;
  --max: 1200px;
  /* USWDS font stacks (same as FTC.gov / designsystem.digital.gov) */
  --font: "Public Sans", "Public Sans Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --display: "Merriweather", "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
  /* USWDS type scale (rem @ root 100% = 16px) — Public Sans / Merriweather optical sizes */
  --fs-3xs: 0.87rem;   /* ~13.9px  banner micro */
  --fs-2xs: 0.93rem;   /* ~14.9px  small UI / banner */
  --fs-xs: 1rem;       /* 16px     small body */
  --fs-sm: 1.06rem;    /* ~17px    default body (USWDS body) */
  --fs-md: 1.13rem;    /* ~18px    lead-ish */
  --fs-lg: 1.22rem;    /* ~19.5px */
  --fs-xl: 1.34rem;    /* ~21.4px  h3 */
  --fs-2xl: 1.46rem;   /* ~23.4px */
  --fs-3xl: 1.95rem;   /* ~31.2px  h2 */
  --fs-4xl: 2.44rem;   /* ~39px    h1 */
  --lh-1: 1.1;
  --lh-2: 1.2;
  --lh-3: 1.35;
  --lh-4: 1.5;
  --lh-5: 1.62;
  --lh-6: 1.75;
  --fw-light: 300;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --portal-blue: #005ea2;
  --portal-blue-dark: #1a4480;
  --portal-bar-bg: #f0f0f0;
  --portal-bar-ink: #1b1b1b;
  --focus: #2491ff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 100%; /* 16px — USWDS root */
}
body {
  font-family: var(--font);
  font-size: var(--fs-sm); /* 1.06rem USWDS body */
  font-weight: var(--fw-normal);
  line-height: var(--lh-5);
  color: var(--ink);
  background: var(--canvas);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* USWDS-style heading scale (Merriweather) */
h1, .usa-h1 {
  font-family: var(--display);
  font-size: var(--fs-4xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-2);
  color: var(--ink);
}
h2, .usa-h2 {
  font-family: var(--display);
  font-size: var(--fs-3xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-2);
  color: var(--ink);
}
h3, .usa-h3 {
  font-family: var(--display);
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-3);
  color: var(--ink);
}
h4, .usa-h4 {
  font-family: var(--font);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  line-height: var(--lh-3);
  color: var(--ink);
}
h5, h6 {
  font-family: var(--font);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  line-height: var(--lh-3);
  color: var(--ink);
}
p {
  font-family: var(--font);
  font-size: var(--fs-sm);
  font-weight: var(--fw-normal);
  line-height: var(--lh-5);
  margin: 0;
}
.lead, .lede, .hero-lead {
  font-family: var(--font);
  font-size: var(--fs-lg);
  line-height: var(--lh-5);
  font-weight: var(--fw-normal);
}
small, .text-small {
  font-size: var(--fs-2xs);
  line-height: var(--lh-4);
}

/* Site display headings (serif, same as FTC content titles) */
.section-title, .news-title, .feature-hero-copy h2,
.take-action-panel h2, .action-side h3, .story-card-body h3,
.inner-hero h1, .news-item h3, .news-side h3, .news-side-block h4,
.rf-intro h1, .rf-panel h2, .signup-strip h2 {
  font-family: var(--display);
  font-weight: var(--fw-bold);
  color: var(--ink);
  line-height: var(--lh-2);
}
.section-title, .news-title, .take-action-panel h2 { font-size: var(--fs-3xl); }
.feature-hero-copy h2 { font-size: clamp(var(--fs-3xl), 4vw, var(--fs-4xl)); font-weight: var(--fw-normal); }
.story-card-body h3, .news-item h3 { font-size: var(--fs-xl); font-weight: var(--fw-normal); }
.action-side h3 { font-size: var(--fs-sm); font-weight: var(--fw-normal); font-family: var(--display); }
.action-side p { font-family: var(--display); font-size: var(--fs-xl); line-height: var(--lh-3); font-weight: var(--fw-normal); }
.inner-hero h1, .rf-intro h1 { font-size: var(--fs-4xl); font-weight: var(--fw-normal); }
.rf-panel h2 { font-size: var(--fs-2xl); font-weight: var(--fw-normal); }
.signup-strip h2 { font-size: var(--fs-2xl); font-weight: var(--fw-normal); color: #fff; }
.news-side h3 { font-size: var(--fs-xl); font-weight: var(--fw-normal); }
.news-side-block h4 { font-size: var(--fs-lg); font-weight: var(--fw-normal); }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 0.25rem solid var(--focus);
  outline-offset: 0;
}

img, svg { display: block; max-width: 100%; }
a { color: var(--brand-600); text-decoration: none; transition: color 0.15s var(--ease); }
a:hover { color: var(--brand-800); text-decoration: underline; }
button, input, select, textarea { font: inherit; }

/* Skip link */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #005ea2;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
}
.skip-link:focus { left: 8px; top: 8px; }

/* ---------- Top utility bar (USWDS / FTC-style) ---------- */
.portal-bar {
  background: #f0f0f0;
  border-bottom: 1px solid #dfe1e2;
  font-size: 0.93rem;
  color: #1b1b1b;
  line-height: 1.35;
  width: 100%;
}
.portal-bar-inner {
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 2rem;
  flex-wrap: nowrap;
}
.portal-bar-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  flex: 1 1 auto;
  min-width: 0;
}
.portal-flag,
.portal-flag-img {
  width: 16px;
  height: 11px;
  flex-shrink: 0;
  border-radius: 1px;
  border: 1px solid #adadad;
  object-fit: cover;
}
.portal-flag {
  background: linear-gradient(180deg, #0a3d58 0%, #0a3d58 40%, #fff 40%, #fff 60%, #c62828 60%, #c62828 100%);
}
.know-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 700px) {
  .know-grid { grid-template-columns: 1fr; }
}
.know-card strong {
  display: block;
  margin-bottom: 6px;
  color: #1b1b1b;
  font-size: 0.95rem;
}
.know-card p {
  margin: 0;
  color: #3d4551;
  font-size: 0.9rem;
  line-height: 1.45;
}
.menu-toggle {
  display: none;
  background: #005ea2;
  color: #fff;
  border: none;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 900px) {
  .menu-toggle { display: inline-block; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: stretch; }
  .nav.nav-open { display: flex; }
  .nav-dropdown.mega { position: static; box-shadow: none; border: none; min-width: 0; }
}
.search-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 200;
  display: grid;
  place-items: start center;
  padding-top: 12vh;
}
.search-modal[hidden] { display: none !important; }
.search-modal-box {
  background: #fff;
  width: min(560px, 92vw);
  padding: 28px 24px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}
.search-modal-box h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  margin-bottom: 16px;
  color: #1b1b1b;
}
.search-modal-box form { display: flex; gap: 10px; flex-wrap: wrap; }
.search-modal-box input {
  flex: 1 1 200px;
  padding: 12px 14px;
  border: 1px solid #a9aeb1;
  font-size: 1rem;
}
.search-close {
  position: absolute;
  right: 12px;
  top: 8px;
  border: none;
  background: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: #565c65;
  line-height: 1;
}
.inner-hero {
  background: #162e51;
  color: #fff;
  padding: 36px 20px 40px;
}
.inner-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  margin-bottom: 8px;
}
.inner-hero p { opacity: 0.92; max-width: 40rem; }
.inner-main { min-height: 50vh; }
.return-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #005ea2;
  color: #fff !important;
  display: grid;
  place-items: center;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 90;
  font-size: 1.2rem;
}
.return-top.show { opacity: 1; pointer-events: auto; }
.portal-bar-text {
  font-size: 0.93rem;
  color: #1b1b1b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portal-bar-text .know-link {
  color: #005ea2;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 0.35rem;
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  padding: 0;
  display: inline;
}
.portal-bar-text .know-link:hover { color: #1a4480; }
.portal-bar-text .know-link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.35rem;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #005ea2;
  vertical-align: middle;
}
.portal-know {
  display: none;
  width: 100%;
  background: #fff;
  border-top: 1px solid #dfe1e2;
  padding: 0.85rem 1rem 1rem;
  font-size: 0.9rem;
  color: #3d4551;
  line-height: 1.5;
}
.portal-know.open { display: block; }
.portal-know strong { color: #1b1b1b; }
.portal-know a { color: #005ea2; }

.portal-bar-actions {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  margin-left: auto;
}
.portal-bar-actions .lang-link {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #005ea2;
  font-weight: 400;
  text-decoration: none;
  font-size: 0.93rem;
  background: #f0f0f0;
}
.portal-bar-actions .lang-link:hover {
  text-decoration: underline;
  color: #1a4480;
}
.portal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  background: #005ea2;
  color: #fff !important;
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none !important;
  border: 0;
  border-left: 1px solid #1a4480;
  white-space: nowrap;
  line-height: 1.2;
  transition: background 0.12s;
}
.portal-btn:hover {
  background: #1a4480;
  color: #fff !important;
}
.portal-bar-actions .portal-btn:first-of-type {
  border-left: 0;
}

/* ---------- Main brand header (second row) ---------- */
.site-header {
  background: #fff;
  color: var(--ink);
  border-bottom: 1px solid #dfe1e2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}
.brand:hover { text-decoration: none; color: var(--ink); }
.logo {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(12, 35, 64, 0.12);
}
.logo img,
.logo svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.brand-copy h1 {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: #1a365d;
  text-transform: uppercase;
}
.brand-copy p {
  font-size: 0.78rem;
  color: #2b6cb0;
  margin-top: 4px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
/* Main nav — horizontal links + chevrons + search (portal style) */
.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.35rem;
  margin-left: auto;
}
.nav-item {
  position: relative;
}
.nav-item > a,
.nav-item > button.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #005ea2;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.55rem 0.65rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
  border-radius: 2px;
  white-space: nowrap;
}
.nav-item > a:hover,
.nav-item > button.nav-link:hover,
.nav-item > a:focus-visible,
.nav-item > button.nav-link:focus-visible {
  color: #1a4480;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: transparent;
}
.nav-item > a[aria-current="page"] {
  color: #1a4480;
  font-weight: 600;
  text-decoration: none;
}
.nav-chevron {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.85;
  margin-top: 2px;
}
.nav-item.open > .nav-link .nav-chevron {
  transform: rotate(180deg);
}
.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #dfe1e2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  z-index: 80;
  padding: 0.5rem 0;
  list-style: none;
  margin: 0;
}
.nav-dropdown.mega {
  display: none;
  min-width: min(720px, 92vw);
  padding: 20px 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px 24px;
}
.nav-item.open > .nav-dropdown {
  display: block;
}
.nav-item.open > .nav-dropdown.mega {
  display: grid;
}
.mega-col h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #565c65;
  margin: 0 0 10px;
  font-weight: 700;
}
.mega-col ul { list-style: none; margin: 0; padding: 0; }
.mega-col.mega-action {
  background: #f0f7fc;
  padding: 12px 14px;
  border-radius: 4px;
}
.nav-dropdown a,
.mega-col a {
  display: block;
  padding: 0.4rem 0.75rem;
  color: #005ea2;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  white-space: normal;
  line-height: 1.3;
}
.nav-dropdown a:hover,
.mega-col a:hover {
  background: #e7f2f8;
  color: #1a4480;
  text-decoration: underline;
}
.mega-col a { padding: 0.35rem 0; }
.mega-col a:hover { background: transparent; }
.nav-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: 0.25rem;
  color: #005ea2;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
}
.nav-search:hover {
  color: #1a4480;
  background: #e7f2f8;
}
.nav-search svg {
  width: 1.15rem;
  height: 1.15rem;
}
@media (max-width: 900px) {
  .nav {
    width: 100%;
    justify-content: flex-start;
  }
  .nav-item > a,
  .nav-item > button.nav-link {
    font-size: 0.9rem;
    padding: 0.45rem 0.4rem;
  }
}

/* optional notice — hidden by default (disclaimer page covers legal) */
.site-notice { display: none; }

@media (max-width: 900px) {
  .portal-bar-inner { flex-wrap: wrap; }
  .portal-bar-actions { width: 100%; }
  .portal-btn { flex: 1 1 0; padding: 0.55rem 0.5rem; font-size: 0.8rem; }
  .portal-bar-text { white-space: normal; }
}

/* ---------- Feature hero (FTC-style photo banner) ---------- */
.feature-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 520px;
  background: #0b2744;
  display: block;
}
.feature-hero-media {
  position: absolute;
  inset: 0;
  background:
    url("assets/hero-imposter.jpg") right center / cover no-repeat;
  z-index: 0;
}
.feature-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Left navy wash like FTC — text legible, photo visible on right */
  background:
    linear-gradient(
      90deg,
      rgba(11, 39, 68, 0.97) 0%,
      rgba(11, 39, 68, 0.92) 28%,
      rgba(11, 39, 68, 0.55) 52%,
      rgba(11, 39, 68, 0.18) 72%,
      rgba(11, 39, 68, 0.05) 100%
    );
  pointer-events: none;
}
.feature-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px 120px;
  position: relative;
  z-index: 2;
  display: block;
}
.feature-hero-copy {
  max-width: 34rem;
}
.feature-hero-copy h2 {
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  font-size: clamp(2.15rem, 4.2vw, 3.05rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  max-width: 14ch;
  color: #fff;
}
.feature-hero-copy p {
  font-family: "Public Sans", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  opacity: 0.98;
  max-width: 34rem;
  margin: 0 0 28px;
  color: #fff;
  font-weight: 400;
}
.feature-hero .btn-learn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: #005ea2;
  color: #fff !important;
  font-family: "Public Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  border: none;
  border-radius: 0;
  min-width: 148px;
  min-height: 48px;
  transition: background 0.15s;
}
.feature-hero .btn-learn:hover { background: #1a4480; color: #fff !important; }

/* Blue callout card — bottom-right of hero (FTC layout) */
.hero-callout {
  position: absolute;
  right: max(16px, calc((100% - 1200px) / 2));
  bottom: 0;
  z-index: 3;
  width: min(340px, calc(100% - 32px));
  background: #005ea2;
  color: #fff;
  padding: 28px 26px 32px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
}
.hero-callout h3 {
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  font-size: 1.05rem;
  font-weight: 400;
  margin: 0 0 14px;
  color: #fff;
  line-height: 1.3;
}
.hero-callout p {
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 24px;
  color: #fff;
  flex: 1;
}
.hero-callout .btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 12px 22px;
  background: #1b1b1b;
  color: #fff !important;
  font-family: "Public Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  border: none;
  border-radius: 0;
  transition: background 0.15s;
}
.hero-callout .btn-dark:hover { background: #000; color: #fff !important; }

@media (max-width: 900px) {
  .feature-hero { min-height: 0; }
  .feature-hero-inner { padding: 48px 20px 40px; }
  .feature-hero-media {
    background-position: 70% center;
  }
  .feature-hero-shade {
    background:
      linear-gradient(
        180deg,
        rgba(11, 39, 68, 0.92) 0%,
        rgba(11, 39, 68, 0.78) 55%,
        rgba(11, 39, 68, 0.55) 100%
      );
  }
  .feature-hero-copy h2 { max-width: none; }
  .hero-callout {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
  }
}

/* Legacy phone mock (unused on home; keep harmless) */
.feature-hero-visual,
.phone-mock { display: none; }

/* ---------- Take Action (full width under hero) ---------- */
.take-action-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 56px;
  display: block;
  position: relative;
  z-index: 2;
}
.take-action-panel {
  background: #fff;
  border: 1px solid #dfe1e2;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  padding: 36px 32px 40px;
}
.take-action-panel h2 {
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  font-size: 1.85rem;
  font-weight: 400;
  color: #1b1b1b;
  margin-bottom: 8px;
}
.take-action-rule {
  height: 1px;
  background: #dfe1e2;
  margin: 12px 0 24px;
  max-width: 100%;
}
.action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
@media (max-width: 700px) {
  .action-grid { grid-template-columns: 1fr; }
  .take-action-panel { padding: 24px 18px; }
}
.action-link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 14px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  color: #005ea2;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  min-height: 72px;
  transition: background 0.12s;
}
.action-grid .action-link:nth-child(3n) { border-right: none; }
.action-grid .action-link:nth-child(n+4) { border-bottom: none; }
@media (max-width: 700px) {
  .action-link { border-right: none !important; border-bottom: 1px solid #e6e6e6 !important; }
  .action-grid .action-link:last-child { border-bottom: none !important; }
}
.action-link:hover {
  background: #f0f7fc;
  text-decoration: underline;
  color: #1a4480;
}
.action-ico {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: #005ea2;
}
.action-ico svg { width: 22px; height: 22px; }

/* Keep .action-side styles if referenced elsewhere */
.action-side {
  background: #005ea2;
  color: #fff;
  padding: 32px 26px 36px;
  display: flex;
  flex-direction: column;
}
.action-side h3 {
  font-family: Merriweather, Georgia, serif;
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 16px;
}
.action-side p {
  font-family: Merriweather, Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.4;
  margin-bottom: 28px;
  flex: 1;
}
.action-side .btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 12px 22px;
  background: #1b1b1b;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  border: none;
}
.action-side .btn-dark:hover { background: #000; color: #fff !important; }

/* legacy hero class kept for other pages if any */
.hero { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 650;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s var(--ease), background 0.15s var(--ease), box-shadow 0.15s var(--ease);
  font-family: inherit;
  line-height: 1.2;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 6px 16px rgba(198, 40, 40, 0.28);
}
.btn-primary:hover { background: var(--accent-hover); color: #fff; }
.btn-secondary {
  background: #4d5d68;
  color: #fff;
}
.btn-secondary:hover { background: #3d4a53; color: #fff; }
.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.55);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: #fff;
}
.btn-block { width: 100%; }

/* ---------- Sections ---------- */
.section { padding: 64px 20px; }
.section-muted { background: rgba(255,255,255,0.45); }
.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}
.section-title {
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  font-weight: 750;
  color: var(--brand-800);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.section-sub {
  color: var(--muted);
  font-size: 1.02rem;
}
.wrap {
  max-width: var(--max);
  margin: 0 auto;
}

/* Cards / grids */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
}

.card {
  background: linear-gradient(165deg, #ffffff 0%, #f6fafc 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), border-color 0.22s var(--ease);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: #a8c4d6;
}
.card-num {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--brand-100);
  color: var(--brand-700);
  font-weight: 750;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  font-size: 0.95rem;
}
.card h3 {
  color: var(--brand-800);
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.card p { color: var(--muted); font-size: 0.95rem; }

.tile {
  display: block;
  text-align: left;
  background: linear-gradient(165deg, #fff 0%, #f5f9fc 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 20px;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s var(--ease), background 0.2s var(--ease);
  width: 100%;
  font: inherit;
}
.tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--brand-600);
  background: linear-gradient(165deg, #fff 0%, var(--brand-50) 100%);
  text-decoration: none;
  color: inherit;
}
.tile h3 {
  color: var(--brand-800);
  font-size: 1rem;
  margin-bottom: 6px;
  font-weight: 700;
}
.tile p { color: var(--muted); font-size: 0.88rem; margin: 0; }
.tile-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--brand-100);
  color: var(--brand-700);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}
.tile-icon svg { width: 20px; height: 20px; }

/* CTA band */
.cta-band {
  background: var(--brand-100);
  border-top: 1px solid #c5e0ef;
  border-bottom: 1px solid #c5e0ef;
  padding: 48px 20px;
  text-align: center;
}
.cta-band h2 {
  color: var(--brand-800);
  font-size: 1.45rem;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.cta-band p {
  color: var(--ink-soft);
  margin-bottom: 20px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Story cards (3-up with image) ---------- */
.story-section {
  background: #f4f8fb;
  padding: 48px 20px 56px;
}
.story-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 800px) {
  .story-grid { grid-template-columns: 1fr; max-width: 420px; }
}
.story-card {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e8eef3;
}
.story-card-img {
  height: 180px;
  background-size: cover;
  background-position: center;
}
.story-card-img.s1 {
  background: linear-gradient(135deg, #d6e8f5 0%, #8eb8d9 40%, #1a5f8a 100%);
  position: relative;
}
.story-card-img.s1::after {
  content: "STATEMENT";
  position: absolute;
  left: 16px; bottom: 16px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.12em;
  color: #fff; background: #005ea2; padding: 4px 8px;
}
.story-card-img.s2 {
  background: linear-gradient(160deg, #3d5a73 0%, #1e3a52 50%, #0d2133 100%);
  position: relative;
}
.story-card-img.s2::after {
  content: "⚠ ALERT";
  position: absolute;
  left: 16px; bottom: 16px;
  font-size: 12px; font-weight: 700;
  color: #fff; background: rgba(198,40,40,0.9); padding: 4px 10px;
}
.story-card-img.s3 {
  background: linear-gradient(120deg, #e8f0e8 0%, #a8c4a8 35%, #2d6a4f 100%);
  position: relative;
}
.story-card-img.s3::after {
  content: "PROCESS";
  position: absolute;
  left: 16px; bottom: 16px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.1em;
  color: #fff; background: #1b4332; padding: 4px 8px;
}
.story-card-body { padding: 22px 22px 28px; }
.story-card-body h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.story-card-body h3 a {
  color: #1a4480;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.story-card-body h3 a:hover { color: #005ea2; }
.story-card-body p {
  color: #3d4551;
  font-size: 0.98rem;
  line-height: 1.5;
}

/* ---------- Email signup strip ---------- */
.signup-strip {
  background: linear-gradient(90deg, #0d3a66 0%, #1a5a96 50%, #0d3a66 100%);
  color: #fff;
  padding: 36px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.signup-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background: radial-gradient(ellipse at 50% 0%, #fff 0%, transparent 60%);
}
.signup-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
}
.signup-strip h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.signup-strip .btn-stay {
  background: #1b1b1b;
  color: #fff !important;
  padding: 12px 22px;
  font-weight: 700;
  text-decoration: none !important;
  border: none;
  display: inline-block;
}
.signup-strip .btn-stay:hover { background: #000; }
.signup-social {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-left: 16px;
  border-left: 1px solid rgba(255,255,255,0.35);
  margin-left: 8px;
}
.signup-social a {
  color: #fff;
  width: 28px; height: 28px;
  display: grid; place-items: center;
  opacity: 0.9;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 2px;
}
.signup-social a:hover { opacity: 1; background: rgba(255,255,255,0.12); }
@media (max-width: 600px) {
  .signup-social { border-left: none; padding-left: 0; margin-left: 0; }
}

/* ---------- News and Updates ---------- */
.news-section {
  background: #fff;
  padding: 48px 20px 64px;
}
.news-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.news-section > .news-inner > h2,
.news-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  font-weight: 400;
  color: #1b1b1b;
  margin-bottom: 8px;
}
.news-rule {
  height: 1px;
  background: #a9aeb1;
  margin-bottom: 28px;
}
.news-cols {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.9fr;
  gap: 0 28px;
}
@media (max-width: 900px) {
  .news-cols { grid-template-columns: 1fr; gap: 32px; }
}
.news-col {
  padding-right: 20px;
  border-right: 1px solid #dfe1e2;
}
.news-cols .news-col:last-child {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 900px) {
  .news-col { border-right: none; padding-right: 0; border-bottom: 1px solid #dfe1e2; padding-bottom: 24px; }
  .news-cols .news-col:last-child { border-bottom: none; }
}
.news-tag {
  display: inline-block;
  background: #e7f2f8;
  color: #1a4480;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 8px;
  margin-bottom: 10px;
}
.news-item h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 10px;
}
.news-item h3 a {
  color: #1a4480;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.news-item h3 a:hover { color: #005ea2; }
.news-meta {
  font-size: 0.85rem;
  color: #565c65;
  margin-bottom: 14px;
}
.news-item + .news-item { margin-top: 22px; padding-top: 18px; border-top: 1px solid #e6e6e6; }
.news-btn {
  display: inline-block;
  background: #005ea2;
  color: #fff !important;
  padding: 12px 20px;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 0.95rem;
  margin-top: 8px;
}
.news-btn:hover { background: #1a4480; color: #fff !important; }
.news-side h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 12px;
  color: #1b1b1b;
}
.news-side p {
  color: #3d4551;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
.news-side-block {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #dfe1e2;
}
.news-side-block h4 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

/* ---------- Mega footer ---------- */
.footer-mega-top {
  background: #162e51;
  padding: 20px 16px;
}
.footer-mega-top-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.footer-brand-block {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}
.footer-brand-block:hover { color: #fff; text-decoration: none; }
.footer-brand-block .logo {
  width: 52px;
  height: 52px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.footer-brand-block strong {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.footer-brand-block span {
  font-size: 0.75rem;
  opacity: 0.85;
}
.footer-mega-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.footer-mega-links a {
  color: #fff;
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-mega-links a:hover { color: #dfe1e2; }

.footer-mega {
  background: #f0f0f0;
  padding: 40px 16px 48px;
  border-top: 1px solid #dfe1e2;
}
.footer-mega-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px 20px;
}
@media (max-width: 900px) {
  .footer-mega-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
  .footer-mega-grid { grid-template-columns: 1fr; }
}
.footer-mega-col h4 {
  color: #005ea2;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.footer-mega-col ul { list-style: none; }
.footer-mega-col li { margin-bottom: 8px; }
.footer-mega-col a {
  color: #1b1b1b;
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.35;
}
.footer-mega-col a:hover { color: #005ea2; }

.footer-legal-bar {
  background: #1b1b1b;
  color: #a9aeb1;
  padding: 16px;
  font-size: 0.85rem;
}
.footer-legal-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.footer-legal-bar a { color: #a9aeb1; margin-right: 12px; }
.footer-legal-bar a:hover { color: #fff; }

/* Footer — multi-column portal style */
.footer {
  background: #1b1b1b;
  color: #f0f0f0;
  padding: 0;
  margin-top: auto;
}
.footer-primary {
  background: #162e51;
  padding: 40px 16px 36px;
}
.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 28px 32px;
}
@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}
.footer h4 {
  font-size: 0.95rem;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.footer ul { list-style: none; }
.footer li { margin-bottom: 10px; }
.footer a {
  color: #dfe1e2;
  font-size: 0.92rem;
  text-decoration: none;
}
.footer a:hover { color: #fff; text-decoration: underline; }
.footer p { font-size: 0.9rem; line-height: 1.55; color: #c9c9c9; }
.footer-secondary {
  background: #1b1b1b;
  border-top: 1px solid #3d4551;
  padding: 16px;
}
.footer-secondary-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #a9aeb1;
}
.footer-secondary a {
  color: #a9aeb1;
  margin-right: 14px;
  font-size: 0.85rem;
}
.footer-secondary a:hover { color: #fff; }
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px 20px;
  text-align: left;
  font-size: 0.8rem;
  color: #71767a;
}

@media (max-width: 700px) {
  .portal-bar-actions {
    width: 100%;
  }
  .portal-btn {
    flex: 1 1 auto;
    min-height: 40px;
    font-size: 12px;
    padding: 0 10px;
  }
  .portal-bar-actions .lang-link {
    display: none;
  }
}

/* ---------- Form / wizard ---------- */
.page {
  max-width: 900px;
  margin: 36px auto 72px;
  padding: 0 20px;
}
.page-intro {
  margin-bottom: 22px;
}
.page-intro h2 {
  color: var(--brand-800);
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.page-intro p { color: var(--muted); }

.progress {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 28px;
  position: relative;
}
.progress::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: var(--line);
  z-index: 0;
  border-radius: 2px;
}
.progress-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
}
.progress-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #d9e3ea;
  color: var(--muted);
  display: grid;
  place-items: center;
  font-weight: 750;
  font-size: 0.9rem;
  margin-bottom: 8px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  border: 2px solid transparent;
}
.progress-step.active .progress-num {
  background: var(--brand-700);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(18, 107, 150, 0.2);
}
.progress-step.done .progress-num {
  background: var(--ok);
  color: #fff;
}
.progress-label {
  font-size: 12px;
  color: var(--muted);
  max-width: 88px;
  line-height: 1.25;
}
.progress-step.active .progress-label {
  color: var(--brand-800);
  font-weight: 650;
}

.panel {
  background: linear-gradient(180deg, #fff 0%, #f7fafc 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-md);
}
.panel h2 {
  color: var(--brand-800);
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.panel .lede {
  color: var(--muted);
  margin-bottom: 24px;
  font-size: 0.98rem;
}
.form-step { display: none; animation: fadeIn 0.28s var(--ease); }
.form-step.active { display: block; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-weight: 650;
  margin-bottom: 7px;
  font-size: 0.95rem;
  color: var(--ink);
}
.field .req { color: var(--accent); }
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--brand-500);
  box-shadow: 0 0 0 3px rgba(26, 134, 184, 0.18);
}
.field textarea { min-height: 120px; resize: vertical; }
.field .hint { font-size: 12px; color: var(--muted); margin-top: 5px; }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 560px) {
  .field-row { grid-template-columns: 1fr; }
  .panel { padding: 22px 16px; }
}

.chip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 640px) {
  .chip-grid { grid-template-columns: 1fr 1fr; }
}
.chip {
  border: 1.5px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s var(--ease);
  font-size: 0.9rem;
}
.chip:hover {
  border-color: var(--brand-500);
  background: var(--brand-50);
}
.chip.selected {
  border-color: var(--brand-700);
  background: var(--brand-100);
  box-shadow: 0 0 0 3px rgba(13, 79, 114, 0.12);
  font-weight: 650;
}
.chip strong {
  display: block;
  color: var(--brand-800);
  margin-bottom: 3px;
  font-size: 0.92rem;
}
.chip span { color: var(--muted); font-size: 0.78rem; }

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.review {
  background: var(--brand-50);
  border: 1px solid #c8e0ef;
  border-radius: 10px;
  padding: 16px 18px;
}
.review dt {
  font-weight: 700;
  color: var(--brand-800);
  margin-top: 12px;
  font-size: 0.88rem;
}
.review dt:first-child { margin-top: 0; }
.review dd {
  color: var(--ink-soft);
  margin: 2px 0 0;
  font-size: 0.95rem;
}

.check-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.check-row input { width: auto; margin-top: 3px; accent-color: var(--brand-700); }

/* Confirmation */
.confirm-wrap {
  max-width: 640px;
  margin: 48px auto 72px;
  padding: 0 20px;
  text-align: center;
}
.confirm-wrap .panel { padding: 40px 28px; }
.ok-burst {
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--ok-bg);
  color: var(--ok);
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 800;
  animation: pop 0.4s var(--ease);
}
@keyframes pop {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.case-id {
  font-size: 1.4rem;
  font-weight: 750;
  color: var(--brand-800);
  letter-spacing: 0.04em;
  background: var(--brand-100);
  border: 1px solid #c8e0ef;
  padding: 14px 16px;
  border-radius: 10px;
  margin: 18px 0;
  word-break: break-all;
}
.next-list {
  text-align: left;
  margin: 20px 0 0;
  padding: 0 0 0 1.1em;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.next-list li { margin-bottom: 8px; }

/* Track result */
.track-result {
  display: none;
  margin-top: 20px;
  padding: 18px;
  border-radius: 10px;
  background: var(--brand-50);
  border: 1px solid #c8e0ef;
  text-align: left;
}
.track-result.show { display: block; animation: fadeIn 0.25s var(--ease); }
.track-result.err {
  background: #fdecea;
  border-color: #f0c0ba;
  color: #8a1c1c;
}
.track-result p { margin-bottom: 6px; font-size: 0.95rem; }

/* FAQ */
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 10px;
  box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer;
  font-weight: 650;
  color: var(--brand-800);
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  float: right;
  color: var(--brand-500);
  font-weight: 700;
}
.faq details[open] summary::after { content: "–"; }
.faq details p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Mobile nav collapse helper */
@media (max-width: 700px) {
  .hero { padding: 52px 16px 60px; }
  .brand-copy h1 { font-size: 1.05rem; }
  .progress-label { font-size: 11px; }
}
/* ============================================================
   Report Fraud wizard — USWDS-style form UX (FTC-like)
   ============================================================ */
.rf-landing { margin-bottom: 8px; }
.rf-landing-card h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 400;
  margin-bottom: 12px;
}
.rf-bullets {
  margin: 0 0 20px 1.2rem;
  color: #3d4551;
  line-height: 1.55;
}
.rf-bullets li { margin-bottom: 6px; }
.rf-btn-lg { min-height: 52px; padding: 0.9rem 1.75rem !important; font-size: 1.1rem !important; }
.rf-radios-stack { flex-direction: column; gap: 10px; }
.rf-radio-card {
  display: flex !important;
  align-items: center;
  gap: 12px;
  border: 2px solid #a9aeb1;
  padding: 14px 16px;
  cursor: pointer;
  font-weight: 600 !important;
  background: #fff;
}
.rf-radio-card:has(input:checked) {
  border-color: #005ea2;
  background: #e7f6f8;
  box-shadow: inset 0 0 0 1px #005ea2;
}
.rf-cat-sub strong { margin-bottom: 0; }
.rf-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 20px 64px;
}
.rf-intro {
  margin-bottom: 28px;
}
.rf-intro h1 {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
  color: #1b1b1b;
  margin-bottom: 10px;
}
.rf-intro p {
  color: #3d4551;
  font-size: 1.06rem;
  max-width: 40rem;
}
.rf-progress-wrap {
  margin-bottom: 28px;
}
.rf-step-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #565c65;
  margin-bottom: 8px;
}
.rf-progress-track {
  height: 8px;
  background: #dfe1e2;
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 14px;
}
.rf-progress-fill {
  height: 100%;
  width: 0%;
  background: #005ea2;
  transition: width 0.25s ease;
}
.rf-progress-steps {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.rf-progress-step {
  flex: 1;
  min-width: 4.2rem;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 600;
  color: #71767a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.rf-progress-step.is-current { color: #005ea2; }
.rf-progress-step.is-complete { color: #00a91c; }
.rf-panel {
  background: #fff;
  border: 1px solid #dfe1e2;
  border-radius: 4px;
  padding: 28px 24px 32px;
  box-shadow: 0 1px 2px rgba(27,27,27,0.06);
}
.rf-panel h2 {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 8px;
  color: #1b1b1b;
}
.rf-panel .lede {
  color: #565c65;
  margin-bottom: 22px;
  font-size: 1rem;
}
.rf-cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 8px;
}
@media (max-width: 560px) {
  .rf-cats { grid-template-columns: 1fr; }
}
.rf-cat {
  text-align: left;
  background: #fff;
  border: 2px solid #a9aeb1;
  border-radius: 4px;
  padding: 14px 14px 14px 16px;
  cursor: pointer;
  font: inherit;
  transition: border-color 0.12s, box-shadow 0.12s, background 0.12s;
}
.rf-cat:hover {
  border-color: #005ea2;
  background: #f0f7fc;
}
.rf-cat.is-selected {
  border-color: #005ea2;
  background: #e7f6f8;
  box-shadow: inset 0 0 0 1px #005ea2;
}
.rf-cat strong {
  display: block;
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.rf-cat span {
  color: #565c65;
  font-size: 0.9rem;
}
.rf-field { margin-bottom: 18px; }
.rf-field label {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
  color: #1b1b1b;
}
.rf-field .req { color: #d83933; }
.rf-field input[type="text"],
.rf-field input[type="email"],
.rf-field input[type="tel"],
.rf-field input[type="date"],
.rf-field input[type="number"],
.rf-field select,
.rf-field textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #565c65;
  border-radius: 0;
  font: inherit;
  font-size: 1.06rem;
  color: #1b1b1b;
  background: #fff;
}
.rf-field input:focus,
.rf-field select:focus,
.rf-field textarea:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.rf-field textarea { min-height: 140px; resize: vertical; }
.rf-field .hint {
  font-size: 0.9rem;
  color: #565c65;
  margin-top: 6px;
}
.rf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 560px) {
  .rf-row { grid-template-columns: 1fr; }
}
.rf-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 6px;
}
.rf-radios label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  cursor: pointer;
}
.rf-radios input { width: 1.25rem; height: 1.25rem; accent-color: #005ea2; }
.rf-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #dfe1e2;
}
.rf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  font-family: var(--font);
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 0.9;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 4px;
}
.rf-btn-primary {
  background: #005ea2;
  color: #fff !important;
}
.rf-btn-primary:hover { background: #1a4480; color: #fff !important; }
.rf-btn-secondary {
  background: transparent;
  color: #005ea2 !important;
  box-shadow: inset 0 0 0 2px #005ea2;
}
.rf-btn-secondary:hover { background: #f0f0f0; }
.rf-review {
  background: #f0f0f0;
  border: 1px solid #dfe1e2;
  padding: 16px 18px;
  margin-bottom: 18px;
}
.rf-review-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 8px 16px;
  padding: 8px 0;
  border-bottom: 1px solid #dfe1e2;
  font-size: 0.98rem;
}
.rf-review-row:last-child { border-bottom: none; }
.rf-review-row dt {
  font-weight: 700;
  color: #1b1b1b;
}
.rf-review-row dd {
  margin: 0;
  color: #3d4551;
  word-break: break-word;
}
@media (max-width: 500px) {
  .rf-review-row { grid-template-columns: 1fr; }
}
.rf-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 16px 0 8px;
  font-size: 1rem;
  color: #1b1b1b;
}
.rf-check input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 2px;
  accent-color: #005ea2;
  flex-shrink: 0;
}
.rf-alert {
  background: #e7f6f8;
  border-left: 4px solid #00bde3;
  padding: 12px 14px;
  margin-bottom: 20px;
  font-size: 0.95rem;
  color: #1b1b1b;
}
.inner-hero {
  background: #162e51 !important;
}
/* Override rounded form chips for USWDS sharper look */
.btn-primary {
  background: #005ea2 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}
.btn-primary:hover { background: #1a4480 !important; }
.panel, .form-card, .card, .tile, .take-action-panel {
  border-radius: 4px !important;
}


/* ============================================================
   FORCE USWDS font families + sizes site-wide (override earlier rules)
   Matches FTC.gov / USWDS Public Sans + Merriweather scale
   ============================================================ */
body, button, input, select, textarea, .btn, .rf-btn, .nav, .portal-bar,
.action-link, .tile, .card, .footer, .chip, .rf-cat {
  font-family: var(--font) !important;
}
.feature-hero-copy h2,
.take-action-panel h2,
.action-side h3,
.action-side p,
.hero-callout h3,
.hero-callout p,
.story-card-body h3,
.section-title,
.news-title,
.news-item h3,
.news-side h3,
.news-side-block h4,
.inner-hero h1,
.rf-intro h1,
.rf-panel h2,
.signup-strip h2 {
  font-family: var(--display) !important;
}

.portal-bar,
.portal-bar-text,
.portal-btn,
.lang-link,
.know-link,
.know-card p {
  font-size: var(--fs-2xs) !important;
  line-height: var(--lh-4) !important;
}
.know-card strong { font-size: var(--fs-2xs) !important; font-weight: var(--fw-bold) !important; }
.portal-btn { font-weight: var(--fw-bold) !important; }

.brand-copy h1 {
  font-family: var(--font) !important;
  font-size: var(--fs-2xs) !important;
  font-weight: var(--fw-bold) !important;
  letter-spacing: 0.02em !important;
  line-height: var(--lh-2) !important;
}
.brand-copy p {
  font-family: var(--font) !important;
  font-size: 0.75rem !important;
  font-weight: var(--fw-semibold) !important;
  letter-spacing: 0.04em !important;
  line-height: var(--lh-2) !important;
}

.nav-item > a,
.nav-item > button.nav-link {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-normal) !important;
  line-height: var(--lh-3) !important;
}
.mega-col h4 {
  font-family: var(--font) !important;
  font-size: var(--fs-3xs) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-3) !important;
}
.nav-dropdown a,
.mega-col a {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-normal) !important;
  line-height: var(--lh-4) !important;
}

.feature-hero-copy p {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-5) !important;
  font-weight: var(--fw-normal) !important;
}
.feature-hero .btn-learn,
.action-side .btn-dark,
.hero-callout .btn-dark,
.btn, .btn-primary, .btn-secondary, .btn-outline,
.rf-btn, .news-btn, .btn-stay {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-bold) !important;
  line-height: 0.9 !important;
}

.action-link {
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-3) !important;
}
.action-side h3 {
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-3) !important;
}
.action-side p {
  font-size: var(--fs-xl) !important;
  line-height: var(--lh-3) !important;
}

.section-title { font-size: var(--fs-3xl) !important; }
.section-sub, .card p, .tile p, .story-card-body p {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-5) !important;
  font-weight: var(--fw-normal) !important;
}
.card h3, .tile h3 {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-3) !important;
}
.card-num {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-bold) !important;
}
.story-card-body h3 {
  font-size: var(--fs-xl) !important;
  font-weight: var(--fw-normal) !important;
}

.news-title { font-size: var(--fs-3xl) !important; }
.news-tag {
  font-family: var(--font) !important;
  font-size: var(--fs-3xs) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-2) !important;
}
.news-item h3 { font-size: var(--fs-xl) !important; font-weight: var(--fw-normal) !important; }
.news-meta {
  font-family: var(--font) !important;
  font-size: var(--fs-2xs) !important;
  line-height: var(--lh-4) !important;
}
.news-side p, .news-side-block p {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-5) !important;
}

.footer-brand-block strong {
  font-family: var(--font) !important;
  font-size: var(--fs-2xs) !important;
  font-weight: var(--fw-bold) !important;
}
.footer-brand-block span {
  font-family: var(--font) !important;
  font-size: 0.75rem !important;
  font-weight: var(--fw-semibold) !important;
}
.footer-mega-links a {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-normal) !important;
}
.footer-mega-col h4 {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-bold) !important;
}
.footer-mega-col a {
  font-family: var(--font) !important;
  font-size: var(--fs-2xs) !important;
  line-height: var(--lh-4) !important;
  font-weight: var(--fw-normal) !important;
}
.footer-legal-bar,
.footer-legal-bar a {
  font-family: var(--font) !important;
  font-size: var(--fs-2xs) !important;
  line-height: var(--lh-4) !important;
}

.rf-intro h1 { font-size: var(--fs-4xl) !important; font-weight: var(--fw-normal) !important; }
.rf-intro p, .rf-panel .lede, .rf-field .hint, .rf-alert {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-5) !important;
}
.rf-step-label, .rf-progress-step {
  font-family: var(--font) !important;
  font-size: var(--fs-3xs) !important;
  font-weight: var(--fw-bold) !important;
}
.rf-panel h2 { font-size: var(--fs-2xl) !important; font-weight: var(--fw-normal) !important; }
.rf-cat strong { font-size: var(--fs-sm) !important; font-weight: var(--fw-bold) !important; }
.rf-cat span { font-size: var(--fs-2xs) !important; line-height: var(--lh-4) !important; }
.rf-field label {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-3) !important;
}
.rf-field input,
.rf-field select,
.rf-field textarea {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-4) !important;
}
.rf-btn { font-size: var(--fs-sm) !important; font-weight: var(--fw-bold) !important; }
.rf-review-row dt, .rf-review-row dd {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-4) !important;
}
.rf-check { font-size: var(--fs-sm) !important; }

.faq summary {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-bold) !important;
}
.faq details p {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-5) !important;
}
.inner-hero p {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-5) !important;
}
.search-modal-box h2 {
  font-family: var(--display) !important;
  font-size: var(--fs-xl) !important;
  font-weight: var(--fw-normal) !important;
}
.search-modal-box input {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
}
.menu-toggle {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-bold) !important;
}
.cta-band h2 {
  font-family: var(--display) !important;
  font-size: var(--fs-2xl) !important;
  font-weight: var(--fw-normal) !important;
}
.cta-band p {
  font-family: var(--font) !important;
  font-size: var(--fs-sm) !important;
}

/* ============================================================
   CRITICAL VISUAL FIXES (footer contrast, banner, cards)
   ============================================================ */

/* Footer was inheriting light text from .footer { color:#f0f0f0 } */
.footer {
  color: inherit !important;
  background: transparent !important;
}
.footer-mega-top {
  background: #162e51 !important;
  color: #ffffff !important;
}
.footer-mega-top a,
.footer-mega-links a,
.footer-brand-block,
.footer-brand-block strong,
.footer-brand-block span {
  color: #ffffff !important;
}
.footer-mega {
  background: #f0f0f0 !important;
  color: #1b1b1b !important;
}
.footer-mega-col h4 {
  color: #005ea2 !important;
  opacity: 1 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.footer-mega-col a {
  color: #1b1b1b !important;
  opacity: 1 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}
.footer-mega-col a:hover {
  color: #005ea2 !important;
}
.footer-legal-bar {
  background: #1b1b1b !important;
  color: #a9aeb1 !important;
}
.footer-legal-bar a {
  color: #a9aeb1 !important;
}
.footer-legal-bar a:hover {
  color: #ffffff !important;
}

/* Portal banner always visible on top */
.portal-bar {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #f0f0f0 !important;
  color: #1b1b1b !important;
  min-height: 2.5rem !important;
  position: relative !important;
  z-index: 60 !important;
}
.portal-bar-text,
.know-link,
.lang-link {
  color: #1b1b1b !important;
}
.know-link,
.lang-link {
  color: #005ea2 !important;
}
.portal-btn {
  background: #005ea2 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  min-height: 2.5rem !important;
  padding: 0.65rem 1.15rem !important;
}

/* Header logo readable — EFTC seal (pigeon wings) */
.site-header .logo {
  background: transparent !important;
  width: 72px !important;
  height: 72px !important;
  border: none !important;
}
.brand-copy h1 {
  color: #1a365d !important;
  opacity: 1 !important;
}
.brand-copy p {
  color: #2b6cb0 !important;
  opacity: 1 !important;
}
.nav-item > button.nav-link,
.nav-item > a {
  color: #005ea2 !important;
  opacity: 1 !important;
}

/* Story cards: real photo backgrounds (Unsplash free) */
.story-card-img.s1 {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.25) 100%),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=800&q=80") !important;
  background-size: cover !important;
  background-position: center !important;
  height: 200px !important;
}
.story-card-img.s2 {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 100%),
    url("https://images.unsplash.com/photo-1527482797697-8795b05a13fe?auto=format&fit=crop&w=800&q=80") !important;
  background-size: cover !important;
  background-position: center !important;
  height: 200px !important;
}
.story-card-img.s3 {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.3) 100%),
    url("https://images.unsplash.com/photo-1563013544-824ae1b704d3?auto=format&fit=crop&w=800&q=80") !important;
  background-size: cover !important;
  background-position: center !important;
  height: 200px !important;
}
.story-card-body h3 a {
  color: #1a4480 !important;
  text-decoration: underline !important;
}
.story-card-body p {
  color: #1b1b1b !important;
  opacity: 1 !important;
}

/* News readability */
.news-section {
  background: #ffffff !important;
}
.news-item h3 a {
  color: #1a4480 !important;
}
.news-meta {
  color: #565c65 !important;
}
.news-tag {
  background: #e7f6f8 !important;
  color: #1a4480 !important;
}

/* Hero contrast — photo + left wash (do not force solid gradient over photo) */
.feature-hero {
  display: block !important;
  color: #fff !important;
}
.feature-hero-copy h2,
.feature-hero-copy p {
  color: #ffffff !important;
  opacity: 1 !important;
}
.hero-callout {
  background: #005ea2 !important;
  color: #ffffff !important;
}
.hero-callout h3,
.hero-callout p {
  color: #ffffff !important;
}

/* Take action panel contrast */
.take-action-panel {
  background: #ffffff !important;
  color: #1b1b1b !important;
}
.take-action-panel h2 {
  color: #1b1b1b !important;
}
.action-link {
  color: #005ea2 !important;
}
.action-side {
  background: #005ea2 !important;
  color: #ffffff !important;
}
.action-side h3,
.action-side p {
  color: #ffffff !important;
}
