/* =========================================================
   IMMIX INDIVIDUAL HEALTH PLANS V1
   Clean source of truth for individual-health-plans.php
   Built on immix-next-base.css

   UX architecture, readability refinement, ScrollMeta-aware
   layout implementation, and page-specific CSS system by
   Ken Buis, Fervid Solutions.
========================================================= */

/* IMMIX-INDIVIDUAL-HEALTH-PLANS-V1-ACTIVE */


/* =========================================================
   1. PAGE FOUNDATION
========================================================= */

.ixihp-page {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(105, 166, 61, 0.06), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(18, 52, 93, 0.05), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7faf6 100%);
}

.ixihp-wrap {
  width: min(100% - var(--ix-gutter), 1240px);
  margin-inline: auto;
}


/* =========================================================
   2. TYPE + TEXT FLOOR
========================================================= */

.ixihp-page,
.ixihp-page p,
.ixihp-page li,
.ixihp-page a,
.ixihp-page span,
.ixihp-page label,
.ixihp-page button,
.ixihp-page summary {
  font-family: var(--ix-font-sans);
}

.ixihp-kicker,
.ixihp-copy p,
.ixihp-hero__panel-item h3,
.ixihp-hero__panel-item p,
.ixihp-options__lead,
.ixihp-option-card h3,
.ixihp-option-card__actions a,
.ixihp-conversion__lede,
.ixihp-conversion__block h3,
.ixihp-conversion__block p,
.ixihp-faq__item summary,
.ixihp-faq__answer p,
.ixihp-faq__answer li,
.ixihp-disability__copy p,
.ixihp-disability__benefits h3,
.ixihp-disability__benefits li,
.ixihp-disability__note,
.ixihp-summary__content p,
.ixihp-summary__signal strong,
.ixihp-summary__signal span {
  font-size: 17px;
}

.ixihp-copy p,
.ixihp-hero__panel-item p,
.ixihp-options__lead,
.ixihp-conversion__lede,
.ixihp-conversion__block p,
.ixihp-faq__answer p,
.ixihp-faq__answer li,
.ixihp-disability__copy p,
.ixihp-disability__benefits li,
.ixihp-disability__note,
.ixihp-summary__content p,
.ixihp-summary__signal span {
  line-height: 1.8;
  color: #425d76;
}


/* =========================================================
   3. HERO
========================================================= */

.ixihp-hero {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 5.7rem;
  min-height: clamp(760px, 62vw, 920px);
  overflow: hidden;
  isolation: isolate;
  background: var(--ix-page);
  border-top: 0 !important;
}

.ixihp-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  left: 50%;
  width: 100vw;
  min-width: 100vw;
  transform: translateX(-50%);
  overflow: hidden;
  pointer-events: none;
  background: #eef3ef;
}

.ixihp-hero__media img {
  display: block !important;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100%;
  min-height: clamp(760px, 62vw, 920px);
  object-fit: cover;
  object-position: center center;
}

.ixihp-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(248, 251, 247, 0.995) 0%,
      rgba(248, 251, 247, 0.99) 18%,
      rgba(248, 251, 247, 0.965) 34%,
      rgba(248, 251, 247, 0.84) 50%,
      rgba(248, 251, 247, 0.52) 66%,
      rgba(248, 251, 247, 0.18) 82%,
      rgba(248, 251, 247, 0.05) 100%
    );
}

.ixihp-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(248, 251, 247, 0.12) 0%,
      rgba(248, 251, 247, 0.00) 22%,
      rgba(248, 251, 247, 0.02) 78%,
      rgba(248, 251, 247, 0.16) 100%
    );
}

.ixihp-hero__overlay {
  display: none !important;
}

.ixihp-hero > .ixihp-wrap {
  position: relative;
  z-index: 4;
  width: min(100% - 72px, 1240px);
  max-width: 1240px;
  margin: 0 auto;
}

.ixihp-hero__frame {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(340px, 410px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 1160px;
  margin: clamp(2.2rem, 4vw, 3.35rem) auto 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.ixihp-hero__content {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 720px;
  margin: 0;
  padding: clamp(2rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem) clamp(2rem, 4vw, 2.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(18, 58, 102, 0.08);
  border-radius: 34px;
  box-shadow:
    0 28px 58px rgba(13, 30, 52, 0.12),
    0 8px 20px rgba(13, 30, 52, 0.04);
  overflow: hidden;
}

.ixihp-hero__content::before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -40px;
  left: calc(50% - 50vw);
  right: -120px;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(249, 251, 248, 0.96) 44%,
      rgba(249, 251, 248, 0.78) 70%,
      rgba(249, 251, 248, 0.18) 100%
    );
}

.ixihp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--ix-green-650);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ixihp-kicker::after {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.72);
}

