/* =========================================================
   Immix Group Homepage Next
   File: /assets/css/home-next.css
   Works with: header.php, footer2.php, immix-next-base.css
   ========================================================= */

:root {
  --ixh-navy: #0b315f;
  --ixh-navy-deep: #062548;
  --ixh-navy-ink: #10233f;
  --ixh-green: #5a9d3f;
  --ixh-green-dark: #3f7f2f;
  --ixh-mint: #eef7ea;
  --ixh-surface: #ffffff;
  --ixh-soft: #f6f9f7;
  --ixh-soft-blue: #f3f7fb;
  --ixh-border: rgba(16, 35, 63, 0.11);
  --ixh-text: #536477;
  --ixh-muted: #6d7888;
  --ixh-shadow: 0 24px 60px rgba(16, 35, 63, 0.11);
  --ixh-shadow-soft: 0 18px 42px rgba(16, 35, 63, 0.08);
  --ixh-radius-xl: 28px;
  --ixh-radius-lg: 22px;
  --ixh-radius-md: 16px;
  --ixh-wrap: 1180px;
  --ixh-serif: "Noto Serif", Georgia, "Times New Roman", serif;
  --ixh-sans: "Rubik", Arial, sans-serif;
}

/* Global page reset scoped to homepage */
.ix-home-page {
  background: #ffffff;
  color: var(--ixh-navy-ink);
}

.ix-home-page main {
  overflow: hidden;
}

.ix-home-page a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ixh-wrap {
  width: min(100% - 72px, var(--ixh-wrap));
  margin-inline: auto;
}

.ixh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  color: var(--ixh-green);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ixh-kicker::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 2px;
  background: currentColor;
  opacity: 0.75;
}

.ixh-section-lead,
.ixh-section-head p {
  color: var(--ixh-text);
  font-size: 1.04rem;
  line-height: 1.72;
}

.ixh-section-head {
  margin-bottom: clamp(28px, 4vw, 46px);
}

.ixh-section-head h2 {
  margin: 0;
  color: var(--ixh-navy-ink);
  font-family: var(--ixh-serif);
  font-size: clamp(2rem, 3.4vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ixh-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
}

.ixh-section-head--split > p,
.ixh-section-head--split > .ixh-text-link {
  justify-self: end;
  max-width: 450px;
  margin: 0;
}

.ixh-section-head--center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.ixh-section-head--center .ixh-kicker {
  justify-content: center;
}

.ixh-section-head--center p {
  margin: 16px auto 0;
}

/* Buttons and links */
.ixh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 12px;
  font-family: var(--ixh-sans);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.ixh-btn i {
  font-size: 0.86rem;
  transform: translateY(1px);
}

.ixh-btn--primary {
  border: 1px solid rgba(90, 157, 63, 0.55);
  background: linear-gradient(135deg, #65ad42, #428930);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(56, 127, 43, 0.24);
}

.ixh-btn--primary:hover,
.ixh-btn--primary:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(56, 127, 43, 0.3);
}

.ixh-btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.ixh-btn--secondary:hover,
.ixh-btn--secondary:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.ixh-btn--secondary-dark {
  border: 1px solid rgba(16, 35, 63, 0.14);
  background: #ffffff;
  color: var(--ixh-navy);
}

.ixh-btn--secondary-dark:hover,
.ixh-btn--secondary-dark:focus-visible {
  color: var(--ixh-green-dark);
  transform: translateY(-2px);
  box-shadow: var(--ixh-shadow-soft);
}

.ixh-text-link,
.ixh-link-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ixh-green-dark);
  font-weight: 800;
  text-decoration: none;
}

.ixh-text-link:hover,
.ixh-link-text:hover {
  color: var(--ixh-navy);
}

/* =========================================================
   Hero
   ========================================================= */

.ixh-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(138px, 10vw, 174px) 0 clamp(64px, 7vw, 94px);
  background: var(--ixh-navy-deep);
  isolation: isolate;
}

.ixh-hero__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 29, 58, 0.94) 0%, rgba(6, 37, 72, 0.82) 39%, rgba(6, 37, 72, 0.54) 62%, rgba(6, 37, 72, 0.3) 100%),
    linear-gradient(180deg, rgba(4, 29, 58, 0.58) 0%, rgba(4, 29, 58, 0.18) 44%, rgba(4, 29, 58, 0.82) 100%),
    url("/assets/images/backgrounds/main-slider-two-bg.png") center center / cover no-repeat;
}

.ixh-hero::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.ixh-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.ixh-hero__content {
  max-width: 690px;
}

.ixh-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-family: var(--ixh-serif);
  font-size: clamp(3rem, 6.2vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.ixh-hero h1::first-letter {
  letter-spacing: -0.07em;
}

.ixh-hero__lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.72;
}

.ixh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.ixh-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.ixh-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.93rem;
  font-weight: 700;
}

.ixh-hero__trust i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #a8df85;
  border: 1px solid rgba(168, 223, 133, 0.4);
  border-radius: 999px;
  background: rgba(168, 223, 133, 0.08);
}

/* Hero panel */
.ixh-hero__panel {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(6, 26, 52, 0.86);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.ixh-panel-kicker {
  margin: 0 0 8px;
  color: #9cd578;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ixh-hero__panel h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: var(--ixh-serif);
  font-size: clamp(1.6rem, 2.4vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ixh-hero__routes {
  display: grid;
  gap: 12px;
}

.ixh-hero__routes a {
  display: grid;
  grid-template-columns: 52px 1fr 16px;
  gap: 14px;
  align-items: center;
  min-height: 84px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  text-decoration: none;
}

.ixh-hero__routes a:hover,
.ixh-hero__routes a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(156, 213, 120, 0.42);
  background: rgba(255, 255, 255, 0.11);
}

.ixh-route-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--ixh-green-dark);
  border-radius: 999px;
  background: #eef8ea;
}

.ixh-hero__routes strong,
.ixh-hero__routes em {
  display: block;
}

.ixh-hero__routes strong {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 0.98rem;
}

.ixh-hero__routes em {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.84rem;
  line-height: 1.38;
  font-style: normal;
}

/* =========================================================
   Decision Routing Cards
   ========================================================= */

.ixh-routing {
  position: relative;
  z-index: 2;
  padding: 0 0 clamp(56px, 6vw, 86px);
  background: #ffffff;
}

.ixh-routing__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-top: -38px;
}

.ixh-route-card {
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--ixh-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--ixh-shadow-soft);
  color: var(--ixh-navy-ink);
  text-decoration: none;
}

.ixh-route-card:hover,
.ixh-route-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(90, 157, 63, 0.28);
  box-shadow: var(--ixh-shadow);
}

