:root {
  color-scheme: light;
  --navy: #051218;
  --navy-soft: #0b2631;
  --blue: #1461a1;
  --blue-dark: #0d4b80;
  --teal: #0a8c8a;
  --orange: #e66e1a;
  --ink: #1f2429;
  --muted: #616970;
  --rule: #d1d6db;
  --band: #f2f5f7;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(5, 18, 24, 0.12);
  --radius: 18px;
  --reading-width: 760px;
  --page-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

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

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  border-radius: 4px;
  outline: 3px solid #ffb629;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 120ms ease-out;
}

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

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

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--navy);
  color: var(--white);
}

.site-nav {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 1.02rem;
  font-weight: 760;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.brand:hover {
  color: var(--white);
}

.brand img {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.nav-links {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.nav-links a {
  display: inline-flex;
  min-height: 44px;
  padding: 9px 14px;
  align-items: center;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(20, 97, 161, 0.42), transparent 35%),
    radial-gradient(circle at 68% 92%, rgba(10, 140, 138, 0.28), transparent 32%),
    linear-gradient(145deg, var(--navy), #09212b 65%, #0b2c39);
  color: var(--white);
}

.hero-grid {
  display: grid;
  min-height: 610px;
  padding-block: 82px;
  align-items: center;
  grid-template-columns: minmax(0, 1.28fr) minmax(250px, 0.72fr);
  gap: clamp(48px, 8vw, 110px);
}

.eyebrow {
  margin: 0 0 16px;
  color: #7ee0d6;
  font-size: 0.8rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 5.2rem);
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.hero .lede {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2.2vw, 1.32rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.store-badge-placeholder {
  display: inline-flex;
  min-width: 238px;
  min-height: 64px;
  margin-top: 24px;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  border: 1px dashed rgba(255, 255, 255, 0.48);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.store-badge-placeholder-title {
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 750;
}

.store-badge-placeholder-status {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 730;
  text-decoration: none;
}

.button-primary {
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.button-primary:hover {
  background: #f7fbfc;
  color: var(--navy);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.button-blue {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 10px 26px rgba(20, 97, 161, 0.2);
}

.button-blue:hover {
  background: var(--blue-dark);
  color: var(--white);
}

.hero-note {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
}

.hero-art::before {
  position: absolute;
  width: 118%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.hero-art img {
  position: relative;
  width: min(100%, 330px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25%;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.section {
  padding-block: 92px;
}

.section-band {
  border-block: 1px solid #e5e9ec;
  background: var(--band);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-heading p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.card {
  padding: 28px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(5, 18, 24, 0.04);
}

.card-number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 11px;
  background: #e9f3fb;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
}

.card h3 {
  margin: 0;
  font-size: 1.26rem;
  line-height: 1.25;
}

.card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.split {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 8vw, 100px);
}

.split h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.split-copy > :first-child {
  margin-top: 0;
}

.feature-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 15px 0 15px 32px;
  border-top: 1px solid var(--rule);
}

.feature-list li::before {
  position: absolute;
  top: 20px;
  left: 4px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--teal);
  border-radius: 50%;
  content: "";
}

.privacy-panel {
  overflow: hidden;
  border-radius: 24px;
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow);
}

.privacy-panel-grid {
  display: grid;
  padding: clamp(32px, 6vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
  gap: 50px;
}

.privacy-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.privacy-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.privacy-facts {
  display: grid;
  align-content: center;
  gap: 12px;
}

.privacy-fact {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.95rem;
  font-weight: 700;
}

.notice {
  padding: 24px 26px;
  border-left: 5px solid var(--orange);
  border-radius: 8px 14px 14px 8px;
  background: #fff7ef;
  color: #4a2a10;
}

.notice h2,
.notice h3 {
  margin: 0 0 8px;
  color: #5b2d0b;
  font-size: 1.1rem;
}

.notice p {
  margin: 0;
}

.page-hero {
  padding-block: 78px 70px;
  background:
    radial-gradient(circle at 88% 20%, rgba(20, 97, 161, 0.35), transparent 28%),
    linear-gradient(145deg, var(--navy), var(--navy-soft));
  color: var(--white);
}

.page-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.18rem;
}

.content-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(40px, 7vw, 86px);
}

.prose {
  max-width: var(--reading-width);
}

.prose h2 {
  margin: 52px 0 12px;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose .notice h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.prose h3 {
  margin: 32px 0 8px;
  font-size: 1.2rem;
}

.prose p,
.prose ul,
.prose ol {
  margin-block: 0 20px;
}

.prose li + li {
  margin-top: 8px;
}

.prose strong {
  color: #15191d;
}

.summary-box {
  margin-bottom: 40px;
  padding: 26px;
  border: 1px solid #bad4e8;
  border-radius: var(--radius);
  background: #edf7ff;
}

.summary-box h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.summary-box p:last-child {
  margin-bottom: 0;
}

.sidebar {
  position: sticky;
  top: 28px;
  padding: 24px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--band);
}

.sidebar h2 {
  margin: 0 0 12px;
  font-size: 1.12rem;
}

.sidebar p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar li + li {
  margin-top: 8px;
}

.sidebar a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  font-size: 0.94rem;
  font-weight: 650;
}

.contact-card {
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--rule);
  border-radius: 22px;
  background: var(--band);
}

.contact-card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  letter-spacing: -0.035em;
}

.contact-card p {
  max-width: 670px;
  margin: 12px 0 24px;
  color: var(--muted);
}

.email-address {
  overflow-wrap: anywhere;
  font-weight: 720;
}

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

.quick-help-grid .card ul {
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

details {
  margin-top: 24px;
  border: 1px solid var(--rule);
  border-radius: 12px;
  background: var(--white);
}

summary {
  min-height: 48px;
  padding: 13px 16px;
  cursor: pointer;
  font-weight: 720;
}

.license-text {
  margin: 0;
  padding: 0 18px 20px;
  overflow-x: auto;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  line-height: 1.55;
  white-space: pre-wrap;
}

.site-footer {
  padding-block: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--navy);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
}

.footer-grid p {
  max-width: 760px;
  margin: 0;
}

.footer-links {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
}

.site-footer a {
  color: var(--white);
}

.copyright {
  margin-top: 26px !important;
  color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 820px) {
  .hero-grid,
  .split,
  .privacy-panel-grid,
  .content-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-block: 64px 72px;
  }

  .hero-art {
    order: -1;
    justify-content: start;
  }

  .hero-art img {
    width: 160px;
    border-radius: 34px;
  }

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

  .sidebar {
    position: static;
    order: -1;
  }
}

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

  .shell {
    width: min(calc(100% - 28px), var(--page-width));
  }

  .site-nav {
    min-height: auto;
    padding-block: 13px 10px;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .brand img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .nav-links {
    width: 100%;
  }

  .nav-links li {
    flex: 1;
  }

  .nav-links a {
    justify-content: center;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .store-badge-placeholder {
    width: 100%;
  }

  .card-grid,
  .quick-help-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding-block: 68px;
  }

  .card {
    padding: 23px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .skip-link,
  .sidebar,
  .hero-actions,
  .store-badge-placeholder {
    display: none;
  }

  body {
    color: #000;
    font-size: 11pt;
  }

  .page-hero {
    padding: 0 0 24px;
    background: none;
    color: #000;
  }

  .page-hero p:not(.eyebrow),
  .eyebrow {
    color: #333;
  }

  .section {
    padding-block: 28px;
  }

  .content-layout {
    display: block;
  }

  a {
    color: #000;
  }
}