.ixihp-hero__content h1 {
  margin: 0 0 1.25rem;
  max-width: 8ch;
  font-family: var(--ix-font-serif);
  font-size: clamp(3.1rem, 5vw, 5.05rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: var(--ix-navy-800);
}

.ixihp-copy {
  max-width: 42rem;
}

.ixihp-copy p {
  margin: 0;
}

.ixihp-copy p + p {
  margin-top: 0.95rem;
}

.ixihp-hero__panel {
  position: relative;
  z-index: 7;
  margin-left: -4rem;
  margin-top: 0.8rem;
}

.ixihp-hero__panel-card {
  position: relative;
  width: 100%;
  padding: 2.1rem 1.95rem 1.9rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 158, 57, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(22, 72, 122, 0.985) 0%, rgba(10, 39, 70, 0.995) 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 30px 64px rgba(10, 39, 70, 0.28),
    0 10px 28px rgba(10, 39, 70, 0.08);
  overflow: hidden;
}

.ixihp-hero__panel-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(111, 158, 57, 0.16) 0%, rgba(111, 158, 57, 0) 74%);
  pointer-events: none;
}

.ixihp-hero__panel-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(5, 21, 38, 0.08) 100%);
}

.ixihp-hero__panel-kicker {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ixihp-hero__panel-kicker::after {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.ixihp-hero__panel-card h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 0.85rem;
  color: #ffffff;
  font-family: var(--ix-font-sans);
  font-size: clamp(30px, 2vw, 38px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.032em;
  max-width: 12ch;
}

.ixihp-hero__panel-intro {
  position: relative;
  z-index: 2;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.68;
  max-width: 30ch;
}

.ixihp-hero__panel-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.8rem;
}

.ixihp-hero__panel-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ixihp-hero__panel-item:first-child {
  padding-top: 0.15rem;
  border-top: 0;
}

.ixihp-hero__panel-num {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(215, 179, 90, 0.18);
  color: #edf4fb;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.ixihp-hero__panel-item h3 {
  margin: 0 0 0.3rem;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.ixihp-hero__panel-item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.64;
  color: rgba(255, 255, 255, 0.84);
}


/* =========================================================
   4. OPTIONS SECTION
========================================================= */

.ixihp-options {
  position: relative;
  padding: 0 0 3.8rem;
}

.ixihp-options::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 240px;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 16%, rgba(111, 158, 57, 0.06) 0%, rgba(111, 158, 57, 0) 34%),
    radial-gradient(circle at 84% 22%, rgba(18, 58, 102, 0.05) 0%, rgba(18, 58, 102, 0) 32%);
}

.ixihp-options .ixihp-wrap {
  position: relative;
  z-index: 2;
}

.ixihp-options__card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.7rem, 3vw, 2.4rem);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 251, 248, 0.98) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow:
    0 24px 54px rgba(13, 30, 52, 0.08),
    0 8px 20px rgba(13, 30, 52, 0.03);
}

.ixihp-options__card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, rgba(111, 158, 57, 0.22) 100%);
}

.ixihp-options__intro {
  position: relative;
  z-index: 2;
  max-width: 60rem;
  margin-bottom: 1.6rem;
}

.ixihp-options__intro .ixihp-kicker {
  margin-bottom: 0.85rem;
}

