@charset "UTF-8";
/* CSS Document */
/* =========================================================
   IMMIX NEXT V6.1 CLEAN
   Employee Benefits Savings Landing Page
   Clean consolidated CSS system

   Build order:
   1. Tokens / reset / global foundation
   2. Header and desktop navigation
   3. Mobile navigation drawer
   4. Hero and lead form
   5. Value banner
   6. Trust strip and diagnosis section
   7. Immix proof cards
   8. Discover savings section
   9. Product grid
   10. Final CTA
   11. Footer
   12. Responsive refinements
========================================================= */


/* =========================================================
   1. TOKENS / SYSTEM FOUNDATION
========================================================= */

:root {
  /* Layout */
  --ix-shell: 1180px;
  --ix-shell-wide: 1280px;
  --ix-shell-ultra: 1680px;
  --ix-gutter: clamp(20px, 3vw, 48px);

  /* Brand blues */
  --ix-navy-950: #071f3d;
  --ix-navy-900: #092a50;
  --ix-navy-850: #0b2d54;
  --ix-navy-800: #12345d;
  --ix-navy-700: #163f73;
  --ix-navy-600: #244f80;
  --ix-blue-topbar: #0b4778;

  /* Brand greens */
  --ix-green-750: #4f842e;
  --ix-green-700: #568f32;
  --ix-green-650: #5f9938;
  --ix-green-600: #69a63d;
  --ix-green-150: #dceecd;
  --ix-green-100: #edf6e8;
  --ix-green-050: #f6fbf2;

  /* Text */
  --ix-ink: #20364d;
  --ix-ink-dark: #233345;
  --ix-muted: #5d7187;
  --ix-muted-2: #738397;

  /* Surfaces */
  --ix-white: #ffffff;
  --ix-page: #f4f7f3;
  --ix-page-soft: #f7faf5;
  --ix-panel: rgba(255, 255, 255, 0.94);
  --ix-panel-strong: rgba(255, 255, 255, 0.975);

  /* Lines */
  --ix-line: rgba(18, 52, 93, 0.10);
  --ix-line-soft: rgba(218, 226, 219, 0.78);
  --ix-line-green: rgba(105, 166, 61, 0.34);

  /* Typography */
  --ix-font-sans: "Open Sans", Inter, "Segoe UI", Arial, sans-serif;
  --ix-font-serif: Georgia, "Times New Roman", serif;

  /* Radius */
  --ix-radius-sm: 10px;
  --ix-radius-md: 16px;
  --ix-radius-lg: 22px;
  --ix-radius-xl: 30px;
  --ix-radius-xxl: 34px;

  /* Shadows */
  --ix-shadow-nav: 0 8px 28px rgba(9, 42, 80, 0.045);
  --ix-shadow-soft: 0 10px 26px rgba(9, 42, 80, 0.07);
  --ix-shadow-card: 0 24px 60px rgba(9, 42, 80, 0.10), 0 8px 22px rgba(9, 42, 80, 0.05);
  --ix-shadow-hero: 0 34px 80px rgba(9, 42, 80, 0.16), 0 10px 26px rgba(9, 42, 80, 0.06);
  --ix-shadow-form: 0 28px 70px rgba(7, 31, 61, 0.26);

  /* Motion */
  --ix-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ix-speed: 190ms;

  /* Assets */
  --ix-hero-image: url("https://www.immixgroup.ca/vancouver/employee-benefits-savings/assets/images/Immix%20Group%20Benefits%20Savings%20copy.avif");
}


/* =========================================================
   2. GLOBAL RESET
========================================================= */

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

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

html,
body {
  overflow-x: hidden;
}

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

img,
svg {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

svg {
  overflow: visible;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

[hidden],
.ixh-scrollmeta[hidden],
.ixs-scrollmeta[hidden] {
  display: none !important;
}


/* =========================================================
   3. GLOBAL LAYOUT HELPERS
========================================================= */

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

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

.ixs-main {
  position: relative;
  background: var(--ix-page);
}

.ixs-section {
  position: relative;
  padding: clamp(54px, 6vw, 86px) 0;
  overflow: hidden;
}

.ixs-section .ixs-wrap,
.ixs-section .ix-wrap {
  width: min(100% - 48px, var(--ix-shell));
  margin-inline: auto;
}

.ixs-section--light {
  background: linear-gradient(180deg, #f7faf5 0%, #eef5ea 100%);
}

.ixs-section--dark {
  background:
    radial-gradient(circle at 12% 18%, rgba(105, 166, 61, 0.18), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, var(--ix-navy-800) 0%, var(--ix-navy-900) 100%);
  color: var(--ix-white);
}


/* =========================================================
   4. GLOBAL TYPOGRAPHY HELPERS
========================================================= */

.ixs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--ix-green-650);
  font-family: var(--ix-font-sans);
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.ixs-section h2,
.ixs-centre h2,
.ixs-split h2 {
  margin: 0;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-serif);
 font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
  
}

.ixs-body,
.ixs-section .ixs-lead {
  color: var(--ix-muted);
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.68;
}

.ixs-body {
  margin: 20px 0 28px;
  max-width: 58ch;
}

.ixs-centre {
  max-width: 760px;
  margin: 0 auto clamp(30px, 4vw, 46px);
  text-align: center;
}

.ixs-centre .ixs-kicker {
  justify-content: center;
}

.ixs-centre .ixs-kicker::after {
  display: none;
}

.ixs-centre .ixs-lead {
  max-width: 680px;
  margin: 18px auto 0;
}


/* =========================================================
   5. GLOBAL BUTTONS
========================================================= */

.ixs-btn,
.ix-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--ix-font-sans);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition:
    transform var(--ix-speed) var(--ix-ease),
    box-shadow var(--ix-speed) var(--ix-ease),
    border-color var(--ix-speed) var(--ix-ease),
    background-color var(--ix-speed) var(--ix-ease);
}

.ixs-btn:hover,
.ixs-btn:focus-visible,
.ix-btn:hover,
.ix-btn:focus-visible {
  transform: translateY(-1px);
}

.ixs-btn--primary,
.ix-btn--primary,
.ixs-btn--form {
  background: linear-gradient(180deg, var(--ix-green-600) 0%, var(--ix-green-700) 100%);
  color: var(--ix-white) !important;
  box-shadow: 0 12px 24px rgba(105, 166, 61, 0.2);
}

.ixs-btn--primary:hover,
.ixs-btn--primary:focus-visible,
.ix-btn--primary:hover,
.ix-btn--primary:focus-visible,
.ixs-btn--form:hover,
.ixs-btn--form:focus-visible {
  box-shadow: 0 16px 32px rgba(105, 166, 61, 0.26);
}

.ixs-btn--secondary,
.ix-btn--secondary {
  background: var(--ix-white);
  color: var(--ix-navy-800) !important;
  border: 1px solid rgba(19, 52, 93, 0.18);
}

.ixs-btn--light {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 11px;
  background: var(--ix-white);
  color: var(--ix-navy-800) !important;
  border: 1px solid rgba(255,255,255,0.34);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.ixs-btn--light:hover,
.ixs-btn--light:focus-visible {
  background: var(--ix-green-050);
  box-shadow: 0 18px 36px rgba(0,0,0,0.20);
}

/* =========================================================
   6. HEADER / DESKTOP NAVIGATION
   Clean source-of-truth for header2-live.php
   Includes:
   - topbar
   - main header row
   - logo
   - desktop nav
   - simple inline chevrons
   - dropdowns
   - Get a Quote button

   Note:
   Header rules are scoped with #ixh-site-header and use !important
   because legacy/vendor CSS may still be loaded on the page.
========================================================= */

#ixh-site-header,
#ixh-site-header *,
#ixh-site-header *::before,
#ixh-site-header *::after {
  box-sizing: border-box !important;
}

#ixh-site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  width: 100% !important;
  background: var(--ix-white) !important;
  color: var(--ix-ink-dark) !important;
  font-family: var(--ix-font-sans) !important;
  box-shadow: var(--ix-shadow-nav) !important;
}

#ixh-site-header a {
  color: inherit !important;
  text-decoration: none !important;
}

#ixh-site-header ul,
#ixh-site-header li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#ixh-site-header [hidden],
#ixh-site-header .ixh-scrollmeta[hidden] {
  display: none !important;
}


/* =========================================================
   6.1 TOPBAR
========================================================= */

#ixh-site-header .ixh-topbar {
  height: 34px !important;
  min-height: 34px !important;
  background: var(--ix-blue-topbar) !important;
  color: var(--ix-white) !important;
}

#ixh-site-header .ixh-topbar__inner {
  width: min(100% - 56px, 1320px) !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}

#ixh-site-header .ixh-topbar__left {
  display: none !important;
}

#ixh-site-header .ixh-topbar__right {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

#ixh-site-header .ixh-topbar__link {
  color: var(--ix-white) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
}

#ixh-site-header .ixh-topbar__link:hover,
#ixh-site-header .ixh-topbar__link:focus-visible {
  color: rgba(255, 255, 255, 0.86) !important;
  outline: none !important;
}

#ixh-site-header .ixh-topbar__divider {
  width: 1px !important;
  height: 15px !important;
  background: rgba(255, 255, 255, 0.32) !important;
}

#ixh-site-header .ixh-topbar__icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  display: inline-grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  color: var(--ix-white) !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  transition:
    background-color var(--ix-speed) var(--ix-ease),
    transform var(--ix-speed) var(--ix-ease) !important;
}

#ixh-site-header .ixh-topbar__icon:hover,
#ixh-site-header .ixh-topbar__icon:focus-visible {
  background: rgba(255, 255, 255, 0.16) !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

#ixh-site-header .ixh-topbar__icon svg {
  width: 12px !important;
  height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  display: block !important;
  fill: currentColor !important;
}


/* =========================================================
   6.2 MAIN HEADER ROW
========================================================= */

#ixh-site-header .ixh-main {
  width: 100% !important;
  height: 92px !important;
  min-height: 92px !important;
  background: rgba(255, 255, 255, 0.985) !important;
  border-bottom: 1px solid rgba(18, 52, 93, 0.08) !important;
  box-shadow: 0 10px 28px rgba(9, 42, 80, 0.045) !important;
}

#ixh-site-header .ixh-header__inner {
  width: min(1280px, calc(100% - 56px)) !important;
  height: 92px !important;
  min-height: 92px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 260px minmax(0, 1fr) 154px !important;
  grid-template-areas: "brand nav cta" !important;
  align-items: center !important;
  gap: 30px !important;
}


/* =========================================================
   6.3 BRAND / LOGO
========================================================= */

#ixh-site-header .ixh-brand {
  grid-area: brand !important;
  height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
}

#ixh-site-header .ixh-brand img {
  width: 238px !important;
  max-width: 238px !important;
  height: auto !important;
  display: block !important;
}


/* =========================================================
   6.4 DESKTOP NAVIGATION
========================================================= */

#ixh-site-header .ixh-nav {
  grid-area: nav !important;
  height: 92px !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#ixh-site-header .ixh-menu {
  height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(20px, 2vw, 34px) !important;
}

#ixh-site-header .ixh-menu > li {
  position: relative !important;
  height: 92px !important;
  display: flex !important;
  align-items: center !important;
}

#ixh-site-header .ixh-menu > li::before,
#ixh-site-header .ixh-menu > li::after {
  content: none !important;
  display: none !important;
}

#ixh-site-header .ixh-menu > li > a {
  position: relative !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 10px 0 !important;
  color: #223241 !important;
  font-family: var(--ix-font-sans) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  transition: color var(--ix-speed) var(--ix-ease) !important;
}

#ixh-site-header .ixh-menu > li > a::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 4px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--ix-green-600), #8abb55) !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform var(--ix-speed) var(--ix-ease) !important;
}

#ixh-site-header .ixh-menu > li:hover > a,
#ixh-site-header .ixh-menu > li:focus-within > a,
#ixh-site-header .ixh-menu > li.is-current > a {
  color: var(--ix-navy-800) !important;
}

#ixh-site-header .ixh-menu > li:hover > a::before,
#ixh-site-header .ixh-menu > li:focus-within > a::before,
#ixh-site-header .ixh-menu > li.is-current > a::before {
  transform: scaleX(1) !important;
}


/* =========================================================
   6.5 SIMPLE INLINE CHEVRONS
========================================================= */

#ixh-site-header .ixh-menu > li.menu-item-has-children > a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding-right: 0 !important;
}

