/* Visual system for resource, service, policy, search and status pages. */
:root {
  --font-sans: Roboto, Helvetica, Arial, Verdana, sans-serif;
  --primary: #176c7b;
  --primary-dark: #10515e;
  --primary-soft: #e9f3f3;
  --accent: #78aeb2;
  --accent-soft: #edf6f6;
  --navy: #172433;
  --ink: #253541;
  --text: #5d6b75;
  --muted: #84919a;
  --line: #d9e1e4;
  --line-strong: #c4d0d4;
  --surface: #f4f6f6;
  --surface-2: #e9eeef;
  --white: #fff;
  --success: #277560;
  --shadow-xs: 0 3px 12px rgba(23, 36, 51, .035);
  --shadow-sm: 0 5px 18px rgba(23, 36, 51, .045);
  --shadow-md: 0 8px 26px rgba(23, 36, 51, .055);
  --r-control: 4px;
  --r-small: 5px;
  --r-card: 6px;
  --r-panel: 7px;
  --r-feature: 7px;
  --container: 1440px;
  --header: 78px;
  --display: clamp(42px, 4.15vw, 60px);
  --section-title: clamp(30px, 2.8vw, 40px);
  --feature-title: clamp(25px, 2.3vw, 34px);
}

body {
  font-family: var(--font-sans);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: -.025em;
}

.container {
  width: min(calc(100% - 64px), var(--container));
}

.section,
.content-section {
  padding: clamp(64px, 5.5vw, 88px) 0;
}

.section-sm {
  padding: clamp(44px, 4vw, 62px) 0;
}

.section-alt,
.content-section.soft,
.surface {
  background:
    radial-gradient(circle at 8% 8%, rgba(120, 174, 178, .1), transparent 28%),
    var(--surface);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.eyebrow::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

.section-copy,
.inner-lead,
.content-head > p,
.hero-side-note li {
  font-size: 15px;
}

.btn,
.desktop-nav > a,
.logo-copy strong {
  font-weight: 700;
}

.btn {
  min-height: 46px;
  border-radius: var(--r-control);
}

.btn-primary {
  box-shadow: 0 8px 20px rgba(23, 108, 123, .14);
}

.btn-outline {
  border-color: var(--line-strong);
}

:focus-visible {
  outline-color: rgba(23, 108, 123, .24);
}

.site-header {
  border-bottom-color: rgba(217, 225, 228, .9);
}

.logo-mark {
  border-radius: var(--r-small);
  box-shadow: 0 6px 16px rgba(23, 108, 123, .12);
}

.header-actions #openSearch {
  border: 0;
  background: transparent;
}

.header-actions #openSearch:hover {
  border-color: transparent;
  background: var(--primary-soft);
  color: var(--primary-dark);
}

/* Shared inner-page hero */
.inner-hero {
  padding: clamp(52px, 5vw, 76px) 0 clamp(56px, 5.4vw, 82px);
  background: #eef1f2;
}

.inner-hero::before {
  display: none;
}

.inner-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .62fr);
  gap: clamp(38px, 5vw, 72px);
}

.breadcrumb,
.contact-breadcrumb {
  margin-bottom: 22px;
}

.inner-hero h1 {
  max-width: 880px;
  font-size: var(--display);
  font-weight: 600;
  line-height: 1.06;
}

.inner-lead {
  max-width: 760px;
  margin-top: 18px;
  line-height: 1.72;
}

.hero-actions-inline {
  gap: 10px;
  margin-top: 25px;
}

.hero-side-note {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(23, 108, 123, .1);
  border-radius: 11px;
  background:
    radial-gradient(circle at 100% 0, rgba(120, 174, 178, .16), transparent 38%),
    rgba(255, 255, 255, .78);
  box-shadow: 0 10px 30px rgba(23, 36, 51, .045);
}

.hero-side-note strong {
  font-size: 15px;
}

.hero-side-note li {
  position: relative;
  padding-left: 21px;
  color: var(--text);
  line-height: 1.6;
}

.hero-side-note li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .05em;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
}

/* Page headings and reusable content blocks */
.section-head,
.content-head {
  gap: 30px;
  margin-bottom: 30px;
}

.section-title,
.content-head h2 {
  font-size: var(--section-title);
  font-weight: 600;
}

.simple-grid {
  gap: 14px;
}

.simple-grid:not(:has(> :nth-child(2))) {
  grid-template-columns: minmax(0, 720px);
}

