:root {
  color-scheme: light;
  --navy: #11161f;
  --navy-soft: #1f2938;
  --slate: #646f7c;
  --sage: #1b8057;
  --sage-dark: #125d3f;
  --sage-soft: #e6f6ed;
  --blue: #2552a0;
  --blue-soft: #eaf2fc;
  --amber: #99570f;
  --amber-soft: #fff0cf;
  --coral: #be3227;
  --coral-soft: #fbe0dc;
  --background: #f5f7f9;
  --surface: #ffffff;
  --surface-soft: #f9fafb;
  --border: #d4dbe3;
  --shadow: 0 22px 54px rgba(17, 22, 31, 0.08);
  --shadow-soft: 0 10px 30px rgba(17, 22, 31, 0.06);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --content: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--navy);
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 82, 160, 0.10), transparent 31rem),
    radial-gradient(circle at 88% 4%, rgba(27, 128, 87, 0.10), transparent 27rem),
    var(--background);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: var(--blue);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
}

a:hover {
  color: var(--sage-dark);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(37, 82, 160, 0.35);
  outline-offset: 4px;
  border-radius: 8px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 10px;
  color: #fff;
  background: var(--navy);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(212, 219, 227, 0.86);
  background: rgba(249, 250, 251, 0.90);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-inner,
.page-shell,
.footer-inner {
  width: min(var(--content), calc(100% - 40px));
  margin-inline: auto;
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(17, 22, 31, 0.16);
}

.site-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--slate);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--navy);
  background: #fff;
  box-shadow: 0 2px 10px rgba(17, 22, 31, 0.07);
}

.page-shell {
  padding-block: 72px 88px;
}

.page-shell,
.page-intro,
.support-grid,
.info-card,
.legal-layout,
.legal-article {
  min-width: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  align-items: center;
  gap: 54px;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(212, 219, 227, 0.9);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.hero::after {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -85px;
  bottom: -130px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 82, 160, 0.16), rgba(27, 128, 87, 0.18));
  content: "";
  filter: blur(2px);
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(27, 128, 87, 0.18);
  border-radius: 999px;
  color: var(--sage-dark);
  background: var(--sage-soft);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
  content: "";
  box-shadow: 0 0 0 4px rgba(27, 128, 87, 0.12);
}

h1,
h2,
h3 {
  overflow-wrap: break-word;
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(42px, 6.3vw, 72px);
  line-height: 0.98;
}

.hero-lede {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--slate);
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--navy);
  border-radius: 14px;
  color: #fff;
  background: var(--navy);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(17, 22, 31, 0.14);
}

.button:hover {
  color: #fff;
  background: var(--navy-soft);
}

.button.secondary {
  border-color: var(--border);
  color: var(--navy);
  background: #fff;
  box-shadow: none;
}

.button.secondary:hover {
  border-color: #b6c0cb;
  color: var(--navy);
  background: var(--surface-soft);
}

.hero-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(212, 219, 227, 0.82);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #f9fbff, #edf7f1);
}

.quick-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
}

.quick-row strong,
.quick-row span {
  display: block;
}

.quick-row strong {
  font-size: 15px;
}

.quick-row span {
  color: var(--slate);
  font-size: 13px;
  line-height: 1.4;
}

