@charset "UTF-8";
/* =========================================================
   IMMIX WHY CHOOSE US V1
   Locked Immix page style
   Refined by Ken Buis, Fervid Solutions
========================================================= */

:root {
  --ix-shell: 1180px;
  --ix-shell-wide: 1360px;
  --ix-gutter: clamp(20px, 3vw, 48px);

  --ix-page: #f7faf5;
  --ix-white: #ffffff;

  --ix-navy-950: #071f3d;
  --ix-navy-900: #092a50;
  --ix-navy-800: #12345d;
  --ix-navy-700: #173f70;
  --ix-blue-soft: #eaf2f7;

  --ix-green-700: #568f32;
  --ix-green-650: #5f9938;
  --ix-green-600: #69a63d;
  --ix-green-100: #eaf5e4;

  --ix-ink: #24384e;
  --ix-muted: #556f87;
  --ix-line: rgba(18, 52, 93, 0.10);
  --ix-line-soft: rgba(18, 52, 93, 0.065);

  --ix-shadow-soft: 0 18px 42px rgba(13, 30, 52, 0.07);
  --ix-shadow-card: 0 28px 70px rgba(13, 30, 52, 0.10), 0 8px 22px rgba(13, 30, 52, 0.04);
  --ix-shadow-dark: 0 28px 70px rgba(7, 31, 61, 0.22);

  --ix-radius-lg: 24px;
  --ix-radius-xl: 32px;
  --ix-radius-xxl: 38px;

  --ix-font-sans: Inter, Arial, sans-serif;
  --ix-font-serif: "Noto Serif", Georgia, serif;

  --ix-hero-image: url("/assets/images/why%20choose%20us2.avif");
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ix-page);
  color: var(--ix-ink);
  font-family: var(--ix-font-sans);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.ixwhy-page {
  background:
    radial-gradient(circle at 9% 10%, rgba(105, 166, 61, 0.07), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(18, 52, 93, 0.04), transparent 31%),
    linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

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

.ixwhy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1rem;
  color: var(--ix-green-650);
  font-family: var(--ix-font-sans);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

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

/* =========================================================
   HERO
========================================================= */

.ixwhy-hero {
  position: relative;
  min-height: clamp(620px, 50vw, 790px);
  overflow: hidden;
  isolation: isolate;
  background: #eef4ef;
}

.ixwhy-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ixwhy-hero__media img {
  width: 100%;
  height: 100%;
  min-height: clamp(620px, 50vw, 790px);
  object-fit: cover;
  object-position: center center;
}

.ixwhy-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(248, 251, 247, 0.995) 0%,
      rgba(248, 251, 247, 0.975) 28%,
      rgba(248, 251, 247, 0.82) 52%,
      rgba(248, 251, 247, 0.42) 74%,
      rgba(248, 251, 247, 0.08) 100%
    ),
    radial-gradient(circle at 28% 52%, rgba(255, 255, 255, 0.72), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.08));
}

.ixwhy-hero__frame {
  position: relative;
  z-index: 2;
  min-height: clamp(620px, 50vw, 790px);
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.72fr);
  gap: clamp(2rem, 4vw, 4.75rem);
  align-items: center;
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.ixwhy-hero__content {
  max-width: 680px;
  padding: clamp(1.8rem, 3vw, 2.6rem);
  border-radius: var(--ix-radius-xl);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.82) 100%);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 26px 68px rgba(13, 30, 52, 0.08);
  backdrop-filter: blur(8px);
}

.ixwhy-hero h1 {
  max-width: 10ch;
  margin: 0 0 1.1rem;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-serif);
  font-size: clamp(54px, 6.2vw, 88px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.ixwhy-hero__lead {
  max-width: 39rem;
  margin: 0;
  color: #425d76;
  font-size: clamp(18px, 1.3vw, 23px);
  font-weight: 700;
  line-height: 1.55;
}

.ixwhy-hero__panel {
  padding: clamp(1.55rem, 2.8vw, 2.4rem);
  border-radius: var(--ix-radius-xl);
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 166, 61, 0.24), transparent 36%),
    linear-gradient(180deg, var(--ix-navy-700) 0%, var(--ix-navy-950) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--ix-shadow-dark);
}

