/* =========================================================
   IMMIX GROUP BENEFIT PLANS V5
   Clean source of truth for group-benefit-plans2.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-GBP-V5-ACTIVE */


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

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

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


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

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

.ixgb-kicker,
.ixgb-copy p,
.ixgb-cta-band__copy p,
.ixgb-route-card__label,
.ixgb-route-card__text,
.ixgb-support__lede,
.ixgb-support__block h3,
.ixgb-support__block p,
.ixgb-products__lead,
.ixgb-product-card h3,
.ixgb-product-card p,
.ixgb-hero__panel-item h3,
.ixgb-hero__panel-item p {
  font-size: 17px;
}

.ixgb-copy p,
.ixgb-support__block p,
.ixgb-product-card p,
.ixgb-hero__panel-item p {
  line-height: 1.76;
  color: #425d76;
}


/* =========================================================
   HERO REFINEMENT PATCH
   Cleaner floating-card composition
   Refined by Ken Buis, Fervid Solutions
========================================================= */

/* Keep the hero stage generous and elegant */
.ixgb-hero {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 5.9rem;
  min-height: clamp(760px, 62vw, 920px);
  overflow: hidden;
  isolation: isolate;
  background: var(--ix-page);
  border-top: 0 !important;
}

/* Container only positions the composition now */
.ixgb-hero > .ixgb-wrap {
  position: relative;
  z-index: 4;
  width: min(100% - 72px, 1240px);
  max-width: 1240px;
  margin: 0 auto;
}

/* Remove the heavy outer frosted shell */
.ixgb-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;
}

/* White content card remains but becomes the true anchor */
.ixgb-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;
}

/* Softer veil for readability, instead of the old giant white shell */
.ixgb-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%
    );
}

/* Typography refinement */
.ixgb-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;
}

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

.ixgb-hero__content h1 {
  margin: 0 0 1.25rem;
  max-width: 8.2ch;
  font-family: var(--ix-font-serif);
  font-size: clamp(3.2rem, 5vw, 5.15rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: var(--ix-navy-800);
}

.ixgb-copy {
  max-width: 41rem;
}

.ixgb-copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.82;
  color: #435f79;
}

/* Blue panel floats independently and overlaps slightly */
.ixgb-hero__panel {
  position: relative;
  z-index: 7;
  margin-left: -4.4rem;
  margin-top: 1.2rem;
}

.ixgb-hero__panel-card {
  position: relative;
  width: 100%;
  padding: 2rem 1.9rem;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(22, 72, 122, 0.98) 0%, rgba(10, 39, 70, 0.99) 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 28px 62px rgba(10, 39, 70, 0.28),
    0 10px 28px rgba(10, 39, 70, 0.08);
  overflow: hidden;
}

.ixgb-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.18) 0%, rgba(111, 158, 57, 0) 74%);
  pointer-events: none;
}

.ixgb-hero__panel-card h2 {
  margin: 0 0 1.2rem;
  font-family: var(--ix-font-sans);
  font-size: clamp(30px, 2vw, 38px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.028em;
  color: #ffffff;
}

.ixgb-hero__panel-list {
  display: grid;
  gap: 0.8rem;
}

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

.ixgb-hero__panel-item:first-child {
  padding-top: 0.1rem;
  border-top: 0;
}

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

.ixgb-hero__panel-item h3 {
  margin: 0 0 0.3rem;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.48;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

  .ixgb-hero__content,
  .ixgb-hero__panel-card {
    border-radius: 24px;
  }

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

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

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

/* =========================================================
   CTA BAND REFINEMENT
   Cleaner continuation from hero into conversion
   Refined by Ken Buis, Fervid Solutions
========================================================= */

.ixgb-cta-band {
  position: relative;
  z-index: 5;
  margin-top: -1.8rem;
  padding-bottom: 0.6rem;
}

.ixgb-cta-band .ixgb-wrap {
  position: relative;
}

.ixgb-cta-band__card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 1fr);
  gap: clamp(1.4rem, 2.6vw, 2.2rem);
  align-items: center;
  padding: clamp(1.5rem, 2.5vw, 2.1rem);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 252, 249, 0.98) 100%);
  border: 1px solid rgba(18, 58, 102, 0.08);
  box-shadow:
    0 24px 54px rgba(13, 30, 52, 0.10),
    0 8px 22px rgba(13, 30, 52, 0.03);
}

