:root{--primary:#086B70;--primaryHover:#05595E;--primaryPressed:#034A50;--primarySoft:#DFF3F3;--background:#F3F8FA;--surface:#FFFFFF;--textPrimary:#03243F;--textSecondary:#486273}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  color: var(--textPrimary);
  background: var(--surface);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: var(--primary);
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1.5px;
}
a:hover {
  color: var(--primaryHover);
}
a:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 5px;
  border-radius: 3px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(2.4rem, 4.7vw, 4.4rem);
  font-weight: 750;
}
h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}
h3 {
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}
p + p {
  margin-top: 1rem;
}
p {
  text-wrap: pretty;
}
.container {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
}
.site-header {
  background: var(--textPrimary);
  color: white;
  border-bottom: 1px solid #ffffff26;
}
.header-row,
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.header-row {
  min-height: 100px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 750;
  letter-spacing: -0.04em;
}
.brand img {
  border-radius: 10px;
}
.brand:hover {
  color: white;
}
nav {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  flex-wrap: wrap;
}
nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-size: 1rem;
}
.site-header nav a {
  color: #c5dfe5;
}
nav a[aria-current="page"],
nav a:hover {
  text-decoration: underline;
}
.site-header nav a[aria-current="page"] {
  color: white;
}
.skip {
  position: absolute;
  top: -120px;
  left: 1rem;
  padding: 0.75rem 1.25rem;
  background: white;
  z-index: 2;
}
.skip:focus {
  top: 1rem;
}
.hero {
  background: var(--textPrimary);
  color: #f1f9fa;
  padding: 78px 0 70px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.eyebrow {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.hero .eyebrow {
  color: #6fe0de;
}
.lead {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--textSecondary);
}
.hero .lead {
  color: #c6dce4;
  margin-top: 1.65rem;
}
.hero h1 {
  max-width: 740px;
}
.hero-art img {
  display: block;
  width: 100%;
  border-radius: 25%;
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
  margin-top: 2rem;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1.25rem;
  min-height: 48px;
  border-radius: 8px;
  font-weight: 650;
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  background: var(--primary);
  text-decoration: none;
}
.button:hover {
  color: white;
  background: var(--primaryHover);
}
.button-bright {
  background: #77e2dc;
  color: var(--textPrimary);
}
.button-bright:hover {
  background: #a0f1eb;
  color: var(--textPrimary);
}
.text-link {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  min-height: 44px;
  font-weight: 650;
  font-size: 1rem;
}
.hero .text-link {
  color: #eefbfc;
}
.availability {
  color: #bdd5df;
  font-size: 0.84rem;
  margin-top: 1.6rem;
}
.section-space {
  padding-block: 80px;
}
.section-intro {
  max-width: 800px;
}
.section-intro h2 + p {
  margin-top: 1.4rem;
}
.steps {
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}
.steps li {
  border-top: 1px solid #c0d4d7;
  padding-top: 1.4rem;
}
.step-number {
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 1rem;
}
.steps p {
  margin-top: 1rem;
  color: var(--textSecondary);
  font-size: 1rem;
}
.reading-band {
  background: var(--background);
  padding-block: 68px;
}
.reading-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 80px;
  align-items: start;
}
.reading-grid h2 + p,
.headphone-note h3 + p {
  margin-top: 1.2rem;
  color: var(--textSecondary);
}
.headphone-note {
  border-left: 3px solid var(--primary);
  padding-left: 28px;
}
.headphone-note p {
  font-size: 1rem;
}
.headphone-note a {
  margin-top: 1rem;
}
.disclaimer-wrap {
  padding-block: 32px;
}
.disclaimer {
  font-size: 0.88rem;
  color: var(--textSecondary);
  line-height: 1.7;
  max-width: 900px;
}
.site-footer {
  border-top: 1px solid #d7e3e7;
  background: var(--background);
  padding-block: 35px;
}
.footer-brand {
  font-size: 1.15rem;
  font-weight: 750;
}
.footer-row p {
  color: var(--textSecondary);
  font-size: 0.88rem;
  margin-top: 0.25rem;
}
.page-shell {
  padding-block: 65px 85px;
}
.page-intro {
  max-width: 830px;
  margin-bottom: 3.2rem;
}
.page-intro .lead {
  margin-top: 1.3rem;
}
.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  align-items: start;
  gap: 80px;
}
.prose-section {
  margin-bottom: 2.2rem;
}
.prose-section h2 {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
}
.prose-section p {
  color: var(--textSecondary);
}
.contact-panel {
  background: var(--background);
  border-radius: 14px;
  padding: 30px;
}
.contact-panel h2 {
  font-size: 1.65rem;
}
.contact-panel p {
  font-size: 1rem;
  margin-top: 1rem;
  color: var(--textSecondary);
}
.contact-panel .button {
  margin-top: 1.5rem;
}
.email {
  font-size: 1rem;
  margin-top: 0.9rem;
  overflow-wrap: anywhere;
}
.privacy {
  max-width: 820px;
}
.privacy h1 {
  font-size: clamp(2.3rem, 4.2vw, 3.6rem);
}
.effective-date {
  font-size: 0.9rem;
  color: var(--textSecondary);
  margin-top: 1.2rem;
}
.provider-links {
  padding-left: 1.25rem;
}
.provider-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
@media (max-width: 850px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 30px;
  }
  .hero {
    padding-block: 55px;
  }
  .support-layout {
    gap: 35px;
  }
  .reading-grid {
    gap: 40px;
  }
  .contact-panel {
    padding: 24px;
  }
}
@media (max-width: 650px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-row {
    min-height: 88px;
    flex-wrap: wrap;
    gap: 4px 24px;
    padding-block: 14px;
  }
  .brand {
    font-size: 1.4rem;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  nav {
    gap: 1rem;
  }
  .header-row nav {
    width: 100%;
  }
  nav a {
    font-size: 0.95rem;
  }
  .hero-grid,
  .reading-grid,
  .support-layout,
  .steps {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-art {
    display: none;
  }
  .hero {
    padding-block: 43px 48px;
  }
  h1 {
    font-size: clamp(2.2rem, 7.8vw, 3rem);
  }
  .section-space {
    padding-block: 50px;
  }
  .steps {
    gap: 26px;
    margin-top: 2rem;
  }
  .steps li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 0 10px;
  }
  .step-number {
    margin: 0.15rem 0 0;
  }
  .steps p {
    grid-column: 2;
    margin-top: 0.75rem;
  }
  .reading-band {
    padding-block: 45px;
  }
  .footer-row {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
  .page-shell {
    padding-block: 40px 55px;
  }
  .page-intro {
    margin-bottom: 2.5rem;
  }
}
@media (forced-colors: active) {
  .button {
    border: 1px solid ButtonText;
  }
  .hero,
  .site-header {
    border-bottom: 1px solid CanvasText;
  }
}