#ixh-site-header .ixh-menu > li.menu-item-has-children > a::after {
  content: "" !important;
  position: static !important;
  display: inline-block !important;
  flex: 0 0 auto !important;

  width: 9px !important;
  height: 6px !important;
  margin-left: 2px !important;

  border: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  clip-path: none !important;

  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 9px 6px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L4.5 4.75L8 1.25' fill='none' stroke='%23223241' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;

  transform: none !important;
  opacity: 0.72 !important;
  pointer-events: none !important;

  transition:
    opacity var(--ix-speed) var(--ix-ease),
    transform var(--ix-speed) var(--ix-ease),
    background-image var(--ix-speed) var(--ix-ease) !important;
}

#ixh-site-header .ixh-menu > li.menu-item-has-children:hover > a::after,
#ixh-site-header .ixh-menu > li.menu-item-has-children:focus-within > a::after {
  opacity: 1 !important;
  transform: translateY(1px) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L4.5 4.75L8 1.25' fill='none' stroke='%23568f32' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}


/* =========================================================
   6.6 DESKTOP DROPDOWNS
========================================================= */

#ixh-site-header .ixh-submenu {
  position: absolute !important;
  top: calc(100% - 4px) !important;
  left: 50% !important;
  min-width: 292px !important;
  margin: 0 !important;
  padding: 10px !important;
  display: block !important;

  background: rgba(255, 255, 255, 0.985) !important;
  border: 1px solid rgba(18, 52, 93, 0.10) !important;
  border-top: 3px solid var(--ix-green-600) !important;
  border-radius: 0 0 18px 18px !important;
  box-shadow:
    0 24px 54px rgba(9, 42, 80, 0.14),
    0 8px 18px rgba(9, 42, 80, 0.06) !important;

  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translate(-50%, 12px) !important;

  transition:
    opacity var(--ix-speed) var(--ix-ease),
    visibility var(--ix-speed) var(--ix-ease),
    transform var(--ix-speed) var(--ix-ease) !important;

  z-index: 100000 !important;
}

/* Hover bridge to prevent flicker */
#ixh-site-header .ixh-submenu::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -18px !important;
  height: 18px !important;
  background: transparent !important;
}

#ixh-site-header .ixh-menu > li:hover > .ixh-submenu,
#ixh-site-header .ixh-menu > li:focus-within > .ixh-submenu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

/* Keep right-side dropdowns inside the viewport */
#ixh-site-header .ixh-menu > li:nth-last-child(-n + 3) > .ixh-submenu {
  left: auto !important;
  right: 0 !important;
  transform: translateY(12px) !important;
}

#ixh-site-header .ixh-menu > li:nth-last-child(-n + 3):hover > .ixh-submenu,
#ixh-site-header .ixh-menu > li:nth-last-child(-n + 3):focus-within > .ixh-submenu {
  transform: translateY(0) !important;
}

#ixh-site-header .ixh-submenu li {
  margin: 0 !important;
  padding: 0 !important;
}

#ixh-site-header .ixh-submenu li + li {
  margin-top: 4px !important;
}

#ixh-site-header .ixh-submenu a {
  position: relative !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  padding: 11px 13px 11px 14px !important;
  border-radius: 11px !important;
  background: transparent !important;
  color: #243746 !important;
  font-family: var(--ix-font-sans) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;

  transition:
    background-color var(--ix-speed) var(--ix-ease),
    color var(--ix-speed) var(--ix-ease),
    transform var(--ix-speed) var(--ix-ease) !important;
}

#ixh-site-header .ixh-submenu a:hover,
#ixh-site-header .ixh-submenu a:focus-visible {
  background: rgba(105, 166, 61, 0.10) !important;
  color: var(--ix-navy-800) !important;
  transform: translateX(2px) !important;
  outline: none !important;
}

#ixh-site-header .ixh-submenu a::before,
#ixh-site-header .ixh-submenu a::after {
  content: none !important;
  display: none !important;
}

#ixh-site-header .ixh-submenu__featured {
  background:
    linear-gradient(
      180deg,
      rgba(105, 166, 61, 0.13),
      rgba(105, 166, 61, 0.07)
    ) !important;
  border: 1px solid rgba(105, 166, 61, 0.22) !important;
  color: var(--ix-green-750) !important;
}


/* =========================================================
   6.7 HEADER CTA
========================================================= */

#ixh-site-header .ixh-header__cta {
  grid-area: cta !important;
  justify-self: end !important;
  align-self: center !important;
  min-width: 142px !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 22px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 11px !important;
  background: linear-gradient(180deg, var(--ix-green-600) 0%, var(--ix-green-700) 100%) !important;
  color: var(--ix-white) !important;

  font-family: var(--ix-font-sans) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;

  box-shadow:
    0 14px 28px rgba(105, 166, 61, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;

  transition:
    transform var(--ix-speed) var(--ix-ease),
    box-shadow var(--ix-speed) var(--ix-ease),
    background var(--ix-speed) var(--ix-ease) !important;
}

#ixh-site-header .ixh-header__cta:hover,
#ixh-site-header .ixh-header__cta:focus-visible {
  transform: translateY(-1px) !important;
  background: linear-gradient(180deg, #74ad45 0%, #4f842e 100%) !important;
  box-shadow:
    0 18px 36px rgba(105, 166, 61, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  outline: none !important;
}


/* =========================================================
   6.8 SCROLLED STATE
========================================================= */

#ixh-site-header.is-scrolled .ixh-main {
  box-shadow:
    0 12px 26px rgba(11, 31, 54, 0.06),
    0 1px 0 rgba(18, 52, 93, 0.06) !important;
}
/* =========================================================
   7. MOBILE NAVIGATION DRAWER
   Clean source-of-truth for:
   - mobile hamburger button
   - slide-out drawer
   - overlay
   - mobile menu hierarchy
   - details/summary dropdowns
   - mobile CTA

   Requires header2-live.php mobile nav using:
   .ixh-mobile-panel
   .ixh-mobile-toggle
   .ixh-mobile-nav
   .ixh-mobile-group
   .ixh-mobile-subnav
========================================================= */


/* =========================================================
   7.1 MOBILE TOGGLE BUTTON
========================================================= */

#ixh-site-header .ixh-mobile-toggle {
  grid-area: toggle !important;
  display: none !important;
  position: relative !important;
  width: 46px !important;
  height: 46px !important;
  padding: 0 !important;
  border: 1px solid rgba(18, 52, 93, 0.12) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbf6 100%) !important;
  color: var(--ix-navy-800) !important;
  box-shadow:
    0 8px 18px rgba(9, 42, 80, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  cursor: pointer !important;
  transition:
    transform var(--ix-speed) var(--ix-ease),
    box-shadow var(--ix-speed) var(--ix-ease),
    border-color var(--ix-speed) var(--ix-ease),
    background-color var(--ix-speed) var(--ix-ease) !important;
}

#ixh-site-header .ixh-mobile-toggle:hover,
#ixh-site-header .ixh-mobile-toggle:focus-visible {
  transform: translateY(-1px) !important;
  border-color: rgba(105, 166, 61, 0.34) !important;
  box-shadow:
    0 12px 24px rgba(9, 42, 80, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  outline: none !important;
}

/* Hamburger bars */
#ixh-site-header .ixh-mobile-toggle__bar,
#ixh-site-header .ixh-mobile-toggle__bar::before,
#ixh-site-header .ixh-mobile-toggle__bar::after {
  position: absolute !important;
  left: 50% !important;
  width: 20px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: currentColor !important;
  transform: translateX(-50%) !important;
  transition:
    transform 200ms var(--ix-ease),
    opacity 200ms var(--ix-ease),
    top 200ms var(--ix-ease) !important;
}

#ixh-site-header .ixh-mobile-toggle__bar {
  top: 50% !important;
}

#ixh-site-header .ixh-mobile-toggle__bar::before,
#ixh-site-header .ixh-mobile-toggle__bar::after {
  content: "" !important;
}

#ixh-site-header .ixh-mobile-toggle__bar::before {
  top: -7px !important;
}

#ixh-site-header .ixh-mobile-toggle__bar::after {
  top: 7px !important;
}

/* Toggle transforms when open */
#ixh-site-header .ixh-mobile-toggle[aria-expanded="true"] .ixh-mobile-toggle__bar {
  transform: translateX(-50%) rotate(45deg) !important;
}

#ixh-site-header .ixh-mobile-toggle[aria-expanded="true"] .ixh-mobile-toggle__bar::before {
  top: 0 !important;
  opacity: 0 !important;
}

#ixh-site-header .ixh-mobile-toggle[aria-expanded="true"] .ixh-mobile-toggle__bar::after {
  top: 0 !important;
  transform: translateX(-50%) rotate(-90deg) !important;
}


/* =========================================================
   7.2 MOBILE PANEL SHELL
========================================================= */

#ixh-site-header .ixh-mobile-panel {
  position: fixed !important;
  inset: 0 !important;
  z-index: 120000 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition:
    opacity 220ms var(--ix-ease),
    visibility 220ms var(--ix-ease) !important;
}

#ixh-site-header .ixh-mobile-panel[aria-hidden="false"] {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#ixh-site-header .ixh-mobile-panel__overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 20% 10%, rgba(105, 166, 61, 0.16), transparent 28%),
    rgba(7, 31, 61, 0.72) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
}

#ixh-site-header .ixh-mobile-panel__drawer {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: min(430px, calc(100vw - 24px)) !important;
  height: 100% !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 166, 61, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7faf5 100%) !important;
  box-shadow:
    -24px 0 72px rgba(7, 31, 61, 0.34),
    inset 1px 0 0 rgba(255, 255, 255, 0.72) !important;
  transform: translateX(110%) !important;
  transition: transform 260ms var(--ix-ease) !important;
}

#ixh-site-header .ixh-mobile-panel[aria-hidden="false"] .ixh-mobile-panel__drawer {
  transform: translateX(0) !important;
}


/* =========================================================
   7.3 MOBILE PANEL TOP
========================================================= */

#ixh-site-header .ixh-mobile-panel__top {
  position: sticky !important;
  top: 0 !important;
  z-index: 5 !important;
  min-height: 86px !important;
  padding: 20px 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)) !important;
  border-bottom: 1px solid rgba(18, 52, 93, 0.08) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

#ixh-site-header .ixh-mobile-panel__logo {
  display: inline-flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

#ixh-site-header .ixh-mobile-panel__logo img {
  width: 210px !important;
  max-width: min(210px, 62vw) !important;
  height: auto !important;
  display: block !important;
}

#ixh-site-header .ixh-mobile-panel__close {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 1px solid rgba(18, 52, 93, 0.12) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: var(--ix-navy-800) !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  box-shadow:
    0 8px 18px rgba(9, 42, 80, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  cursor: pointer !important;
  transition:
    transform var(--ix-speed) var(--ix-ease),
    border-color var(--ix-speed) var(--ix-ease),
    box-shadow var(--ix-speed) var(--ix-ease) !important;
}

#ixh-site-header .ixh-mobile-panel__close:hover,
#ixh-site-header .ixh-mobile-panel__close:focus-visible {
  transform: translateY(-1px) !important;
  border-color: rgba(105, 166, 61, 0.34) !important;
  box-shadow:
    0 12px 24px rgba(9, 42, 80, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  outline: none !important;
}


/* =========================================================
   7.4 MOBILE NAV ROOT LINKS
========================================================= */

#ixh-site-header .ixh-mobile-nav {
  display: grid !important;
  gap: 8px !important;
  padding: 18px 22px 0 !important;
}

#ixh-site-header .ixh-mobile-nav a,
#ixh-site-header .ixh-mobile-group summary {
  width: 100% !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 13px 15px !important;
  border-radius: 13px !important;
  background: rgba(18, 52, 93, 0.045) !important;
  color: var(--ix-navy-800) !important;
  font-family: var(--ix-font-sans) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 1px solid rgba(18, 52, 93, 0.07) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76) !important;
  transition:
    background-color var(--ix-speed) var(--ix-ease),
    border-color var(--ix-speed) var(--ix-ease),
    color var(--ix-speed) var(--ix-ease),
    transform var(--ix-speed) var(--ix-ease) !important;
}

#ixh-site-header .ixh-mobile-nav a:hover,
#ixh-site-header .ixh-mobile-nav a:focus-visible,
#ixh-site-header .ixh-mobile-group summary:hover,
#ixh-site-header .ixh-mobile-group summary:focus-visible {
  background: rgba(105, 166, 61, 0.10) !important;
  border-color: rgba(105, 166, 61, 0.20) !important;
  color: var(--ix-green-700) !important;
  transform: translateX(1px) !important;
  outline: none !important;
}