.ixh-route-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--ixh-mint);
  color: var(--ixh-green-dark);
  font-size: 1.25rem;
}

.ixh-route-card h2 {
  margin: 0 0 10px;
  color: var(--ixh-navy-ink);
  font-family: var(--ixh-serif);
  font-size: 1.32rem;
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.ixh-route-card p {
  margin: 0 0 22px;
  color: var(--ixh-text);
  font-size: 0.96rem;
  line-height: 1.58;
}

.ixh-route-card .ixh-link-text {
  margin-top: auto;
  font-size: 0.9rem;
}

/* =========================================================
   Expertise Section
   ========================================================= */

.ixh-expertise {
  padding: clamp(64px, 7vw, 104px) 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faf7 100%);
}

.ixh-expertise__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
}

.ixh-expertise__image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--ixh-radius-xl);
  box-shadow: var(--ixh-shadow);
  background: var(--ixh-soft);
}

.ixh-expertise__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 37, 72, 0) 44%, rgba(6, 37, 72, 0.18) 100%);
  pointer-events: none;
}

.ixh-expertise__image img {
  display: block;
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.ixh-expertise__content h2 {
  max-width: 660px;
  margin: 0;
  color: var(--ixh-navy-ink);
  font-family: var(--ixh-serif);
  font-size: clamp(2.1rem, 3.8vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.ixh-section-lead {
  max-width: 680px;
  margin: 18px 0 0;
}

.ixh-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ixh-proof-card {
  padding: 26px;
  border: 1px solid var(--ixh-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 35, 63, 0.07);
}

.ixh-proof-card span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--ixh-mint);
  color: var(--ixh-green-dark);
  font-size: 1.15rem;
}

.ixh-proof-card h3 {
  margin: 0 0 10px;
  color: var(--ixh-navy-ink);
  font-size: 1.02rem;
  line-height: 1.25;
}

.ixh-proof-card p {
  margin: 0;
  color: var(--ixh-text);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* =========================================================
   Savings Bridge
   ========================================================= */

.ixh-savings-bridge {
  padding: 0 0 clamp(64px, 7vw, 104px);
  background: #f7faf7;
}

.ixh-savings-bridge__card {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr) auto;
  align-items: stretch;
  overflow: hidden;
  border-radius: 22px;
  background: var(--ixh-navy-deep);
  box-shadow: var(--ixh-shadow);
}

.ixh-savings-bridge__image {
  min-height: 220px;
  background:
    linear-gradient(90deg, rgba(6, 37, 72, 0.2), rgba(6, 37, 72, 0.02)),
    url("/assets/images/backgrounds/company-numbers-bg.jpg") center center / cover no-repeat;
}

.ixh-savings-bridge__content {
  padding: clamp(32px, 4vw, 48px);
  color: #ffffff;
}

.ixh-savings-bridge__content h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--ixh-serif);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ixh-savings-bridge__content p:not(.ixh-kicker) {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.68;
}

.ixh-savings-bridge__action {
  display: grid;
  place-items: center;
  padding: 34px 38px 34px 0;
}

/* =========================================================
   Solutions
   ========================================================= */

.ixh-solutions {
  padding: clamp(66px, 8vw, 110px) 0;
  background: #ffffff;
}

.ixh-solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ixh-solution-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 34px;
  border: 1px solid var(--ixh-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--ixh-shadow-soft);
  color: var(--ixh-navy-ink);
  text-decoration: none;
}

.ixh-solution-card:hover,
.ixh-solution-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(90, 157, 63, 0.28);
  box-shadow: var(--ixh-shadow);
}

.ixh-solution-card__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: var(--ixh-mint);
  color: var(--ixh-green-dark);
  font-size: 1.35rem;
}

.ixh-solution-card h3 {
  margin: 0 0 14px;
  color: var(--ixh-navy-ink);
  font-family: var(--ixh-serif);
  font-size: 1.55rem;
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.ixh-solution-card p {
  margin: 0 0 24px;
  color: var(--ixh-text);
  font-size: 0.98rem;
  line-height: 1.68;
}

.ixh-solution-card > span:last-child {
  margin-top: auto;
  color: var(--ixh-green-dark);
  font-weight: 800;
}

.ixh-solution-card--dark {
  background:
    radial-gradient(circle at 20% 12%, rgba(90, 157, 63, 0.24), transparent 34%),
    linear-gradient(145deg, #0b315f, #062548);
  color: #ffffff;
}

.ixh-solution-card--dark h3,
.ixh-solution-card--dark p,
.ixh-solution-card--dark > span:last-child {
  color: #ffffff;
}

.ixh-solution-card--dark .ixh-solution-card__icon {
  background: rgba(255, 255, 255, 0.12);
  color: #b4e58e;
}

/* =========================================================
   ImmixPool
   ========================================================= */

.ixh-pool {
  padding: clamp(68px, 8vw, 112px) 0;
  background:
    linear-gradient(180deg, #f7faf7 0%, #ffffff 100%);
}

.ixh-pool__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border: 1px solid var(--ixh-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--ixh-shadow-soft);
  overflow: hidden;
}

.ixh-pool__grid article {
  padding: 32px 24px;
  text-align: center;
}

.ixh-pool__grid article + article {
  border-left: 1px solid var(--ixh-border);
}

.ixh-pool__grid span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: var(--ixh-mint);
  color: var(--ixh-green-dark);
  font-size: 1.22rem;
}

.ixh-pool__grid h3 {
  margin: 0 0 9px;
  color: var(--ixh-navy-ink);
  font-size: 1.02rem;
  line-height: 1.24;
}

.ixh-pool__grid p {
  margin: 0;
  color: var(--ixh-text);
  font-size: 0.88rem;
  line-height: 1.55;
}

.ixh-pool__cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

/* =========================================================
   Plan Review CTA
   ========================================================= */

.ixh-review {
  padding: 0 0 clamp(68px, 8vw, 110px);
  background: #ffffff;
}

.ixh-review__card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(90, 157, 63, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(238, 247, 234, 0.72), rgba(255, 255, 255, 0.94));
  box-shadow: var(--ixh-shadow-soft);
}

.ixh-review__icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 20px;
  background: #ffffff;
  color: var(--ixh-green-dark);
  box-shadow: 0 14px 30px rgba(16, 35, 63, 0.08);
  font-size: 1.7rem;
}