.ixgb-cta-band__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(111, 158, 57, 0.08) 0%, rgba(111, 158, 57, 0) 30%),
    radial-gradient(circle at 88% 80%, rgba(18, 58, 102, 0.05) 0%, rgba(18, 58, 102, 0) 28%);
}

.ixgb-cta-band__copy,
.ixgb-cta-band__actions {
  position: relative;
  z-index: 2;
}

.ixgb-cta-band__copy {
  padding-left: 0.15rem;
}

.ixgb-cta-band__copy .ixgb-kicker {
  margin-bottom: 0.8rem;
}

.ixgb-cta-band__copy h2 {
  margin: 0 0 0.7rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(34px, 2.5vw, 44px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.ixgb-cta-band__copy p:last-child {
  max-width: 38rem;
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  color: #59728a;
}

.ixgb-cta-band__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.ixgb-route-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 22px;
  gap: 0.9rem;
  align-items: center;
  min-height: 112px;
  padding: 1.05rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ix-navy-800);
  text-decoration: none;
  border: 1px solid rgba(18, 58, 102, 0.10);
  box-shadow:
    0 10px 24px rgba(13, 30, 52, 0.05),
    0 3px 8px rgba(13, 30, 52, 0.025);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.ixgb-route-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(111, 158, 57, 0.88) 0%, rgba(18, 58, 102, 0.62) 100%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.ixgb-route-card:hover,
.ixgb-route-card:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    0 18px 36px rgba(13, 30, 52, 0.08),
    0 5px 12px rgba(13, 30, 52, 0.03);
  border-color: rgba(18, 58, 102, 0.16);
  color: var(--ix-navy-800);
  text-decoration: none;
  outline: none;
}

.ixgb-route-card:hover::before,
.ixgb-route-card:focus-visible::before {
  opacity: 1;
}

.ixgb-route-card--primary {
  background: linear-gradient(135deg, #f8fbf5 0%, #ffffff 100%);
}

.ixgb-route-card__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 36%, #ffffff 0%, #ffffff 44%, #edf6e8 45%, #edf6e8 100%);
  box-shadow: 0 0 0 6px rgba(111, 158, 57, 0.07);
  color: #4f842e;
  font-size: 17px;
}

.ixgb-route-card__body {
  min-width: 0;
}

.ixgb-route-card__label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  color: #4f842e;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ixgb-route-card__text {
  display: block;
  font-size: 17px;
  line-height: 1.5;
  color: #425d76;
}

.ixgb-route-card__arrow {
  color: #4f842e;
  font-size: 17px;
  transform: translateX(0);
  transition: transform 180ms ease;
}

.ixgb-route-card:hover .ixgb-route-card__arrow,
.ixgb-route-card:focus-visible .ixgb-route-card__arrow {
  transform: translateX(2px);
}

@media (max-width: 1199px) {
  .ixgb-cta-band {
    margin-top: -1.4rem;
  }

  .ixgb-cta-band__card {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  }
}

@media (max-width: 991px) {
  .ixgb-cta-band {
    margin-top: -1rem;
  }

  .ixgb-cta-band__card {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    padding: 1.35rem;
    border-radius: 24px;
  }

  .ixgb-cta-band__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ixgb-cta-band {
    margin-top: -0.6rem;
  }

  .ixgb-cta-band__card {
    padding: 1.1rem;
    border-radius: 22px;
  }

  .ixgb-cta-band__copy h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .ixgb-route-card {
    min-height: 100px;
    grid-template-columns: 46px minmax(0, 1fr) 18px;
    gap: 0.8rem;
    padding: 0.95rem;
    border-radius: 18px;
  }

  .ixgb-route-card__icon {
    width: 42px;
    height: 42px;
  }
}
/* =========================================================
   5. SUPPORT SECTION REDESIGN V2
   Unified integrated illustration + content panel
   Refined by Ken Buis, Fervid Solutions
========================================================= */

.ixgb-support {
  position: relative;
  padding: 5.4rem 0 3.4rem;
}

.ixgb-support::before {
  content: "";
  position: absolute;
  inset: 3rem 0 auto;
  height: 340px;
  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;
}

