:root {
  --bg: #07142c;
  --bg2: #102f55;
  --card: rgba(255,255,255,.075);
  --card2: rgba(255,255,255,.105);
  --line: rgba(255,255,255,.15);
  --text: #f7fbff;
  --muted: #bdc7dc;
  --soft: #8ea1c5;
  --accent: #69edf6;
  --accent2: #28a7ff;
  --brand1: #248eff;
  --brand2: #2ed7e6;
  --success: #50e6a7;
  --shadow: 0 24px 80px rgba(0,0,0,.28);
  --radius: 28px;
  --max: 1180px;
}
[data-theme="light"] {
  --bg: #f3f9ff;
  --bg2: #e8f4ff;
  --card: rgba(255,255,255,.8);
  --card2: rgba(255,255,255,.95);
  --line: rgba(10,33,66,.13);
  --text: #06152d;
  --muted: #41516d;
  --soft: #657491;
  --accent: #0878ff;
  --accent2: #25c9d9;
  --brand1: #0878ff;
  --brand2: #25c9d9;
  --success: #059669;
  --shadow: 0 22px 70px rgba(16,63,120,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
[data-theme="light"] { color-scheme: light; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% -8%, rgba(105,237,246,.22), transparent 30%),
    radial-gradient(circle at 84% 8%, rgba(36,142,255,.24), transparent 34%),
    linear-gradient(180deg, var(--bg), var(--bg2) 48%, var(--bg));
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before, body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
  filter: blur(10px);
  opacity: .72;
}
body::before { width: 520px; height: 520px; right: -220px; top: 120px; background: radial-gradient(circle, rgba(46,215,230,.20), transparent 62%); }
body::after { width: 600px; height: 600px; left: -260px; bottom: 8%; background: radial-gradient(circle, rgba(36,142,255,.18), transparent 62%); }
a { color: inherit; }
a:hover { color: var(--text); }
button { font: inherit; }
:focus-visible { outline: 3px solid rgba(105,237,246,.75); outline-offset: 4px; border-radius: 12px; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(5,15,35,.78);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 34px rgba(0,0,0,.10);
}
[data-theme="light"] .site-header { background: rgba(246,250,255,.88); }
.site-header .container { max-width: var(--max); padding: 0 24px; }
.nav { height: 86px; display: flex; align-items: center; justify-content: flex-start; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 54px; height: 54px; border-radius: 16px; object-fit: cover; box-shadow: var(--shadow); }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: 28px; margin-left: auto; color: var(--muted); font-weight: 800; font-size: 1rem; line-height: 1; }
.desktop-nav a { position: relative; text-decoration: none; white-space: nowrap; padding: 8px 0; }
.desktop-nav a:hover, .desktop-nav a.active, .desktop-nav a[aria-current="page"] { color: var(--text); }
.desktop-nav a.active::after, .desktop-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, var(--brand1), var(--brand2)); }
.nav-actions { display: flex; align-items: center; gap: 14px; min-width: 0; }
.theme-toggle, .menu-toggle { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); color: var(--text); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; flex: 0 0 auto; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.theme-toggle:hover, .menu-toggle:hover { transform: translateY(-1px); border-color: rgba(105,237,246,.38); background: var(--card2); }
.theme-toggle svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.theme-toggle .moon { display: none; }
[data-theme="light"] .theme-toggle .sun { display: none; }
[data-theme="light"] .theme-toggle .moon { display: block; }
.menu-toggle { display: none; flex-direction: column; gap: 4px; }
.menu-toggle span { display: block; width: 18px; height: 2px; border-radius: 999px; background: currentColor; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 24px; border-radius: 999px; border: 1px solid var(--line); text-decoration: none; font-weight: 900; color: var(--text); cursor: pointer; background: var(--card); line-height: 1; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-1px); border-color: rgba(105,237,246,.38); }
.btn.primary { background: linear-gradient(135deg, var(--brand1), var(--brand2)); color: #fff; border: 0; box-shadow: 0 18px 50px rgba(40,167,255,.32); }
.btn.primary:hover { box-shadow: 0 22px 64px rgba(40,167,255,.40); }
.desktop-beta { white-space: nowrap; }
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; z-index: 999; background: rgba(5,15,35,.96); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); padding: 14px 24px 22px; box-shadow: 0 20px 48px rgba(0,0,0,.22); }
[data-theme="light"] .mobile-menu { background: rgba(246,250,255,.96); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 14px 0; color: var(--muted); font-weight: 900; text-decoration: none; border-bottom: 1px solid var(--line); }
.mobile-menu a:last-child { border-bottom: 0; }
.mobile-menu a.active, .mobile-menu a[aria-current="page"] { color: var(--text); }
main { padding: 156px 0 76px; }
main > .container:first-child { max-width: 980px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 4.9rem); line-height: .96; letter-spacing: -.06em; margin: 0 0 16px; color: var(--text); text-wrap: balance; }
h2 { font-size: 1.55rem; margin: 34px 0 10px; letter-spacing: -.025em; color: var(--text); }
p, li { color: var(--muted); }
strong { color: var(--text); }
ul { padding-left: 1.25rem; }
.eyebrow { display: inline-flex; border: 1px solid rgba(105,237,246,.28); border-radius: 999px; padding: 7px 11px; color: var(--accent); background: rgba(105,237,246,.10); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; margin-bottom: 18px; }
.updated-inline { color: var(--soft); font-size: .94rem; margin: 0 0 22px; }
.card { position: relative; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(180deg, var(--card2), var(--card)); border-radius: 26px; padding: 28px; margin-top: 24px; box-shadow: var(--shadow); contain: layout paint; }
.card::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(105,237,246,.42), transparent); opacity: .7; }
.card > * { position: relative; }
.notice { border: 1px solid var(--line); background: var(--card); border-radius: 18px; padding: 16px; margin: 0 0 24px; color: var(--muted); }
footer { border-top: 1px solid var(--line); padding: 48px 0 112px; color: var(--muted); background: rgba(0,0,0,.08); }
.footer-grid { display: grid; grid-template-columns: minmax(260px,.9fr) minmax(540px,1.8fr); gap: 56px; align-items: start; }
.footer-slogan { color: var(--text); font-weight: 950; margin-bottom: 18px; }
.footer-links { display: grid; grid-template-columns: repeat(3,minmax(150px,1fr)); gap: 22px 44px; justify-items: start; }
.footer-group { display: grid; gap: 10px; align-content: start; }
.footer-group-title { color: var(--text); font-size: .78rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; opacity: .8; line-height: 1.2; }
.footer-links a { color: var(--muted); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; line-height: 1.4; }
.footer-links a:hover, .footer-meta a:hover { color: var(--text); }
.footer-meta { text-align: left; margin-top: 28px; line-height: 1.6; font-size: .92rem; max-width: 900px; }
.footer-meta p { margin: 0 0 10px; color: var(--muted); }
.footer-meta p:last-child { margin-bottom: 0; }
@media (max-width: 1100px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } .footer-links { grid-template-columns: repeat(3,minmax(140px,1fr)); } }
@media (max-width: 980px) { .desktop-nav { gap: 18px; font-size: .95rem; } .desktop-beta { display: none; } }
@media (max-width: 720px) {
  body::before, body::after { opacity: .35; filter: blur(6px); }
  .container, .site-header .container, footer .container { padding: 0 16px; }
  .nav { height: 72px; gap: 14px; }
  .brand img { width: 48px; height: 48px; border-radius: 14px; }
  .theme-toggle, .menu-toggle { width: 42px; height: 42px; }
  .desktop-nav, .nav-actions .desktop-beta { display: none !important; }
  .menu-toggle { display: inline-flex !important; }
  main { padding: 124px 0 56px; }
  h1 { font-size: clamp(2.25rem, 14vw, 3.6rem); }
  .card { padding: 22px; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-links { grid-template-columns: 1fr; gap: 22px; }
  .footer-slogan { margin-bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }



/* Shared header/footer/mobile consistency with landing page */
.nav { justify-content: flex-start; }
.desktop-nav { margin-left: auto; }
.nav-actions { margin-left: 0; display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.mobile-menu {
  display: none;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  background: rgba(5,15,35,.96);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 12px 24px 20px;
  box-shadow: none;
}
[data-theme="light"] .mobile-menu { background: rgba(246,250,255,.98); }
.mobile-menu.open { display: grid; gap: 8px; }
.mobile-menu a {
  display: block;
  padding: 13px 10px;
  border-radius: 14px;
  border-bottom: 0;
  text-decoration: none;
  color: var(--muted);
  font-weight: 800;
}
.mobile-menu a:hover, .mobile-menu a.active, .mobile-menu a[aria-current="page"] {
  background: var(--card);
  color: var(--text);
}
.footer-links a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
@media (max-width: 899px) {
  body { padding-bottom: 0; }
  .site-header { position: fixed; }
  .site-header .container, .container, footer .container { padding: 0 20px; }
  .nav { height: 72px; justify-content: flex-start; gap: 14px; }
  .brand { flex: 0 0 auto; }
  .brand img { width: 48px; height: 48px; border-radius: 14px; }
  .desktop-nav, .nav-actions .desktop-beta { display: none !important; }
  .nav-actions { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
  .theme-toggle, .menu-toggle { width: 42px; height: 42px; flex: 0 0 42px; }
  .menu-toggle { display: inline-flex !important; }
  .mobile-menu { padding: 12px 20px 20px; }
  .mobile-menu.open { display: grid; gap: 8px; }
  .mobile-menu a { border-bottom: 0 !important; padding: 13px 10px; border-radius: 14px; }
  main { padding-top: 124px; }
}
@media (max-width: 560px) {
  .site-header .container, .container, footer .container { padding: 0 20px; }
}



/* Mobile overflow hardening and performance cleanup */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
@supports not (overflow: clip) {
  html,
  body { overflow-x: hidden; }
}
img,
svg,
video,
canvas {
  max-width: 100%;
}
.container,
.site-header,
.mobile-menu,
main,
section,
footer,
.footer-grid,
.footer-links,
.card,
.quote-card,
.form-card,
.phone-wrap,
.preview,
.hero-grid,
.grid-2,
.grid-3,
.steps,
.trust-box,
.route-diagram {
  min-width: 0;
}
.btn,
.theme-toggle,
.menu-toggle {
  flex-shrink: 0;
}
.amount-row > *,
.card > *,
.footer-grid > *,
.footer-links > *,
.field,
.form-grid > * {
  min-width: 0;
}
.amount-row strong,
.recipient,
h1,
h2,
h3,
p,
li,
a {
  overflow-wrap: anywhere;
}
@media (max-width: 899px) {
  .container,
  .site-header .container,
  footer .container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav {
    width: 100%;
    min-width: 0;
    gap: 10px;
  }
  .brand {
    flex: 0 0 auto;
    min-width: 0;
  }
  .nav-actions {
    margin-left: auto;
    min-width: 0;
    gap: 8px;
  }
  .theme-toggle,
  .menu-toggle {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .mobile-menu {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .mobile-bottom-bar {
    max-width: calc(100% - 28px);
  }
  .phone-frame {
    max-width: 100%;
  }
  .quote-main {
    padding: 20px;
  }
  .recipient {
    font-size: clamp(1.18rem, 6vw, 1.48rem);
  }
}
@media (max-width: 420px) {
  .container,
  .site-header .container,
  footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .quote-card,
  .form-card,
  .card {
    padding-left: 18px;
    padding-right: 18px;
  }
  .quote-main {
    padding: 16px;
  }
}


/* Final polish optimization */
:focus-visible { outline: 3px solid rgba(105,237,246,.55); outline-offset: 3px; }
.card { box-shadow: 0 18px 54px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.08); }
[data-theme="light"] .card { box-shadow: 0 18px 54px rgba(16,63,120,.09), inset 0 1px 0 rgba(255,255,255,.70); }
.card h2, .card h3 { text-wrap: balance; }
@media (max-width:899px){ .card{ box-shadow: 0 12px 34px rgba(0,0,0,.10); } body::before,body::after{ display:none; } }
.legal-polish-marker{display:none}.card{box-shadow:0 18px 58px rgba(0,0,0,.10)}@media(hover:hover) and (pointer:fine){.card:hover{border-color:rgba(105,237,246,.24);box-shadow:0 24px 70px rgba(0,0,0,.13)}}@media(max-width:680px){body::before,body::after{opacity:.38;filter:blur(6px)}.card{box-shadow:0 10px 34px rgba(0,0,0,.08)}}



/* Header layout parity with landing page */
.site-header .container {
  max-width: var(--max);
  padding-left: 24px;
  padding-right: 24px;
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  color: var(--muted);
  font-weight: 800;
  font-size: 1rem;
  line-height: normal;
}
.nav-actions {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.theme-toggle,
.menu-toggle {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}
.theme-toggle svg {
  width: 20px;
  height: 20px;
  display: block;
}
@media (max-width: 980px) {
  .desktop-nav { gap: 18px; font-size: .88rem; }
}
@media (max-width: 760px) {
  .site-header { position: fixed; }
  .site-header .container,
  .container,
  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav {
    height: 72px;
    gap: 10px;
  }
  .nav-actions {
    margin-left: auto;
    gap: 8px;
  }
  .theme-toggle,
  .menu-toggle {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }
  .theme-toggle svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 420px) {
  .site-header .container,
  .container,
  footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Shared legal-page polish */
main .container { max-width: 980px; }
.legal-hero { padding-top: 10px; }
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 24px;
  color: var(--muted);
  font-weight: 800;
  font-size: .92rem;
}
.meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
}
[data-theme="light"] .meta-row span { background: rgba(255,255,255,.72); }
.summary-card, .notice-card, .download-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px 24px;
  margin: 18px 0;
  background: linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.055));
  box-shadow: 0 20px 60px rgba(0,0,0,.16);
}
[data-theme="light"] .summary-card,
[data-theme="light"] .notice-card,
[data-theme="light"] .download-card { background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,248,255,.82)); box-shadow: var(--shadow); }
.summary-card h2, .notice-card h2, .download-card h2 { margin-top: 0; }
.summary-card p:last-child, .notice-card p:last-child, .download-card p:last-child { margin-bottom: 0; }
.notice-card {
  border-color: rgba(105,237,246,.32);
  background: linear-gradient(135deg, rgba(105,237,246,.14), rgba(36,142,255,.07));
}
.download-card { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.download-card p { margin: 0; color: var(--muted); }
.card {
  margin-top: 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.06));
}
.card h2 { padding-top: 18px; border-top: 1px solid var(--line); }
.card h2:first-child { padding-top: 0; border-top: 0; }
.footer-group a[aria-current="page"] { color: var(--text); font-weight: 900; }
@media (max-width: 720px) {
  .download-card { align-items: stretch; flex-direction: column; }
  .download-card .btn { width: 100%; justify-content: center; }
  .summary-card, .notice-card, .download-card { padding: 20px; border-radius: 22px; }
}