.ixihp-options__intro h2 {
  margin: 0 0 0.75rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(34px, 2.7vw, 46px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.ixihp-options__lead {
  max-width: 48rem;
  margin: 0;
  font-size: 17px;
  line-height: 1.76;
  color: #5a738b;
}

.ixihp-options__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ixihp-option-card {
  padding: 1.15rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow: 0 8px 18px rgba(13, 30, 52, 0.035);
}

.ixihp-option-card h3 {
  margin: 0 0 0.75rem;
  color: var(--ix-navy-800);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.ixihp-option-card__actions {
  display: grid;
  gap: 0.65rem;
}

.ixihp-option-card__actions a {
  min-height: 46px;
  padding: 0.72rem 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(111, 158, 57, 0.10);
  color: #4f842e;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  border: 1px solid rgba(111, 158, 57, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.ixihp-option-card__actions a:hover,
.ixihp-option-card__actions a:focus-visible {
  transform: translateY(-2px);
  text-decoration: none;
  outline: none;
  box-shadow: 0 12px 24px rgba(105, 166, 61, 0.16);
}


/* =========================================================
   5. CONVERSION SECTION
========================================================= */

.ixihp-conversion {
  position: relative;
  padding: 0 0 3.8rem;
}

.ixihp-conversion::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 320px;
  background:
    radial-gradient(circle at 14% 22%, rgba(111, 158, 57, 0.07) 0%, rgba(111, 158, 57, 0) 34%),
    radial-gradient(circle at 84% 24%, rgba(18, 58, 102, 0.05) 0%, rgba(18, 58, 102, 0) 34%);
  pointer-events: none;
}

.ixihp-conversion .ixihp-wrap {
  position: relative;
  z-index: 2;
}

.ixihp-conversion__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(1.6rem, 2.8vw, 2.4rem);
  align-items: stretch;
  padding: clamp(1.45rem, 2vw, 1.9rem);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(249, 251, 248, 0.98) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow:
    0 24px 56px rgba(13, 30, 52, 0.08),
    0 8px 22px rgba(13, 30, 52, 0.035);
  overflow: hidden;
}

.ixihp-conversion__shell::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, rgba(111, 158, 57, 0.22) 100%);
}

.ixihp-conversion__shell::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 44%;
  height: 100%;
  background:
    radial-gradient(circle at 28% 18%, rgba(111, 158, 57, 0.10) 0%, rgba(111, 158, 57, 0) 34%),
    radial-gradient(circle at 78% 86%, rgba(18, 58, 102, 0.07) 0%, rgba(18, 58, 102, 0) 34%);
  pointer-events: none;
}

.ixihp-conversion__media {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.ixihp-conversion__media-card {
  position: relative;
  width: 100%;
  min-height: 100%;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(249, 251, 248, 0.84) 0%, rgba(240, 245, 240, 0.72) 100%);
  border: 1px solid rgba(18, 58, 102, 0.06);
  overflow: hidden;
}

.ixihp-conversion__media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 22%, rgba(111, 158, 57, 0.10) 0%, rgba(111, 158, 57, 0) 36%),
    radial-gradient(circle at 76% 78%, rgba(18, 58, 102, 0.07) 0%, rgba(18, 58, 102, 0) 34%);
  pointer-events: none;
}

.ixihp-conversion__media-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1.45rem;
  width: 74%;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(18, 58, 102, 0.12) 0%, rgba(18, 58, 102, 0) 72%);
  filter: blur(10px);
  pointer-events: none;
}

.ixihp-conversion__media-inner {
  position: relative;
  z-index: 2;
  min-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 3vw, 2.8rem) 1.4rem;
}

.ixihp-conversion__media-card img {
  display: block;
  width: min(100%, 330px);
  max-width: 330px;
  height: auto;
  object-fit: contain;
  transform: translateY(2px);
  filter: drop-shadow(0 18px 28px rgba(18, 58, 102, 0.08));
}

.ixihp-conversion__content-card {
  position: relative;
  z-index: 2;
  padding: clamp(1rem, 1vw, 1.2rem) clamp(0.35rem, 1vw, 0.75rem) clamp(0.3rem, 1vw, 0.5rem) 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.ixihp-conversion__header {
  margin-bottom: 1.45rem;
}

.ixihp-conversion__header .ixihp-kicker {
  margin-bottom: 0.95rem;
}

.ixihp-conversion__header h2 {
  margin: 0 0 0.85rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(36px, 3vw, 54px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.042em;
  max-width: 12ch;
}

.ixihp-conversion__lede {
  max-width: 48rem;
  margin: 0;
  font-size: 17px;
  line-height: 1.78;
  color: #5a738b;
}

.ixihp-conversion__blocks {
  display: grid;
  gap: 0;
}

.ixihp-conversion__block {
  padding: 1.35rem 0 1.4rem;
  border-top: 1px solid rgba(18, 58, 102, 0.08);
}

.ixihp-conversion__block:first-child {
  padding-top: 0;
  border-top: 0;
}

.ixihp-conversion__block h3 {
  margin: 0 0 0.55rem;
  color: var(--ix-navy-800);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.ixihp-conversion__block p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #425d76;
}


/* =========================================================
   6. FAQ SECTION
========================================================= */

.ixihp-faq {
  position: relative;
  padding: 0 0 3.8rem;
}

.ixihp-faq::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 220px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 24%, rgba(111, 158, 57, 0.07) 0%, rgba(111, 158, 57, 0) 34%),
    radial-gradient(circle at 84% 26%, rgba(18, 58, 102, 0.05) 0%, rgba(18, 58, 102, 0) 34%);
}

