@charset "UTF-8";
/* =========================================================
   IMMIX EXECUTIVE BENEFITS V1
   Clean source of truth for executive-benefit-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-EXECUTIVE-BENEFITS-V1-ACTIVE */


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

.ixeb-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%);
}

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


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

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

.ixeb-kicker,
.ixeb-copy p,
.ixeb-hero__panel-item h3,
.ixeb-hero__panel-item p,
.ixeb-advisory__card p,
.ixeb-strategies__lead,
.ixeb-strategy-card h3,
.ixeb-strategy-card p,
.ixeb-strategy-card__subtitle,
.ixeb-fit__item,
.ixeb-summary__card p {
  font-size: 17px;
}

.ixeb-copy p,
.ixeb-hero__panel-item p,
.ixeb-advisory__card p,
.ixeb-strategy-card p,
.ixeb-fit__item,
.ixeb-summary__card p {
  line-height: 1.78;
  color: #425d76;
}


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

.ixeb-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;
}

.ixeb-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;
}

.ixeb-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;
}

.ixeb-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%
    );
}

.ixeb-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%
    );
}

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

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

.ixeb-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;
}

.ixeb-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;
}

.ixeb-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%
    );
}

.ixeb-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;
}

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

.ixeb-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);
}

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

.ixeb-copy p {
  margin: 0;
}

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

/* =========================================================
   HERO PANEL REFINEMENT
   More bespoke executive-planning tone
   Refined by Ken Buis, Fervid Solutions
========================================================= */

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

.ixeb-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;
}

.ixeb-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;
}

.ixeb-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%);
}

.ixeb-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;
}

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

.ixeb-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;
}

.ixeb-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;
}

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

.ixeb-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);
}

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

.ixeb-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;
}

.ixeb-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;
}

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

@media (max-width: 1199px) {
  .ixeb-hero__panel {
    margin-left: -2.5rem;
  }
}

@media (max-width: 991px) {
  .ixeb-hero__panel {
    margin-left: 0;
    margin-top: 0;
  }

  .ixeb-hero__panel-card h2 {
    max-width: 100%;
  }

  .ixeb-hero__panel-intro {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ixeb-hero__panel-card {
    padding: 1.45rem 1.2rem;
    border-radius: 24px;
  }
}

/* =========================================================
   4. ADVISORY REFINEMENT
   More strategic post-hero advisory section
   Refined by Ken Buis, Fervid Solutions
========================================================= */

.ixeb-advisory {
  position: relative;
  padding: 0 0 3.2rem;
}

.ixeb-advisory::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.06) 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%);
}

.ixeb-advisory .ixeb-wrap {
  position: relative;
  z-index: 2;
}

.ixeb-advisory__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);
}

.ixeb-advisory__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%);
}

.ixeb-advisory__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;
}

.ixeb-advisory__intro .ixeb-kicker {
  margin-bottom: 0.85rem;
}

.ixeb-advisory__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: 12ch;
}

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

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

.ixeb-advisory__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);
}

.ixeb-advisory__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;
}

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

@media (max-width: 991px) {
  .ixeb-advisory__grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .ixeb-advisory__intro h2 {
    max-width: 100%;
  }

  .ixeb-advisory__signals {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ixeb-advisory__card {
    padding: 1.35rem 1.15rem;
    border-radius: 24px;
  }

  .ixeb-advisory__intro h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .ixeb-advisory__signals {
    margin-top: 1.2rem;
  }

  .ixeb-advisory__signal {
    padding: 0.95rem 0.9rem;
    border-radius: 16px;
  }
}

/* =========================================================
   5. STRATEGIES
========================================================= */

.ixeb-strategies {
  position: relative;
  padding: 0 0 3.4rem;
}

.ixeb-strategies::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 240px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 24%, rgba(111, 158, 57, 0.06) 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%);
}

.ixeb-strategies .ixeb-wrap {
  position: relative;
  z-index: 2;
}

.ixeb-strategies__heading {
  max-width: 820px;
  margin: 0 auto 2.6rem;
  text-align: center;
}