.ixh-review__content h2 {
  margin: 0;
  color: var(--ixh-navy-ink);
  font-family: var(--ixh-serif);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.ixh-review__content p:not(.ixh-kicker) {
  max-width: 780px;
  margin: 13px 0 0;
  color: var(--ixh-text);
  font-size: 1rem;
  line-height: 1.68;
}

.ixh-review__actions {
  display: grid;
  gap: 16px;
  justify-items: center;
}

/* =========================================================
   Testimonials
   ========================================================= */

.ixh-testimonials {
  padding: clamp(66px, 8vw, 104px) 0;
  background: var(--ixh-soft-blue);
}

.ixh-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ixh-quote-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--ixh-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--ixh-shadow-soft);
}

.ixh-quote-card > i {
  margin-bottom: 18px;
  color: var(--ixh-green);
  font-size: 1.35rem;
}

.ixh-quote-card p {
  margin: 0;
  color: var(--ixh-text);
  font-size: 0.98rem;
  line-height: 1.72;
}

.ixh-quote-card footer {
  margin-top: auto;
  padding-top: 22px;
}

.ixh-quote-card strong,
.ixh-quote-card span {
  display: block;
}

.ixh-quote-card strong {
  color: var(--ixh-navy-ink);
  font-size: 0.98rem;
}

.ixh-quote-card span {
  margin-top: 4px;
  color: var(--ixh-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

/* =========================================================
   Latest Insights
   ========================================================= */

.ixh-insights {
  padding: clamp(66px, 8vw, 104px) 0;
  background: #ffffff;
}

.ixh-insights__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ixh-blog-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--ixh-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--ixh-shadow-soft);
}

.ixh-blog-card__image {
  display: block;
  min-height: 100%;
  background: var(--ixh-soft);
}

.ixh-blog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.ixh-blog-card__content {
  padding: 28px;
}

.ixh-blog-card__date {
  margin: 0 0 10px;
  color: var(--ixh-green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ixh-blog-card h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.24;
}

.ixh-blog-card h3 a {
  color: var(--ixh-navy-ink);
  text-decoration: none;
}

.ixh-blog-card h3 a:hover {
  color: var(--ixh-green-dark);
}

.ixh-blog-card p:not(.ixh-blog-card__date) {
  margin: 0 0 18px;
  color: var(--ixh-text);
  font-size: 0.94rem;
  line-height: 1.62;
}

/* =========================================================
   Final CTA
   ========================================================= */

.ixh-final-cta {
  padding: 0 0 clamp(72px, 8vw, 112px);
  background: #ffffff;
}

.ixh-final-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 24%, rgba(90, 157, 63, 0.28), transparent 32%),
    linear-gradient(135deg, var(--ixh-navy), var(--ixh-navy-deep));
  box-shadow: var(--ixh-shadow);
}

.ixh-final-cta h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--ixh-serif);
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.ixh-final-cta p:not(.ixh-kicker) {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.03rem;
  line-height: 1.68;
}

.ixh-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

/* =========================================================
   Back to top compatibility
   ========================================================= */

.ix-home-page .scroll-to-top {
  background: var(--ixh-green);
  color: #ffffff;
}

/* =========================================================
   Accessibility
   ========================================================= */

.ix-home-page a:focus-visible,
.ix-home-page button:focus-visible {
  outline: 3px solid rgba(90, 157, 63, 0.36);
  outline-offset: 3px;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1180px) {
  .ixh-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
    gap: 38px;
  }

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

  .ixh-proof-grid,
  .ixh-solutions__grid,
  .ixh-testimonials__grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .ixh-pool__grid article + article {
    border-left: 0;
  }

  .ixh-pool__grid article {
    border-bottom: 1px solid var(--ixh-border);
  }

  .ixh-pool__grid article:nth-child(odd) {
    border-right: 1px solid var(--ixh-border);
  }

  .ixh-pool__grid article:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

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

  .ixh-blog-card__image img {
    height: 250px;
  }
}

@media (max-width: 960px) {
  .ixh-wrap {
    width: min(100% - 48px, var(--ixh-wrap));
  }

  .ixh-hero {
    padding-top: clamp(156px, 20vw, 230px);
  }

  .ixh-hero__inner,
  .ixh-expertise__inner,
  .ixh-section-head--split,
  .ixh-review__card,
  .ixh-final-cta__card {
    grid-template-columns: 1fr;
  }

  .ixh-section-head--split > p,
  .ixh-section-head--split > .ixh-text-link {
    justify-self: start;
  }

  .ixh-hero__panel {
    max-width: 640px;
  }

  .ixh-expertise__image img {
    min-height: 340px;
  }

  .ixh-savings-bridge__card {
    grid-template-columns: 1fr;
  }

  .ixh-savings-bridge__action {
    place-items: start;
    padding: 0 34px 34px;
  }

  .ixh-review__actions {
    justify-items: start;
  }

  .ixh-final-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .ixh-hero {
    padding: clamp(210px, 38vw, 300px) 0 58px;
  }

  .ixh-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  .ixh-hero__lead {
    font-size: 1.02rem;
  }

  .ixh-hero__actions,
  .ixh-final-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ixh-btn {
    width: 100%;
  }

  .ixh-hero__trust {
    display: grid;
    gap: 14px;
  }

  .ixh-routing__grid,
  .ixh-proof-grid,
  .ixh-solutions__grid,
  .ixh-testimonials__grid,
  .ixh-insights__grid {
    grid-template-columns: 1fr;
  }

  .ixh-route-card {
    min-height: 0;
  }

  .ixh-pool__grid {
    grid-template-columns: 1fr;
  }

  .ixh-pool__grid article,
  .ixh-pool__grid article:nth-child(odd),
  .ixh-pool__grid article:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--ixh-border);
  }

  .ixh-pool__grid article:last-child {
    border-bottom: 0;
  }

  .ixh-review__card {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .ixh-wrap {
    width: min(100% - 34px, var(--ixh-wrap));
  }

  .ixh-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.11em;
  }

  .ixh-kicker::after {
    width: 36px;
  }

  .ixh-hero {
    padding-top: clamp(238px, 52vw, 360px);
  }

  .ixh-hero__panel {
    padding: 22px;
    border-radius: 20px;
  }

  .ixh-hero__routes a {
    grid-template-columns: 46px 1fr 14px;
    min-height: 76px;
    padding: 12px;
  }

  .ixh-route-icon {
    width: 46px;
    height: 46px;
  }

  .ixh-routing {
    padding-bottom: 52px;
  }

  .ixh-routing__grid {
    margin-top: -28px;
  }

  .ixh-route-card,
  .ixh-proof-card,
  .ixh-solution-card,
  .ixh-quote-card,
  .ixh-blog-card__content {
    padding: 24px;
  }

  .ixh-expertise,
  .ixh-solutions,
  .ixh-pool,
  .ixh-testimonials,
  .ixh-insights {
    padding: 54px 0;
  }

  .ixh-savings-bridge {
    padding-bottom: 54px;
  }

  .ixh-savings-bridge__content {
    padding: 28px 24px;
  }

  .ixh-savings-bridge__action {
    padding: 0 24px 28px;
  }

  .ixh-review {
    padding-bottom: 54px;
  }

  .ixh-review__card,
  .ixh-final-cta__card {
    padding: 26px;
    border-radius: 22px;
  }

  .ixh-blog-card__image img {
    height: 220px;
    min-height: 220px;
  }
}
/* =========================================================
   Immix Homepage Premium Sophistication Layer
   Paste at bottom of /assets/css/home-next.css
   ========================================================= */