.ixihp-faq .ixihp-wrap {
  position: relative;
  z-index: 2;
}

.ixihp-faq__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.8rem, 3vw, 2.5rem);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #153d69 0%, #10345d 58%, #092a50 100%);
  box-shadow:
    0 24px 54px rgba(10, 39, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.ixihp-faq__panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(5, 21, 38, 0.08) 100%);
}

.ixihp-faq__intro {
  position: relative;
  z-index: 2;
  max-width: 60rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.ixihp-faq__intro .ixihp-kicker {
  justify-content: center;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.84);
}

.ixihp-faq__intro .ixihp-kicker::after {
  background: rgba(255, 255, 255, 0.38);
}

.ixihp-faq__intro h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--ix-font-sans);
  font-size: clamp(34px, 2.8vw, 46px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.ixihp-faq__items {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.85rem;
}

.ixihp-faq__item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.ixihp-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1rem;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.48;
}

.ixihp-faq__item summary::-webkit-details-marker {
  display: none;
}

.ixihp-faq__answer {
  padding: 0 1rem 1rem;
}

.ixihp-faq__answer p {
  margin: 0 0 0.7rem;
  color: rgba(255, 255, 255, 0.84);
}

.ixihp-faq__answer p:last-child {
  margin-bottom: 0;
}

.ixihp-faq__answer ul {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding-left: 1.1rem;
}

.ixihp-faq__answer li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.72;
}

.ixihp-faq__answer a {
  color: #ffffff;
  text-decoration: underline;
}


/* =========================================================
   7. DISABILITY SECTION
========================================================= */

.ixihp-disability {
  position: relative;
  padding: 0 0 3.8rem;
}

.ixihp-disability::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 240px;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 16%, rgba(111, 158, 57, 0.06) 0%, rgba(111, 158, 57, 0) 34%),
    radial-gradient(circle at 84% 22%, rgba(18, 58, 102, 0.05) 0%, rgba(18, 58, 102, 0) 32%);
}

.ixihp-disability .ixihp-wrap {
  position: relative;
  z-index: 2;
}

.ixihp-disability__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.7rem, 3vw, 2.4rem);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 251, 248, 0.98) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow:
    0 24px 54px rgba(13, 30, 52, 0.08),
    0 8px 20px rgba(13, 30, 52, 0.03);
}

.ixihp-disability__panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, rgba(111, 158, 57, 0.22) 100%);
}

.ixihp-disability__intro {
  position: relative;
  z-index: 2;
  margin-bottom: 1.45rem;
}

.ixihp-disability__intro .ixihp-kicker {
  margin-bottom: 0.85rem;
}

.ixihp-disability__intro h2 {
  margin: 0;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(34px, 2.7vw, 46px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.ixihp-disability__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1.4rem;
  align-items: start;
}

.ixihp-disability__copy {
  display: grid;
  gap: 0.85rem;
}

.ixihp-disability__copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #425d76;
}

.ixihp-disability__benefits {
  padding: 1.1rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow: 0 8px 18px rgba(13, 30, 52, 0.035);
}

.ixihp-disability__benefits h3 {
  margin: 0 0 0.7rem;
  color: var(--ix-navy-800);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.ixihp-disability__benefits ul {
  display: grid;
  gap: 0.5rem;
  margin: 0 0 0.95rem;
  padding-left: 1.1rem;
}

.ixihp-disability__benefits li {
  color: #425d76;
  font-size: 17px;
  line-height: 1.72;
}

.ixihp-disability__note {
  margin: 0 0 1rem;
  color: #425d76;
  font-size: 17px;
  line-height: 1.76;
}

.ixihp-inline-btn {
  min-height: 50px;
  padding: 0 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, #70ab43 0%, var(--ix-green-700) 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow:
    0 16px 34px rgba(105, 166, 61, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.ixihp-inline-btn:hover,
.ixihp-inline-btn:focus-visible {
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
  outline: none;
}


/* =========================================================
   8. SUMMARY
========================================================= */

.ixihp-summary {
  position: relative;
  padding: 0 0 6.4rem;
}

.ixihp-summary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 220px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 24%, rgba(111, 158, 57, 0.07) 0%, rgba(111, 158, 57, 0) 34%),
    radial-gradient(circle at 84% 26%, rgba(18, 58, 102, 0.05) 0%, rgba(18, 58, 102, 0) 34%);
}

.ixihp-summary .ixihp-wrap {
  position: relative;
  z-index: 2;
}

.ixihp-summary__card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.7rem, 3vw, 2.4rem);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 251, 248, 0.98) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow:
    0 24px 54px rgba(13, 30, 52, 0.08),
    0 8px 20px rgba(13, 30, 52, 0.03);
}