/* =========================================================
   7.5 MOBILE DETAILS GROUPS
========================================================= */

#ixh-site-header .ixh-mobile-group {
  margin: 0 !important;
  padding: 0 !important;
}

#ixh-site-header .ixh-mobile-group summary {
  cursor: pointer !important;
  list-style: none !important;
}

#ixh-site-header .ixh-mobile-group summary::-webkit-details-marker {
  display: none !important;
}

/* Simple mobile chevron */
#ixh-site-header .ixh-mobile-group summary::after {
  content: "" !important;
  width: 9px !important;
  height: 6px !important;
  flex: 0 0 auto !important;
  margin-left: 12px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 9px 6px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L4.5 4.75L8 1.25' fill='none' stroke='%2312345d' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  transition:
    transform var(--ix-speed) var(--ix-ease),
    opacity var(--ix-speed) var(--ix-ease),
    background-image var(--ix-speed) var(--ix-ease) !important;
  opacity: 0.72 !important;
}

#ixh-site-header .ixh-mobile-group[open] summary {
  background:
    linear-gradient(180deg, rgba(105, 166, 61, 0.13), rgba(105, 166, 61, 0.075)) !important;
  border-color: rgba(105, 166, 61, 0.24) !important;
  color: var(--ix-green-750) !important;
}

#ixh-site-header .ixh-mobile-group[open] summary::after {
  opacity: 1 !important;
  transform: rotate(180deg) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L4.5 4.75L8 1.25' fill='none' stroke='%23568f32' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}


/* =========================================================
   7.6 MOBILE SUBNAV
========================================================= */

#ixh-site-header .ixh-mobile-subnav {
  display: grid !important;
  gap: 6px !important;
  padding: 8px 0 4px 12px !important;
  margin: 0 !important;
  border-left: 2px solid rgba(105, 166, 61, 0.18) !important;
}

#ixh-site-header .ixh-mobile-subnav a {
  min-height: 42px !important;
  padding: 11px 13px !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  color: #2d4054 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: 0.035em !important;
  text-transform: none !important;
  border: 1px solid rgba(18, 52, 93, 0.06) !important;
}

#ixh-site-header .ixh-mobile-subnav a:hover,
#ixh-site-header .ixh-mobile-subnav a:focus-visible {
  background: rgba(105, 166, 61, 0.11) !important;
  color: var(--ix-navy-800) !important;
  transform: translateX(2px) !important;
}

#ixh-site-header .ixh-mobile-subnav__featured {
  background:
    linear-gradient(
      180deg,
      rgba(105, 166, 61, 0.14),
      rgba(105, 166, 61, 0.075)
    ) !important;
  border-color: rgba(105, 166, 61, 0.24) !important;
  color: var(--ix-green-750) !important;
  font-weight: 850 !important;
}


/* =========================================================
   7.7 MOBILE CTA AREA
========================================================= */

#ixh-site-header .ixh-mobile-panel__cta {
  padding: 20px 22px 26px !important;
  background:
    linear-gradient(180deg, rgba(246, 248, 244, 0.68), rgba(237, 246, 232, 0.62)) !important;
}

#ixh-site-header .ixh-mobile-panel__cta .ixh-header__cta {
  width: 100% !important;
  min-height: 54px !important;
  display: inline-flex !important;
  justify-self: stretch !important;
  border-radius: 13px !important;
}


/* =========================================================
   7.8 MOBILE OPEN STATE / BODY LOCK
========================================================= */

html.ixh-mobile-open,
body.ixh-mobile-open {
  overflow: hidden !important;
}

html.ixh-mobile-open #ixh-site-header {
  z-index: 120001 !important;
}


/* =========================================================
   7.9 MOBILE HEADER BREAKPOINT
========================================================= */

@media (max-width: 1024px) {
  #ixh-site-header .ixh-main {
    height: 76px !important;
    min-height: 76px !important;
  }

  #ixh-site-header .ixh-header__inner {
    width: min(100% - 28px, 1280px) !important;
    height: 76px !important;
    min-height: 76px !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas: "brand toggle" !important;
    gap: 18px !important;
  }

  #ixh-site-header .ixh-brand {
    height: 76px !important;
  }

  #ixh-site-header .ixh-brand img {
    width: 185px !important;
    max-width: 185px !important;
  }

  #ixh-site-header .ixh-nav,
  #ixh-site-header > .ixh-main .ixh-header__cta {
    display: none !important;
  }

  #ixh-site-header .ixh-mobile-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}


/* =========================================================
   7.10 SMALL MOBILE REFINEMENTS
========================================================= */

@media (max-width: 520px) {
  #ixh-site-header .ixh-topbar {
    height: 32px !important;
    min-height: 32px !important;
  }

  #ixh-site-header .ixh-topbar__inner {
    width: min(100% - 24px, 1320px) !important;
    height: 32px !important;
    min-height: 32px !important;
  }

  #ixh-site-header .ixh-topbar__link {
    font-size: 11px !important;
  }

  #ixh-site-header .ixh-topbar__icon {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
  }

  #ixh-site-header .ixh-mobile-panel__drawer {
    width: min(400px, calc(100vw - 16px)) !important;
  }

  #ixh-site-header .ixh-mobile-panel__top {
    padding: 18px !important;
  }

  #ixh-site-header .ixh-mobile-nav {
    padding: 16px 18px 0 !important;
  }

  #ixh-site-header .ixh-mobile-panel__cta {
    padding: 18px !important;
  }

  #ixh-site-header .ixh-mobile-panel__logo img {
    width: 188px !important;
    max-width: 58vw !important;
  }
}
/* =========================================================
   8. HERO / ABOVE-THE-FOLD LEAD FUNNEL
   Clean source-of-truth for:
   - hero background image
   - white message panel
   - blue lead form panel
   - proof cards
   - hero buttons
   - above-the-fold conversion rhythm
========================================================= */


/* =========================================================
   8.1 HERO SECTION SHELL
========================================================= */

.ixs-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2.8vw, 38px) 0 clamp(34px, 4vw, 52px);
  background:
    linear-gradient(
      90deg,
      rgba(244, 248, 244, 0.90) 0%,
      rgba(248, 250, 248, 0.70) 34%,
      rgba(248, 250, 250, 0.20) 62%,
      rgba(248, 250, 250, 0.10) 100%
    ),
    var(--ix-hero-image) center center / cover no-repeat;
  isolation: isolate;
}

.ixs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 39% 45%, rgba(255, 255, 255, 0.58), transparent 36%),
    radial-gradient(circle at 78% 30%, rgba(18, 52, 93, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
}

.ixs-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 36%;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(244, 247, 243, 0.42) 54%,
      rgba(244, 247, 243, 0.92) 100%
    );
}

.ixs-hero .ixs-wrap,
.ixs-hero .ix-wrap,
.ixs-hero .ix-wrap--wide {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, var(--ix-shell));
  margin: 0 auto;
}


/* =========================================================
   8.2 HERO GRID / CONNECTED PANEL SYSTEM
========================================================= */

.ixs-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(350px, 0.92fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-radius: 26px;
  box-shadow:
    0 34px 80px rgba(9, 42, 80, 0.16),
    0 10px 26px rgba(9, 42, 80, 0.06);
}

.ixs-hero__copy {
  position: relative;
  min-width: 0;
  padding: clamp(36px, 4vw, 52px) clamp(34px, 4.4vw, 58px) clamp(32px, 3.6vw, 44px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.965), rgba(255, 255, 255, 0.905));
  border: 1px solid rgba(218, 226, 219, 0.82);
  border-right: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ixs-hero__copy::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  border: 1px solid rgba(105, 166, 61, 0.08);
  pointer-events: none;
}

.ixs-form-card {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 2.6vw, 34px) clamp(22px, 2.6vw, 32px) clamp(22px, 2.4vw, 30px);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, var(--ix-navy-700) 0%, var(--ix-navy-800) 100%);
  color: var(--ix-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 22px 0 34px rgba(7, 31, 61, 0.10);
}


/* =========================================================
   8.3 HERO COPY
========================================================= */

.ixs-hero__copy .ixs-kicker {
  margin-bottom: 18px;
}

.ixs-hero__copy h1 {
  max-width: 10.4ch;
  margin: 0 0 16px;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-serif);
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.ixs-hero__copy .ixs-lead,
.ixs-lead {
  max-width: 560px;
  margin: 0 0 24px;
  color: #66798d;
  font-size: clamp(15.5px, 1.05vw, 17px);
  font-weight: 500;
  line-height: 1.58;
}


/* =========================================================
   8.4 HERO PROOF CARDS
========================================================= */

.ixs-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 12px;
}

.ixs-proof-card,
.ixs-hero__proof > span {
  min-height: 94px;
  padding: 14px 14px 12px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 252, 247, 0.88));
  border: 1px solid rgba(218, 226, 219, 0.95);
  box-shadow:
    0 6px 18px rgba(9, 42, 80, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.ixs-proof-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  color: var(--ix-navy-800);
}

.ixs-proof-card__icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1.5px solid rgba(105, 166, 61, 0.45);
  background: var(--ix-green-050);
  color: var(--ix-green-700);
}

.ixs-proof-card__icon svg {
  width: 19px;
  height: 19px;
  display: block;
}

.ixs-proof-card strong {
  color: var(--ix-navy-800);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.ixs-proof-card small {
  color: var(--ix-muted);
  font-size: 12.25px;
  font-weight: 600;
  line-height: 1.35;
}

.ixs-proof-card--wide {
  grid-column: 1 / -1;
  min-height: 56px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}

.ixs-proof-card--wide strong {
  display: inline;
}

.ixs-proof-card--wide small {
  display: inline;
}


/* =========================================================
   8.5 HERO ACTIONS / META
========================================================= */

.ixs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 20px 0 14px;
}

.ixs-hero__actions .ixs-btn {
  min-height: 48px;
  padding-inline: 22px;
}

.ixs-hero__actions .ixs-btn--primary {
  min-width: 218px;
}

.ixs-hero__actions .ixs-btn--secondary {
  min-width: 132px;
}

.ixs-hero__meta {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--ix-navy-800);
  font-size: 12px;
  font-weight: 750;
}

.ixs-hero__meta span + span::before {
  content: "•";
  margin-right: 12px;
  color: var(--ix-green-600);
}


/* =========================================================
   8.6 FORM HEADER
========================================================= */

.ixs-form-card__top {
  position: relative;
  z-index: 2;
}