.ixwhy-panel__kicker {
  margin: 0 0 0.85rem;
  color: rgba(255,255,255,0.78);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.ixwhy-hero__panel h2 {
  max-width: 11.5ch;
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: clamp(32px, 3.1vw, 48px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.ixwhy-hero__panel p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.7;
}

.ixwhy-panel__signals {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.ixwhy-panel__signals span {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

/* =========================================================
   REASONS
========================================================= */

.ixwhy-reasons {
  position: relative;
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(105, 166, 61, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

.ixwhy-section-head {
  max-width: 850px;
  margin: 0 auto clamp(2.2rem, 4.8vw, 4rem);
  text-align: center;
}

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

.ixwhy-section-head .ixwhy-kicker::after {
  display: none;
}

.ixwhy-section-head h2 {
  margin: 0 0 1rem;
  color: var(--ix-navy-800);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.ixwhy-section-head p {
  max-width: 64ch;
  margin: 0 auto;
  color: var(--ix-muted);
  font-size: 17px;
  line-height: 1.74;
}

.ixwhy-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.ixwhy-reason-card {
  position: relative;
  min-height: 100%;
  padding: clamp(1.35rem, 2.2vw, 1.85rem);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 166, 61, 0.07), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%);
  border: 1px solid var(--ix-line-soft);
  box-shadow: 0 16px 36px rgba(13, 30, 52, 0.055);
}

.ixwhy-reason-card:nth-child(1),
.ixwhy-reason-card:nth-child(4),
.ixwhy-reason-card:nth-child(7) {
  border-top: 4px solid rgba(105, 166, 61, 0.78);
}

.ixwhy-reason-card:nth-child(2),
.ixwhy-reason-card:nth-child(5),
.ixwhy-reason-card:nth-child(8) {
  border-top: 4px solid rgba(18, 52, 93, 0.78);
}

.ixwhy-reason-card:nth-child(3),
.ixwhy-reason-card:nth-child(6),
.ixwhy-reason-card:nth-child(9) {
  border-top: 4px solid rgba(66, 93, 118, 0.42);
}

.ixwhy-reason-card__top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.ixwhy-reason-card__num {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, var(--ix-green-700) 100%);
  box-shadow: 0 12px 24px rgba(105, 166, 61, 0.20);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.ixwhy-reason-card__tag {
  color: var(--ix-green-700);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.ixwhy-reason-card h3 {
  margin: 0 0 0.8rem;
  color: var(--ix-navy-800);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ixwhy-reason-card p {
  margin: 0;
  color: #4d667f;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.74;
}

/* =========================================================
   PATH SECTION
========================================================= */

.ixwhy-path {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(105, 166, 61, 0.09), transparent 30%),
    radial-gradient(circle at 92% 82%, rgba(18, 52, 93, 0.06), transparent 30%),
    linear-gradient(180deg, #f7faf5 0%, #eef5ea 100%);
}

.ixwhy-path__card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--ix-radius-xxl);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.985), rgba(249,252,247,0.96));
  border: 1px solid rgba(18, 52, 93, 0.08);
  box-shadow: var(--ix-shadow-card);
}

.ixwhy-path__content h2 {
  max-width: 12ch;
  margin: 0 0 1rem;
  color: var(--ix-navy-800);
  font-size: clamp(34px, 3.6vw, 56px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.ixwhy-path__content p {
  margin: 0;
  color: var(--ix-muted);
  font-size: 17px;
  line-height: 1.76;
}

.ixwhy-path__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ixwhy-path__steps div {
  padding: 1.2rem;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 166, 61, 0.08), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf7 100%);
  border: 1px solid rgba(18, 52, 93, 0.075);
}

.ixwhy-path__steps span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.10);
  color: var(--ix-green-700);
  font-size: 17px;
  font-weight: 800;
}

.ixwhy-path__steps strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--ix-navy-800);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.ixwhy-path__steps p {
  margin: 0;
  color: #556f87;
  font-size: 17px;
  line-height: 1.6;
}

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