.ixeb-strategies__heading .ixeb-kicker {
  justify-content: center;
  margin-bottom: 0.95rem;
}

.ixeb-strategies__heading h2 {
  margin: 0 0 0.9rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.038em;
}

.ixeb-strategies__lead {
  max-width: 52rem;
  margin: 0 auto;
  line-height: 1.74;
  color: #5a738b;
}

.ixeb-strategies__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
  align-items: stretch;
}

.ixeb-strategy-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.65rem 1.5rem 1.45rem;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(249, 251, 248, 0.97) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow:
    0 12px 28px rgba(13, 30, 52, 0.05),
    0 3px 10px rgba(13, 30, 52, 0.02);
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.ixeb-strategy-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(111, 158, 57, 0.92) 0%, rgba(18, 58, 102, 0.72) 100%);
}

.ixeb-strategy-card:hover,
.ixeb-strategy-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(18, 58, 102, 0.14);
  box-shadow:
    0 20px 42px rgba(13, 30, 52, 0.09),
    0 6px 18px rgba(13, 30, 52, 0.03);
}

.ixeb-strategy-card__number {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5b9a42 0%, #4a8535 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(91, 154, 66, 0.25);
}

.ixeb-strategy-card h3 {
  margin: 0 0 0.55rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: -0.012em;
}

.ixeb-strategy-card__subtitle {
  margin: 0 0 0.8rem;
  color: #4f842e;
  font-weight: 700;
  line-height: 1.55;
}

.ixeb-strategy-card p:last-child {
  margin: 0;
}


/* =========================================================
   6. FIT PANEL REFINEMENT
   More premium decision-support section
   Refined by Ken Buis, Fervid Solutions
========================================================= */

.ixeb-fit {
  position: relative;
  padding: 0 0 3.6rem;
}

.ixeb-fit::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 240px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 24%, rgba(111, 158, 57, 0.06) 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%);
}

.ixeb-fit .ixeb-wrap {
  position: relative;
  z-index: 2;
}

.ixeb-fit__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);
}

.ixeb-fit__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%);
}

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

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

.ixeb-fit__header .ixeb-kicker::after {
  background: rgba(255, 255, 255, 0.38);
}

.ixeb-fit__header h2 {
  margin: 0 0 0.85rem;
  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;
}

.ixeb-fit__lede {
  max-width: 46rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.72;
}

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

.ixeb-fit__item {
  padding: 1rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 17px;
  line-height: 1.72;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

@media (max-width: 991px) {
  .ixeb-fit__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .ixeb-fit__panel {
    padding: 1.35rem 1.15rem;
    border-radius: 24px;
  }

  .ixeb-fit__header h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .ixeb-fit__grid {
    grid-template-columns: 1fr;
  }

  .ixeb-fit__item {
    border-radius: 16px;
  }
}
/* =========================================================
   7. SUMMARY REFINEMENT
   Premium closing advisory section
   Refined by Ken Buis, Fervid Solutions
========================================================= */

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

.ixeb-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%);
}

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

.ixeb-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);
}

.ixeb-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%);
}

.ixeb-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;
}

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

.ixeb-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;
}

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

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

.ixeb-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);
}

.ixeb-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;
}

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

@media (max-width: 991px) {
  .ixeb-summary {
    padding-bottom: 5.6rem;
  }

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

  .ixeb-summary__intro h2 {
    max-width: 100%;
  }

  .ixeb-summary__signals {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ixeb-summary__card {
    padding: 1.35rem 1.15rem;
    border-radius: 24px;
  }

  .ixeb-summary__intro h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .ixeb-summary__signals {
    margin-top: 1.2rem;
  }

  .ixeb-summary__signal {
    padding: 0.95rem 0.9rem;
    border-radius: 16px;
  }
}


/* =========================================================
   8. RESPONSIVE
========================================================= */

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

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

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

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

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

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

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

  .ixeb-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%
      );
  }

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

  .ixeb-strategies__grid,
  .ixeb-fit__grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .ixeb-hero__content,
  .ixeb-hero__panel-card,
  .ixeb-advisory__card,
  .ixeb-strategy-card,
  .ixeb-fit__panel,
  .ixeb-summary__card {
    border-radius: 24px;
  }

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

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

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

  .ixeb-advisory__card,
  .ixeb-fit__panel,
  .ixeb-summary__card {
    padding: 1.35rem 1.15rem;
  }

  .ixeb-strategy-card {
    padding: 1.35rem 1.15rem 1.25rem;
  }

  .ixeb-strategies__grid,
  .ixeb-fit__grid {
    grid-template-columns: 1fr;
  }

  .ixeb-strategies__heading h2,
  .ixeb-advisory__card h2,
  .ixeb-fit__panel h2,
  .ixeb-summary__card h2 {
    font-size: clamp(30px, 8vw, 38px);
    max-width: 100%;
  }
}

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

  .ixeb-strategy-card__number {
    width: 46px;
    height: 46px;
  }
}