:root {
  --ixh-premium-navy: #082f5f;
  --ixh-premium-deep: #061f3d;
  --ixh-premium-ink: #14233a;
  --ixh-premium-green: #57983f;
  --ixh-premium-gold: #d7c28a;
  --ixh-premium-paper: #fbfcfb;
  --ixh-premium-line: rgba(20, 35, 58, 0.11);
  --ixh-premium-shadow: 0 30px 80px rgba(8, 31, 61, 0.14);
  --ixh-premium-soft-shadow: 0 18px 46px rgba(8, 31, 61, 0.09);
}

/* Overall page polish */
.ix-home-page {
  background:
    radial-gradient(circle at 50% 0%, rgba(87, 152, 63, 0.035), transparent 34%),
    #ffffff;
}

.ix-home-page main {
  background: #ffffff;
}

/* More refined section rhythm */
.ixh-expertise,
.ixh-solutions,
.ixh-pool,
.ixh-testimonials,
.ixh-insights {
  position: relative;
}

/* =========================================================
   Premium hero
   ========================================================= */

.ixh-hero {
  min-height: clamp(660px, 72vh, 820px);
  padding: clamp(118px, 8vw, 150px) 0 clamp(76px, 7vw, 110px);
  background: var(--ixh-premium-deep);
}

.ixh-hero__background {
  background:
    linear-gradient(
      90deg,
      rgba(5, 26, 52, 0.94) 0%,
      rgba(6, 34, 66, 0.88) 26%,
      rgba(7, 43, 82, 0.66) 48%,
      rgba(7, 43, 82, 0.34) 70%,
      rgba(7, 43, 82, 0.14) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 26, 52, 0.28) 0%,
      rgba(5, 26, 52, 0.02) 40%,
      rgba(5, 26, 52, 0.64) 100%
    ),
    url("https://www.immixgroup.ca/assets/images/immix-header-hero%20copy.avif") center center / cover no-repeat !important;
  filter: saturate(1.04) contrast(1.02);
}

.ixh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(180deg, transparent 74%, rgba(255, 255, 255, 0.08) 100%);
}

.ixh-hero__inner {
  grid-template-columns: minmax(0, 660px) minmax(360px, 430px);
  justify-content: space-between;
  gap: clamp(44px, 7vw, 104px);
}

.ixh-hero__content {
  max-width: 670px;
}

.ixh-hero h1 {
  max-width: 680px;
  font-size: clamp(3.55rem, 5.9vw, 6.25rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-wrap: balance;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.ixh-hero__lead {
  max-width: 600px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.2vw, 1.18rem);
  line-height: 1.72;
}

.ixh-hero .ixh-kicker {
  color: #94d376;
}

/* Premium button treatment */
.ixh-hero__actions {
  margin-top: 34px;
}

.ixh-btn--primary {
  background: linear-gradient(135deg, #67aa45, #3f8731);
  box-shadow:
    0 18px 34px rgba(50, 115, 39, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.ixh-btn--secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

/* Trust row */
.ixh-hero__trust {
  max-width: 680px;
  padding-top: 4px;
}

.ixh-hero__trust li {
  color: rgba(255, 255, 255, 0.86);
}

.ixh-hero__trust i {
  color: #a7df82;
  background: rgba(167, 223, 130, 0.1);
  border-color: rgba(167, 223, 130, 0.32);
}

/* Right decision panel */
.ixh-hero__panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(10, 39, 74, 0.94), rgba(6, 27, 52, 0.94));
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ixh-hero__panel h2 {
  max-width: 330px;
}

.ixh-hero__routes a {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.045));
}

.ixh-hero__routes a:hover {
  border-color: rgba(151, 211, 118, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07));
}

/* =========================================================
   Routing cards
   ========================================================= */

.ixh-routing {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8faf8 100%);
}

.ixh-routing__grid {
  margin-top: -46px;
}

.ixh-route-card {
  min-height: 255px;
  border-color: rgba(20, 35, 58, 0.09);
  border-radius: 24px;
  box-shadow: 0 22px 56px rgba(8, 31, 61, 0.095);
}

.ixh-route-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(8, 31, 61, 0.14);
}

.ixh-route-card h2 {
  font-size: 1.38rem;
}

/* =========================================================
   Expertise section
   ========================================================= */

.ixh-expertise {
  background:
    radial-gradient(circle at 88% 10%, rgba(87, 152, 63, 0.06), transparent 30%),
    linear-gradient(180deg, #f8faf8 0%, #ffffff 100%);
}

.ixh-expertise__image {
  border-radius: 30px;
  box-shadow: var(--ixh-premium-shadow);
}

.ixh-expertise__image::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 22px;
  pointer-events: none;
}

.ixh-expertise__content h2,
.ixh-section-head h2,
.ixh-review__content h2,
.ixh-final-cta h2 {
  letter-spacing: -0.045em;
}

.ixh-proof-card {
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(8, 31, 61, 0.075);
}

.ixh-proof-card:hover {
  transform: translateY(-3px);
  border-color: rgba(87, 152, 63, 0.22);
  box-shadow: 0 24px 58px rgba(8, 31, 61, 0.11);
}

/* =========================================================
   Savings bridge
   ========================================================= */

.ixh-savings-bridge {
  background: #ffffff;
}

.ixh-savings-bridge__card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 16%, rgba(87, 152, 63, 0.22), transparent 28%),
    linear-gradient(135deg, #082f5f, #061f3d);
  box-shadow: var(--ixh-premium-shadow);
}

.ixh-savings-bridge__image {
  background:
    linear-gradient(90deg, rgba(6, 31, 61, 0.28), rgba(6, 31, 61, 0.04)),
    url("https://www.immixgroup.ca/assets/images/immix-homepage-hero2.webp") center center / cover no-repeat;
}

.ixh-savings-bridge__content .ixh-kicker {
  color: #9bd77b;
}

/* =========================================================
   Solutions and pool
   ========================================================= */