.quick-icon,
.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sage-dark);
  background: var(--sage-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.quick-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.section-heading {
  max-width: 720px;
  margin: 72px 0 26px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--slate);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.link-card,
.info-card,
.contact-card,
.legal-article,
.legal-toc {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.link-card {
  min-height: 218px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-radius: var(--radius-lg);
  color: var(--navy);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.link-card:hover {
  transform: translateY(-3px);
  border-color: #b7c1cd;
  color: var(--navy);
  box-shadow: var(--shadow);
}

.card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 30px;
  border-radius: 14px;
}

.link-card:nth-child(2) .card-icon {
  color: var(--blue);
  background: var(--blue-soft);
}

.link-card:nth-child(3) .card-icon {
  color: var(--amber);
  background: var(--amber-soft);
}

.link-card:nth-child(4) .card-icon {
  color: var(--coral);
  background: var(--coral-soft);
}

.link-card h3 {
  margin: auto 0 8px;
  font-size: 24px;
  line-height: 1.15;
}

.link-card p {
  margin: 0;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.5;
}

.page-intro {
  max-width: 800px;
  margin-bottom: 38px;
  text-align: center;
  margin-inline: auto;
}

.page-intro h1 {
  max-width: none;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.02;
}

.page-intro p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--slate);
  font-size: clamp(18px, 2vw, 21px);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.info-card {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.info-card.wide {
  grid-column: 1 / -1;
}

.info-card h2 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.15;
}

.info-card p {
  margin: 0 0 13px;
  color: var(--slate);
}

.info-card p:last-child,
.info-card ul:last-child,
.info-card ol:last-child {
  margin-bottom: 0;
}

.steps,
.check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.steps {
  counter-reset: support-step;
}

.steps li,
.check-list li {
  position: relative;
  padding: 13px 0 13px 46px;
  border-top: 1px solid #e6eaee;
}

.steps li:first-child,
.check-list li:first-child {
  border-top: 0;
}

.steps li {
  counter-increment: support-step;
}

.steps li::before,
.check-list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--sage-dark);
  background: var(--sage-soft);
  font-size: 13px;
  font-weight: 900;
}

.steps li::before {
  content: counter(support-step);
}

.check-list li::before {
  content: "✓";
}

.warning-list li::before {
  color: var(--coral);
  background: var(--coral-soft);
  content: "×";
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.contact-card h2 {
  margin: 0 0 5px;
  font-size: 26px;
}

.contact-card p {
  margin: 0;
  color: var(--slate);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
}

.faq-list summary {
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  margin-left: 14px;
  color: var(--sage);
  content: "+";
  font-size: 22px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details div {
  padding: 0 20px 18px;
  color: var(--slate);
}

.faq-list details p {
  margin: 0;
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 102px;
  padding: 20px;
  border-radius: var(--radius-md);
  scrollbar-width: none;
}

.legal-toc::-webkit-scrollbar {
  display: none;
}

.legal-toc strong {
  display: block;
  margin-bottom: 11px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 7px 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.legal-toc a:hover {
  color: var(--sage-dark);
}

.legal-article {
  padding: clamp(26px, 5vw, 52px);
  border-radius: var(--radius-xl);
}

.legal-article section + section {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #e4e8ec;
}

.legal-article h2 {
  margin: 0 0 14px;
  font-size: clamp(25px, 3vw, 32px);
  line-height: 1.15;
  scroll-margin-top: 112px;
}

.legal-article h3 {
  margin: 24px 0 9px;
  font-size: 19px;
}

.legal-article p {
  margin: 0 0 16px;
}

.legal-article p:last-child {
  margin-bottom: 0;
}

.legal-article ul,
.legal-article ol {
  margin: 12px 0 18px;
  padding-left: 1.35em;
}

.legal-article li + li {
  margin-top: 9px;
}

.effective-date {
  display: inline-block;
  margin-top: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--slate);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 3px 14px rgba(17, 22, 31, 0.06);
}

.note {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--sage);
  border-radius: 0 14px 14px 0;
  background: var(--sage-soft);
}

.site-footer {
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.8);
}

.footer-inner {
  min-height: 124px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 26px;
}

.footer-copy {
  color: var(--slate);
  font-size: 14px;
}

.footer-copy strong {
  display: block;
  color: var(--navy);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.footer-links a {
  color: var(--slate);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--sage-dark);
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 72px;
  }

  .brand span {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-row {
    grid-template-columns: 1fr;
    align-content: start;
  }

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

  .legal-toc {
    position: static;
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 12px;
  }

  .legal-toc strong {
    display: none;
  }

  .legal-toc a {
    flex: 0 0 auto;
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--surface-soft);
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .header-inner,
  .page-shell,
  .footer-inner {
    width: min(100% - 28px, var(--content));
  }

  .header-inner {
    gap: 10px;
    overflow: hidden;
  }

  .brand img {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .site-nav a {
    padding: 8px 9px;
    font-size: 13px;
  }

  .site-nav {
    flex: 1 1 auto;
  }

  .page-shell {
    padding-block: 38px 60px;
  }

  .hero {
    padding: 28px 22px;
    border-radius: 24px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .quick-row {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .card-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .info-card.wide {
    grid-column: auto;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-card .button {
    width: 100%;
  }

  .legal-article {
    border-radius: 22px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