.simple-grid:has(> :nth-child(5)) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.simple-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(217, 225, 228, .78);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(23, 36, 51, .035);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.simple-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  opacity: .75;
}

.simple-card:hover {
  border-color: rgba(23, 108, 123, .18);
  box-shadow: 0 10px 28px rgba(23, 36, 51, .055);
  transform: translateY(-2px);
}

.section:not(.section-alt) .simple-card,
.content-section:not(.soft) .simple-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .28)),
    var(--surface);
}

.simple-card .number {
  border-radius: 4px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-size: 12px;
}

.simple-card h3 {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.38;
}

.simple-card:not(:has(.number)) h3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 2px;
}

.simple-card:not(:has(.number)) h3::before {
  content: "✦";
  display: grid;
  flex: 0 0 25px;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-top: -1px;
  border-radius: 7px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-size: 12px;
}

.simple-card p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.68;
}

.post-meta,
.post-meta span,
.article-meta,
.article-meta span {
  font-size: 11px;
}

.split-panel {
  gap: clamp(34px, 5vw, 68px);
}

.split-copy {
  border-radius: var(--r-panel);
}

.detail-list {
  gap: 8px;
}

.detail-row {
  position: relative;
  padding: 17px 18px;
  border: 1px solid rgba(217, 225, 228, .72);
  border-radius: 9px;
  background: rgba(255, 255, 255, .78);
}

.detail-row p,
.process-item p,
.native-faq p {
  font-size: 14px;
}

.process-line {
  gap: 10px;
}

.process-item {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(217, 225, 228, .72);
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0, rgba(120, 174, 178, .12), transparent 36%),
    var(--surface);
  box-shadow: 0 5px 18px rgba(23, 36, 51, .03);
}

.process-item b {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 28px;
  padding-inline: 8px;
  border-radius: 7px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-size: 12px;
}

.process-item h3 {
  font-size: 16px;
}

.native-faq {
  display: grid;
  gap: 8px;
}

.native-faq details,
.faq-item {
  border: 0;
  border-radius: var(--r-card);
  background: #fff;
  box-shadow: none;
}

.native-faq summary,
.faq-q {
  padding: 18px 20px;
  font-size: 15px;
}

.native-faq details p,
.faq-a p {
  padding: 0 20px 19px;
  font-size: 14px;
  line-height: 1.7;
}

/* Policy and article reading layouts */
.policy-layout {
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 42px;
}