.ixh-solutions {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}

.ixh-solution-card {
  border-radius: 26px;
  box-shadow: var(--ixh-premium-soft-shadow);
}

.ixh-solution-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ixh-premium-shadow);
}

.ixh-solution-card--dark {
  background:
    radial-gradient(circle at 18% 12%, rgba(142, 206, 110, 0.22), transparent 30%),
    linear-gradient(145deg, #0a3a70, #061f3d);
}

.ixh-pool {
  background:
    radial-gradient(circle at 50% 0%, rgba(87, 152, 63, 0.065), transparent 34%),
    #ffffff;
}

.ixh-pool__grid {
  border-radius: 28px;
  box-shadow: var(--ixh-premium-soft-shadow);
}

/* =========================================================
   Plan review
   ========================================================= */

.ixh-review__card {
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(239, 248, 235, 0.92), rgba(255, 255, 255, 0.98));
  box-shadow: var(--ixh-premium-soft-shadow);
}

/* =========================================================
   Testimonials and insights
   ========================================================= */

.ixh-testimonials {
  background:
    radial-gradient(circle at 10% 10%, rgba(8, 47, 95, 0.045), transparent 30%),
    #f5f8fb;
}

.ixh-quote-card,
.ixh-blog-card {
  border-radius: 24px;
  box-shadow: var(--ixh-premium-soft-shadow);
}

.ixh-quote-card:hover,
.ixh-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ixh-premium-shadow);
}

.ixh-blog-card__image img {
  filter: saturate(1.03) contrast(1.02);
}

/* =========================================================
   Final CTA
   ========================================================= */

.ixh-final-cta__card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 84% 20%, rgba(112, 180, 78, 0.28), transparent 30%),
    linear-gradient(135deg, #0a3a70, #061f3d);
  box-shadow: var(--ixh-premium-shadow);
}

.ixh-final-cta .ixh-kicker {
  color: #9bd77b;
}

/* =========================================================
   Mobile premium refinements
   ========================================================= */

@media (max-width: 960px) {
  .ixh-hero {
    min-height: auto;
    padding-top: clamp(118px, 16vw, 170px);
  }

  .ixh-hero__inner {
    grid-template-columns: 1fr;
  }

  .ixh-hero__content,
  .ixh-hero__panel {
    max-width: 680px;
  }

  .ixh-hero__background {
    background:
      linear-gradient(
        180deg,
        rgba(5, 26, 52, 0.92) 0%,
        rgba(5, 26, 52, 0.84) 46%,
        rgba(5, 26, 52, 0.72) 100%
      ),
      url("https://www.immixgroup.ca/assets/images/immix-homepage-hero2.webp") center center / cover no-repeat !important;
  }
}

@media (max-width: 640px) {
  .ixh-hero {
    padding-top: 92px;
    padding-bottom: 58px;
  }

  .ixh-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.25rem);
    line-height: 0.97;
  }

  .ixh-hero__panel {
    border-radius: 22px;
  }

  .ixh-routing__grid {
    margin-top: -32px;
  }

  .ixh-route-card,
  .ixh-proof-card,
  .ixh-solution-card,
  .ixh-quote-card,
  .ixh-blog-card,
  .ixh-review__card,
  .ixh-final-cta__card {
    border-radius: 22px;
  }
}
/* =========================================================
   Immix Homepage Hero
   Cinematic blue overlay on new iStock image
   ========================================================= */

.ixh-hero {
  position: relative;
  overflow: hidden;
  background: #061f3d;
}

.ixh-hero__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(4, 24, 50, 0.94) 0%,
      rgba(5, 31, 64, 0.90) 20%,
      rgba(8, 42, 84, 0.78) 42%,
      rgba(10, 53, 104, 0.50) 66%,
      rgba(11, 58, 112, 0.24) 82%,
      rgba(11, 58, 112, 0.10) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 24, 48, 0.38) 0%,
      rgba(5, 24, 48, 0.08) 38%,
      rgba(5, 24, 48, 0.60) 100%
    ),
    url("https://www.immixgroup.ca/assets/images/immix-homepage-hero2.webp") center center / cover no-repeat;
  filter: saturate(1.02) contrast(1.03);
}
.ixh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(180deg, transparent 68%, rgba(255, 255, 255, 0.06) 100%);
}
@media (max-width: 960px) {
  .ixh-hero__background {
    background:
      linear-gradient(
        180deg,
        rgba(4, 24, 50, 0.92) 0%,
        rgba(5, 31, 64, 0.84) 44%,
        rgba(8, 42, 84, 0.72) 100%
      ),
      url("https://www.immixgroup.ca/assets/images/immix-homepage-hero2.webp") center center / cover no-repeat;
  }
}

/* =========================================================
   Immix Homepage Expertise Section Refinement
   Paste at bottom of /assets/css/home-next.css
   ========================================================= */

.ixh-expertise {
  padding: clamp(78px, 8vw, 118px) 0 clamp(84px, 8vw, 124px);
  background:
    radial-gradient(circle at 82% 18%, rgba(87, 152, 63, 0.075), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(8, 47, 95, 0.045), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8faf8 100%);
}

.ixh-expertise__inner {
  grid-template-columns: minmax(360px, 0.48fr) minmax(0, 0.9fr);
  gap: clamp(54px, 7vw, 96px);
  align-items: center;
}

.ixh-expertise__image {
  position: relative;
  max-width: 430px;
  justify-self: end;
  border-radius: 34px;
  overflow: visible;
  box-shadow: none;
  background: transparent;
}

.ixh-expertise__image::before {
  content: "";
  position: absolute;
  inset: -22px -22px 22px 22px;
  z-index: 0;
  border: 1px solid rgba(8, 47, 95, 0.08);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(239, 248, 235, 0.82));
  box-shadow: 0 32px 80px rgba(8, 31, 61, 0.12);
}

.ixh-expertise__image::after {
  content: "";
  position: absolute;
  left: -34px;
  bottom: -34px;
  z-index: 0;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(87, 152, 63, 0.2), rgba(87, 152, 63, 0.02) 68%, transparent 70%);
  pointer-events: none;
}

.ixh-expertise__image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 420px;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(8, 31, 61, 0.16);
}

.ixh-expertise__content {
  max-width: 720px;
}

.ixh-expertise__content .ixh-kicker {
  margin-bottom: 16px;
}