.ixs-form-card__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.ixs-form-card__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ixs-form-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.90);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ixs-form-card h2 {
  margin: 0 0 10px;
  color: var(--ix-white);
  font-family: var(--ix-font-serif);
 font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.ixs-form-card__top p {
  max-width: 38ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.5;
}


/* =========================================================
   8.7 FORM FIELDS
========================================================= */

.ixs-form {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.ixs-form__row {
  display: grid;
  gap: 9px;
}

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

.ixs-form label {
  display: grid;
  gap: 4px;
  margin: 0;
}

.ixs-form label > span {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-size: 9.5px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ixs-form input,
.ixs-form select,
.ixs-form textarea {
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d9e0e7;
  background: var(--ix-white);
  color: var(--ix-navy-800);
  font-size: 13px;
  line-height: 1.35;
  outline: none;
  box-shadow:
    inset 0 1px 1px rgba(7, 31, 61, 0.035),
    0 1px 0 rgba(255, 255, 255, 0.16);
  transition:
    border-color var(--ix-speed) var(--ix-ease),
    box-shadow var(--ix-speed) var(--ix-ease),
    background-color var(--ix-speed) var(--ix-ease);
}

.ixs-form select {
  cursor: pointer;
}

.ixs-form textarea {
  min-height: 76px;
  resize: vertical;
}

.ixs-form input::placeholder,
.ixs-form textarea::placeholder {
  color: rgba(32, 54, 77, 0.46);
}

.ixs-form input:focus,
.ixs-form select:focus,
.ixs-form textarea:focus {
  border-color: #9fcd7e;
  box-shadow:
    0 0 0 4px rgba(105, 166, 61, 0.16),
    inset 0 1px 1px rgba(7, 31, 61, 0.035);
}


/* =========================================================
   8.8 FORM SUBMIT / PRIVACY
========================================================= */

.ixs-btn--form {
  width: 100%;
  min-height: 46px;
  margin-top: 2px;
  border-radius: 9px;
}

.ixs-form__privacy {
  margin: 8px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.ixs-form__alert {
  margin-top: 10px;
  padding: 11px 12px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.45;
}

.ixs-form__alert.hidden {
  display: none;
}


/* =========================================================
   8.9 HERO RESPONSIVE
========================================================= */

@media (max-width: 1080px) {
  .ixs-hero {
    padding-top: 24px;
  }

  .ixs-hero .ixs-wrap,
  .ixs-hero .ix-wrap,
  .ixs-hero .ix-wrap--wide {
    width: min(100% - 32px, var(--ix-shell));
  }

  .ixs-hero__grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin: 0 auto;
  }

  .ixs-hero__copy {
    border-right: 1px solid rgba(218, 226, 219, 0.82);
    border-bottom: 0;
  }

  .ixs-form-card {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ixs-hero__copy h1 {
    max-width: 12ch;
    font-size: clamp(48px, 8vw, 68px);
  }
}

@media (max-width: 720px) {
  .ixs-hero {
    padding: 18px 0 34px;
    background:
      linear-gradient(180deg, rgba(244, 248, 244, 0.92), rgba(244, 248, 244, 0.82)),
      var(--ix-hero-image) center center / cover no-repeat;
  }

  .ixs-hero .ixs-wrap,
  .ixs-hero .ix-wrap,
  .ixs-hero .ix-wrap--wide {
    width: min(100% - 22px, var(--ix-shell));
  }

  .ixs-hero__grid {
    border-radius: 22px;
  }

  .ixs-hero__copy {
    padding: 30px 22px 26px;
  }

  .ixs-hero__copy::before {
    inset: 12px;
    border-radius: 16px;
  }

  .ixs-hero__copy h1 {
    max-width: 10.8ch;
    font-size: clamp(42px, 13vw, 56px);
  }

  .ixs-hero__proof {
    grid-template-columns: 1fr;
  }

  .ixs-proof-card,
  .ixs-hero__proof > span {
    min-height: auto;
  }

  .ixs-proof-card--wide {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }

  .ixs-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ixs-hero__actions .ixs-btn {
    width: 100%;
  }

  .ixs-form-card {
    padding: 26px 20px 22px;
  }

  .ixs-form-card__topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .ixs-form-card h2 {
    font-size: clamp(30px, 3vw, 48px);
  }

  .ixs-form__row--2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .ixs-hero__copy {
    padding: 28px 18px 24px;
  }

  .ixs-form-card {
    padding: 24px 18px 20px;
  }

  .ixs-hero__copy h1 {
    font-size: 40px;
  }

  .ixs-kicker {
    font-size: 9.5px;
    letter-spacing: 0.145em;
  }

  .ixs-kicker::after {
    width: 28px;
  }
}
/* =========================================================
   9. VALUE BANNER / POST-HERO POSITIONING STRIP
   Clean source-of-truth for:
   - cost clarity
   - more choice
   - independent advice
   - Canadian support

   Current preferred direction:
   - icon-free
   - quiet corporate
   - refined
   - wide, calm, executive
========================================================= */


/* =========================================================
   9.1 VALUE STRIP SHELL
========================================================= */

.ixs-value-strip {
  position: relative;
  z-index: 4;
  width: min(100% - 40px, var(--ix-shell-ultra));
  margin: clamp(26px, 3vw, 42px) auto 0;
  padding: 0;
  border-radius: var(--ix-radius-xxl);
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.965),
      rgba(248, 250, 247, 0.95)
    );
  border: 1px solid rgba(18, 52, 93, 0.08);
  box-shadow:
    0 24px 60px rgba(14, 37, 64, 0.08),
    0 8px 22px rgba(14, 37, 64, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  isolation: isolate;
}

.ixs-value-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 50%, rgba(105, 166, 61, 0.06), transparent 24%),
    radial-gradient(circle at 88% 24%, rgba(18, 52, 93, 0.04), transparent 22%);
}

.ixs-value-strip::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  z-index: -1;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(105, 166, 61, 0.16) 18%,
      rgba(105, 166, 61, 0.40) 50%,
      rgba(105, 166, 61, 0.16) 82%,
      transparent 100%
    );
}


/* =========================================================
   9.2 VALUE GRID
========================================================= */

.ixs-value-strip__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.ixs-value-strip__item {
  position: relative;
  min-height: 168px;
  padding: clamp(30px, 3vw, 38px) clamp(28px, 3vw, 40px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  background: transparent;
}

.ixs-value-strip__item + .ixs-value-strip__item {
  border-left: 1px solid rgba(18, 52, 93, 0.08);
}

/* subtle individual top accent on hover */
.ixs-value-strip__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(105, 166, 61, 0.12),
      rgba(105, 166, 61, 0.38),
      rgba(105, 166, 61, 0.12)
    );
  opacity: 0;
  transition: opacity 220ms var(--ix-ease);
}

.ixs-value-strip__item:hover::before,
.ixs-value-strip__item:focus-within::before {
  opacity: 1;
}

/* quiet bottom rule */
.ixs-value-strip__item::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: clamp(28px, 3vw, 40px);
  width: 34px;
  height: 1px;
  background: rgba(105, 166, 61, 0.28);
}


/* =========================================================
   9.3 ICONS REMOVED VISUALLY
   Keep HTML intact for future flexibility, hide visually.
========================================================= */

.ixs-value-strip__icon {
  display: none !important;
}


/* =========================================================
   9.4 VALUE COPY
========================================================= */

.ixs-value-strip__content {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding-top: 8px;
}

.ixs-value-strip__content h3 {
  margin: 0 0 12px;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-serif);
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.ixs-value-strip__content p {
  margin: 0;
  color: #4b6580;
  font-family: var(--ix-font-sans);
  font-size: clamp(14px, 0.92vw, 16px);
  font-weight: 600;
  line-height: 1.6;
  text-wrap: pretty;
}

/* card-specific balance */
.ixs-value-strip__item:nth-child(1) .ixs-value-strip__content,
.ixs-value-strip__item:nth-child(2) .ixs-value-strip__content {
  max-width: 235px;
}

.ixs-value-strip__item:nth-child(3) .ixs-value-strip__content {
  max-width: 240px;
}

.ixs-value-strip__item:nth-child(4) .ixs-value-strip__content {
  max-width: 220px;
}


/* =========================================================
   9.5 VALUE STRIP RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
  .ixs-value-strip {
    width: min(100% - 28px, 1080px);
    border-radius: 28px;
  }

  .ixs-value-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ixs-value-strip__item {
    min-height: 150px;
    padding: 28px 28px 26px;
  }

  .ixs-value-strip__item:nth-child(3),
  .ixs-value-strip__item:nth-child(4) {
    border-top: 1px solid rgba(18, 52, 93, 0.08);
  }

  .ixs-value-strip__item:nth-child(3) {
    border-left: 0;
  }

  .ixs-value-strip__content,
  .ixs-value-strip__item:nth-child(1) .ixs-value-strip__content,
  .ixs-value-strip__item:nth-child(2) .ixs-value-strip__content,
  .ixs-value-strip__item:nth-child(3) .ixs-value-strip__content,
  .ixs-value-strip__item:nth-child(4) .ixs-value-strip__content {
    max-width: 100%;
    margin: 0;
  }

  .ixs-value-strip__item::after {
    left: 28px;
  }
}

@media (max-width: 767px) {
  .ixs-value-strip {
    width: min(100% - 18px, 900px);
    margin-top: 24px;
    border-radius: 24px;
  }

  .ixs-value-strip::after {
    left: 20px;
    right: 20px;
  }

  .ixs-value-strip__grid {
    grid-template-columns: 1fr;
  }

  .ixs-value-strip__item {
    min-height: auto;
    padding: 22px 20px 22px;
  }

  .ixs-value-strip__item + .ixs-value-strip__item {
    border-left: 0;
    border-top: 1px solid rgba(18, 52, 93, 0.08);
  }

  .ixs-value-strip__item::before {
    left: 20px;
    right: 20px;
  }

  .ixs-value-strip__item::after {
    left: 20px;
    bottom: 14px;
  }

  .ixs-value-strip__content {
    padding-top: 2px;
  }

  .ixs-value-strip__content h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .ixs-value-strip__content p {
    font-size: 14px;
    line-height: 1.55;
  }
}
/* =========================================================
   10. TRUST STRIP + DIAGNOSIS SECTION
   Clean source-of-truth for:
   - No Pressure / No Obligation / No Spam
   - Inflation Hitting your Benefits Plan
   - question card system
   - executive diagnosis flow
========================================================= */


/* =========================================================
   10.1 TRUST STRIP SHELL
========================================================= */

.ixs-trust-strip {
  position: relative;
  z-index: 3;
  padding: clamp(34px, 4vw, 54px) 0 clamp(28px, 3.5vw, 44px);
  background:
    linear-gradient(180deg, #f4f8f2 0%, #f7faf5 100%);
}

.ixs-trust-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 40%, rgba(105, 166, 61, 0.07), transparent 28%),
    radial-gradient(circle at 88% 70%, rgba(18, 52, 93, 0.035), transparent 28%);
}


/* =========================================================
   10.2 TRUST STRIP GRID
========================================================= */

.ixs-trust-strip__grid {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, var(--ix-shell));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 0%, rgba(105, 166, 61, 0.16), transparent 34%),
    linear-gradient(135deg, var(--ix-navy-800) 0%, var(--ix-navy-850) 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 24px 60px rgba(9, 42, 80, 0.14),
    0 8px 22px rgba(9, 42, 80, 0.06);
}

.ixs-trust-strip__grid > div {
  position: relative;
  min-height: 128px;
  padding: clamp(24px, 2.6vw, 34px) clamp(26px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.ixs-trust-strip__grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ixs-trust-strip__grid > div::after {
  content: "";
  position: absolute;
  left: clamp(26px, 3vw, 38px);
  right: clamp(26px, 3vw, 38px);
  top: 0;
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(105, 166, 61, 0.12),
      rgba(105, 166, 61, 0.48),
      rgba(105, 166, 61, 0.12)
    );
  opacity: 0;
  transition: opacity 220ms var(--ix-ease);
}

.ixs-trust-strip__grid > div:hover::after,
.ixs-trust-strip__grid > div:focus-within::after {
  opacity: 1;
}


/* =========================================================
   10.3 TRUST STRIP TYPOGRAPHY
========================================================= */

.ixs-trust-strip strong {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ix-white);
  font-family: var(--ix-font-serif);
  font-size: clamp(24px, 2vw, 33px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.ixs-trust-strip strong::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 999px;
  background: var(--ix-green-600);
  box-shadow:
    0 0 0 6px rgba(105, 166, 61, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.ixs-trust-strip span {
  display: block;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.55;
}


/* =========================================================
   10.4 DIAGNOSIS SECTION SHELL
========================================================= */

.ixs-section--light.ixs-diagnosis,
.ixs-diagnosis {
  position: relative;
  margin-top: 0;
  padding: clamp(72px, 7vw, 112px) 0 clamp(74px, 7vw, 116px);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 16%, rgba(105, 166, 61, 0.10), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(18, 52, 93, 0.055), transparent 34%),
    linear-gradient(180deg, #f7faf5 0%, #eef6ea 100%);
}

.ixs-diagnosis::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 52, 93, 0.025) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(18, 52, 93, 0.02) 0 1px, transparent 1px 100%);
  background-size: 88px 88px;
  opacity: 0.32;
}

.ixs-diagnosis::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.08);
  filter: blur(28px);
  pointer-events: none;
}


/* =========================================================
   10.5 DIAGNOSIS LAYOUT
========================================================= */

.ixs-diagnosis .ixs-wrap,
.ixs-diagnosis .ixs-split {
  position: relative;
  z-index: 2;
}

.ixs-split,
.ixs-diagnosis .ixs-split {
  width: min(100% - 48px, var(--ix-shell));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 0.9fr);
  gap: clamp(46px, 6vw, 86px);
  align-items: center;
}


/* =========================================================
   10.6 DIAGNOSIS COPY
========================================================= */

.ixs-diagnosis .ixs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--ix-green-700);
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.ixs-diagnosis h2 {
  max-width: 100%;
  margin: 0;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-serif);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.ixs-diagnosis .ixs-body {
  max-width: 62ch;
  margin: 24px 0 30px;
  color: #5d7288;
  font-size: clamp(16px, 1.08vw, 18px);
  font-weight: 500;
  line-height: 1.72;
}