.ixihp-summary__card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, rgba(111, 158, 57, 0.22) 100%);
}

.ixihp-summary__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: start;
}

.ixihp-summary__intro .ixihp-kicker {
  margin-bottom: 0.85rem;
}

.ixihp-summary__intro h2 {
  margin: 0;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(34px, 2.7vw, 46px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  max-width: 11ch;
}

.ixihp-summary__content > p {
  max-width: 50rem;
  margin: 0;
  font-size: 17px;
  line-height: 1.82;
  color: #425d76;
}

.ixihp-summary__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.ixihp-summary__signal {
  padding: 1rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow: 0 8px 18px rgba(13, 30, 52, 0.035);
}

.ixihp-summary__signal strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ix-navy-800);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.ixihp-summary__signal span {
  display: block;
  color: #5a738b;
  font-size: 17px;
  line-height: 1.68;
}


/* =========================================================
   9. RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
  .ixihp-hero > .ixihp-wrap {
    width: min(100% - 48px, 1160px);
  }

  .ixihp-hero__frame {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    gap: 1.3rem;
  }

  .ixihp-hero__panel {
    margin-left: -2.5rem;
  }
}

@media (max-width: 991px) {
  .ixihp-hero {
    min-height: auto;
    padding: 0 0 5.25rem;
  }

  .ixihp-hero > .ixihp-wrap {
    width: min(100% - 40px, 860px);
  }

  .ixihp-hero__frame {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.4rem;
  }

  .ixihp-hero__content {
    max-width: 100%;
  }

  .ixihp-hero__content::before {
    right: calc(50% - 50vw);
    top: -20px;
    bottom: -20px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.965) 0%,
        rgba(249, 251, 248, 0.90) 100%
      );
  }

  .ixihp-hero__panel {
    margin-left: 0;
    margin-top: 0;
  }

  .ixihp-hero__panel-card h2,
  .ixihp-hero__panel-intro {
    max-width: 100%;
  }

  .ixihp-options__grid,
  .ixihp-disability__grid,
  .ixihp-summary__signals {
    grid-template-columns: 1fr;
  }

  .ixihp-conversion__shell {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1.35rem;
  }

  .ixihp-conversion__shell::after {
    width: 100%;
    height: 42%;
  }

  .ixihp-conversion__content-card {
    padding: 0.3rem 0.2rem 0.1rem;
  }

  .ixihp-conversion__media-card {
    min-height: 0;
  }

  .ixihp-conversion__media-inner {
    min-height: 320px;
    padding: 1.6rem 1rem;
  }

  .ixihp-conversion__media-card img {
    max-width: 260px;
  }

  .ixihp-conversion__header h2,
  .ixihp-summary__intro h2 {
    max-width: 100%;
  }

  .ixihp-summary {
    padding-bottom: 5.6rem;
  }

  .ixihp-summary__grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

@media (max-width: 767px) {
  .ixihp-wrap,
  .ixihp-hero > .ixihp-wrap {
    width: min(100% - 28px, 720px);
  }

  .ixihp-hero__content,
  .ixihp-hero__panel-card,
  .ixihp-options__card,
  .ixihp-option-card,
  .ixihp-conversion__shell,
  .ixihp-conversion__media-card,
  .ixihp-faq__panel,
  .ixihp-faq__item,
  .ixihp-disability__panel,
  .ixihp-disability__benefits,
  .ixihp-summary__card,
  .ixihp-summary__signal {
    border-radius: 24px;
  }

  .ixihp-hero__content {
    padding: 1.5rem 1.25rem;
  }

  .ixihp-hero__panel-card {
    padding: 1.45rem 1.2rem;
  }

  .ixihp-hero__content h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 11vw, 4rem);
  }

  .ixihp-options__card,
  .ixihp-conversion__shell,
  .ixihp-faq__panel,
  .ixihp-disability__panel,
  .ixihp-summary__card {
    padding: 1.2rem;
  }

  .ixihp-options__intro h2,
  .ixihp-conversion__header h2,
  .ixihp-faq__intro h2,
  .ixihp-disability__intro h2,
  .ixihp-summary__intro h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .ixihp-conversion__media-inner {
    min-height: 260px;
    padding: 1.2rem 0.8rem;
  }

  .ixihp-conversion__media-card img {
    max-width: 220px;
  }
}

@media (max-width: 575px) {
  .ixihp-hero__content h1 {
    font-size: clamp(2.6rem, 12vw, 3.4rem);
  }

  .ixihp-conversion__media-inner {
    min-height: 235px;
  }

  .ixihp-conversion__media-card img {
    max-width: 190px;
  }
}
/* =========================================================
   FINAL POLISH PASS
   Individual Health Plans
   Final refinement by Ken Buis, Fervid Solutions
========================================================= */