.ixh-expertise__content h2 {
  max-width: 670px;
  font-size: clamp(2.4rem, 3.85vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.ixh-expertise .ixh-section-lead {
  max-width: 650px;
  margin-top: 20px;
  color: #5d6c7c;
  font-size: 1.06rem;
  line-height: 1.72;
}

.ixh-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ixh-proof-card {
  position: relative;
  min-height: 270px;
  padding: 28px 24px 26px;
  border: 1px solid rgba(8, 47, 95, 0.09);
  border-radius: 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
  box-shadow: 0 18px 46px rgba(8, 31, 61, 0.08);
  overflow: hidden;
}

.ixh-proof-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(87, 152, 63, 0), rgba(87, 152, 63, 0.72), rgba(87, 152, 63, 0));
  opacity: 0;
  transition: opacity 180ms ease;
}

.ixh-proof-card:hover::after {
  opacity: 1;
}

.ixh-proof-card span {
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  background:
    linear-gradient(135deg, rgba(239, 248, 235, 1), rgba(255, 255, 255, 0.94));
  color: #4f9438;
  box-shadow: inset 0 0 0 1px rgba(87, 152, 63, 0.12);
}

.ixh-proof-card h3 {
  margin-bottom: 12px;
  color: #132742;
  font-size: 1.02rem;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.ixh-proof-card p {
  color: #627184;
  font-size: 0.94rem;
  line-height: 1.62;
}

/* Better transition from routing cards into expertise section */
.ixh-routing {
  padding-bottom: clamp(48px, 5vw, 70px);
}

/* Responsive refinement */
@media (max-width: 1180px) {
  .ixh-expertise__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .ixh-expertise__image {
    justify-self: start;
    max-width: 520px;
  }

  .ixh-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .ixh-expertise {
    padding: 64px 0 74px;
  }

  .ixh-proof-grid {
    grid-template-columns: 1fr;
  }

  .ixh-proof-card {
    min-height: 0;
  }

  .ixh-expertise__image {
    max-width: 100%;
  }

  .ixh-expertise__image img {
    min-height: 340px;
  }
}

@media (max-width: 560px) {
  .ixh-expertise__content h2 {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .ixh-expertise__image::before {
    inset: -14px -14px 14px 14px;
    border-radius: 30px;
  }

  .ixh-expertise__image img {
    min-height: 300px;
    border-radius: 22px;
  }

  .ixh-proof-card {
    padding: 24px;
    border-radius: 20px;
  }
}
/* =========================================================
   Immix Homepage Premium Solutions Section
   Paste at bottom of /assets/css/home-next.css
   ========================================================= */

.ixh-solutions--premium {
  position: relative;
  padding: clamp(84px, 8vw, 126px) 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(87, 152, 63, 0.07), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(8, 47, 95, 0.045), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8faf8 100%);
}

.ixh-solutions__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 54px);
}

.ixh-solutions__intro-main h2 {
  max-width: 760px;
  margin: 0;
  color: #10233f;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.2vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.ixh-solutions__intro-copy {
  max-width: 470px;
  justify-self: end;
}

.ixh-solutions__intro-copy p {
  margin: 0 0 18px;
  color: #5d6c7c;
  font-size: 1.08rem;
  line-height: 1.72;
}

.ixh-solutions__grid--premium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 30px);
  align-items: stretch;
}

.ixh-solution-card--premium,
.ixh-solution-card--true-choice {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: clamp(30px, 3vw, 40px);
  overflow: hidden;
  border-radius: 28px;
  text-decoration: none;
}

.ixh-solution-card--premium {
  border: 1px solid rgba(16, 35, 63, 0.1);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
  box-shadow: 0 24px 64px rgba(8, 31, 61, 0.09);
}

.ixh-solution-card--premium::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(87, 152, 63, 0), rgba(87, 152, 63, 0.76), rgba(87, 152, 63, 0));
  opacity: 0;
  transition: opacity 180ms ease;
}

.ixh-solution-card--premium:hover {
  transform: translateY(-5px);
  border-color: rgba(87, 152, 63, 0.24);
  box-shadow: 0 34px 82px rgba(8, 31, 61, 0.14);
}

.ixh-solution-card--premium:hover::after {
  opacity: 1;
}

.ixh-solution-card__eyebrow {
  display: block;
  margin-bottom: 24px;
  color: #57983f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ixh-solution-card__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(239, 248, 235, 1), rgba(255, 255, 255, 0.94));
  color: #4f9438;
  box-shadow:
    inset 0 0 0 1px rgba(87, 152, 63, 0.14),
    0 12px 26px rgba(8, 31, 61, 0.06);
  font-size: 1.35rem;
}

.ixh-solution-card--premium h3,
.ixh-solution-card--true-choice h3 {
  margin: 0 0 16px;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.1vw, 2.05rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.ixh-solution-card--premium h3 {
  color: #10233f;
}

.ixh-solution-card--premium p {
  margin: 0;
  color: #5d6c7c;
  font-size: 1rem;
  line-height: 1.72;
}

.ixh-solution-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
  color: #3f7f2f;
  font-size: 0.95rem;
  font-weight: 900;
}

/* Featured True Choice card */
.ixh-solution-card--true-choice {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 18% 12%, rgba(154, 218, 122, 0.22), transparent 32%),
    radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(145deg, #0a3a70, #061f3d);
  box-shadow: 0 34px 82px rgba(8, 31, 61, 0.18);
  color: #ffffff;
}

.ixh-solution-card--true-choice::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  pointer-events: none;
}

.ixh-solution-card--true-choice .ixh-solution-card__eyebrow {
  color: #9bd77b;
}

.ixh-solution-card--true-choice .ixh-solution-card__icon {
  background: rgba(255, 255, 255, 0.12);
  color: #b7ec91;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 16px 32px rgba(0, 0, 0, 0.16);
}

.ixh-solution-card--true-choice h3 {
  color: #ffffff;
}

.ixh-solution-card--true-choice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.72;
}

.ixh-solution-card--true-choice .ixh-solution-card__byline {
  margin: -4px 0 18px;
  color: #b7ec91;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.45;
}

.ixh-solution-card--true-choice .ixh-solution-card__link {
  color: #ffffff;
}

.ixh-solution-card--true-choice:hover {
  transform: translateY(-5px);
  box-shadow: 0 40px 92px rgba(8, 31, 61, 0.24);
}