.ixs-diagnosis .ixs-btn {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  box-shadow:
    0 15px 30px rgba(105, 166, 61, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}


/* =========================================================
   10.7 QUESTION CARD GRID
========================================================= */

.ixs-question-grid,
.ixs-question-grid--premium {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(248, 252, 246, 0.48));
  border: 1px solid rgba(18, 52, 93, 0.08);
  box-shadow:
    0 24px 70px rgba(9, 42, 80, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  isolation: isolate;
}

.ixs-question-grid::before,
.ixs-question-grid--premium::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  border-radius: 22px;
  border: 1px solid rgba(105, 166, 61, 0.08);
  pointer-events: none;
}


/* =========================================================
   10.8 QUESTION CARDS
========================================================= */

.ixs-question-card {
  position: relative;
  min-height: 154px;
  padding: 30px 30px 28px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 247, 0.94));
  border: 1px solid rgba(18, 52, 93, 0.08);
  box-shadow:
    0 12px 28px rgba(9, 42, 80, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  color: var(--ix-navy-800);
  font-family: var(--ix-font-serif);
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.042em;
  text-wrap: balance;
  transition:
    transform 200ms var(--ix-ease),
    box-shadow 200ms var(--ix-ease),
    border-color 200ms var(--ix-ease);
}

.ixs-question-card::before {
  content: "?";
  position: absolute;
  right: 20px;
  top: 14px;
  color: rgba(105, 166, 61, 0.15);
  font-family: var(--ix-font-serif);
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
}

.ixs-question-card::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.78);
}

.ixs-question-card:hover,
.ixs-question-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(105, 166, 61, 0.34);
  box-shadow:
    0 20px 44px rgba(9, 42, 80, 0.095),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

/* Balance short question card */
.ixs-question-grid--premium .ixs-question-card:nth-child(2),
.ixs-question-grid .ixs-question-card:nth-child(2) {
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}


/* =========================================================
   10.9 RESPONSIVE TRUST + DIAGNOSIS
========================================================= */

@media (max-width: 1080px) {
  .ixs-diagnosis .ixs-split,
  .ixs-split {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ixs-diagnosis h2 {
   max-width: 100%;
  }

  .ixs-question-grid,
  .ixs-question-grid--premium {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .ixs-trust-strip {
    padding: 28px 0 24px;
  }

  .ixs-trust-strip__grid {
    width: min(100% - 24px, var(--ix-shell));
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .ixs-trust-strip__grid > div {
    min-height: auto;
    padding: 22px 20px;
  }

  .ixs-trust-strip__grid > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ixs-trust-strip strong {
    font-size: 25px;
  }

  .ixs-trust-strip span {
    font-size: 14px;
  }

  .ixs-diagnosis {
    padding: 54px 0 64px;
  }

  .ixs-diagnosis .ixs-split,
  .ixs-split {
    width: min(100% - 24px, var(--ix-shell));
    gap: 36px;
  }

  .ixs-diagnosis h2 {
    max-width: 100%;
    font-size: clamp(30px, 3vw, 48px);
  }

  .ixs-diagnosis .ixs-body {
    margin-top: 20px;
    font-size: 15.5px;
    line-height: 1.65;
  }

  .ixs-question-grid,
  .ixs-question-grid--premium {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 24px;
  }

  .ixs-question-card {
    min-height: 132px;
    padding: 26px 24px 24px;
    font-size: 26px;
  }

  .ixs-question-card::before {
    right: 16px;
    top: 12px;
    font-size: 58px;
  }

  .ixs-question-card::after {
    left: 24px;
    top: 24px;
  }
}

@media (max-width: 420px) {
  .ixs-question-card {
    min-height: 118px;
    padding: 24px 20px 22px;
    font-size: 24px;
  }

  .ixs-question-card::after {
    left: 20px;
    top: 22px;
    width: 36px;
  }
}
/* =========================================================
   11. IMMIX PROOF / SPECIALIST POSITIONING SECTION
   Clean source-of-truth for:
   - Custom Employee Benefits Solutions
   - Immix Group specialist proof
   - 3-card authority system
   - inline CTA after proof cards

   Design direction:
   - executive
   - calm authority
   - premium editorial
   - strong alignment
   - no cramped card copy
========================================================= */


/* =========================================================
   11.1 SECTION SHELL
========================================================= */

.ixs-immix-proof {
  position: relative;
  overflow: hidden;
  padding: clamp(66px, 7vw, 108px) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(105, 166, 61, 0.12), transparent 34%),
    radial-gradient(circle at 10% 80%, rgba(18, 52, 93, 0.06), transparent 28%),
    radial-gradient(circle at 90% 72%, rgba(18, 52, 93, 0.06), transparent 28%),
    linear-gradient(180deg, var(--ix-white) 0%, var(--ix-page) 100%);
  isolation: isolate;
}

.ixs-immix-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 52, 93, 0.025) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(18, 52, 93, 0.018) 0 1px, transparent 1px 100%);
  background-size: 92px 92px;
  opacity: 0.32;
}

.ixs-immix-proof::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -180px;
  z-index: -1;
  width: min(860px, 86vw);
  height: 360px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.10);
  filter: blur(46px);
  pointer-events: none;
}

.ixs-immix-proof .ixs-wrap {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, var(--ix-shell));
  margin-inline: auto;
}


/* =========================================================
   11.2 SECTION INTRO
========================================================= */

.ixs-immix-proof .ixs-centre {
  max-width: 780px;
  margin: 0 auto clamp(34px, 4.5vw, 56px);
  text-align: center;
}

.ixs-immix-proof .ixs-kicker {
  justify-content: center;
  margin-bottom: 16px;
}

.ixs-immix-proof .ixs-kicker::after {
  display: none;
}

.ixs-immix-proof .ixs-centre h2 {
  margin: 0;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-serif);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.ixs-immix-proof .ixs-lead {
  max-width: 680px;
  margin: 20px auto 0;
  color: var(--ix-muted);
  font-size: clamp(16px, 1.14vw, 18px);
  font-weight: 500;
  line-height: 1.68;
}


/* =========================================================
   11.3 CARD GRID
========================================================= */

.ixs-card-grid {
  display: grid;
  gap: 18px;
}

.ixs-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}


/* =========================================================
   11.4 PROOF CARDS
========================================================= */

.ixs-info-card {
  position: relative;
  min-height: 330px;
  padding: clamp(30px, 3vw, 42px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
  justify-content: stretch;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 16%, rgba(105, 166, 61, 0.12), transparent 28%),
    linear-gradient(180deg, var(--ix-white) 0%, #f9fbf7 100%);
  border: 1px solid rgba(218, 226, 219, 0.92);
  box-shadow:
    0 18px 44px rgba(9, 42, 80, 0.07),
    0 5px 14px rgba(9, 42, 80, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  isolation: isolate;
  transition:
    transform 240ms var(--ix-ease),
    box-shadow 240ms var(--ix-ease),
    border-color 240ms var(--ix-ease);
}

.ixs-info-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border-radius: 22px;
  border: 1px solid rgba(105, 166, 61, 0.10);
  pointer-events: none;
}

.ixs-info-card::after {
  content: "";
  position: absolute;
  left: clamp(30px, 3vw, 42px);
  right: clamp(30px, 3vw, 42px);
  top: clamp(30px, 3vw, 42px);
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      var(--ix-green-600) 0%,
      rgba(105, 166, 61, 0.12) 100%
    );
}

.ixs-info-card:hover,
.ixs-info-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(105, 166, 61, 0.34);
  box-shadow:
    0 26px 58px rgba(9, 42, 80, 0.10),
    0 7px 18px rgba(9, 42, 80, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}


/* =========================================================
   11.5 CARD NUMBERING
========================================================= */

.ixs-info-card > span {
  position: absolute;
  top: clamp(34px, 3vw, 46px);
  right: clamp(28px, 3vw, 40px);
  color: rgba(18, 52, 93, 0.08);
  font-family: var(--ix-font-serif);
  font-size: clamp(66px, 7vw, 98px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
}


/* =========================================================
   11.6 CARD COPY ALIGNMENT
========================================================= */

.ixs-info-card h3 {
  position: relative;
  z-index: 2;
  align-self: end;
  min-height: 2.2em;
  max-width: 15ch;
  margin: auto 0 14px;
  display: flex;
  align-items: flex-end;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-serif);
  font-size: clamp(25px, 2.35vw, 34px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.ixs-info-card p {
  position: relative;
  z-index: 2;
  align-self: start;
  min-height: 5.1em;
  margin: 0;
  color: var(--ix-muted);
  font-family: var(--ix-font-sans);
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.62;
}

/* Fine tune the third card so the HR Team copy aligns cleanly */
.ixs-card-grid--3 .ixs-info-card:nth-child(3) h3 {
  max-width: 13ch;
}

.ixs-card-grid--3 .ixs-info-card:nth-child(3) p {
  max-width: 42ch;
}


/* =========================================================
   11.7 INLINE CTA AFTER PROOF CARDS
========================================================= */

.ixs-inline-cta {
  margin: clamp(28px, 4vw, 44px) auto 0;
  width: min(100%, 780px);
  min-height: 86px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 0%, rgba(105, 166, 61, 0.20), transparent 34%),
    linear-gradient(135deg, var(--ix-navy-800) 0%, var(--ix-navy-900) 100%);
  box-shadow:
    0 22px 54px rgba(9, 42, 80, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.ixs-inline-cta .ixs-btn {
  min-width: 210px;
}

.ixs-inline-cta span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}


/* =========================================================
   11.8 RESPONSIVE PROOF SECTION
========================================================= */

@media (max-width: 1080px) {
  .ixs-immix-proof {
    padding: 64px 0 78px;
  }

  .ixs-card-grid--3 {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-inline: auto;
  }

  .ixs-info-card {
    min-height: 250px;
  }

  .ixs-info-card h3,
  .ixs-info-card p {
    min-height: 0;
  }

  .ixs-info-card h3 {
    max-width: 18ch;
  }

  .ixs-card-grid--3 .ixs-info-card:nth-child(3) h3 {
    max-width: 18ch;
  }

  .ixs-info-card p {
    max-width: 62ch;
  }
}

@media (max-width: 760px) {
  .ixs-immix-proof {
    padding: 56px 0 68px;
  }

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

  .ixs-immix-proof .ixs-centre {
    margin-bottom: 30px;
  }

  .ixs-immix-proof .ixs-centre h2 {
    font-size: clamp(30px, 3vw, 48px);
  }

  .ixs-immix-proof .ixs-lead {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .ixs-info-card {
    min-height: auto;
    padding: 30px 24px 26px;
    border-radius: 24px;
  }

  .ixs-info-card::before {
    inset: 12px;
    border-radius: 18px;
  }

  .ixs-info-card::after {
    left: 24px;
    right: 24px;
    top: 28px;
  }

  .ixs-info-card > span {
    top: 34px;
    right: 24px;
    font-size: 66px;
  }

  .ixs-info-card h3 {
    margin-top: 84px;
    margin-bottom: 12px;
    font-size: 30px;
  }

  .ixs-info-card p {
    font-size: 15px;
    line-height: 1.58;
  }

  .ixs-inline-cta {
    width: 100%;
    min-height: auto;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    border-radius: 20px;
  }

  .ixs-inline-cta .ixs-btn {
    width: 100%;
    min-width: 0;
  }

  .ixs-inline-cta span {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .ixs-info-card {
    padding: 28px 20px 24px;
  }

  .ixs-info-card::after {
    left: 20px;
    right: 20px;
  }

  .ixs-info-card > span {
    right: 20px;
    font-size: 58px;
  }

  .ixs-info-card h3 {
    font-size: 28px;
  }
}
/* =========================================================
   12. DISCOVER YOUR POTENTIAL SAVINGS
   Clean source-of-truth for:
   - dark savings CTA band
   - three-step call list
   - light action buttons
   - reassurance note

   Design direction:
   - premium dark executive section
   - strong mid-page conversion moment
   - practical and not pushy
   - visually connected to Immix brand
========================================================= */


/* =========================================================
   12.1 DARK SECTION SHELL
========================================================= */

.ixs-section--dark,
.ixs-discover {
  position: relative;
  overflow: hidden;
  color: var(--ix-white);
  background:
    radial-gradient(circle at 12% 18%, rgba(105, 166, 61, 0.18), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, var(--ix-navy-800) 0%, var(--ix-navy-900) 100%);
  isolation: isolate;
}

.ixs-section--dark::before,
.ixs-discover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 100%);
  background-size: 72px 72px;
  opacity: 0.22;
}

.ixs-discover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -210px;
  z-index: -1;
  width: min(860px, 86vw);
  height: 420px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(105, 166, 61, 0.24), rgba(105, 166, 61, 0.08) 45%, transparent 72%);
  filter: blur(44px);
  pointer-events: none;
}