.ixgb-support .ixgb-wrap {
  position: relative;
  z-index: 2;
}

/* Unified shell */
.ixgb-support__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.5rem, 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;
}

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

.ixgb-support__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;
}

/* Illustration area becomes part of the same card */
.ixgb-support__media {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.ixgb-support__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;
}

.ixgb-support__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;
}

.ixgb-support__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;
}

.ixgb-support__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;
}

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

/* Content side no longer looks like a separate box */
.ixgb-support__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;
}

.ixgb-support__content-card::before {
  display: none;
}

.ixgb-support__header {
  margin-bottom: 1.7rem;
}

.ixgb-support__header .ixgb-kicker {
  margin-bottom: 0.95rem;
}

.ixgb-support__header h2 {
  margin: 0 0 0.9rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: clamp(38px, 3vw, 56px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.042em;
}

.ixgb-support__lede {
  max-width: 48rem;
  margin: 0;
  font-size: 17px;
  line-height: 1.74;
  color: #5a738b;
}

.ixgb-support__blocks {
  display: grid;
  gap: 0;
}

.ixgb-support__block {
  padding: 1.55rem 0 1.6rem;
  border-top: 1px solid rgba(18, 58, 102, 0.08);
}

.ixgb-support__block:first-child {
  padding-top: 0;
  border-top: 0;
}

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

.ixgb-support__block p {
  margin: 0;
  font-size: 17px;
  line-height: 1.82;
  color: #425d76;
}

/* Large tablet */
@media (max-width: 1199px) {
  .ixgb-support__shell {
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    gap: 1.5rem;
  }

  .ixgb-support__media-inner {
    padding: 2rem 1.1rem;
  }

  .ixgb-support__media-card img {
    max-width: 290px;
  }

  .ixgb-support__header h2 {
    font-size: clamp(34px, 3vw, 48px);
  }
}

/* Tablet */
@media (max-width: 991px) {
  .ixgb-support {
    padding: 4.4rem 0 2.8rem;
  }

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

  .ixgb-support__shell::after {
    width: 100%;
    height: 42%;
  }

  .ixgb-support__media {
    order: 1;
  }

  .ixgb-support__content-card {
    order: 2;
    padding: 0.3rem 0.2rem 0.1rem;
  }

  .ixgb-support__media-card {
    max-width: 100%;
    min-height: 0;
  }

  .ixgb-support__media-inner {
    min-height: 320px;
    padding: 1.6rem 1rem;
  }

  .ixgb-support__media-card img {
    max-width: 260px;
  }

  .ixgb-support__header h2 {
    font-size: clamp(32px, 7vw, 44px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ixgb-support__shell,
  .ixgb-support__media-card {
    border-radius: 24px;
  }

  .ixgb-support__shell {
    padding: 1rem;
  }

  .ixgb-support__media-inner {
    min-height: 270px;
    padding: 1.2rem 0.8rem;
  }

  .ixgb-support__media-card img {
    max-width: 220px;
  }

  .ixgb-support__content-card {
    padding: 0.15rem 0.1rem 0;
  }

  .ixgb-support__header {
    margin-bottom: 1.35rem;
  }

  .ixgb-support__block {
    padding: 1.2rem 0 1.25rem;
  }
}

@media (max-width: 575px) {
  .ixgb-support__media-inner {
    min-height: 235px;
  }

  .ixgb-support__media-card img {
    max-width: 190px;
  }

  .ixgb-support__header h2 {
    font-size: clamp(30px, 10vw, 38px);
  }
}
/* =========================================================
   6. PRODUCTS SECTION REFINEMENT
   Premium equal-emphasis product grid
   Refined by Ken Buis, Fervid Solutions
========================================================= */

.ixgb-products {
  position: relative;
  padding: 3.6rem 0 7rem;
}

.ixgb-products::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 260px;
  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%);
}

.ixgb-products .ixgb-wrap {
  position: relative;
  z-index: 2;
}

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

.ixgb-products__heading .ixgb-kicker {
  justify-content: center;
  margin-bottom: 0.95rem;
}

.ixgb-products__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;
}

.ixgb-products__lead {
  max-width: 52rem;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.74;
  color: #5a738b;
}

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

.ixgb-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.55rem 1.45rem 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;
}

