/* Carbon-copy of page1.png @ 1023×1537 */

:root {
  --navy: #06173f;
  --navy-2: #001a3f;
  --red: #c40d0c;
  --white: #ffffff;
  --line: #b8bcc8;
  --sheet: 1023px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--navy);
  background: #e8e8e8;
  line-height: 1.35;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Flyer canvas */
.sheet {
  width: min(100%, var(--sheet));
  margin: 0 auto;
  background: var(--white);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
}

.page {
  padding: 0 0 16px;
  /* overflow-x: hidden; */
  /* overflow-y: visible; */
}

/* ========== HERO ========== */
.hero {
  --display: Impact, "Arial Black", Haettenschweiler, sans-serif;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 0;
  align-items: stretch;
  margin-bottom: 0;
}

.hero__copy {
  padding: 28px 18px 28px 40px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.hero__headline {
  margin: 0 0 6px;
  text-align: left;
}

.hero__turning {
  display: block;
  font-family: var(--display);
  font-weight: 900;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: 0.5px;
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.hero__stop {
  display: block;
  font-family: var(--display);
  font-weight: 900;
  font-size: 142px;
  line-height: 0.9;
  letter-spacing: 1px;
  color: var(--red);
  text-transform: uppercase;
  margin: 0 0 6px;
}

.hero__the,
.hero__medicare,
.hero__calls {
  display: block;
  font-family: var(--display);
  font-weight: 900;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: 0.5px;
  color: var(--navy);
  text-transform: uppercase;
}

.hero__the {
  margin-top: 0;
}

.hero__medicare,
.hero__calls {
  margin-top: 2px;
}

.banner {
  margin: 4px 0 14px;
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
}

.banner img {
  width: 400px;
  max-width: 100%;
  height: auto;
  display: block;
}

.hero__lead {
  font-size: 16px;
  line-height: 1.32;
  color: var(--navy);
  margin-bottom: 12px;
  max-width: 21em;
  text-align: left;
}

.hero__lead strong {
  font-weight: 700;
}

.pain-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-self: flex-start;
  width: 100%;
  max-width: 22em;
  padding: 0;
  margin: 0;
}

.pain-list li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  text-align: left;
}

.pain-list__bang {
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  flex-shrink: 0;
}

.hero__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  align-self: stretch;
  min-height: 100%;
}

.hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 15% 0%;
  display: block;
}

/* ========== VALUE ========== */
.value {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0 28px;
  border-top: 2px solid var(--navy);
  padding: 20px 40px 22px;
  margin-top: 0;
}

.value__left {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding-right: 12px;
}

.icon-phone {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 2px;
}

.value__title {
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.2px;
  line-height: 1.12;
  margin-bottom: 10px;
}

.value__body {
  font-size: 16px;
  color: var(--navy);
  line-height: 1.42;
}

.value__right {
  border-left: 1.5px solid var(--line);
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefit {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.benefit:first-child {
  padding-top: 0;
}

.benefit:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.icon-sm {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 1px;
}

.benefit p {
  font-size: 13.5px;
  color: var(--navy);
  line-height: 1.35;
  padding-top: 2px;
}

.benefit__lead {
  color: var(--red);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2px;
}

/* ========== QUICK QUESTIONS ========== */
.qq {
  border: 1.5px solid var(--navy);
  margin: 4px 40px 18px;
  background: var(--white);
}

.qq__header {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2.5px;
  padding: 10px 16px;
}

.qq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: none;
  min-height: 260px;
}

.qq__col {
  border: none;
  padding: 16px 14px 20px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.qq__col + .qq__col {
  border-left: 1.5px solid var(--navy);
}

.qq__num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.qq__q {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.25;
  min-height: 2.5em;
}

.qq__icon {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.qq__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  justify-content: center;
  width: 100%;
}

.qq__checks--stack {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  margin-left: 0;
  padding: 0 6px;
}

.check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  user-select: none;
  padding: 8px 14px;
  border: 1.5px solid #c5cad6;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.check:hover {
  border-color: var(--navy);
  background: #f5f7fb;
}

.check:has(input:checked) {
  border-color: var(--navy);
  background: #eef2f9;
  box-shadow: 0 0 0 2px rgba(6, 23, 63, 0.12);
  color: var(--navy);
}

.check input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--navy);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}

.check input:hover {
  transform: scale(1.06);
}

.check input:checked {
  background: var(--navy);
  border-color: var(--navy);
}

.check input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.check input:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

.dob {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 18px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  gap: 6px;
}

.dob input {
  border: none;
  border-bottom: 2px solid var(--navy);
  background: transparent;
  padding: 3px 2px 4px;
  font-size: 15px;
  font-family: inherit;
  color: var(--navy);
  outline: none;
  height: 22px;
}