.ixs-discover {
  padding: clamp(64px, 7vw, 104px) 0;
}


/* =========================================================
   12.2 DISCOVER LAYOUT
========================================================= */

.ixs-discover .ixs-wrap {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, var(--ix-shell));
  margin-inline: auto;
}

.ixs-discover .ixs-split {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.ixs-discover .ixs-kicker {
  color: #a9d68a;
  margin-bottom: 18px;
}

.ixs-discover .ixs-kicker::after {
  background: rgba(169, 214, 138, 0.76);
}

.ixs-discover h2 {
  margin: 0;
  max-width: 100%;
  color: var(--ix-white);
  font-family: var(--ix-font-serif);
 font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}


/* =========================================================
   12.3 CALL LIST PANEL
========================================================= */

.ixs-call-list {
  position: relative;
  display: grid;
  gap: 14px;
  padding: clamp(20px, 2.4vw, 30px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 166, 61, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.055));
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow:
    0 24px 60px rgba(0,0,0,0.20),
    inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  isolation: isolate;
}

.ixs-call-list::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  border-radius: 999px;
  background:
    linear-gradient(
      180deg,
      var(--ix-green-600),
      rgba(105, 166, 61, 0.15)
    );
  z-index: 0;
}

.ixs-call-list::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  pointer-events: none;
}


/* =========================================================
   12.4 CALL LIST ITEMS
========================================================= */

.ixs-call-list > div {
  position: relative;
  z-index: 1;
  min-height: 72px;
  padding: 18px 20px 18px 62px;
  display: flex;
  align-items: center;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035));
  color: rgba(255,255,255,0.91);
  font-family: var(--ix-font-sans);
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 750;
  line-height: 1.4;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08);
  transition:
    transform 210ms var(--ix-ease),
    background-color 210ms var(--ix-ease),
    box-shadow 210ms var(--ix-ease);
}

.ixs-call-list > div:hover {
  transform: translateX(2px);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.155), rgba(255,255,255,0.055));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 14px 28px rgba(0,0,0,0.12);
}

.ixs-call-list > div::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, #ffffff 0%, #eaf7e4 30%, var(--ix-green-600) 100%);
  box-shadow:
    0 0 0 6px rgba(105, 166, 61, 0.16),
    0 10px 20px rgba(0,0,0,0.16);
}

.ixs-call-list > div::after {
  content: "";
  position: absolute;
  left: 29px;
  width: 8px;
  height: 13px;
  border-right: 2px solid var(--ix-navy-800);
  border-bottom: 2px solid var(--ix-navy-800);
  transform: rotate(42deg) translateY(-1px);
}


/* =========================================================
   12.5 DARK ACTIONS
========================================================= */

.ixs-dark-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: clamp(20px, 2.4vw, 30px) 0 0;
}

.ixs-dark-actions .ixs-btn,
.ixs-btn--light {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ix-white);
  color: var(--ix-navy-800) !important;
  border: 1px solid rgba(255,255,255,0.34);
  box-shadow:
    0 14px 28px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.88);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    transform var(--ix-speed) var(--ix-ease),
    box-shadow var(--ix-speed) var(--ix-ease),
    background-color var(--ix-speed) var(--ix-ease),
    color var(--ix-speed) var(--ix-ease);
}

.ixs-dark-actions .ixs-btn:hover,
.ixs-dark-actions .ixs-btn:focus-visible,
.ixs-btn--light:hover,
.ixs-btn--light:focus-visible {
  transform: translateY(-2px);
  background: var(--ix-green-050);
  color: var(--ix-navy-800) !important;
  box-shadow:
    0 18px 36px rgba(0,0,0,0.20),
    inset 0 1px 0 rgba(255,255,255,0.9);
  outline: none;
}

.ixs-dark-actions .ixs-btn:nth-child(2) {
  background: rgba(255, 255, 255, 0.11);
  color: var(--ix-white) !important;
  border-color: rgba(255,255,255,0.22);
  box-shadow:
    0 12px 26px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

.ixs-dark-actions .ixs-btn:nth-child(2):hover,
.ixs-dark-actions .ixs-btn:nth-child(2):focus-visible {
  background: rgba(255, 255, 255, 0.16);
  color: var(--ix-white) !important;
}


/* =========================================================
   12.6 REASSURANCE NOTE
========================================================= */

.ixs-dark-note {
  margin: 16px 0 0;
  color: rgba(255,255,255,0.74);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* =========================================================
   12.7 RESPONSIVE DISCOVER SECTION
========================================================= */

@media (max-width: 1080px) {
  .ixs-discover {
    padding: 64px 0 78px;
  }

  .ixs-discover .ixs-split {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ixs-discover h2 {
    max-width: 100%;
  }

  .ixs-call-list {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .ixs-discover {
    padding: 56px 0 68px;
  }

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

  .ixs-discover .ixs-split {
    gap: 34px;
  }

  .ixs-discover h2 {
    max-width: 100%;
    font-size: clamp(30px, 3vw, 48px);
  }

  .ixs-call-list {
    padding: 16px;
    border-radius: 22px;
  }

  .ixs-call-list::before {
    left: 26px;
    top: 34px;
    bottom: 34px;
  }

  .ixs-call-list > div {
    min-height: 66px;
    padding: 16px 16px 16px 56px;
    border-radius: 16px;
    font-size: 15.5px;
  }

  .ixs-call-list > div::before {
    left: 17px;
    width: 24px;
    height: 24px;
  }

  .ixs-call-list > div::after {
    left: 25px;
    width: 8px;
    height: 12px;
  }

  .ixs-dark-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ixs-dark-actions .ixs-btn {
    width: 100%;
  }

  .ixs-dark-note {
    text-align: center;
    font-size: 11.5px;
  }
}

@media (max-width: 420px) {
  .ixs-call-list {
    padding: 14px;
  }

  .ixs-call-list > div {
    padding-right: 14px;
    font-size: 15px;
  }
}
/* =========================================================
   13. PRODUCT GRID / BENEFITS MENU
   Clean source-of-truth for:
   - comprehensive menu of employee benefits products
   - product grid cards
   - calm executive breadth section
   - supporting CTA

   Design direction:
   - sophisticated
   - structured
   - not catalogue-heavy
   - easy to scan
   - strong but calm conversion support
========================================================= */


/* =========================================================
   13.1 PRODUCTS SECTION SHELL
========================================================= */

.ixs-products {
  position: relative;
  overflow: hidden;
  padding: clamp(66px, 7vw, 108px) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(105, 166, 61, 0.10), transparent 36%),
    radial-gradient(circle at 12% 72%, rgba(18, 52, 93, 0.045), transparent 28%),
    radial-gradient(circle at 88% 64%, rgba(18, 52, 93, 0.045), transparent 30%),
    linear-gradient(180deg, var(--ix-white) 0%, var(--ix-page) 100%);
  isolation: isolate;
}

.ixs-products::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 52, 93, 0.022) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(18, 52, 93, 0.016) 0 1px, transparent 1px 100%);
  background-size: 94px 94px;
  opacity: 0.30;
}

.ixs-products::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -180px;
  z-index: -1;
  width: min(880px, 86vw);
  height: 360px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.10);
  filter: blur(48px);
  pointer-events: none;
}

.ixs-products .ixs-wrap {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, var(--ix-shell));
  margin-inline: auto;
}


/* =========================================================
   13.2 PRODUCTS INTRO
========================================================= */

.ixs-products .ixs-centre {
  max-width: 840px;
  margin: 0 auto clamp(34px, 4.5vw, 56px);
  text-align: center;
}

.ixs-products .ixs-kicker {
  justify-content: center;
  margin-bottom: 16px;
}

.ixs-products .ixs-kicker::after {
  display: none;
}

.ixs-products h2 {
  margin: 0;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-serif);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.ixs-products .ixs-lead {
  max-width: 760px;
  margin: 20px auto 0;
  color: var(--ix-muted);
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 500;
  line-height: 1.68;
}


/* =========================================================
   13.3 PRODUCT GRID SHELL
========================================================= */

.ixs-product-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: clamp(18px, 2.2vw, 26px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(105, 166, 61, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 252, 246, 0.78));
  border: 1px solid rgba(218, 226, 219, 0.88);
  box-shadow:
    0 24px 64px rgba(9, 42, 80, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  isolation: isolate;
}

.ixs-product-grid::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: -1;
  border-radius: 22px;
  border: 1px solid rgba(105, 166, 61, 0.08);
  pointer-events: none;
}


/* =========================================================
   13.4 PRODUCT CARDS
========================================================= */

.ixs-product-grid > div {
  position: relative;
  min-height: 94px;
  padding: 18px 16px 16px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 166, 61, 0.08), transparent 34%),
    linear-gradient(180deg, var(--ix-white) 0%, #f8fbf6 100%);
  border: 1px solid rgba(218, 226, 219, 0.90);
  color: var(--ix-navy-800);
  font-family: var(--ix-font-serif);
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
  box-shadow:
    0 8px 22px rgba(9, 42, 80, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    transform 210ms var(--ix-ease),
    box-shadow 210ms var(--ix-ease),
    border-color 210ms var(--ix-ease),
    background-color 210ms var(--ix-ease);
}

.ixs-product-grid > div::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.72);
}

.ixs-product-grid > div::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.075);
  pointer-events: none;
}

.ixs-product-grid > div:hover,
.ixs-product-grid > div:focus-within {
  transform: translateY(-3px);
  border-color: rgba(105, 166, 61, 0.36);
  box-shadow:
    0 18px 38px rgba(9, 42, 80, 0.09),
    0 5px 14px rgba(9, 42, 80, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}


/* =========================================================
   13.5 PRODUCT CTA
========================================================= */

.ixs-products .ixs-inline-cta {
  margin-top: clamp(28px, 4vw, 44px);
  width: 100%;
  min-height: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.ixs-products .ixs-inline-cta .ixs-btn {
  min-width: 240px;
  min-height: 52px;
  border-radius: 13px;
  box-shadow:
    0 16px 34px rgba(105, 166, 61, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}


/* =========================================================
   13.6 RESPONSIVE PRODUCTS
========================================================= */

@media (max-width: 1080px) {
  .ixs-products {
    padding: 64px 0 78px;
  }

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

@media (max-width: 860px) {
  .ixs-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ixs-product-grid > div {
    min-height: 88px;
  }
}

@media (max-width: 760px) {
  .ixs-products {
    padding: 56px 0 68px;
  }

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

  .ixs-products .ixs-centre {
    margin-bottom: 30px;
  }

  .ixs-products h2 {
    font-size: clamp(30px, 3vw, 48px);
  }

  .ixs-products .ixs-lead {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .ixs-product-grid {
    gap: 10px;
    padding: 14px;
    border-radius: 24px;
  }

  .ixs-product-grid::before {
    inset: 10px;
    border-radius: 18px;
  }

  .ixs-product-grid > div {
    min-height: 82px;
    padding: 17px 14px 14px;
    border-radius: 15px;
    font-size: 18px;
  }

  .ixs-product-grid > div::before {
    left: 14px;
    top: 14px;
    width: 30px;
  }

  .ixs-products .ixs-inline-cta .ixs-btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .ixs-product-grid {
    grid-template-columns: 1fr;
  }

  .ixs-product-grid > div {
    min-height: 76px;
  }
}

/* =========================================================
   14. FINAL CTA / ONE SIMPLE CONVERSATION
   Clean source-of-truth for:
   - closing conversion section
   - executive final message
   - CTA box
   - calm trust-building close

   Design direction:
   - premium closing panel
   - business-owner confidence
   - calm authority
   - clear next step
   - not pushy
========================================================= */


/* =========================================================
   14.1 FINAL CTA SECTION SHELL
========================================================= */

.ixs-final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(66px, 7vw, 108px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(105, 166, 61, 0.12), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(18, 52, 93, 0.08), transparent 34%),
    linear-gradient(180deg, var(--ix-page) 0%, #eaf2e4 100%);
  isolation: isolate;
}

.ixs-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 52, 93, 0.022) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(18, 52, 93, 0.016) 0 1px, transparent 1px 100%);
  background-size: 92px 92px;
  opacity: 0.28;
}

.ixs-final-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -220px;
  z-index: -1;
  width: min(920px, 88vw);
  height: 420px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(105, 166, 61, 0.16), rgba(105, 166, 61, 0.06) 48%, transparent 74%);
  filter: blur(46px);
  pointer-events: none;
}