.ixgb-product-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%);
  opacity: 0.92;
}

.ixgb-product-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248, 250, 247, 0.28) 100%);
}

.ixgb-product-card:hover,
.ixgb-product-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);
}

.ixgb-product-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 0.85rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-sans);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.012em;
}

.ixgb-product-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #425d76;
}

.ixgb-product-card p + p {
  margin-top: 0.8rem;
}

.ixgb-product-card__link-row {
  margin-top: auto !important;
  padding-top: 1rem;
}

.ixgb-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ix-navy-800);
  text-decoration: none;
  border-bottom: 1px solid rgba(18, 58, 102, 0.2);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.ixgb-inline-link::after {
  content: "→";
  font-size: 17px;
  line-height: 1;
  transform: translateX(0);
  transition: transform 180ms ease;
}

.ixgb-inline-link:hover,
.ixgb-inline-link:focus-visible {
  color: var(--ix-navy-800);
  border-color: rgba(18, 58, 102, 0.55);
  text-decoration: none;
  outline: none;
}

.ixgb-inline-link:hover::after,
.ixgb-inline-link:focus-visible::after {
  transform: translateX(2px);
}

/* Focus support */
.ixgb-product-card a:focus-visible,
.ixgb-inline-link:focus-visible {
  outline: 2px solid rgba(111, 158, 57, 0.45);
  outline-offset: 3px;
}

/* 2-column tablet */
@media (max-width: 1199px) {
  .ixgb-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Tablet */
@media (max-width: 991px) {
  .ixgb-products {
    padding: 3.1rem 0 6rem;
  }

  .ixgb-products__heading {
    margin-bottom: 2rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ixgb-products__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ixgb-product-card {
    padding: 1.35rem 1.15rem 1.25rem;
    border-radius: 22px;
  }

  .ixgb-products__heading h2 {
    font-size: clamp(30px, 8vw, 38px);
  }
}
/* =========================================================
   7. FOCUS
========================================================= */

.ixgb-route-card:focus-visible,
.ixgb-inline-link:focus-visible,
.ixgb-product-card a:focus-visible {
  outline: 2px solid rgba(111, 158, 57, 0.55);
  outline-offset: 3px;
}


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

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

  .ixgb-hero__frame {
    max-width: 1220px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  }

  .ixgb-hero__panel {
    margin-left: -1.75rem;
  }

  .ixgb-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

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

  .ixgb-hero__frame {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

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

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

  .ixgb-hero__media img {
    min-height: 760px;
    object-position: center center;
  }

  .ixgb-hero__media::before {
    background:
      linear-gradient(
        180deg,
        rgba(248, 251, 247, 0.985) 0%,
        rgba(248, 251, 247, 0.96) 40%,
        rgba(248, 251, 247, 0.82) 72%,
        rgba(248, 251, 247, 0.32) 100%
      );
  }

  .ixgb-hero__panel {
    margin-left: 0;
  }

  .ixgb-cta-band {
    margin-top: -2.1rem;
  }

  .ixgb-cta-band__card {
    grid-template-columns: 1fr;
  }

  .ixgb-support {
    padding: 4.4rem 0 2.6rem;
  }

  .ixgb-support__shell {
    grid-template-columns: 1fr;
  }

  .ixgb-support__media-card {
    min-height: 0;
  }

  .ixgb-support__media-inner {
    min-height: 360px;
    align-items: center;
  }

  .ixgb-support__media-card img {
    max-width: 280px;
  }
}

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

  .ixgb-hero__content,
  .ixgb-hero__panel-card,
  .ixgb-cta-band__card,
  .ixgb-route-card,
  .ixgb-support__media-card,
  .ixgb-support__content-card,
  .ixgb-product-card {
    border-radius: 24px;
  }

  .ixgb-hero__content {
    padding: 1.45rem 1.3rem;
  }

  .ixgb-hero__panel-card {
    padding: 1.5rem 1.25rem;
  }

  .ixgb-cta-band__actions {
    grid-template-columns: 1fr;
  }

  .ixgb-products__grid {
    grid-template-columns: 1fr;
  }

  .ixgb-hero__media img {
    min-height: 800px;
  }

  .ixgb-hero h1 {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .ixgb-support__media-card {
    padding: 1rem;
  }

  .ixgb-support__media-inner {
    min-height: 300px;
    padding: 1rem 0.5rem 0.75rem;
  }

  .ixgb-support__content-card {
    padding: 1.45rem 1.2rem;
  }

  .ixgb-support__block {
    padding: 1.2rem 0 1.25rem;
  }

  .ixgb-hero__content h1 {
    font-size: clamp(2.7rem, 12vw, 3.45rem);
  }

  .ixgb-route-card {
    grid-template-columns: 48px minmax(0, 1fr) 20px;
    gap: 0.85rem;
    min-height: 104px;
    padding: 1rem;
  }

  .ixgb-route-card__icon {
    width: 46px;
    height: 46px;
  }

  .ixgb-product-card {
    padding: 1.4rem 1.2rem;
  }
}
/* =========================================================
   7. CLOSING CTA
   Conversion-focused closing section
   Refined by Ken Buis, Fervid Solutions
========================================================= */

.ixgb-close-cta {
  position: relative;
  padding: 0 0 7rem;
}

.ixgb-close-cta::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.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%);
}