.ixwhy-cta {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

.ixwhy-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: var(--ix-radius-xl);
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 0%, rgba(105, 166, 61, 0.22), transparent 32%),
    linear-gradient(135deg, var(--ix-navy-800) 0%, var(--ix-navy-950) 100%);
  box-shadow: var(--ix-shadow-dark);
}

.ixwhy-cta__card .ixwhy-kicker {
  color: rgba(255,255,255,0.76);
}

.ixwhy-cta__card .ixwhy-kicker::after {
  background: rgba(255,255,255,0.32);
}

.ixwhy-cta__card h2 {
  max-width: 15ch;
  margin: 0 0 0.85rem;
  color: #ffffff;
  font-size: clamp(32px, 3.4vw, 54px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.ixwhy-cta__card p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255,255,255,0.80);
  font-size: 17px;
  line-height: 1.72;
}

.ixwhy-cta__actions {
  display: grid;
  gap: 0.8rem;
  min-width: 210px;
}

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

.ixwhy-btn:hover,
.ixwhy-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.ixwhy-btn--primary {
  color: #ffffff !important;
  background: linear-gradient(180deg, #70ab43 0%, var(--ix-green-700) 100%);
  box-shadow: 0 16px 34px rgba(105, 166, 61, 0.24);
}

.ixwhy-btn--secondary {
  color: var(--ix-navy-800) !important;
  background: #ffffff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1080px) {
  .ixwhy-hero,
  .ixwhy-hero__media img,
  .ixwhy-hero__frame {
    min-height: auto;
  }

  .ixwhy-hero__frame,
  .ixwhy-path__card,
  .ixwhy-cta__card {
    grid-template-columns: 1fr;
  }

  .ixwhy-hero {
    padding: 0;
  }

  .ixwhy-hero__frame {
    padding-block: 4rem;
  }

  .ixwhy-hero__content,
  .ixwhy-hero__panel {
    max-width: 100%;
  }

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

  .ixwhy-cta__actions {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 17px;
  }

  .ixwhy-wrap {
    width: min(100% - 24px, var(--ix-shell));
  }

  .ixwhy-hero__frame {
    padding-block: 2.4rem 3.2rem;
  }

  .ixwhy-hero__content,
  .ixwhy-hero__panel,
  .ixwhy-path__card,
  .ixwhy-cta__card {
    border-radius: 24px;
    padding: 1.25rem;
  }

  .ixwhy-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .ixwhy-hero__lead,
  .ixwhy-hero__panel p,
  .ixwhy-reason-card p,
  .ixwhy-path__content p,
  .ixwhy-path__steps p,
  .ixwhy-cta__card p {
    font-size: 17px;
  }

  .ixwhy-reasons,
  .ixwhy-path,
  .ixwhy-cta {
    padding: 3.4rem 0;
  }

  .ixwhy-reasons__grid,
  .ixwhy-path__steps {
    grid-template-columns: 1fr;
  }

  .ixwhy-section-head {
    text-align: left;
  }

  .ixwhy-section-head .ixwhy-kicker {
    justify-content: flex-start;
  }

  .ixwhy-section-head .ixwhy-kicker::after {
    display: block;
  }

  .ixwhy-section-head h2,
  .ixwhy-path__content h2,
  .ixwhy-cta__card h2 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 42px);
  }

  .ixwhy-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ixwhy-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* =========================================================
   WHY CHOOSE US LINDSAY CONTENT INTEGRATION POLISH v1.1
   Keeps the note out of the top bar and supports the refined
   advisory-path copy inside the page content.
========================================================= */

.ixwhy-page .ixwhy-section-head p {
  max-width: 72ch !important;
}

.ixwhy-page .ixwhy-hero__lead {
  max-width: 43rem !important;
}

.ixwhy-page .ixwhy-panel__signals span {
  min-height: 48px !important;
}