/* -----------------------------------------
   1. Better section rhythm
----------------------------------------- */

.ixihp-options {
  padding-bottom: 4rem;
}

.ixihp-conversion {
  padding-bottom: 4rem;
}

.ixihp-faq {
  padding-bottom: 4rem;
}

.ixihp-disability {
  padding-bottom: 4rem;
}

.ixihp-summary {
  padding-bottom: 5.8rem;
}

/* -----------------------------------------
   2. Hero refinement
----------------------------------------- */

.ixihp-hero__content {
  padding-top: clamp(2.1rem, 4vw, 3.1rem);
  padding-bottom: clamp(2rem, 4vw, 2.85rem);
}

.ixihp-hero__content h1 {
  max-width: 7.4ch;
}

.ixihp-copy {
  max-width: 40rem;
}

.ixihp-hero__panel-card {
  border-radius: 32px;
}

.ixihp-hero__panel-intro {
  max-width: 31ch;
}

/* -----------------------------------------
   3. Options section refinement
----------------------------------------- */

.ixihp-options__card {
  border-radius: 32px;
}

.ixihp-options__intro {
  margin-bottom: 1.75rem;
}

.ixihp-options__intro h2 {
  max-width: 12ch;
}

.ixihp-options__lead {
  max-width: 46rem;
}

.ixihp-options__grid {
  gap: 1.1rem;
}

.ixihp-option-card {
  min-height: 100%;
  padding: 1.2rem 1.15rem;
  border-radius: 22px;
}

.ixihp-option-card h3 {
  margin-bottom: 0.8rem;
  line-height: 1.42;
}

.ixihp-option-card__actions a {
  min-height: 48px;
  border-radius: 15px;
}

/* -----------------------------------------
   4. Conversion section refinement
----------------------------------------- */

.ixihp-conversion__shell {
  border-radius: 38px;
}

.ixihp-conversion__header {
  margin-bottom: 1.55rem;
}

.ixihp-conversion__header h2 {
  max-width: 10.5ch;
}

.ixihp-conversion__lede {
  max-width: 46rem;
}

.ixihp-conversion__block {
  padding: 1.45rem 0 1.45rem;
}

.ixihp-conversion__block h3 {
  margin-bottom: 0.6rem;
}

.ixihp-conversion__media-card {
  border-radius: 30px;
}

/* -----------------------------------------
   5. FAQ refinement
----------------------------------------- */

.ixihp-faq__panel {
  border-radius: 32px;
}

.ixihp-faq__intro {
  margin-bottom: 1.65rem;
}

.ixihp-faq__intro h2 {
  max-width: 12ch;
  margin-left: auto;
  margin-right: auto;
}

.ixihp-faq__items {
  gap: 0.95rem;
}

.ixihp-faq__item {
  border-radius: 20px;
}

.ixihp-faq__item summary {
  padding: 1.05rem 1rem;
  line-height: 1.44;
}

.ixihp-faq__answer {
  padding: 0 1rem 1rem;
}

.ixihp-faq__answer p,
.ixihp-faq__answer li {
  line-height: 1.74;
}

/* -----------------------------------------
   6. Disability refinement
----------------------------------------- */

.ixihp-disability__panel {
  border-radius: 32px;
}

.ixihp-disability__intro {
  margin-bottom: 1.55rem;
}

.ixihp-disability__intro h2 {
  max-width: 12ch;
}

.ixihp-disability__grid {
  gap: 1.5rem;
}

.ixihp-disability__copy {
  gap: 0.95rem;
}