.ixgb-close-cta .ixgb-wrap {
  position: relative;
  z-index: 2;
}

.ixgb-close-cta__card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: clamp(1.4rem, 2.6vw, 2.4rem);
  align-items: center;
  padding: clamp(1.7rem, 3vw, 2.4rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #143b67 0%, #0f3158 56%, #092a50 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 28px 62px rgba(10, 39, 70, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.ixgb-close-cta__card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.00) 0%,
      rgba(255, 255, 255, 0.05) 58%,
      rgba(255, 255, 255, 0.10) 100%
    );
}

.ixgb-close-cta__copy,
.ixgb-close-cta__actions {
  position: relative;
  z-index: 2;
}

.ixgb-close-cta__copy .ixgb-kicker {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0.85rem;
}

.ixgb-close-cta__copy .ixgb-kicker::after {
  background: rgba(255, 255, 255, 0.45);
}

.ixgb-close-cta__copy 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.02;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

.ixgb-close-cta__copy p:last-child {
  margin: 0;
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.74;
}

.ixgb-close-cta__actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ixgb-close-cta__btn {
  min-height: 52px;
  padding: 0 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.ixgb-close-cta__btn:hover,
.ixgb-close-cta__btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
  text-decoration: none;
}

.ixgb-close-cta__btn--primary {
  color: #0b2a4a;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.ixgb-close-cta__btn--primary:hover,
.ixgb-close-cta__btn--primary:focus-visible {
  color: #0b2a4a;
  background: #ffffff;
}

.ixgb-close-cta__btn--secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.ixgb-close-cta__btn--secondary:hover,
.ixgb-close-cta__btn--secondary:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.38);
}

@media (max-width: 991px) {
  .ixgb-close-cta {
    padding-bottom: 6rem;
  }

  .ixgb-close-cta__card {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1.45rem;
    border-radius: 24px;
  }

  .ixgb-close-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ixgb-close-cta {
    padding-bottom: 5.2rem;
  }

  .ixgb-close-cta__card {
    padding: 1.2rem;
    border-radius: 22px;
  }

  .ixgb-close-cta__copy h2 {
    font-size: clamp(30px, 8vw, 38px);
    max-width: 100%;
  }

  .ixgb-close-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .ixgb-close-cta__btn {
    width: 100%;
  }
}

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

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

.ixgb-page .ixgb-hero__panel-card,
.ixgb-page .ixgb-close-cta__card {
  color: #ffffff;
}

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

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

.ixgb-page .ixgb-hero__panel-card .ixgb-kicker,
.ixgb-page .ixgb-close-cta__card .ixgb-kicker,
.ixgb-page .ixgb-close-cta__copy .ixgb-kicker {
  color: rgba(255, 255, 255, 0.82) !important;
}

.ixgb-page .ixgb-hero__panel-card .ixgb-kicker::after,
.ixgb-page .ixgb-close-cta__card .ixgb-kicker::after,
.ixgb-page .ixgb-close-cta__copy .ixgb-kicker::after {
  background: rgba(255, 255, 255, 0.42) !important;
}