.ixwhy-page .ixwhy-path__content p {
  max-width: 62ch !important;
}

.ixwhy-page .ixwhy-path__steps div:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0%, rgba(105,166,61,0.11), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f7fbf4 100%) !important;
  border-color: rgba(105, 166, 61, 0.16) !important;
}

@media (max-width: 767px) {
  .ixwhy-page .ixwhy-section-head p,
  .ixwhy-page .ixwhy-path__content p {
    max-width: 100% !important;
  }
}

/* =========================================================
   WHY CHOOSE US APPROVED VENDOR & RELATIONSHIPS SECTION v1.0
   Adds a premium trust / market-access section under ixwhy.
   Keep this at the end of immix-why-choose-us-v1.css.
========================================================= */

.ixwhy-page .ixwhy-wrap--wide {
  width: min(100% - var(--ix-gutter), var(--ix-shell-wide, 1360px));
}

.ixwhy-page .ixwhy-relationships {
  position: relative;
  padding: clamp(4.6rem, 7vw, 7.4rem) 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(105, 166, 61, 0.08), transparent 32%),
    radial-gradient(circle at 88% 24%, rgba(18, 52, 93, 0.055), transparent 34%),
    linear-gradient(180deg, #f7faf5 0%, #ffffff 48%, #f6faf4 100%);
  overflow: hidden;
}

.ixwhy-page .ixwhy-relationships::before {
  content: "";
  position: absolute;
  inset: 11% auto auto 50%;
  width: min(58vw, 720px);
  height: min(58vw, 720px);
  transform: translateX(-18%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(105, 166, 61, 0.075) 0%, rgba(105, 166, 61, 0) 70%);
  pointer-events: none;
}

.ixwhy-page .ixwhy-relationships__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.618fr) minmax(0, 1fr);
  grid-template-areas:
    "intro feature"
    "grid grid"
    "note note";
  gap: clamp(1.2rem, 2vw, 1.75rem);
  padding: clamp(1.55rem, 3vw, 2.55rem);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.995) 0%, rgba(248,252,246,0.985) 100%);
  border: 1px solid rgba(18, 52, 93, 0.08);
  box-shadow:
    0 32px 82px rgba(13, 30, 52, 0.11),
    0 10px 28px rgba(13, 30, 52, 0.035);
  overflow: hidden;
}

.ixwhy-page .ixwhy-relationships__shell::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, rgba(105,166,61,0.22) 100%);
}

.ixwhy-page .ixwhy-relationships__shell::after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 42%;
  height: 52%;
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 52, 93, 0.08), transparent 56%),
    radial-gradient(circle at 42% 32%, rgba(105, 166, 61, 0.10), transparent 58%);
  pointer-events: none;
}

.ixwhy-page .ixwhy-relationships__intro,
.ixwhy-page .ixwhy-relationships__feature,
.ixwhy-page .ixwhy-relationships__grid,
.ixwhy-page .ixwhy-relationships__note {
  position: relative;
  z-index: 2;
}

.ixwhy-page .ixwhy-relationships__intro {
  grid-area: intro;
  align-self: center;
  padding: clamp(0.45rem, 1vw, 0.8rem) clamp(0.4rem, 1vw, 0.65rem) clamp(0.4rem, 1vw, 0.65rem) 0;
}

.ixwhy-page .ixwhy-relationships__intro h2 {
  max-width: 12ch;
  margin: 0 0 1rem;
  color: var(--ix-navy-800);
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.ixwhy-page .ixwhy-relationships__intro p:not(.ixwhy-kicker) {
  max-width: 58ch;
  margin: 0;
  color: #4d667f;
  font-size: 17px;
  line-height: 1.78;
}

.ixwhy-page .ixwhy-relationships__feature {
  grid-area: feature;
  display: grid;
  align-content: center;
  min-height: clamp(250px, 22vw, 340px);
  padding: clamp(1.45rem, 3vw, 2.3rem);
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 166, 61, 0.25), transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(255,255,255,0.10), transparent 46%),
    linear-gradient(135deg, var(--ix-navy-800) 0%, var(--ix-navy-950) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 26px 64px rgba(7,31,61,0.22);
  overflow: hidden;
}