.ixihp-disability__benefits {
  padding: 1.2rem 1.1rem;
  border-radius: 22px;
}

.ixihp-disability__benefits h3 {
  margin-bottom: 0.75rem;
}

.ixihp-disability__benefits li,
.ixihp-disability__copy p,
.ixihp-disability__note {
  line-height: 1.76;
}

/* -----------------------------------------
   7. Summary refinement
----------------------------------------- */

.ixihp-summary__card {
  border-radius: 32px;
}

.ixihp-summary__intro h2 {
  max-width: 10ch;
}

.ixihp-summary__content > p {
  max-width: 46rem;
}

.ixihp-summary__signals {
  gap: 1rem;
}

.ixihp-summary__signal {
  min-height: 100%;
  padding: 1.05rem 1rem;
  border-radius: 20px;
}

/* -----------------------------------------
   8. Footer handoff
----------------------------------------- */

.ixihp-page .ixihp-summary + .footer-two,
.ixihp-page .ixihp-summary + .site-footer,
.ixihp-page .ixihp-summary + footer {
  position: relative;
}

.ixihp-page .ixihp-summary + .footer-two::before,
.ixihp-page .ixihp-summary + .site-footer::before,
.ixihp-page .ixihp-summary + footer::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

/* -----------------------------------------
   9. Mobile polish
----------------------------------------- */

@media (max-width: 991px) {
  .ixihp-options {
    padding-bottom: 3.6rem;
  }

  .ixihp-conversion {
    padding-bottom: 3.6rem;
  }

  .ixihp-faq {
    padding-bottom: 3.6rem;
  }

  .ixihp-disability {
    padding-bottom: 3.6rem;
  }

  .ixihp-summary {
    padding-bottom: 5rem;
  }

  .ixihp-options__intro h2,
  .ixihp-conversion__header h2,
  .ixihp-faq__intro h2,
  .ixihp-disability__intro h2,
  .ixihp-summary__intro h2 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ixihp-options {
    padding-bottom: 3.2rem;
  }

  .ixihp-conversion {
    padding-bottom: 3.2rem;
  }

  .ixihp-faq {
    padding-bottom: 3.2rem;
  }

  .ixihp-disability {
    padding-bottom: 3.2rem;
  }

  .ixihp-summary {
    padding-bottom: 4.6rem;
  }

  .ixihp-options__card,
  .ixihp-option-card,
  .ixihp-conversion__shell,
  .ixihp-conversion__media-card,
  .ixihp-faq__panel,
  .ixihp-faq__item,
  .ixihp-disability__panel,
  .ixihp-disability__benefits,
  .ixihp-summary__card,
  .ixihp-summary__signal {
    border-radius: 24px;
  }

  .ixihp-options__card,
  .ixihp-conversion__shell,
  .ixihp-faq__panel,
  .ixihp-disability__panel,
  .ixihp-summary__card {
    padding: 1.2rem;
  }

  .ixihp-option-card {
    padding: 1rem;
  }

  .ixihp-options__intro h2,
  .ixihp-conversion__header h2,
  .ixihp-faq__intro h2,
  .ixihp-disability__intro h2,
  .ixihp-summary__intro h2 {
    font-size: clamp(30px, 8vw, 38px);
  }
}

/* =========================================================
   INDIVIDUAL HEALTH PLANS TYPOGRAPHY HANDOFF PATCH
   Supports the unified /assets/css/immix-locked-typography.css layer.
   Keep this at the end of immix-individual-health-plans-v1.css.
========================================================= */

.ixihp-page {
  font-family: var(--ix-font-sans, Inter, Arial, Helvetica, sans-serif);
}

/* Dark panels: hero planning panel and FAQ panel */
.ixihp-page :is(
  .ixihp-hero__panel-card,
  .ixihp-faq__panel
) {
  color: #ffffff;
}

.ixihp-page :is(
  .ixihp-hero__panel-card,
  .ixihp-faq__panel
) :is(h1, h2, h3, h4, h5, h6, strong, summary) {
  color: #ffffff !important;
}

.ixihp-page :is(
  .ixihp-hero__panel-card,
  .ixihp-faq__panel
) :is(p, li, span, a) {
  color: rgba(255, 255, 255, 0.88) !important;
}

.ixihp-page :is(
  .ixihp-hero__panel-card,
  .ixihp-faq__panel
) :is(.ixihp-kicker, .ixihp-hero__panel-kicker, [class*="kicker"], [class*="eyebrow"]) {
  color: rgba(199, 232, 179, 0.96) !important;
}