.dob input:focus {
  border-bottom-color: var(--red);
}

/* ========== CTA ========== */
.cta-wrap {
  display: flex;
  justify-content: center;
  padding: 0 40px 20px;
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(180deg, #e01414 0%, #c40d0c 42%, #9e0808 100%);
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 8px 26px 8px 12px;
  cursor: pointer;
  box-shadow: 0 3px 0 #6a0505, 0 6px 14px rgba(0, 0, 0, 0.22);
  min-width: 560px;
  max-width: 100%;
  justify-content: center;
}

.cta:hover {
  filter: brightness(1.04);
}

.cta:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 #6a0505, 0 3px 8px rgba(0, 0, 0, 0.18);
}

.cta:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 3px;
}

.cta__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 4px;
}

.cta__icon img {
  width: 48px;
  height: auto;
  display: block;
}

.cta__click {
  font-family: Impact, "Arial Black", Haettenschweiler, sans-serif;
  font-size: 44px;
  letter-spacing: 0.5px;
  line-height: 1;
}

.cta__divider {
  width: 2px;
  height: 42px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 6px;
  flex-shrink: 0;
}

.cta__sub {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.4px;
  text-align: left;
  line-height: 1.25;
}

/* ========== ADVISOR STRIP ========== */
.advisor {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 28px 36px;
  align-items: center;
  margin: 8px 40px 28px;
  padding: 22px 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(6, 23, 63, 0.1);
  border: 1px solid #e8eaef;
}

.advisor__photo {
  min-width: 0;
}

.advisor__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  display: block;
}

.advisor__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.advisor__eyebrow {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.6px;
  color: var(--red);
  text-transform: uppercase;
  margin: 0 0 8px;
}

.advisor__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0.5px;
  color: var(--navy);
  text-transform: uppercase;
  margin: 0 0 14px;
}

.advisor__bio {
  font-size: 15.5px;
  line-height: 1.55;
  color: #3a4254;
  margin: 0 0 16px;
}

.advisor__bio strong {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--navy);
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}

.advisor__quote {
  margin: 0 0 20px;
  padding: 16px 18px 16px 20px;
  background: #f3f4f7;
  border-left: 5px solid var(--red);
  border-radius: 0 10px 10px 0;
  font-size: 14.5px;
  line-height: 1.55;
  font-style: italic;
  color: #3a4254;
}

.advisor__sign {
  text-align: center;
  margin-top: 4px;
}

.advisor__name {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--red);
  margin: 0 0 6px;
}

.advisor__role {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #8a91a0;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.advisor__rule {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c5cad3;
  flex-shrink: 0;
}

.advisor__license {
  font-size: 11px;
  color: #a0a6b2;
  margin: 0;
}