/* =========================================================
   14.2 FINAL CTA BOX
========================================================= */

.ixs-final-cta__box {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, var(--ix-shell));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: clamp(38px, 5vw, 62px);
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 166, 61, 0.10), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.985) 0%, rgba(248, 252, 246, 0.94) 100%);
  border: 1px solid rgba(218, 226, 219, 0.92);
  box-shadow:
    0 30px 80px rgba(9, 42, 80, 0.10),
    0 8px 22px rgba(9, 42, 80, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  isolation: isolate;
}

.ixs-final-cta__box::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border-radius: 26px;
  border: 1px solid rgba(105, 166, 61, 0.12);
  pointer-events: none;
}

.ixs-final-cta__box::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  z-index: -2;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.10);
  pointer-events: none;
}


/* =========================================================
   14.3 FINAL CTA COPY
========================================================= */

.ixs-final-cta .ixs-kicker {
  margin-bottom: 18px;
}

.ixs-final-cta h2 {
  max-width: 100%;
  margin: 0 0 22px;
  color: var(--ix-navy-800);
  font-family: var(--ix-font-serif);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.ixs-final-cta p:not(.ixs-kicker) {
  max-width: 76ch;
  margin: 0 0 15px;
  color: var(--ix-muted);
  font-family: var(--ix-font-sans);
  font-size: clamp(15.5px, 1.1vw, 17px);
  font-weight: 600;
  line-height: 1.68;
}

.ixs-final-cta p:last-of-type {
  margin-bottom: 0;
}


/* =========================================================
   14.4 FINAL CTA BUTTON
========================================================= */

.ixs-final-cta__box > .ixs-btn {
  min-width: 230px;
  min-height: 56px;
  padding-inline: 26px;
  border-radius: 14px;
  white-space: nowrap;
  align-self: center;
  justify-self: end;
  box-shadow:
    0 18px 38px rgba(105, 166, 61, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ixs-final-cta__box > .ixs-btn:hover,
.ixs-final-cta__box > .ixs-btn:focus-visible {
  box-shadow:
    0 22px 46px rgba(105, 166, 61, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
}


/* =========================================================
   14.5 OPTIONAL CLOSE-LINE FEEL
   Adds a subtle executive anchor line under the content column.
========================================================= */

.ixs-final-cta__box > div {
  position: relative;
}

.ixs-final-cta__box > div::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 26px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      var(--ix-green-600),
      rgba(105, 166, 61, 0.18)
    );
}


/* =========================================================
   14.6 RESPONSIVE FINAL CTA
========================================================= */

@media (max-width: 1080px) {
  .ixs-final-cta {
    padding: 64px 0 78px;
  }

  .ixs-final-cta__box {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 840px;
  }

  .ixs-final-cta__box > .ixs-btn {
    justify-self: start;
  }

  .ixs-final-cta h2 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .ixs-final-cta {
    padding: 56px 0 68px;
  }

  .ixs-final-cta__box {
    width: min(100% - 24px, var(--ix-shell));
    padding: 32px 24px;
    border-radius: 26px;
  }

  .ixs-final-cta__box::before {
    inset: 12px;
    border-radius: 20px;
  }

  .ixs-final-cta h2 {
    max-width: 100%;
    font-size: clamp(30px, 3vw, 48px);
  }

  .ixs-final-cta p:not(.ixs-kicker) {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .ixs-final-cta__box > .ixs-btn {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }
}

@media (max-width: 420px) {
  .ixs-final-cta__box {
    padding: 30px 20px;
  }

  .ixs-final-cta h2 {
    font-size: 30px;
  }

  .ixs-final-cta__box > div::after {
    width: 56px;
    margin-top: 22px;
  }
}
/* =========================================================
   15. IMMIX FOOTER / SITE CLOSING SYSTEM
   Clean source-of-truth for:
   - premium site footer
   - final advisory positioning
   - contact card
   - footer buttons
   - copyright / policy row

   Design direction:
   - award-worthy corporate finish
   - confident and sophisticated
   - clear contact paths
   - sitewide-ready
========================================================= */


/* =========================================================
   15.1 FOOTER SHELL
========================================================= */

.ixf-footer {
  position: relative;
  overflow: hidden;
  color: var(--ix-white);
  background:
    radial-gradient(circle at 12% 10%, rgba(105, 166, 61, 0.20), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, 0.07), transparent 34%),
    linear-gradient(135deg, var(--ix-navy-800) 0%, var(--ix-navy-950) 100%);
  isolation: isolate;
}

.ixf-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 100%);
  background-size: 80px 80px;
  opacity: 0.24;
}

.ixf-footer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -190px;
  z-index: -1;
  width: min(820px, 82vw);
  height: 390px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    radial-gradient(
      circle,
      rgba(105, 166, 61, 0.22),
      rgba(105, 166, 61, 0.08) 46%,
      transparent 74%
    );
  filter: blur(72px);
  pointer-events: none;
}

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


/* =========================================================
   15.2 MAIN FOOTER LAYOUT
========================================================= */

.ixf-main {
  position: relative;
  padding: clamp(68px, 7vw, 112px) 0;
}

.ixf-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: stretch;
}

.ixf-grid > div:first-child {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ixf-grid > div:first-child::before {
  content: "";
  width: 76px;
  height: 3px;
  margin-bottom: 26px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      var(--ix-green-600),
      rgba(105, 166, 61, 0.16)
    );
}


/* =========================================================
   15.3 FOOTER COPY
========================================================= */

.ixf-footer h2 {
  max-width: 100%;
  margin: 0 0 24px;
  color: var(--ix-white);
  font-family: var(--ix-font-serif);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.ixf-footer p {
  max-width: 68ch;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--ix-font-sans);
  font-size: clamp(15.5px, 1.1vw, 17px);
  font-weight: 600;
  line-height: 1.68;
}

.ixf-footer p:last-of-type {
  margin-bottom: 0;
}


/* =========================================================
   15.4 FOOTER ACTIONS
========================================================= */

.ixf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(26px, 3vw, 36px);
}

.ixf-btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ix-white) !important;
  background:
    linear-gradient(180deg, var(--ix-green-600) 0%, var(--ix-green-700) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 16px 34px rgba(105, 166, 61, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.16);
  font-family: var(--ix-font-sans);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform var(--ix-speed) var(--ix-ease),
    box-shadow var(--ix-speed) var(--ix-ease),
    background-color var(--ix-speed) var(--ix-ease),
    border-color var(--ix-speed) var(--ix-ease);
}

.ixf-btn:hover,
.ixf-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 20px 42px rgba(105, 166, 61, 0.30),
    inset 0 1px 0 rgba(255,255,255,0.18);
  outline: none;
}

.ixf-btn:nth-child(2) {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    0 14px 30px rgba(0,0,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

.ixf-btn:nth-child(2):hover,
.ixf-btn:nth-child(2):focus-visible {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.30);
}


/* =========================================================
   15.5 CONTACT CARD
========================================================= */

.ixf-contact-card {
  position: relative;
  min-height: 100%;
  padding: clamp(30px, 3.4vw, 44px);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 166, 61, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.065));
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow:
    0 28px 70px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ixf-contact-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(105, 166, 61, 0.16);
  pointer-events: none;
}

.ixf-contact-card::after {
  content: "";
  position: absolute;
  right: -52px;
  top: -52px;
  width: 156px;
  height: 156px;
  border-radius: 999px;
  background: rgba(105, 166, 61, 0.16);
  pointer-events: none;
}

.ixf-contact-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
  color: var(--ix-white);
  font-family: var(--ix-font-serif);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
}


/* =========================================================
   15.6 CONTACT LINKS
========================================================= */

.ixf-contact-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
}

.ixf-contact-list a {
  position: relative;
  min-height: 54px;
  padding: 15px 16px 15px 48px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  color: rgba(255,255,255,0.84) !important;
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.10);
  font-family: var(--ix-font-sans);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  transition:
    background-color var(--ix-speed) var(--ix-ease),
    color var(--ix-speed) var(--ix-ease),
    transform var(--ix-speed) var(--ix-ease),
    border-color var(--ix-speed) var(--ix-ease),
    box-shadow var(--ix-speed) var(--ix-ease);
}

.ixf-contact-list a::before {
  content: "";
  position: absolute;
  left: 17px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, #ffffff 0%, #eaf7e4 28%, var(--ix-green-600) 100%);
  box-shadow: 0 0 0 5px rgba(105, 166, 61, 0.13);
}

.ixf-contact-list a:hover,
.ixf-contact-list a:focus-visible {
  transform: translateY(-1px);
  color: var(--ix-white) !important;
  background: rgba(255,255,255,0.11);
  border-color: rgba(105, 166, 61, 0.26);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.10);
  outline: none;
}


/* =========================================================
   15.7 FOOTER BOTTOM BAR
========================================================= */

.ixf-bottom {
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.14);
}

.ixf-bottom__inner {
  width: min(100% - 48px, var(--ix-shell));
  min-height: 62px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,255,255,0.72);
  font-family: var(--ix-font-sans);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
}

.ixf-bottom a {
  color: rgba(255,255,255,0.82) !important;
  text-decoration: none;
  transition: color var(--ix-speed) var(--ix-ease);
}

.ixf-bottom a:hover,
.ixf-bottom a:focus-visible {
  color: var(--ix-white) !important;
  outline: none;
}


/* =========================================================
   15.8 FOOTER RESPONSIVE
========================================================= */

@media (max-width: 1080px) {
  .ixf-main {
    padding: 64px 0 78px;
  }

  .ixf-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ixf-footer h2 {
    max-width: 100%;
  }

  .ixf-contact-card {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .ixf-wrap,
  .ixf-bottom__inner {
    width: min(100% - 24px, var(--ix-shell));
  }

  .ixf-main {
    padding: 56px 0 66px;
  }

  .ixf-footer h2 {
    max-width: 100%;
    font-size: clamp(30px, 3vw, 48px);
  }

  .ixf-footer p {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .ixf-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ixf-btn {
    width: 100%;
  }

  .ixf-contact-card {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .ixf-contact-card::before {
    inset: 12px;
    border-radius: 18px;
  }

  .ixf-contact-card h3 {
    font-size: 34px;
  }

  .ixf-contact-list a {
    min-height: 52px;
    padding: 14px 14px 14px 44px;
    font-size: 14px;
  }

  .ixf-contact-list a::before {
    left: 15px;
  }

  .ixf-bottom__inner {
    min-height: auto;
    padding: 18px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .ixf-contact-card {
    padding: 28px 20px;
  }

  .ixf-contact-card h3 {
    font-size: 32px;
  }

  .ixf-contact-list a {
    font-size: 13.5px;
  }
}
/* =========================================================
   16. FINAL CORPORATE REFINEMENT / LEGIBILITY QA
   Clean finishing layer for:
   - readability
   - professional polish
   - smoother spacing
   - stronger accessibility
   - corporate consistency
   - mobile comfort

   Add after the Footer section.
========================================================= */


/* =========================================================
   16.1 BASE LEGIBILITY REFINEMENTS
========================================================= */

body {
  font-size: 16px;
  line-height: 1.6;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.ixs-body,
.ixs-lead,
.ixs-section .ixs-lead,
.ixf-footer p,
.ixs-final-cta p:not(.ixs-kicker),
.ixs-products .ixs-lead,
.ixs-immix-proof .ixs-lead {
  letter-spacing: -0.006em;
}


/* Better readable measure for longer paragraphs */
.ixs-body,
.ixs-section .ixs-lead,
.ixs-final-cta p:not(.ixs-kicker),
.ixf-footer p {
  max-width: 68ch;
}


/* =========================================================
   16.2 CORPORATE FOCUS STATES
========================================================= */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(105, 166, 61, 0.34);
  outline-offset: 3px;
}

#ixh-site-header a:focus-visible,
#ixh-site-header button:focus-visible,
#ixh-site-header summary:focus-visible {
  outline: 3px solid rgba(105, 166, 61, 0.38) !important;
  outline-offset: 3px !important;
}


/* =========================================================
   16.3 BUTTON CONSISTENCY
========================================================= */

.ixs-btn,
.ix-btn,
.ixf-btn,
#ixh-site-header .ixh-header__cta {
  will-change: transform;
}

.ixs-btn--primary,
.ix-btn--primary,
.ixs-btn--form,
.ixf-btn,
#ixh-site-header .ixh-header__cta {
  background:
    linear-gradient(180deg, #70ab43 0%, var(--ix-green-700) 100%) !important;
}

.ixs-btn--primary:hover,
.ixs-btn--primary:focus-visible,
.ix-btn--primary:hover,
.ix-btn--primary:focus-visible,
.ixs-btn--form:hover,
.ixs-btn--form:focus-visible,
.ixf-btn:hover,
.ixf-btn:focus-visible,
#ixh-site-header .ixh-header__cta:hover,
#ixh-site-header .ixh-header__cta:focus-visible {
  background:
    linear-gradient(180deg, #78b34a 0%, #4f842e 100%) !important;
}


/* Slightly stronger button text readability */
.ixs-btn,
.ix-btn,
.ixf-btn,
#ixh-site-header .ixh-header__cta {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}


/* =========================================================
   16.4 HEADER POLISH
========================================================= */

#ixh-site-header {
  -webkit-font-smoothing: antialiased !important;
}

#ixh-site-header .ixh-main {
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

#ixh-site-header .ixh-menu > li > a {
  text-rendering: geometricPrecision !important;
}