.ixwhy-page .ixwhy-relationships__feature::before {
  content: "";
  position: absolute;
  inset: auto -9% -22% auto;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(105,166,61,0.20) 0%, rgba(105,166,61,0) 70%);
  pointer-events: none;
}

.ixwhy-page .ixwhy-relationships__badge {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 1.05rem;
  padding: 0.44rem 0.74rem;
  border-radius: 999px;
  color: #cdecb9;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ixwhy-page .ixwhy-relationships__feature strong {
  display: block;
  margin: 0 0 0.85rem;
  color: #ffffff;
  font-size: clamp(52px, 5.2vw, 82px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.ixwhy-page .ixwhy-relationships__feature p {
  max-width: 46ch;
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 17px;
  line-height: 1.74;
}

.ixwhy-page .ixwhy-relationships__grid {
  grid-area: grid;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.35rem;
}

.ixwhy-page .ixwhy-relationship-card {
  position: relative;
  min-height: 100%;
  padding: 1.3rem 1.2rem 1.22rem;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(105,166,61,0.075), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf7 100%);
  border: 1px solid rgba(18,52,93,0.075);
  box-shadow: 0 16px 34px rgba(13,30,52,0.055);
  overflow: hidden;
}

.ixwhy-page .ixwhy-relationship-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(105,166,61,0.9), rgba(18,52,93,0.68));
}

.ixwhy-page .ixwhy-relationship-card > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, var(--ix-green-700) 100%);
  box-shadow: 0 12px 24px rgba(105,166,61,0.20);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.ixwhy-page .ixwhy-relationship-card h3 {
  max-width: 15ch;
  margin: 0 0 0.7rem;
  color: var(--ix-navy-800);
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.ixwhy-page .ixwhy-relationship-card p {
  margin: 0;
  color: #4d667f;
  font-size: 17px;
  line-height: 1.72;
}

.ixwhy-page .ixwhy-relationships__note {
  grid-area: note;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0.2rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  color: #4d667f;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(18,52,93,0.075);
  box-shadow: 0 10px 24px rgba(13,30,52,0.035);
  font-size: 16px;
  line-height: 1.62;
}

.ixwhy-page .ixwhy-relationships__note::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 0.47rem;
  border-radius: 999px;
  background: var(--ix-green-600);
  box-shadow: 0 0 0 5px rgba(105,166,61,0.12);
}

@media (max-width: 1080px) {
  .ixwhy-page .ixwhy-relationships__shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "feature"
      "grid"
      "note";
    border-radius: 34px;
  }

  .ixwhy-page .ixwhy-relationships__intro h2 {
    max-width: 100%;
  }

  .ixwhy-page .ixwhy-relationships__grid {
    grid-template-columns: 1fr;
  }

  .ixwhy-page .ixwhy-relationship-card h3 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ixwhy-page .ixwhy-relationships {
    padding: 3.4rem 0;
  }

  .ixwhy-page .ixwhy-relationships__shell,
  .ixwhy-page .ixwhy-relationships__feature,
  .ixwhy-page .ixwhy-relationship-card {
    border-radius: 24px;
  }

  .ixwhy-page .ixwhy-relationships__shell,
  .ixwhy-page .ixwhy-relationships__feature,
  .ixwhy-page .ixwhy-relationship-card {
    padding: 1.25rem;
  }

  .ixwhy-page .ixwhy-relationships__intro h2 {
    font-size: clamp(30px, 8vw, 42px);
  }

  .ixwhy-page .ixwhy-relationships__feature {
    min-height: auto;
  }

  .ixwhy-page .ixwhy-relationships__feature strong {
    font-size: clamp(42px, 13vw, 60px);
  }

  .ixwhy-page .ixwhy-relationships__note {
    padding: 0.95rem;
  }
}