/* =========================================================
   EXECUTIVE BENEFITS TYPOGRAPHY HANDOFF PATCH
   Supports the unified /assets/css/immix-locked-typography.css layer.
   Keep this at the end of immix-executive-benefits-v1.css.
========================================================= */

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

.ixeb-page .ixeb-hero__panel-card,
.ixeb-page .ixeb-fit__panel {
  color: #ffffff;
}

.ixeb-page .ixeb-hero__panel-card :is(h2, h3, h4, h5, h6, strong),
.ixeb-page .ixeb-fit__panel :is(h2, h3, h4, h5, h6, strong),
.ixeb-page .ixeb-hero__panel-num {
  color: #ffffff !important;
}

.ixeb-page .ixeb-hero__panel-card :is(p, li, span),
.ixeb-page .ixeb-fit__panel :is(p, li, span),
.ixeb-page .ixeb-fit__lede,
.ixeb-page .ixeb-fit__item {
  color: rgba(255, 255, 255, 0.88) !important;
}

.ixeb-page .ixeb-hero__panel-kicker,
.ixeb-page .ixeb-fit__header .ixeb-kicker {
  color: rgba(255, 255, 255, 0.82) !important;
}

.ixeb-page .ixeb-hero__panel-kicker::after,
.ixeb-page .ixeb-fit__header .ixeb-kicker::after {
  background: rgba(255, 255, 255, 0.40) !important;
}

.ixeb-page .ixeb-hero__content :is(h1, h2, h3, h4, h5, h6),
.ixeb-page .ixeb-advisory__card :is(h2, h3, h4, h5, h6, strong),
.ixeb-page .ixeb-strategy-card :is(h3, h4, strong),
.ixeb-page .ixeb-summary__card :is(h2, h3, h4, h5, h6, strong) {
  color: var(--ix-navy-800, #12345d) !important;
}

.ixeb-page .ixeb-copy p,
.ixeb-page .ixeb-advisory__card p,
.ixeb-page .ixeb-strategy-card p,
.ixeb-page .ixeb-summary__card p,
.ixeb-page .ixeb-advisory__signal span,
.ixeb-page .ixeb-summary__signal span {
  color: #425d76 !important;
}

.ixeb-page .ixeb-strategy-card__subtitle {
  color: #4f842e !important;
}

.ixeb-page .ixeb-strategy-card__number {
  color: #ffffff !important;
}

@media (max-width: 760px) {
  .ixeb-page .ixeb-hero__panel-card p,
  .ixeb-page .ixeb-fit__lede,
  .ixeb-page .ixeb-fit__item {
    font-size: 17px !important;
    line-height: 1.58 !important;
  }
}
/* =========================================================
   EXECUTIVE BENEFITS NUMBER PILL POLISH
   Improves contrast and premium finish on strategy-card numbers
========================================================= */

.ixeb-page .ixeb-strategy-card__number {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #6fa63d 0%, #4f8735 100%) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-shadow: 0 1px 2px rgba(5, 24, 42, 0.22) !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  box-shadow:
    0 14px 26px rgba(79, 135, 53, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.30) !important;
}

.ixeb-page .ixeb-strategy-card:hover .ixeb-strategy-card__number {
  transform: translateY(-1px);
  box-shadow:
    0 18px 32px rgba(79, 135, 53, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
}