#ixh-site-header .ixh-submenu {
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

#ixh-site-header .ixh-submenu a {
  min-height: 44px !important;
}


/* Better dropdown readability for long resource labels */
#ixh-site-header .ixh-submenu {
  max-width: min(340px, calc(100vw - 32px)) !important;
}

#ixh-site-header .ixh-submenu a {
  white-space: normal !important;
}


/* =========================================================
   16.5 HERO POLISH
========================================================= */

.ixs-hero__copy h1 {
  text-shadow: 0 1px 0 rgba(255,255,255,0.36);
}

.ixs-hero__copy .ixs-lead {
  max-width: 52ch;
}

.ixs-proof-card {
  transition:
    transform 190ms var(--ix-ease),
    box-shadow 190ms var(--ix-ease),
    border-color 190ms var(--ix-ease);
}

.ixs-proof-card:hover {
  transform: translateY(-2px);
  border-color: rgba(105, 166, 61, 0.28);
  box-shadow:
    0 12px 24px rgba(9, 42, 80, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}


/* Form refinements */
.ixs-form input,
.ixs-form select,
.ixs-form textarea {
  -webkit-appearance: none;
  appearance: none;
}

.ixs-form select {
  background-image:
    url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.4L5 5.4L9 1.4' fill='none' stroke='%2312345d' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 7px;
  padding-right: 34px;
}

.ixs-form-card {
  box-shadow:
    inset 22px 0 34px rgba(7, 31, 61, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}


/* =========================================================
   16.6 VALUE STRIP POLISH
========================================================= */

.ixs-value-strip {
  transform: translateZ(0);
}

.ixs-value-strip__content h3 {
  font-size: clamp(17px, 1.05vw, 21px);
}

.ixs-value-strip__content p {
  color: #50687f;
}


/* Keep the value strip feeling premium but not too tall */
@media (min-width: 1181px) {
  .ixs-value-strip__item {
    min-height: 156px;
  }
}


/* =========================================================
   16.7 TRUST + DIAGNOSIS POLISH
========================================================= */

.ixs-trust-strip__grid {
  transform: translateZ(0);
}

.ixs-trust-strip strong {
  letter-spacing: -0.04em;
}

.ixs-question-card {
  isolation: isolate;
}

.ixs-question-card::before {
  z-index: 0;
}

.ixs-question-card {
  z-index: 1;
}

.ixs-question-card {
  text-shadow: 0 1px 0 rgba(255,255,255,0.42);
}


/* Slightly calmer question card sizing on standard laptops */
@media (min-width: 1025px) and (max-width: 1320px) {
  .ixs-question-card {
    font-size: clamp(24px, 1.8vw, 30px);
  }
}


/* =========================================================
   16.8 PROOF / PRODUCT CARD POLISH
========================================================= */

.ixs-info-card,
.ixs-product-grid > div,
.ixs-final-cta__box,
.ixf-contact-card {
  transform: translateZ(0);
}

.ixs-info-card p,
.ixs-product-grid > div {
  text-rendering: optimizeLegibility;
}

.ixs-product-grid > div {
  min-height: 96px;
}

.ixs-product-grid > div:nth-child(10) {
  font-size: clamp(16px, 1.25vw, 20px);
}


/* =========================================================
   16.9 FINAL CTA POLISH
========================================================= */

.ixs-final-cta__box {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.ixs-final-cta h2 {
  max-width: 100%;
}

.ixs-final-cta__box > .ixs-btn {
  text-align: center;
}


/* =========================================================
   16.10 FOOTER POLISH
========================================================= */

.ixf-footer h2 {
  text-shadow: 0 1px 0 rgba(0,0,0,0.18);
}

.ixf-contact-list a {
  word-break: normal;
  overflow-wrap: anywhere;
}

.ixf-bottom__inner {
  text-wrap: balance;
}


/* =========================================================
   16.11 MOTION SAFETY
========================================================= */

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


/* =========================================================
   16.12 TABLET REFINEMENTS
========================================================= */

@media (max-width: 1080px) {
  .ixs-section h2,
  .ixs-centre h2,
  .ixs-split h2 {
    letter-spacing: -0.045em;
  }

  .ixs-hero__copy .ixs-lead,
  .ixs-products .ixs-lead,
  .ixs-immix-proof .ixs-lead {
    max-width: 62ch;
  }

  .ixs-inline-cta {
    max-width: 760px;
  }
}


/* =========================================================
   16.13 MOBILE REFINEMENTS
========================================================= */

@media (max-width: 760px) {
  body {
    font-size: 15.5px;
  }

  .ixs-section {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .ixs-kicker {
    letter-spacing: 0.145em;
  }

  .ixs-section h2,
  .ixs-centre h2,
  .ixs-split h2,
  .ixs-diagnosis h2,
  .ixs-products h2,
  .ixs-immix-proof .ixs-centre h2,
  .ixs-final-cta h2,
  .ixf-footer h2 {
    line-height: 0.98;
    letter-spacing: -0.048em;
  }

  .ixs-body,
  .ixs-section .ixs-lead,
  .ixs-final-cta p:not(.ixs-kicker),
  .ixf-footer p {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .ixs-btn,
  .ix-btn,
  .ixf-btn {
    min-height: 52px;
  }

  .ixs-value-strip__item::after {
    display: none;
  }

  .ixs-trust-strip strong::before {
    width: 10px;
    height: 10px;
    flex-basis: 10px;
    box-shadow:
      0 0 0 5px rgba(105, 166, 61, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.25);
  }
}


/* =========================================================
   16.14 SMALL MOBILE REFINEMENTS
========================================================= */

@media (max-width: 420px) {
  .ixs-hero__grid,
  .ixs-value-strip,
  .ixs-trust-strip__grid,
  .ixs-question-grid,
  .ixs-question-grid--premium,
  .ixs-inline-cta,
  .ixs-product-grid,
  .ixs-final-cta__box,
  .ixf-contact-card {
    border-radius: 20px;
  }

  .ixs-btn,
  .ix-btn,
  .ixf-btn {
    width: 100%;
  }

  .ixs-hero__meta {
    font-size: 11.5px;
  }

  .ixs-form input,
  .ixs-form select,
  .ixs-form textarea {
    font-size: 16px;
  }
}
/* =========================================================
   DISCOVER SECTION FINAL CLEAN REBALANCE
   Fixes:
   - full-width spillover
   - duplicate Discover overrides
   - oversized dark section
   - inconsistent H2 sizing
   - right-panel alignment
========================================================= */

.ixs-discover {
  padding: clamp(58px, 5.5vw, 82px) 0 !important;
  min-height: auto !important;
}

/* Critical: this element has BOTH classes in the HTML */
.ixs-discover .ixs-wrap.ixs-split {
  width: min(100% - 72px, 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr) !important;
  gap: clamp(46px, 5.5vw, 76px) !important;
  align-items: center !important;
}

/* Left column */
.ixs-discover .ixs-split > div:first-child {
  min-width: 0 !important;
  max-width: 560px !important;
  align-self: center !important;
}

.ixs-discover .ixs-kicker {
  margin-bottom: 16px !important;
  color: #a9d68a !important;
  font-size: 10px !important;
  letter-spacing: 0.18em !important;
}

.ixs-discover .ixs-kicker::after {
  background: rgba(169, 214, 138, 0.76) !important;
}

.ixs-discover h2 {
  max-width: 14.5ch !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(30px, 3vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

/* Right column */
.ixs-discover .ixs-split > div:last-child {
  min-width: 0 !important;
  width: 100% !important;
  align-self: center !important;
}

/* Step panel */
.ixs-call-list {
  width: 100% !important;
  max-width: 640px !important;
  margin-left: auto !important;
  padding: 20px !important;
  border-radius: 24px !important;
}

.ixs-call-list::before {
  left: 31px !important;
  top: 42px !important;
  bottom: 42px !important;
}

.ixs-call-list > div {
  min-height: 64px !important;
  padding: 15px 22px 15px 62px !important;
  border-radius: 16px !important;
  font-size: clamp(15px, 1vw, 17px) !important;
  line-height: 1.35 !important;
}

.ixs-call-list > div::before {
  left: 20px !important;
  width: 25px !important;
  height: 25px !important;
}

.ixs-call-list > div::after {
  left: 29px !important;
  width: 8px !important;
  height: 12px !important;
}

/* Actions aligned to panel */
.ixs-dark-actions,
.ixs-dark-note {
  max-width: 640px !important;
  margin-left: auto !important;
}

.ixs-dark-actions {
  margin-top: 24px !important;
  gap: 14px !important;
}

.ixs-dark-actions .ixs-btn {
  min-height: 50px !important;
  padding-inline: 24px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
}

.ixs-dark-note {
  margin-top: 16px !important;
  text-align: left !important;
  font-size: 12px !important;
  letter-spacing: 0.11em !important;
  opacity: 0.86 !important;
}

/* Improve spacing before next section */
.ixs-products {
  padding-top: clamp(72px, 7vw, 110px) !important;
}

/* Laptop */
@media (max-width: 1320px) {
  .ixs-discover .ixs-wrap.ixs-split {
    width: min(100% - 56px, 1160px) !important;
    grid-template-columns: minmax(340px, 0.86fr) minmax(500px, 1.14fr) !important;
    gap: clamp(42px, 5vw, 66px) !important;
  }

  .ixs-discover h2 {
    max-width: 14.5ch !important;
    font-size: clamp(30px, 3vw, 48px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
  }

  .ixs-call-list,
  .ixs-dark-actions,
  .ixs-dark-note {
    max-width: 620px !important;
  }
}

/* Tablet */
@media (max-width: 1080px) {
  .ixs-discover {
    padding: 60px 0 72px !important;
  }

  .ixs-discover .ixs-wrap.ixs-split {
    width: min(100% - 40px, 820px) !important;
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  .ixs-discover .ixs-split > div:first-child {
    max-width: 720px !important;
  }

  .ixs-discover h2 {
    max-width: 18ch !important;
  }

  .ixs-call-list,
  .ixs-dark-actions,
  .ixs-dark-note {
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .ixs-discover {
    padding: 54px 0 64px !important;
  }

  .ixs-discover .ixs-wrap.ixs-split {
    width: min(100% - 24px, 720px) !important;
    gap: 30px !important;
  }

  .ixs-discover h2 {
    max-width: 100% !important;
    font-size: clamp(30px, 8vw, 42px) !important;
    line-height: 1.08 !important;
  }

  .ixs-call-list {
    padding: 14px !important;
    border-radius: 20px !important;
  }

  .ixs-call-list::before {
    left: 25px !important;
    top: 34px !important;
    bottom: 34px !important;
  }

  .ixs-call-list > div {
    min-height: 60px !important;
    padding: 14px 14px 14px 54px !important;
    font-size: 15px !important;
  }

  .ixs-call-list > div::before {
    left: 17px !important;
    width: 23px !important;
    height: 23px !important;
  }

  .ixs-call-list > div::after {
    left: 25px !important;
  }

  .ixs-dark-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .ixs-dark-note {
    text-align: center !important;
  }
}