.policy-nav {
  padding: 16px;
  border: 1px solid rgba(217, 225, 228, .76);
  border-radius: 9px;
  background: linear-gradient(160deg, #fff, var(--surface));
  box-shadow: 0 5px 18px rgba(23, 36, 51, .03);
}

.policy-nav strong {
  font-size: 12px;
}

.policy-nav a {
  padding: 9px 8px;
  border-radius: 4px;
  font-size: 13px;
}

.policy-nav a:hover {
  background: #fff;
}

.policy-article,
.policy-body,
.article-body {
  max-width: 920px;
}

.policy-article section {
  margin-bottom: 30px;
}

.policy-article h2,
.policy-body h2,
.article-body h2 {
  font-size: 27px;
  font-weight: 600;
}

.policy-article h3,
.policy-body h3,
.article-body h3 {
  font-size: 19px;
}

.policy-article p,
.policy-article li,
.policy-body p,
.policy-body li,
.article-body p,
.article-body li {
  font-size: 15px;
  line-height: 1.78;
}

.policy-meta span,
.policy-status {
  border-radius: 4px;
  box-shadow: none;
  font-size: 11px;
}

/* Search, status and verification */
.directory-search {
  border-color: var(--line);
  border-radius: var(--r-card);
  box-shadow: none;
}

.search-summary,
.search-group h2 {
  font-size: 14px;
}

.search-hit {
  position: relative;
  padding: 17px 18px;
  border: 1px solid rgba(217, 225, 228, .72);
  border-radius: 9px;
  background: linear-gradient(145deg, #fff, var(--surface));
  box-shadow: 0 4px 16px rgba(23, 36, 51, .025);
}

.search-hit:hover {
  border-color: transparent;
  box-shadow: var(--shadow-xs);
}

.search-hit strong {
  font-size: 16px;
}

.search-hit span {
  font-size: 14px;
}

.status-page {
  background: var(--surface);
}

.status-card {
  border: 1px solid rgba(217, 225, 228, .8);
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(23, 36, 51, .06);
}

.status-icon {
  border-radius: var(--r-card);
}

.status-card > p {
  font-size: 15px;
}

.verify-simple {
  background: #eef1f2;
}

.verify-simple::before {
  display: none;
}

.verify-simple-grid {
  grid-template-columns: minmax(0, .95fr) minmax(400px, .7fr);
  gap: clamp(42px, 6vw, 86px);
}

.verify-simple-copy h1 {
  font-weight: 600;
}

.verify-simple-copy > p,
.verify-simple-note {
  font-size: 14px;
}

.verify-simple-note,
.verify-simple-panel,
.lookup-panel {
  border: 0;
  border-radius: var(--r-panel);
  box-shadow: none;
}

.verify-simple-note {
  background: rgba(255, 255, 255, .72);
}

.verify-simple-panel {
  background: #fff;
}

/* Footer */
.site-footer,
.footer {
  background: #172433;
}

.footer-intro p,
.footer-brand p,
.footer-col a,
.footer-bottom,
.footer-note {
  font-size: 12px;
}

.implementation-note {
  font-size: 12.5px;
  line-height: 1.6;
}

.eyebrow-on-dark {
  background: rgba(255, 255, 255, .12);
  color: #d5eff0;
}

.eyebrow-on-dark::before {
  background: #9fd5d7;
}

.notice-box-spaced {
  margin-top: 24px;
}

@media (max-width: 1119px) {
  .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .desktop-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-toggle {
    display: grid;
  }
}

@media (max-width: 1024px) {
  .inner-hero-grid,
  .verify-simple-grid {
    grid-template-columns: 1fr;
  }

  .hero-side-note,
  .verify-simple-panel {
    max-width: 720px;
  }

  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-nav {
    position: static;
    display: flex;
    gap: 6px;
    overflow-x: auto;
  }

  .policy-nav strong {
    display: none;
  }

  .policy-nav a {
    flex: none;
    white-space: nowrap;
  }

  .simple-grid,
  .simple-grid:has(> :nth-child(5)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .simple-grid:not(:has(> :nth-child(2))) {
    grid-template-columns: minmax(0, 720px);
  }
}

@media (max-width: 767px) {
  :root {
    --header: 64px;
  }

  body {
    font-size: 15px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header,
  .header-inner {
    height: var(--header);
  }

  .header-actions {
    gap: 3px;
  }

  .header-actions #openSearch,
  .menu-toggle {
    display: grid;
    width: 40px;
    height: 40px;
  }

  .header-actions > .btn {
    display: none;
  }

  .logo-copy strong {
    font-size: 14px;
  }

  .logo-copy span {
    display: none;
  }

  .inner-hero {
    padding: 36px 0 46px;
  }

  .inner-hero h1,
  .verify-simple-copy h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .inner-lead,
  .verify-simple-copy > p {
    font-size: 15px;
  }

  .hero-actions-inline {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions-inline .btn {
    width: 100%;
  }

  .section,
  .content-section {
    padding: 52px 0;
  }

  .section-head,
  .content-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .section-title,
  .content-head h2 {
    font-size: 29px;
  }

  .simple-grid,
  .simple-grid:not(:has(> :nth-child(2))),
  .simple-grid:has(> :nth-child(5)),
  .split-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .simple-card {
    padding: 19px;
  }

  .simple-card h3 {
    font-size: 17px;
  }

  .simple-card p,
  .detail-row p,
  .process-item p,
  .native-faq p {
    font-size: 14px;
  }

  .process-line {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    margin-inline: 0;
    padding: 0;
  }

  .process-item {
    width: auto;
  }

  .policy-article h2,
  .policy-body h2,
  .article-body h2 {
    font-size: 24px;
  }

  .policy-article p,
  .policy-article li,
  .policy-body p,
  .policy-body li,
  .article-body p,
  .article-body li {
    font-size: 14.5px;
  }

  .status-card {
    padding: 28px 20px;
  }

  .status-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .status-actions .btn {
    width: 100%;
  }

  .verify-simple {
    min-height: auto;
    padding: 36px 0 50px;
  }

  .verify-simple-note {
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(calc(100% - 26px), var(--container));
  }

  .logo-mark {
    width: 35px;
    height: 35px;
  }

  .logo-copy strong {
    font-size: 13px;
  }

  .inner-hero h1,
  .verify-simple-copy h1 {
    font-size: 31px;
  }
}