/* Responsive */
@media (max-width: 1080px) {
  .ixh-solutions__intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ixh-solutions__intro-copy {
    max-width: 680px;
    justify-self: start;
  }

  .ixh-solutions__grid--premium {
    grid-template-columns: 1fr;
  }

  .ixh-solution-card--premium,
  .ixh-solution-card--true-choice {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .ixh-solutions--premium {
    padding: 64px 0;
  }

  .ixh-solutions__intro-main h2 {
    font-size: clamp(2.1rem, 11vw, 3.1rem);
  }

  .ixh-solution-card--premium,
  .ixh-solution-card--true-choice {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .ixh-solution-card--true-choice::before {
    inset: 12px;
    border-radius: 18px;
  }
}
/* =========================================================
   Immix Homepage Hero Final Image Lock
   New iStock hero with cinematic dark blue overlay
   Paste at bottom of /assets/css/home-next.css
   ========================================================= */

.ixh-hero {
  position: relative !important;
  overflow: hidden !important;
  background: #061f3d !important;
  min-height: clamp(660px, 72vh, 820px);
}

/* Keep the hero container in normal flow.
   Stretch only the background layer. */
.ixh-hero__background {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: calc(50% - 50vw) !important;
  right: calc(50% - 50vw) !important;
  width: auto !important;
  z-index: -2 !important;

  background:
    linear-gradient(
      90deg,
      rgba(3, 20, 42, 0.96) 0%,
      rgba(4, 27, 56, 0.92) 22%,
      rgba(6, 39, 78, 0.78) 44%,
      rgba(8, 51, 101, 0.54) 64%,
      rgba(8, 51, 101, 0.34) 82%,
      rgba(8, 51, 101, 0.24) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 20, 42, 0.34) 0%,
      rgba(3, 20, 42, 0.08) 42%,
      rgba(3, 20, 42, 0.64) 100%
    ),
    url("https://www.immixgroup.ca/assets/images/immix-homepage-hero2.webp") center center / cover no-repeat !important;

  filter: saturate(1.04) contrast(1.04);
}

/* Premium light falloff, similar to the generated mockup */
.ixh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.11), transparent 26%),
    linear-gradient(180deg, transparent 68%, rgba(255, 255, 255, 0.055) 100%);
}

/* Keep hero content above all overlays */
.ixh-hero__inner,
.ixh-hero .ixh-wrap {
  position: relative;
  z-index: 2;
}

/* Mobile readability */
@media (max-width: 960px) {
  .ixh-hero__background {
    background:
      linear-gradient(
        180deg,
        rgba(3, 20, 42, 0.94) 0%,
        rgba(4, 27, 56, 0.88) 44%,
        rgba(6, 39, 78, 0.78) 100%
      ),
      url("https://www.immixgroup.ca/assets/images/immix-homepage-hero2.webp") center center / cover no-repeat !important;
  }
}

@media (max-width: 640px) {
  .ixh-hero__background {
    background:
      linear-gradient(
        180deg,
        rgba(3, 20, 42, 0.96) 0%,
        rgba(4, 27, 56, 0.9) 48%,
        rgba(6, 39, 78, 0.82) 100%
      ),
      url("https://www.immixgroup.ca/assets/images/immix-homepage-hero2.webp") center center / cover no-repeat !important;
  }
}
/* =========================================================
   Immix True Choice Plan Section
   Replaces old ImmixPool / pooled benefits section
   Paste at bottom of /assets/css/home-next.css
   ========================================================= */

.ixh-true-choice {
  position: relative;
  padding: clamp(84px, 8vw, 126px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(87, 152, 63, 0.075), transparent 30%),
    radial-gradient(circle at 88% 86%, rgba(8, 47, 95, 0.055), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}

.ixh-true-choice__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
  overflow: hidden;
  padding: clamp(42px, 5vw, 68px);
  border: 1px solid rgba(16, 35, 63, 0.11);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(154, 218, 122, 0.16), transparent 28%),
    linear-gradient(145deg, #0a3a70 0%, #061f3d 100%);
  box-shadow: 0 34px 90px rgba(8, 31, 61, 0.18);
}

.ixh-true-choice__card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  pointer-events: none;
}

.ixh-true-choice__card::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(154, 218, 122, 0.16), transparent 68%);
  pointer-events: none;
}

.ixh-true-choice__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.ixh-true-choice .ixh-kicker {
  color: #9bd77b;
}

.ixh-true-choice__content h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(2.85rem, 5vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.ixh-true-choice__byline {
  margin: 20px 0 0;
  color: #b7ec91;
  font-size: clamp(1.22rem, 1.6vw, 1.5rem);
  font-weight: 800;
  line-height: 1.42;
}

.ixh-true-choice__content p:not(.ixh-kicker):not(.ixh-true-choice__byline) {
  max-width: 570px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
  line-height: 1.75;
}

.ixh-true-choice__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-top: 34px;
}

.ixh-true-choice__actions .ixh-text-link {
  color: #ffffff;
}

.ixh-true-choice__actions .ixh-text-link:hover {
  color: #b7ec91;
}

/* Feature grid */
.ixh-true-choice__features {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ixh-true-choice__features article {
  position: relative;
  min-height: 205px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ixh-true-choice__features article:last-child {
  grid-column: 1 / -1;
  min-height: 0;
}

.ixh-true-choice__features article:hover {
  transform: translateY(-3px);
  border-color: rgba(183, 236, 145, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.075));
}

.ixh-true-choice__features span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #b7ec91;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  font-size: 1.08rem;
}

.ixh-true-choice__features h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.26;
}

.ixh-true-choice__features p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* Retire old pool section spacing if any older rules remain */
.ixh-pool {
  display: none;
}

/* Responsive */
@media (max-width: 1080px) {
  .ixh-true-choice__card {
    grid-template-columns: 1fr;
  }

  .ixh-true-choice__content {
    max-width: 760px;
  }

  .ixh-true-choice__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ixh-true-choice {
    padding: 64px 0;
  }

  .ixh-true-choice__card {
    padding: 34px 24px;
    border-radius: 26px;
  }

  .ixh-true-choice__card::before {
    inset: 12px;
    border-radius: 20px;
  }

  .ixh-true-choice__content h2 {
    font-size: clamp(2.45rem, 13vw, 3.6rem);
  }

  .ixh-true-choice__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ixh-true-choice__features {
    grid-template-columns: 1fr;
  }

  .ixh-true-choice__features article,
  .ixh-true-choice__features article:last-child {
    grid-column: auto;
    min-height: 0;
  }
}
/* =========================================================
   Immix Homepage Lower Section Refinement
   Latest Insights + Final CTA
   Paste at bottom of /assets/css/home-next.css
   ========================================================= */

/* Latest insights section */
.ixh-insights {
  position: relative;
  padding: clamp(84px, 8vw, 124px) 0 clamp(72px, 7vw, 106px);
  background:
    radial-gradient(circle at 14% 16%, rgba(87, 152, 63, 0.06), transparent 30%),
    radial-gradient(circle at 86% 86%, rgba(8, 47, 95, 0.04), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8faf8 100%);
}

.ixh-insights .ixh-section-head {
  margin-bottom: clamp(30px, 4vw, 48px);
}