.ixgb-page .ixgb-hero__content :is(h1, h2, h3, h4, h5, h6),
.ixgb-page .ixgb-cta-band__card :is(h2, h3, h4, h5, h6, strong),
.ixgb-page .ixgb-support__shell :is(h2, h3, h4, h5, h6, strong),
.ixgb-page .ixgb-product-card :is(h2, h3, h4, h5, h6, strong) {
  color: var(--ix-navy-800, #12345d) !important;
}

.ixgb-page .ixgb-copy p,
.ixgb-page .ixgb-cta-band__copy p,
.ixgb-page .ixgb-route-card__text,
.ixgb-page .ixgb-support__lede,
.ixgb-page .ixgb-support__block p,
.ixgb-page .ixgb-products__lead,
.ixgb-page .ixgb-product-card p {
  color: #425d76 !important;
}

.ixgb-page .ixgb-kicker,
.ixgb-page .ixgb-route-card__label {
  color: var(--ix-green-650, #568f32) !important;
}

.ixgb-page .ixgb-route-card__icon,
.ixgb-page .ixgb-route-card__arrow {
  color: #4f842e !important;
}

.ixgb-page .ixgb-close-cta__btn--primary {
  color: #0b2a4a !important;
}

.ixgb-page .ixgb-close-cta__btn--secondary {
  color: #ffffff !important;
}

@media (max-width: 760px) {
  .ixgb-page .ixgb-hero__panel-card p,
  .ixgb-page .ixgb-copy p,
  .ixgb-page .ixgb-support__block p,
  .ixgb-page .ixgb-product-card p {
    font-size: 17px !important;
    line-height: 1.58 !important;
  }
}

/* =========================================================
   GROUP BENEFITS SUPPORT SECTION REDESIGN v5.1
   Removes the avatar/illustration panel and converts the
   support section into a premium full-width advisory grid.
   Keep this at the end of immix-group-benefits-v4.css.
========================================================= */

.ixgb-page .ixgb-support--no-avatar {
  position: relative;
  padding: clamp(4.6rem, 7vw, 7rem) 0 clamp(3.8rem, 6vw, 5.8rem) !important;
  background:
    radial-gradient(circle at 10% 12%, rgba(105, 166, 61, 0.07) 0%, rgba(105, 166, 61, 0) 34%),
    radial-gradient(circle at 90% 18%, rgba(18, 58, 102, 0.06) 0%, rgba(18, 58, 102, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f7faf6 100%) !important;
}

.ixgb-page .ixgb-support--no-avatar::before {
  inset: 2.2rem 0 auto !important;
  height: 380px !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(105, 166, 61, 0.10) 0%, rgba(105, 166, 61, 0) 34%),
    radial-gradient(circle at 86% 22%, rgba(18, 58, 102, 0.065) 0%, rgba(18, 58, 102, 0) 32%) !important;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__shell {
  display: block !important;
  padding: clamp(1.7rem, 3.2vw, 3rem) !important;
  border-radius: 38px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 166, 61, 0.12) 0%, rgba(105, 166, 61, 0) 35%),
    radial-gradient(circle at 0% 100%, rgba(18, 58, 102, 0.07) 0%, rgba(18, 58, 102, 0) 34%),
    linear-gradient(180deg, rgba(255,255,255,0.995) 0%, rgba(249,251,248,0.985) 100%) !important;
  border: 1px solid rgba(18, 58, 102, 0.085) !important;
  box-shadow:
    0 30px 76px rgba(13, 30, 52, 0.10),
    0 8px 22px rgba(13, 30, 52, 0.035) !important;
  overflow: hidden !important;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__shell::before {
  width: 7px !important;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, rgba(18, 58, 102, 0.38) 100%) !important;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__shell::after {
  width: 100% !important;
  height: 100% !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(105, 166, 61, 0.08) 0%, rgba(105, 166, 61, 0) 26%),
    radial-gradient(circle at 88% 92%, rgba(18, 58, 102, 0.055) 0%, rgba(18, 58, 102, 0) 30%) !important;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__media {
  display: none !important;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__content-card {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__header {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 0 clamp(1.35rem, 2.6vw, 2rem) !important;
  padding: 0 0 clamp(1.25rem, 2.2vw, 1.65rem);
  border-bottom: 1px solid rgba(18, 58, 102, 0.085);
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__header .ixgb-kicker {
  margin-bottom: 0.85rem !important;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__header h2 {
  max-width: 15ch;
  margin: 0 0 0.82rem !important;
  color: var(--ix-navy-800) !important;
  font-size: clamp(38px, 4.6vw, 64px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.052em !important;
  text-wrap: balance;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__lede {
  max-width: 64rem !important;
  color: #425d76 !important;
  font-size: clamp(18px, 1.25vw, 21px) !important;
  line-height: 1.7 !important;
  font-weight: 620 !important;
}

.ixgb-page .ixgb-support__signal-row {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0 0 clamp(1.2rem, 2.3vw, 1.8rem);
  padding: 0;
}

.ixgb-page .ixgb-support__signal-row span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  color: var(--ix-navy-800) !important;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(18, 58, 102, 0.09);
  box-shadow: 0 8px 18px rgba(13, 30, 52, 0.035);
  font-size: 17px !important;
  font-weight: 780 !important;
  line-height: 1.15 !important;
}

.ixgb-page .ixgb-support__signal-row span::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: var(--ix-green-600);
  box-shadow: 0 0 0 5px rgba(105, 166, 61, 0.10);
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__blocks {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.35rem) !important;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__block {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(1.35rem, 2.2vw, 1.8rem) !important;
  border: 1px solid rgba(18, 58, 102, 0.085) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 166, 61, 0.075) 0%, rgba(105, 166, 61, 0) 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%) !important;
  box-shadow:
    0 16px 36px rgba(13, 30, 52, 0.055),
    0 3px 10px rgba(13, 30, 52, 0.02) !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__block::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(105, 166, 61, 0.92) 0%, rgba(18, 58, 102, 0.68) 100%);
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__block:hover,
.ixgb-page .ixgb-support--no-avatar .ixgb-support__block:focus-within {
  transform: translateY(-3px);
  border-color: rgba(105, 166, 61, 0.20) !important;
  box-shadow:
    0 24px 52px rgba(13, 30, 52, 0.09),
    0 5px 14px rgba(13, 30, 52, 0.03) !important;
}

.ixgb-page .ixgb-support__block-num {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 0 1rem;
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.11);
  color: var(--ix-green-650) !important;
  border: 1px solid rgba(105, 166, 61, 0.18);
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__block h3 {
  margin: 0 0 0.7rem !important;
  color: var(--ix-navy-800) !important;
  font-size: clamp(22px, 1.65vw, 28px) !important;
  font-weight: 820 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.028em !important;
}

.ixgb-page .ixgb-support--no-avatar .ixgb-support__block p {
  margin: 0 !important;
  color: #425d76 !important;
  font-size: 17px !important;
  line-height: 1.76 !important;
}

@media (max-width: 991px) {
  .ixgb-page .ixgb-support--no-avatar {
    padding: 4.2rem 0 4.8rem !important;
  }

  .ixgb-page .ixgb-support--no-avatar .ixgb-support__shell {
    padding: 1.35rem !important;
    border-radius: 28px !important;
  }

  .ixgb-page .ixgb-support--no-avatar .ixgb-support__blocks {
    grid-template-columns: 1fr !important;
  }

  .ixgb-page .ixgb-support--no-avatar .ixgb-support__header h2 {
    max-width: 100%;
    font-size: clamp(34px, 7vw, 50px) !important;
  }
}

@media (max-width: 767px) {
  .ixgb-page .ixgb-support--no-avatar {
    padding: 3.6rem 0 4.2rem !important;
  }

  .ixgb-page .ixgb-support--no-avatar .ixgb-support__shell,
  .ixgb-page .ixgb-support--no-avatar .ixgb-support__block {
    border-radius: 22px !important;
  }

  .ixgb-page .ixgb-support--no-avatar .ixgb-support__shell {
    padding: 1.05rem !important;
  }

  .ixgb-page .ixgb-support--no-avatar .ixgb-support__header {
    padding: 0.15rem 0.15rem 1.2rem;
  }

  .ixgb-page .ixgb-support__signal-row {
    gap: 0.55rem;
  }

  .ixgb-page .ixgb-support__signal-row span {
    width: 100%;
    justify-content: flex-start;
  }

  .ixgb-page .ixgb-support--no-avatar .ixgb-support__block {
    padding: 1.25rem 1.15rem !important;
  }
}