.ixihp-page :is(
  .ixihp-hero__panel-card,
  .ixihp-faq__panel
) :is(.ixihp-kicker::after, .ixihp-hero__panel-kicker::after, [class*="kicker"]::after, [class*="eyebrow"]::after) {
  background: rgba(199, 232, 179, 0.68) !important;
}

/* FAQ nested dark cards */
.ixihp-page .ixihp-faq__item {
  background: rgba(255, 255, 255, 0.105) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.ixihp-page .ixihp-faq__item summary {
  color: #ffffff !important;
}

.ixihp-page .ixihp-faq__answer p,
.ixihp-page .ixihp-faq__answer li {
  color: rgba(255, 255, 255, 0.90) !important;
}

/* Light sections remain dark-on-light */
.ixihp-page :is(
  .ixihp-hero__content,
  .ixihp-options__card,
  .ixihp-option-card,
  .ixihp-conversion__shell,
  .ixihp-conversion__content-card,
  .ixihp-conversion__block,
  .ixihp-disability__panel,
  .ixihp-disability__benefits,
  .ixihp-summary__card,
  .ixihp-summary__signal
) :is(h1, h2, h3, h4, h5, h6, strong) {
  color: var(--ix-navy-800, #12345d) !important;
}

.ixihp-page :is(
  .ixihp-hero__content,
  .ixihp-options__card,
  .ixihp-option-card,
  .ixihp-conversion__shell,
  .ixihp-conversion__content-card,
  .ixihp-conversion__block,
  .ixihp-disability__panel,
  .ixihp-disability__benefits,
  .ixihp-summary__card,
  .ixihp-summary__signal
) :is(p, li, span) {
  color: #425d76 !important;
}

.ixihp-page .ixihp-kicker,
.ixihp-page .ixihp-option-card__actions a {
  color: var(--ix-green-650, #5f9938) !important;
}

.ixihp-page .ixihp-hero__panel-num {
  color: #ffffff !important;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #6fa63d 0%, #4f8735 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  box-shadow:
    0 12px 24px rgba(79, 135, 53, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

.ixihp-page .ixihp-inline-btn {
  color: #ffffff !important;
}

/* Refined title sizing so the page stays premium without stacking too hard. */
.ixihp-page .ixihp-hero__content h1 {
  max-width: 8.2ch !important;
  font-size: clamp(48px, 4.6vw, 74px) !important;
  line-height: 0.98 !important;
}

.ixihp-page :is(
  .ixihp-options__intro h2,
  .ixihp-conversion__header h2,
  .ixihp-faq__intro h2,
  .ixihp-disability__intro h2,
  .ixihp-summary__intro h2
) {
  font-size: clamp(34px, 2.7vw, 46px) !important;
  line-height: 1.05 !important;
}

@media (max-width: 760px) {
  .ixihp-page :is(
    .ixihp-copy p,
    .ixihp-hero__panel-item p,
    .ixihp-options__lead,
    .ixihp-option-card h3,
    .ixihp-option-card__actions a,
    .ixihp-conversion__lede,
    .ixihp-conversion__block p,
    .ixihp-faq__answer p,
    .ixihp-faq__answer li,
    .ixihp-disability__copy p,
    .ixihp-disability__benefits li,
    .ixihp-disability__note,
    .ixihp-summary__content p,
    .ixihp-summary__signal span
  ) {
    font-size: 17px !important;
    line-height: 1.58 !important;
  }

  .ixihp-page .ixihp-hero__content h1 {
    max-width: 100% !important;
    font-size: clamp(38px, 10.5vw, 52px) !important;
    line-height: 1.02 !important;
  }
}


/* =========================================================
   INDIVIDUAL HEALTH PLANS LINDSAY UPDATE v1
   Adds advisor/provider guidance below the existing option links.
   Keep this at the end of immix-individual-health-plans-v1.css.
========================================================= */

.ixihp-page .ixihp-options__advisor-note {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 158, 57, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 251, 247, 0.88) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow: 0 10px 22px rgba(13, 30, 52, 0.04);
}

.ixihp-page .ixihp-options__advisor-note p {
  margin: 0;
  color: #425d76 !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

@media (max-width: 767px) {
  .ixihp-page .ixihp-options__advisor-note {
    border-radius: 18px;
    padding: 0.95rem 1rem;
  }
}
