:root {
  --primary: #ad4628;
  --primary-dark: #923a21;
  --accent: #e8764b;
  --secondary: #2d5a4a;
  --cream: #f5f3ec;
  --warm-white: #fffcf9;
  --text: #2c3e38;
  --text-light: #5a6b65;
  --border: #deded3;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--text);
  background: var(--warm-white);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { color: var(--secondary); }
h1, h2, .logo, .footer-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
}
h1, h2 { text-wrap: balance; letter-spacing: -.035em; }
h2 { font-size: clamp(32px, 3.5vw, 44px); line-height: 1.17; }
h3 { font-size: 20px; font-weight: 600; line-height: 1.35; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 5px; }
[id] { scroll-margin-top: 104px; }
.container { width: min(100% - 64px, 1200px); margin-inline: auto; }
.container > * { min-width: 0; }
.skip-link {
  position: fixed;
  z-index: 10;
  top: 12px;
  left: 16px;
  padding: 12px 20px;
  background: white;
  border: 1px solid var(--secondary);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

/* A quiet header keeps the phone number easy to find. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: var(--warm-white);
  border-bottom: 1px solid var(--border);
}
.site-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 84px;
  padding-block: 12px;
}
.logo, .footer-logo {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.04em;
  text-decoration: none;
  color: var(--secondary);
}
.logo span, .footer-logo span { color: var(--primary); }
.nav-cta, .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--primary);
  color: white;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  text-decoration: none;
  text-align: center;
  transition: background-color .18s ease, border-color .18s ease;
}
.nav-cta { min-height: 48px; padding: 11px 18px; font-size: 15px; }
.nav-cta:hover, .cta-button:hover { background: var(--primary-dark); }
.cta-button svg { width: 19px; height: 19px; }

.hero { padding: 64px 0 72px; background: var(--cream); }
.hero .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
.hero-badge {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 440px;
  margin-bottom: 24px;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}
.hero-badge svg { margin-top: 1px; }
.hero h1 { font-size: clamp(42px, 4.6vw, 60px); line-height: 1.1; margin-bottom: 24px; }
.hero h1 em { font-style: normal; color: var(--primary); }
.hero-content > p { max-width: 510px; margin-bottom: 30px; color: var(--text-light); }
.hero-image { padding: 12px 0 0 12px; position: relative; }
.hero-image::before {
  content: '';
  position: absolute;
  inset: 0 20px 20px 0;
  border: 1px solid #c3cdbf;
  border-radius: 22px;
}
.hero-image img { position: relative; width: 100%; border-radius: 18px; }

/* Recognizable coverage, with a clear path to an individual check. */
.insurance-strip { padding: 30px 0; border-bottom: 1px solid var(--border); background: white; }
.insurance-strip .container { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 48px; align-items: center; }
.insurance-intro > p { font-size: 16px; line-height: 1.5; font-weight: 500; }
.coverage-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 600; color: var(--primary); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.insurance-logos { list-style: none; display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 16px 24px; }
.insurance-logos li { display: flex; align-items: center; justify-content: center; flex: 0 1 175px; min-height: 48px; }
.insurance-logos img { width: 175px; height: auto; }
.insurance-logos .aetna-logo { width: 140px; }
.insurance-logos .medicare-mark { display: block; text-align: center; color: #263f5c; font-size: 15px; line-height: 1.2; }
.medicare-mark strong { display: block; font-size: 24px; font-weight: 600; letter-spacing: -.03em; }
.insurance-note { margin-top: 14px; text-align: center; font-size: 13px; color: var(--text-light); }

.services, .how-it-works, .faq { padding: 80px 0; }
.section-header { max-width: 640px; margin-bottom: 36px; }
.section-header h2 { margin-bottom: 16px; }
.section-header p { color: var(--text-light); }
.services > .container > .section-header { max-width: 750px; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { padding: 28px; border: 1px solid var(--border); border-radius: 16px; background: white; }
.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  background: #eef2eb;
  color: var(--secondary);
  border-radius: 12px;
}
.service-icon svg { width: 24px; height: 24px; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { color: var(--text-light); font-size: 17px; }

.how-it-works { background: var(--cream); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.step { position: relative; }
.step::before { content: ''; position: absolute; left: 64px; right: 0; top: 23px; height: 1px; background: #c5cebf; }
.step:last-child::before { display: none; }
.step-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--secondary);
  color: white;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 24px;
}
.step h3 { margin-bottom: 12px; }
.step p { max-width: 330px; color: var(--text-light); font-size: 17px; }

/* One compact panel keeps coverage and the next step together. */
.coverage { padding: 64px 0; }
.coverage-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; padding: 36px; border: 1px solid #cbd6c8; border-radius: 20px; background: #f3f6f0; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .09em; color: var(--secondary); margin-bottom: 14px; }
.coverage h2 { margin-bottom: 20px; }
.coverage-copy > p:last-child { color: var(--text-light); max-width: 520px; font-size: 17px; }
.coverage-copy strong { color: var(--secondary); font-weight: 600; }
.coverage-action { padding-left: 32px; border-left: 1px solid #cbd6c8; align-self: center; }
.coverage-action h3 { margin-bottom: 14px; }
.coverage-action p { color: var(--text-light); font-size: 17px; margin-bottom: 24px; }

.faq { border-top: 1px solid var(--border); }
.faq .container { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 80px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; min-height: 64px; color: var(--secondary); font-size: 18px; font-weight: 600; line-height: 1.5; list-style: none; cursor: pointer; }
.faq-question::-webkit-details-marker { display: none; }
.faq-toggle { position: relative; width: 24px; height: 24px; flex-shrink: 0; color: var(--primary); }
.faq-toggle::before, .faq-toggle::after { content: ''; position: absolute; background: currentColor; inset: 11px 5px; }
.faq-toggle::after { transform: rotate(90deg); }
.faq-item[open] .faq-toggle::after { display: none; }
.faq-answer { padding: 0 36px 24px 0; color: var(--text-light); font-size: 17px; }
.faq-answer a { display: inline-flex; align-items: center; min-height: 44px; text-underline-offset: 3px; }
.faq-question:hover { color: var(--primary); }

.final-cta { padding: 64px 0; background: var(--secondary); color: var(--warm-white); }
.final-cta .container { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 56px; align-items: center; }
.final-cta h2 { max-width: 650px; color: inherit; }
.final-cta p { max-width: 680px; margin-top: 20px; font-size: 17px; color: #e5ebe0; }
.final-cta .cta-button { background: var(--warm-white); color: var(--secondary); }
.final-cta .cta-button:hover { background: #e9eee3; }
.final-cta :focus-visible { outline-color: white; }

footer { padding: 20px 0; background: var(--cream); }
.footer-content { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.footer-logo { font-size: 25px; }
.footer-phone { display: inline-flex; align-items: center; min-height: 44px; font-size: 16px; font-weight: 600; color: var(--secondary); text-decoration: none; }
.footer-phone:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px 24px; align-items: center; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; text-decoration: none; color: var(--text-light); }
.footer-links a:hover { color: var(--primary); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 4px 24px; margin-top: 10px; padding-top: 12px; border-top: 1px solid var(--border); }
.footer-bottom p { font-size: 13px; color: var(--text-light); }

.legal-page main.container { max-width: 780px; }
.legal-content { padding: 64px 0 80px; overflow-wrap: break-word; }
.legal-content h1 { font-size: clamp(36px, 5vw, 48px); line-height: 1.2; margin-bottom: 12px; }
.legal-content .legal-updated { font-size: 14px; color: var(--text-light); margin-bottom: 40px; }
.legal-content h2 { font-family: 'Inter', sans-serif; font-size: 22px; letter-spacing: -.02em; margin: 36px 0 16px; line-height: 1.4; text-wrap: initial; }
.legal-content p, .legal-content li { font-size: 17px; line-height: 1.8; margin-bottom: 16px; }
.legal-content ul { margin: 16px 0 24px 24px; }
.optin-screenshot { width: 280px; margin: 24px auto; border: 1px solid var(--border); border-radius: 20px; }
.legal-content .screenshot-caption { text-align: center; color: var(--text-light); font-size: 14px; margin-bottom: 32px; }

@media (max-width: 1023px) {
  .container { width: calc(100% - 48px); }
  .hero { padding: 48px 0 56px; }
  .hero .container { max-width: 720px; grid-template-columns: 1fr; gap: 36px; }
  .hero h1 { max-width: 640px; font-size: clamp(42px, 6.5vw, 58px); }
  .hero-content > p { max-width: 600px; }
  .hero-image { max-width: 640px; }
  .insurance-strip .container { grid-template-columns: 1fr; gap: 20px; }
  .insurance-intro { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
  .insurance-intro > p { max-width: 420px; }
  .coverage-link { flex-shrink: 0; }
  .services, .how-it-works, .faq { padding: 64px 0; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { gap: 24px; }
  .step p { font-size: 16px; }
  .coverage { padding: 48px 0; }
  .coverage-panel { grid-template-columns: 1fr; gap: 24px; padding: 28px; }
  .coverage-copy > p:last-child { max-width: none; }
  .coverage-action { padding: 24px 0 0; border-left: 0; border-top: 1px solid #cbd6c8; }
  .faq .container { gap: 36px; }
  .faq .container { grid-template-columns: 1fr; }
  .faq .section-header { margin-bottom: 0; }
  .final-cta .container { grid-template-columns: 1fr; gap: 28px; }
  .final-cta .cta-button { justify-self: start; }
  .footer-links { gap: 2px 20px; }
}

@media (max-width: 767px) {
  .site-header nav { min-height: 72px; }
  [id] { scroll-margin-top: 92px; }
  .steps { grid-template-columns: 1fr; gap: 0; }
  .step { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 0 20px; padding-bottom: 32px; }
  .step:last-child { padding-bottom: 0; }
  .step::before { left: 21px; right: auto; top: 52px; bottom: 8px; height: auto; width: 1px; }
  .step-number { grid-row: span 2; width: 44px; height: 44px; margin: 0; }
  .step h3 { padding-top: 8px; }
  .step p { max-width: none; font-size: 17px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 599px) {
  body { font-size: 17px; }
  .container { width: calc(100% - 40px); }
  .site-header nav { gap: 12px; }
  .logo { font-size: 25px; }
  .nav-cta { min-height: 44px; padding: 10px 12px; font-size: 13px; }
  .hero { padding: 36px 0 40px; }
  .hero .container { gap: 28px; }
  .hero-badge { font-size: 13px; margin-bottom: 20px; max-width: 330px; }
  .hero h1 { font-size: clamp(38px, 10.8vw, 52px); margin-bottom: 20px; }
  .hero-content > p { margin-bottom: 24px; }
  .hero .cta-button, .final-cta .cta-button { width: 100%; }
  .hero-image { padding: 8px 0 0 8px; }
  .hero-image::before { inset: 0 12px 12px 0; border-radius: 16px; }
  .hero-image img { border-radius: 14px; }
  .insurance-strip { padding: 24px 0; }
  .insurance-strip .container { gap: 18px; }
  .insurance-intro { display: block; text-align: center; }
  .insurance-logos { justify-content: center; gap: 16px; }
  .insurance-logos li { flex-basis: 160px; }
  .insurance-logos img { width: 160px; }
  .insurance-logos .aetna-logo { width: 132px; }
  .insurance-logos .medicare-mark { flex-basis: 100%; }
  .insurance-note { max-width: 300px; margin-inline: auto; }
  .services, .how-it-works, .faq { padding: 48px 0; }
  .section-header { margin-bottom: 28px; }
  .section-header h2 { margin-bottom: 14px; }
  .services-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 0 16px; padding: 22px 20px; }
  .service-icon { width: 40px; height: 40px; margin: 0; grid-row: span 2; border-radius: 10px; }
  .service-card h3 { padding-top: 7px; font-size: 18px; margin-bottom: 10px; }
  .service-card p { grid-column: 1 / -1; margin-top: 8px; font-size: 16px; }
  .coverage { padding: 40px 0; }
  .coverage-panel { padding: 24px 20px; border-radius: 16px; gap: 20px; }
  .coverage h2 { margin-bottom: 16px; }
  .coverage-action { padding-top: 20px; }
  .coverage-action h3 { font-size: 19px; }
  .coverage-action p { font-size: 16px; }
  .coverage-action .cta-button { width: 100%; }
  .faq-question { padding: 20px 0; font-size: 17px; gap: 16px; }
  .faq-answer { font-size: 16px; padding-right: 0; padding-bottom: 20px; }
  .final-cta { padding: 44px 0; }
  .final-cta h2 { font-size: 34px; }
  .final-cta p { font-size: 16px; }
  .footer-phone { font-size: 14px; }
  .footer-links { gap: 0 16px; }
  .footer-bottom p { line-height: 1.7; }
  .legal-content { padding: 40px 0 48px; }
  .legal-content h2 { font-size: 21px; }
  .legal-content p, .legal-content li { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