.ixh-insights .ixh-section-head--split {
  align-items: end;
}

.ixh-insights .ixh-section-head h2 {
  max-width: 680px;
  font-size: clamp(2.35rem, 4vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.ixh-insights .ixh-text-link {
  align-self: center;
  padding: 12px 0;
  color: #3f7f2f;
  font-size: 0.92rem;
}

/* Blog cards */
.ixh-insights__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 34px);
}

.ixh-blog-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.44fr) minmax(0, 0.56fr);
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 63, 0.1);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(8, 31, 61, 0.09);
}

.ixh-blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(87, 152, 63, 0.22);
  box-shadow: 0 34px 82px rgba(8, 31, 61, 0.14);
}

.ixh-blog-card__image {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  background: #edf4ef;
}

.ixh-blog-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 31, 61, 0.02), rgba(6, 31, 61, 0.16));
  pointer-events: none;
}

.ixh-blog-card__image img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(1.04) contrast(1.02);
  transition: transform 240ms ease;
}

.ixh-blog-card:hover .ixh-blog-card__image img {
  transform: scale(1.045);
}

.ixh-blog-card__content {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 34px);
}

.ixh-blog-card__date {
  margin-bottom: 12px;
  color: #4f9438;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ixh-blog-card h3 {
  margin: 0 0 14px;
  color: #10233f;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 1.65vw, 1.55rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.ixh-blog-card h3 a {
  color: inherit;
}

.ixh-blog-card p:not(.ixh-blog-card__date) {
  color: #5f6f82;
  font-size: 0.96rem;
  line-height: 1.62;
}

.ixh-blog-card .ixh-link-text {
  margin-top: auto;
  padding-top: 18px;
  color: #3f7f2f;
  font-size: 0.92rem;
}

/* Final CTA should feel connected, not floating */
.ixh-final-cta {
  position: relative;
  padding: 0 0 clamp(84px, 8vw, 128px);
  background:
    linear-gradient(180deg, #f8faf8 0%, #ffffff 58%, #ffffff 100%);
}

.ixh-final-cta__card {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  padding: clamp(42px, 5vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 18%, rgba(113, 183, 78, 0.28), transparent 30%),
    radial-gradient(circle at 10% 88%, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(135deg, #0a3a70 0%, #061f3d 100%);
  box-shadow: 0 34px 90px rgba(8, 31, 61, 0.18);
}

.ixh-final-cta__card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  pointer-events: none;
}

.ixh-final-cta__card > * {
  position: relative;
  z-index: 2;
}

.ixh-final-cta .ixh-kicker {
  color: #9bd77b;
}

.ixh-final-cta h2 {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.ixh-final-cta p:not(.ixh-kicker) {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.03rem;
  line-height: 1.68;
}

.ixh-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.ixh-final-cta__actions .ixh-btn {
  min-width: 170px;
}

/* Make transition into footer feel deliberate */
.footer-two,
.site-footer,
footer {
  margin-top: 0;
}

/* Responsive */
@media (max-width: 1080px) {
  .ixh-insights__grid {
    grid-template-columns: 1fr;
  }

  .ixh-blog-card {
    grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
  }

  .ixh-final-cta__card {
    grid-template-columns: 1fr;
  }

  .ixh-final-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .ixh-insights {
    padding: 64px 0 58px;
  }

  .ixh-insights .ixh-section-head--split {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .ixh-blog-card__image,
  .ixh-blog-card__image img {
    min-height: 230px;
  }

  .ixh-final-cta {
    padding-bottom: 68px;
  }

  .ixh-final-cta__card {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .ixh-final-cta__card::before {
    inset: 10px;
    border-radius: 18px;
  }

  .ixh-final-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ixh-final-cta__actions .ixh-btn {
    width: 100%;
  }
}
/* =========================================================
   Immix Homepage Pre-Footer Decision Strip
   Replaces large stacked final CTA
   Paste at bottom of /assets/css/home-next.css
   ========================================================= */

.ixh-final-cta {
  display: none !important;
}

.ixh-prefooter-path {
  position: relative;
  padding: clamp(54px, 6vw, 82px) 0 clamp(50px, 5vw, 72px);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8faf8 100%);
}

.ixh-prefooter-path__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(16, 35, 63, 0.09);
  border-radius: 28px;
  background:
    radial-gradient(circle at 96% 14%, rgba(87, 152, 63, 0.075), transparent 28%),
    #ffffff;
  box-shadow: 0 24px 64px rgba(8, 31, 61, 0.08);
}

.ixh-prefooter-path__copy h2 {
  margin: 0;
  color: #10233f;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.ixh-prefooter-path__copy p:not(.ixh-kicker) {
  max-width: 560px;
  margin: 14px 0 0;
  color: #5d6c7c;
  font-size: 1rem;
  line-height: 1.68;
}

.ixh-prefooter-path__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ixh-prefooter-path__actions a {
  position: relative;
  display: block;
  min-height: 128px;
  padding: 24px 22px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 63, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
  color: #10233f;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(8, 31, 61, 0.055);
}

.ixh-prefooter-path__actions a::after {
  content: "→";
  position: absolute;
  right: 22px;
  bottom: 20px;
  color: #3f7f2f;
  font-weight: 900;
  transition: transform 180ms ease;
}

.ixh-prefooter-path__actions a:hover {
  transform: translateY(-3px);
  border-color: rgba(87, 152, 63, 0.24);
  box-shadow: 0 22px 52px rgba(8, 31, 61, 0.1);
}

.ixh-prefooter-path__actions a:hover::after {
  transform: translateX(4px);
}

.ixh-prefooter-path__actions span,
.ixh-prefooter-path__actions strong {
  display: block;
}

.ixh-prefooter-path__actions span {
  margin-bottom: 8px;
  color: #57983f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ixh-prefooter-path__actions strong {
  max-width: 160px;
  color: #10233f;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

/* Footer connection */
.ixh-prefooter-path + footer,
.ixh-prefooter-path + .footer-two,
.ixh-prefooter-path + .site-footer {
  margin-top: 0 !important;
}

@media (max-width: 1080px) {
  .ixh-prefooter-path__inner {
    grid-template-columns: 1fr;
  }

  .ixh-prefooter-path__actions {
    grid-template-columns: 1fr;
  }

  .ixh-prefooter-path__actions a {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .ixh-prefooter-path {
    padding: 46px 0 50px;
  }

  .ixh-prefooter-path__inner {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .ixh-prefooter-path__copy h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .ixh-prefooter-path__actions a {
    padding: 22px 20px;
    border-radius: 18px;
  }
}