/* ========== FOOTER ========== */
.footer {
  background: var(--navy);
  color: var(--white);
  padding: 12px 20px;
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.footer__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer__item svg {
  flex-shrink: 0;
}

.footer__sep {
  opacity: 0.9;
  font-weight: 400;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  body {
    background: var(--white);
  }

  .sheet {
    box-shadow: none;
  }

  .page {
    padding: 0 0 18px;
  }

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

  .hero__copy {
    padding: 18px 18px 20px;
  }

  .hero__media {
    order: -1;
    margin: 0;
    min-height: 300px;
    max-height: 360px;
    position: relative;
  }

  .hero__media img {
    position: absolute;
    inset: 0;
    min-height: 0;
    max-height: none;
  }

  .hero__turning {
    font-size: 32px;
  }

  .hero__stop {
    font-size: 96px;
  }

  .hero__the,
  .hero__medicare,
  .hero__calls {
    font-size: 44px;
  }

  .value {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .qq {
    margin-left: 18px;
    margin-right: 18px;
  }

  .cta-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .advisor {
    grid-template-columns: 1fr;
    margin: 8px 18px 24px;
    padding: 18px;
    gap: 20px;
  }

  .advisor__photo img {
    max-width: 320px;
    margin: 0 auto;
  }

  .advisor__title {
    font-size: 28px;
  }

  .value__right {
    border-left: none;
    border-top: 1.5px solid var(--line);
    padding-left: 0;
    padding-top: 14px;
  }

  .qq__grid {
    grid-template-columns: 1fr;
  }

  .qq__col + .qq__col {
    border-left: none;
    border-top: 1.5px solid var(--navy);
  }

  .qq__checks--stack {
    margin-left: 0;
    align-items: stretch;
  }

  .check {
    width: 100%;
    justify-content: flex-start;
  }

  .qq__q {
    min-height: 0;
  }

  .cta {
    min-width: 0;
    width: 100%;
    flex-wrap: wrap;
    padding: 14px 16px;
  }

  .cta__divider {
    display: none;
  }

  .cta__sub {
    text-align: center;
    width: 100%;
  }

  .footer__inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .footer__sep {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero__stop {
    font-size: 64px;
  }

  .hero__the,
  .hero__medicare,
  .hero__calls {
    font-size: 36px;
  }

  .cta__click {
    font-size: 34px;
  }
}

/* ========== SPLASH LOADER ========== */
body.is-splash-active {
  overflow: hidden;
}

body.is-splash-active.splash-scroll-restored {
  overflow-x: hidden;
  overflow-y: auto;
}

.splash-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.splash-loader--hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.splash-loader__inner {
  text-align: center;
  color: var(--white);
  padding: 24px;
}

.splash-loader__logo {
  margin-bottom: 24px;
}

.splash-loader__stop {
  display: block;
  font-family: Impact, "Arial Black", Haettenschweiler, sans-serif;
  font-size: 72px;
  line-height: 0.95;
  color: var(--red);
  letter-spacing: 1px;
}

.splash-loader__medicare,
.splash-loader__calls {
  display: block;
  font-family: Impact, "Arial Black", Haettenschweiler, sans-serif;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0.5px;
}

.splash-loader__spinner {
  width: 42px;
  height: 42px;
  margin: 0 auto 16px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: splash-spin 0.8s linear infinite;
}

.splash-loader__text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  opacity: 0.9;
}

@keyframes splash-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ========== 404 PAGE ========== */
.error-page {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px 64px;
}

.error-page--inline {
  min-height: 320px;
}

.error-page__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.error-page__title {
  font-family: Impact, "Arial Black", Haettenschweiler, sans-serif;
  font-size: 96px;
  line-height: 1;
  color: var(--navy);
  margin-bottom: 16px;
}

.error-page__text {
  max-width: 28em;
  font-size: 16px;
  line-height: 1.5;
  color: #3a4254;
  margin-bottom: 24px;
}

.error-page__link {
  text-decoration: none;
}

.cta--404 {
  min-width: 0;
  width: auto;
  padding: 12px 28px;
}

@media (max-width: 480px) {
  .error-page__title {
    font-size: 64px;
  }

  .splash-loader__stop {
    font-size: 52px;
  }

  .splash-loader__medicare,
  .splash-loader__calls {
    font-size: 26px;
  }
}

/* ========== FOOTER CONTACT ========== */
.footer__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.35px;
}

.footer__contact-link,
.footer__contact-text {
  color: #fff;
  text-decoration: none;
}

.footer__contact-link:hover {
  text-decoration: underline;
}

/* ========== BLOG ========== */
.blog-page,
.blog-single {
  padding: 24px 40px 32px;
}

.blog-header,
.blog-article__header {
  margin-bottom: 24px;
}

.blog-header__eyebrow,
.blog-article__meta {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog-header__title,
.blog-article__title {
  font-family: Impact, "Arial Black", Haettenschweiler, sans-serif;
  font-size: 42px;
  line-height: 1.05;
  color: var(--navy);
}

.blog-list {
  display: grid;
  gap: 24px;
}

.blog-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  padding: 18px;
  border: 1px solid #e8eaef;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(6, 23, 63, 0.06);
}

.blog-card__thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-card__title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.blog-card__title a {
  color: var(--navy);
  text-decoration: none;
}

.blog-card__title a:hover {
  color: var(--red);
}

.blog-card__excerpt {
  color: #3a4254;
  line-height: 1.5;
  margin-bottom: 12px;
}

.blog-card__link {
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
}

.blog-card__link:hover {
  text-decoration: underline;
}

.blog-pagination {
  margin-top: 28px;
}

.blog-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.blog-pagination a,
.blog-pagination span {
  display: inline-block;
  padding: 8px 14px;
  border: 1.5px solid var(--navy);
  border-radius: 6px;
  color: var(--navy);
  text-decoration: none;
  font-weight: 700;
}

.blog-pagination .current {
  background: var(--navy);
  color: #fff;
}

.blog-article__thumb {
  margin-bottom: 20px;
}

.blog-article__thumb img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.blog-article__content {
  color: #3a4254;
  line-height: 1.65;
  font-size: 16px;
}

.blog-article__content h2,
.blog-article__content h3 {
  color: var(--navy);
  margin: 1.4em 0 0.6em;
}

.blog-article__content p {
  margin-bottom: 1em;
}

.blog-article__footer {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #e8eaef;
}

.blog-article__footer .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.blog-article__footer a {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
}

.blog-empty {
  text-align: center;
  padding: 40px 0;
  color: #3a4254;
}

@media (max-width: 900px) {
  .blog-page,
  .blog-single {
    padding: 20px 18px 28px;
  }

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

  .blog-header__title,
  .blog-article__title {
    font-size: 32px;
  }
}