/* Theme toggle parity with landing page */
.theme-toggle,
.menu-toggle {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}
.theme-toggle svg {
  width: 20px !important;
  height: 20px !important;
  display: block;
  flex: 0 0 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
@media (max-width: 899px) {
  .theme-toggle,
  .menu-toggle {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }
}


/* Public information pages */
.page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.info-tile { border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); border-radius: 24px; padding: 22px; box-shadow: var(--shadow); }
.info-tile h2, .info-tile h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.02rem; }
.info-tile p { margin: 0; color: var(--muted); line-height: 1.65; }
[data-theme="light"] .info-tile { background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,248,255,.82)); box-shadow: var(--shadow); }
@media (max-width: 860px) { .page-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .legal-hero { padding-top: 42px; } .card, .summary-card, .notice-card, .download-card, .info-tile { border-radius: 22px; } }

.card h2:first-child, .summary-card h2:first-child, .notice-card h2:first-child, .info-tile h2:first-child { margin-top: 0 !important; }


/* Final header parity with landing page */
.site-header .container {
  max-width: var(--max) !important;
  padding: 0 24px !important;
}
.nav {
  height: 86px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}
.brand img {
  width: 54px !important;
  height: 54px !important;
  border-radius: 16px !important;
}
.desktop-nav {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  margin-left: auto !important;
  color: var(--muted) !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: normal !important;
}
.desktop-nav a {
  text-decoration: none !important;
  white-space: nowrap !important;
  padding: 0 !important;
}
.nav-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-left: 0 !important;
}
.theme-toggle,
.menu-toggle {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
  border-radius: 50% !important;
}
.theme-toggle svg {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
}
.btn {
  min-height: 48px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  line-height: normal !important;
}
.desktop-beta {
  font-size: 16px !important;
  white-space: nowrap !important;
}
@media (max-width: 980px) {
  .desktop-nav { gap: 18px !important; font-size: .88rem !important; }
  .desktop-beta { display: none !important; }
}
@media (max-width: 899px) {
  .site-header .container,
  .container,
  footer .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .nav {
    height: 72px !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 10px !important;
  }
  .nav-actions {
    margin-left: auto !important;
    min-width: 0 !important;
    gap: 8px !important;
  }
  .theme-toggle,
  .menu-toggle {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
  }
  .theme-toggle svg {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 420px) {
  .site-header .container,
  .container,
  footer .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Public-page trust polish and link cleanup */
.page-subtitle { color: var(--muted); font-size: 1.08rem; line-height: 1.65; max-width: 820px; margin-bottom: 14px; }
.support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.support-grid .info-tile:last-child { grid-column: 1 / -1; }
.footer-status { color: var(--text) !important; font-weight: 900; }
.text-link, .email-link, .info-tile a, .card a, .summary-card a, .notice-card a, .download-card a:not(.btn), .footer-meta a {
  color: var(--accent) !important;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  overflow-wrap: break-word;
  word-break: normal;
}
.text-link:hover, .email-link:hover, .info-tile a:hover, .card a:hover, .summary-card a:hover, .notice-card a:hover, .download-card a:not(.btn):hover, .footer-meta a:hover { color: var(--text) !important; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 860px) { .support-grid { grid-template-columns: 1fr; } .support-grid .info-tile:last-child { grid-column: auto; } }
@media (max-width: 720px) { .page-subtitle { font-size: 1rem; } }


/* v10 CTA and narrow-screen safeguards */
.desktop-beta { white-space: nowrap; }
@media (max-width: 430px) {
  .btn { min-height: 46px; padding: 0 18px; }
  .legal-hero { padding-top: 112px; }
}
