

:root {
  /* AIRY PALETTE */
  --sky: #e6f0f7;
  --sky-2: #d4e4ef;
  --sky-deep: #3d6b8a;
  --sky-ink: #1e3a52;
  --sage: #edf3ec;
  --sage-2: #dce7da;
  --sage-deep: #5a8570;
  --sage-ink: #2d4a3a;
  --peach: #fbede4;
  --peach-2: #f5d9c7;
  --peach-deep: #c97d4f;
  --peach-ink: #6b3a1f;
  --lilac: #ede9f5;
  --lilac-2: #dcd5ea;
  --lilac-deep: #7b6ba8;
  --lilac-ink: #3d3260;
  --rose: #fbe8ed;
  --rose-2: #f5cfd8;
  --rose-deep: #b65475;
  --rose-ink: #7a2a48;
  --gold: #fbf2de;
  --gold-2: #f0dea8;
  --gold-deep: #b08830;
  --gold-ink: #634a17;
  --terra: #f8e3d3;
  --terra-2: #f0c89e;
  --terra-deep: #a45a2c;
  --terra-ink: #5c2d10;

  /* Brand — softer teal */
  --t: #3d8b84;
  --t-deep: #2e6d67;
  --t-tint: #e6f2f1;
  --t-glow: #95c4be;
  --t-wash: #f5faf9;

  --cream: #fdfaf3;
  --paper: #ffffff;
  --paper-warm: #fbfaf7;

  --ink: #1f2b37;
  --ink-2: #354453;
  --ink-mid: #57697c;
  --ink-soft: #8494a6;
  --ink-faint: #b8c2ce;
  --rule: #eaecef;
  --rule-strong: #d9dde3;

  --success: #3a8564;
  --success-tint: #e9f3ee;
  --warn: #b8842b;
  --err: #b04949;

  --r-sm: 8px;
  --r: 12px;
  --r-lg: 18px;
  --r-xl: 24px;
  --r-2xl: 32px;
  --r-pill: 999px;

  --sh-1: 0 1px 3px rgba(31, 43, 55, 0.05);
  --sh-2: 0 4px 12px rgba(31, 43, 55, 0.06),
    0 12px 32px -12px rgba(31, 43, 55, 0.1);
  --sh-3: 0 6px 20px rgba(31, 43, 55, 0.08),
    0 32px 64px -16px rgba(31, 43, 55, 0.14);
  --sh-soft: 0 8px 32px rgba(61, 139, 132, 0.1);
  --sh-glow: 0 0 0 1px rgba(61, 139, 132, 0.15),
    0 8px 24px rgba(61, 139, 132, 0.12);

  --ease: cubic-bezier(0.2, 0.6, 0.2, 1);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
 font-family: Montserrat-Medium;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01" 1;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  display: block;
  max-width: 100%;
}
button {
      font-family: Montserrat-Medium;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  color: inherit;
}
address {
  font-style: normal;
}

/* TYPOGRAPHY */
h1,
h2,
h3,
h4 {
font-family: var(--fh);
  font-weight: 600;
  color: var(--ink);
  margin: 0;
  line-height: 1.12;

  font-variation-settings: "opsz" 100, "SOFT" 30;
}
h1 {
  font-size: clamp(46px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-variation-settings: "opsz" 144, "SOFT" 40;
}
h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-variation-settings: "opsz" 100, "SOFT" 35;
}
h3 {
  font-size: clamp(22px, 2.2vw, 26px);
  line-height: 1.25;
  letter-spacing: -0.015em;
}
h4 {
  font-size: 18px;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.35;
}
em.g {
  font-style: italic;
  color: var(--t);
font-family: var(--fh);
  font-weight: 600;
  font-variation-settings: "opsz" 100, "SOFT" 50;
}
em.gg {
  font-style: italic;
font-family: var(--fh);
  font-weight: 400;
  font-variation-settings: "opsz" 100, "SOFT" 50;
}
p {
  margin: 0 0 12px;
  color: var(--ink-mid);
}
.kicker-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--t-tint);
  color: var(--t-deep);
  border-radius: var(--r-pill);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.kicker-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--t);
  border-radius: 50%;
}
.kicker {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--t-deep);
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.lede {
  font-size: 19px;
  line-height: 1.65;
  color: var(--ink-mid);
  max-width: 640px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
.wrap-narrow {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 32px;
}
.sec {
  padding: 110px 0;
  position: relative;
}
.sec-tight {
  padding: 64px 0;
}
.sec-hd {
  max-width: 680px;
  margin: 0 auto 60px;
}
.sec-hd.left {
  margin: 0 0 60px;
}
.sec-hd.center {
  text-align: center;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-size: 14px;
  font-weight: 600;
  transition: all 260ms var(--ease);
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--t);
  color: white;
  box-shadow: 0 4px 12px rgba(61, 139, 132, 0.25);
}
.btn-primary:hover {
  background: var(--t-deep);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(61, 139, 132, 0.35);
}
.btn-navy {
  background: var(--sky-deep);
  color: white;
  box-shadow: 0 4px 12px rgba(61, 107, 138, 0.25);
}
.btn-navy:hover {
  background: var(--sky-ink);
  transform: translateY(-1px);
}
.btn-outline {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--rule-strong);
  box-shadow: var(--sh-1);
}
.btn-outline:hover {
  border-color: var(--t);
  color: var(--t-deep);
  background: var(--t-wash);
}
.btn-ghost {
  background: transparent;
  color: var(--t-deep);
}
.btn-ghost:hover {
  background: var(--t-tint);
}
.btn-sm {
  padding: 9px 18px;
  font-size: 13px;
}
.btn-lg {
  padding: 16px 32px;
  font-size: 15px;
}
.arrow {
  transition: transform 300ms var(--ease);
  display: inline-block;
}
.btn:hover .arrow {
  transform: translateX(4px);
}

/* ANNOUNCEMENT */
.announce {
  background: linear-gradient(90deg, var(--gold-deep), var(--terra-deep));
  color: white;
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
}
.announce a {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

/* UTIL BAR */
.util-bar {
  background: var(--sky-ink);
  padding: 10px 0;
}
.util-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}
.brand-switch {
  display: flex;
  gap: 6px;
  align-items: center;
}
.brand-switch a {
  padding: 6px 14px;
  border-radius: var(--r-pill);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  transition: all 200ms var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.brand-switch a.active {
  background: rgba(255, 255, 255, 0.14);
  color: white;
}
.brand-switch a:hover:not(.active) {
  color: white;
  background: rgba(255, 255, 255, 0.08);
}
.brand-switch a.brand-cb {
  color: #f4b7cf;
}
.brand-switch a.brand-eap {
  color: #b4cbe0;
}
.brand-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.util-links {
  display: flex;
  gap: 22px;
  align-items: center;
}
.util-links a {
  color: rgba(255, 255, 255, 0.7);
}
.util-links a:hover {
  color: white;
}
.util-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--t-glow);
  font-weight: 600;
}
.lang-picker {
  position: relative;
}
.lang-btn {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--paper);
  border-radius: var(--r);
  box-shadow: var(--sh-3);
  padding: 8px;
  min-width: 200px;
  display: none;
  z-index: 100;
  margin-top: 8px;
  border: 1px solid var(--rule);
}
.lang-menu.show {
  display: block;
}
.lang-menu a {
  display: block;
  padding: 9px 14px;
  font-size: 13px;
  color: var(--ink);
  border-radius: var(--r-sm);
}
.lang-menu a:hover {
  background: var(--t-wash);
  color: var(--t-deep);
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--rule);
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  gap: 24px;
}
.logo {
  font-family: var(--fh);
  font-size: 28px;
  color: var(--ink);
  letter-spacing: -0.025em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.logo em {
font-family: var(--fh);
  font-style: italic;
  color: var(--t);
  font-weight: 500;
  font-size: 28px;
}
.logo-dot {
  width: 6px;
  height: 6px;
  background: var(--peach-deep);
  border-radius: 50%;
  margin-left: 3px;
}
.nav-links {
  display: flex;
  gap: 26px;
  align-items: center;
}
.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-mid);
  position: relative;
  padding: 4px 0;
  transition: color 200ms ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -2px;
  height: 2px;
  background: var(--t);
  border-radius: 2px;
  transition: right 240ms var(--ease);
}
.nav-link:hover::after {
  right: 0;
}
.nav-link:hover {
  color: var(--t-deep);
}
.nav-link .chev {
  font-size: 10px;
  color: var(--ink-faint);
  transition: transform 200ms ease;
}
.nav-link:hover .chev {
  color: var(--t-deep);
}
.nav-search {
  position: relative;
  width: 220px;
}
.nav-search-input {
  width: 100%;
  padding: 10px 14px 10px 40px;
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  font-size: 13px;
  background: var(--paper-warm);
      font-family: Montserrat-Medium;
  transition: all 240ms var(--ease);
}
.nav-search-input:focus {
  outline: none;
  border-color: var(--t);
  background: var(--paper);
  box-shadow: 0 0 0 4px var(--t-tint);
}
.nav-search-ico {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink-soft);
  font-size: 14px;
  pointer-events: none;
}
.nav-cta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}

/* REVIEWED STRIP */
.reviewed-strip {
  background: linear-gradient(90deg, var(--t-wash), var(--paper-warm));
  border-bottom: 1px solid var(--rule);
  padding: 12px 0;
}
.reviewed-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--ink-mid);
  flex-wrap: wrap;
  gap: 12px;
}
.reviewed-inner strong {
  color: var(--ink);
  font-weight: 600;
}
.reviewed-badges {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.reviewed-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  color: var(--ink-mid);
  font-weight: 500;
}
.reviewed-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 8px rgba(58, 133, 100, 0.5);
}

/* TOC */
.toc-sec {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  padding: 14px 0;
}
.toc-inner {
  display: flex;
  gap: 6px;
  align-items: center;
  overflow-x: auto;
  font-size: 13px;
}
.toc-label {
  font-weight: 600;
  color: var(--ink-soft);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  flex-shrink: 0;
  margin-right: 16px;
}
.toc-link {
  color: var(--ink-mid);
  white-space: nowrap;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  font-weight: 500;
  font-size: 12.5px;
  transition: all 200ms var(--ease);
}
.toc-link:hover {
  background: var(--t-tint);
  color: var(--t-deep);
}

/* HERO — mind body soul opening */
.hero {
  position: relative;
  padding: 80px 0 100px;
  background: radial-gradient(
      ellipse 900px 600px at 15% 20%,
      rgba(230, 240, 247, 0.9) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 700px 500px at 90% 60%,
      rgba(251, 237, 228, 0.8) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 600px 400px at 60% 100%,
      rgba(237, 243, 236, 0.7) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #fefcf9 0%, #ffffff 100%);
  overflow: hidden;
}
.hero-decor {
  position: absolute;
  top: 60px;
  right: -40px;
  width: 520px;
  height: 520px;
  pointer-events: none;
  opacity: 0.85;
}
.hero-decor-2 {
  position: absolute;
  bottom: 20px;
  left: -60px;
  width: 280px;
  height: 280px;
  pointer-events: none;
  opacity: 0.6;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
  position: relative;
}
.hero-content {
  max-width: 640px;
}
.hero-welcome-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  font-size: 13px;
  color: var(--ink-mid);
  margin-bottom: 24px;
  box-shadow: var(--sh-1);
  font-weight: 500;
}
.hero-welcome-chip .live-dot {
  width: 8px;
  height: 8px;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(58, 133, 100, 0.6);
  animation: pulse-dot 2s infinite;
}
.hero-welcome-chip strong {
  color: var(--ink);
  font-weight: 600;
}
@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.hero h1 {
  margin-bottom: 26px;
}
.hero-lede {
  font-size: 20px;
  line-height: 1.6;
  color: var(--ink-mid);
  margin-bottom: 32px;
  max-width: 580px;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.hero-reassure {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 32px;
  font-style: italic;
font-family: var(--fh);
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  font-size: 13px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}
.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--ink-mid);
}
.check {
  color: var(--t);
  font-weight: 700;
}

/* HERO PANEL — three pillar preview */
.hero-panel {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-2xl);
  padding: 36px;
  box-shadow: var(--sh-3);
  position: relative;
}
.hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--sky-deep) 25%,
    var(--t) 50%,
    var(--gold-deep) 75%,
    transparent
  );
  border-radius: 2px;
  opacity: 0.6;
}
.hero-panel-tag {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--t-deep);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-panel-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--t);
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}
.hero-panel-title {
font-family: var(--fh);
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px;
  color: var(--ink);
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.hero-pillars {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.hero-pillar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: var(--r);
  transition: all 240ms var(--ease);
  border: 1px solid transparent;
}
.hero-pillar:hover {
  background: var(--paper-warm);
  border-color: var(--rule);
  transform: translateX(4px);
}
.hero-pillar-ico {
  width: 38px;
  height: 38px;
  border-radius: var(--r);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.hero-pillar.body .hero-pillar-ico {
  background: var(--sky);
  color: var(--sky-deep);
}
.hero-pillar.mind .hero-pillar-ico {
  background: var(--t-tint);
  color: var(--t-deep);
}
.hero-pillar.soul .hero-pillar-ico {
  background: var(--gold);
  color: var(--gold-deep);
}
.hero-pillar-title {
  font-family: var(--fh);
  font-size: 16px;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.hero-pillar-sub {
  font-size: 11.5px;
  color: var(--ink-soft);
  margin-top: 2px;
  font-weight: 500;
}
.hero-stats-mini {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  text-align: center;
}
.hero-stat-mini-num {
  font-family: var(--fh);
  font-size: 22px;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.hero-stat-mini-num em {
font-family: var(--fh);
  font-style: italic;
  color: var(--t);
  font-weight: 400;
}
.hero-stat-mini-lbl {
  font-size: 10.5px;
  color: var(--ink-soft);
  margin-top: 4px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* THREE PILLARS SECTION — new */
.pillars-sec {
  background: var(--paper);
  position: relative;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.pillar-card {
  position: relative;
  padding: 44px 36px;
  border-radius: var(--r-2xl);
  border: 1px solid var(--rule);
  background: var(--paper);
  transition: all 400ms var(--ease);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pillar-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 400ms var(--ease);
}
.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-3);
  border-color: transparent;
}
.pillar-card:hover::before {
  opacity: 0.75;
}
.pillar-card.body::before {
  background: linear-gradient(180deg, var(--sky) 0%, transparent 100%);
}
.pillar-card.mind::before {
  background: linear-gradient(180deg, var(--t-tint) 0%, transparent 100%);
}
.pillar-card.soul::before {
  background: linear-gradient(180deg, var(--gold) 0%, transparent 100%);
}
.pillar-card > * {
  position: relative;
  z-index: 1;
}
.pillar-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: fit-content;
}
.pillar-card.body .pillar-badge {
  background: var(--sky);
  color: var(--sky-deep);
}
.pillar-card.mind .pillar-badge {
  background: var(--t-tint);
  color: var(--t-deep);
}
.pillar-card.soul .pillar-badge {
  background: var(--gold);
  color: var(--gold-deep);
}
.pillar-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--r-lg);
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}
.pillar-card.body .pillar-icon {
  background: linear-gradient(135deg, var(--sky) 0%, var(--sky-2) 100%);
  color: var(--sky-deep);
}
.pillar-card.mind .pillar-icon {
  background: linear-gradient(135deg, var(--t-tint) 0%, var(--t-glow) 100%);
  color: var(--t-deep);
}
.pillar-card.soul .pillar-icon {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  color: var(--gold-deep);
}
.pillar-name {
  font-family: var(--fh);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  font-variation-settings: "opsz" 144;
}
.pillar-tagline {
font-family: var(--fh);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-soft);
  margin: 0 0 20px;
  font-variation-settings: "opsz" 100;
}
.pillar-desc {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.65;
  margin: 0 0 20px;
}
.pillar-services {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}
.pillar-services li {
  padding: 8px 0;
  font-size: 13.5px;
  color: var(--ink-mid);
  display: flex;
  gap: 10px;
  align-items: start;
  line-height: 1.5;
  border-bottom: 1px dashed var(--rule);
}
.pillar-services li:last-child {
  border: none;
}
.pillar-services li::before {
  content: "→";
  color: currentColor;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 200ms ease;
}
.pillar-card.body .pillar-services li::before {
  color: var(--sky-deep);
}
.pillar-card.mind .pillar-services li::before {
  color: var(--t-deep);
}
.pillar-card.soul .pillar-services li::before {
  color: var(--gold-deep);
}
.pillar-services li:hover::before {
  transform: translateX(4px);
}
.pillar-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 600;
  transition: all 240ms var(--ease);
  border: 1px solid;
  width: fit-content;
}
.pillar-card.body .pillar-cta {
  color: var(--sky-deep);
  border-color: var(--sky-2);
}
.pillar-card.body .pillar-cta:hover {
  background: var(--sky-deep);
  color: white;
  border-color: var(--sky-deep);
}
.pillar-card.mind .pillar-cta {
  color: var(--t-deep);
  border-color: var(--t-glow);
}
.pillar-card.mind .pillar-cta:hover {
  background: var(--t);
  color: white;
  border-color: var(--t);
}
.pillar-card.soul .pillar-cta {
  color: var(--gold-deep);
  border-color: var(--gold-2);
}
.pillar-card.soul .pillar-cta:hover {
  background: var(--gold-deep);
  color: white;
  border-color: var(--gold-deep);
}

/* SPECIALTY GRID — Medical doctors */
.specialty-sec {
  background: var(--paper-warm);
}
.specialty-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.specialty-tab {
  padding: 10px 20px;
  border-radius: var(--r-pill);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-mid);
  background: var(--paper);
  border: 1px solid var(--rule);
  transition: all 220ms var(--ease);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.specialty-tab:hover {
  border-color: var(--t);
  color: var(--t-deep);
  transform: translateY(-2px);
}
.specialty-tab.active {
  background: var(--t);
  color: white;
  border-color: var(--t);
}
.specialty-tab .tab-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.specialty-tab.body .tab-dot {
  background: var(--sky-deep);
}
.specialty-tab.mind .tab-dot {
  background: var(--t);
}
.specialty-tab.soul .tab-dot {
  background: var(--gold-deep);
}
.specialty-tab.nutrition .tab-dot {
  background: var(--sage-deep);
}
.specialty-tab.move .tab-dot {
  background: var(--peach-deep);
}
.specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.specialty-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 24px 22px;
  transition: all 260ms var(--ease);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.specialty-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: currentColor;
  opacity: 0;
  transition: opacity 240ms ease;
}
.specialty-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
  border-color: transparent;
  color: var(--t-deep);
}
.specialty-card:hover::before {
  opacity: 1;
}
.specialty-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--r);
  background: var(--t-tint);
  color: var(--t-deep);
  display: grid;
  place-items: center;
  transition: all 240ms ease;
}
.specialty-card:hover .specialty-icon {
  background: var(--t);
  color: white;
}
.specialty-name {
  font-family: var(--fh);
  font-size: 17px;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.specialty-meta {
  font-size: 11.5px;
  color: var(--ink-soft);
  font-weight: 500;
  line-height: 1.4;
}
.specialty-avail {
  font-size: 11px;
  color: var(--success);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}
.specialty-avail::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(58, 133, 100, 0.5);
}

/* HEALTH TRACKS - condition-focused pathways */
.tracks-sec {
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-warm) 100%);
}
.tracks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}
.track-card {
  border-radius: var(--r-xl);
  padding: 26px 22px;
  transition: all 300ms var(--ease);
  border: 1px solid var(--rule);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
}
.track-card::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 300ms ease;
  filter: blur(20px);
}
.track-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-3);
  border-color: transparent;
}
.track-card:hover::after {
  opacity: 1;
}
.track-card.diabetes::after {
  background: var(--sky);
}
.track-card.pcos::after {
  background: var(--rose);
}
.track-card.heart::after {
  background: var(--rose);
}
.track-card.sexual::after {
  background: var(--lilac);
}
.track-card.weight::after {
  background: var(--sage);
}
.track-card.skin::after {
  background: var(--peach);
}
.track-card.gut::after {
  background: var(--gold);
}
.track-card.ortho::after {
  background: var(--peach);
}
.track-card.mind::after {
  background: var(--t-tint);
}
.track-card > * {
  position: relative;
  z-index: 1;
}
.track-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r);
  display: grid;
  place-items: center;
  font-size: 20px;
}
.track-card.diabetes .track-icon {
  background: var(--sky);
  color: var(--sky-deep);
}
.track-card.pcos .track-icon,
.track-card.heart .track-icon {
  background: var(--rose);
  color: var(--rose-deep);
}
.track-card.sexual .track-icon {
  background: var(--lilac);
  color: var(--lilac-deep);
}
.track-card.weight .track-icon {
  background: var(--sage);
  color: var(--sage-deep);
}
.track-card.skin .track-icon {
  background: var(--peach);
  color: var(--peach-deep);
}
.track-card.gut .track-icon {
  background: var(--gold);
  color: var(--gold-deep);
}
.track-card.ortho .track-icon {
  background: var(--peach);
  color: var(--peach-deep);
}
.track-card.mind .track-icon {
  background: var(--t-tint);
  color: var(--t-deep);
}
.track-name {
  font-family: var(--fh);
  font-size: 19px;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.track-desc {
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.5;
  margin: 0;
  flex: 1;
}
.track-experts {
  font-size: 11px;
  color: var(--ink-soft);
  padding-top: 10px;
  border-top: 1px solid var(--rule);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.track-experts strong {
  color: var(--ink);
  font-weight: 600;
}

/* EXPERTS SHOWCASE */
.experts-sec {
  background: var(--paper);
}
.experts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.expert-card {
  background: var(--paper);
  border-radius: var(--r-xl);
  transition: all 320ms var(--ease);
  overflow: hidden;
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}
.expert-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-3);
  border-color: transparent;
}
.expert-photo {
  height: 180px;
  position: relative;
  overflow: hidden;
}
.expert-photo-gp {
  background: linear-gradient(135deg, var(--sky) 0%, var(--sky-2) 100%);
}
.expert-photo-gyn {
  background: linear-gradient(135deg, var(--rose) 0%, var(--rose-2) 100%);
}
.expert-photo-psyc {
  background: linear-gradient(135deg, var(--t-tint) 0%, var(--t-wash) 100%);
}
.expert-photo-ayur {
  background: linear-gradient(135deg, var(--sage) 0%, var(--sage-2) 100%);
}
.expert-photo-homeo {
  background: linear-gradient(135deg, var(--peach) 0%, var(--peach-2) 100%);
}
.expert-photo-diet {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
}
.expert-photo-yoga {
  background: linear-gradient(135deg, var(--lilac) 0%, var(--lilac-2) 100%);
}
.expert-photo-astro {
  background: linear-gradient(135deg, var(--terra) 0%, var(--terra-2) 100%);
}
.expert-avatar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  font-family: var(--fh);
  font-size: 36px;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 28px rgba(31, 43, 55, 0.18);
}
.expert-avatar.a {
  background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-ink) 100%);
}
.expert-avatar.b {
  background: linear-gradient(
    135deg,
    var(--rose-deep) 0%,
    var(--rose-ink) 100%
  );
}
.expert-avatar.c {
  background: linear-gradient(135deg, var(--t) 0%, var(--t-deep) 100%);
}
.expert-avatar.d {
  background: linear-gradient(
    135deg,
    var(--sage-deep) 0%,
    var(--sage-ink) 100%
  );
}
.expert-avatar.e {
  background: linear-gradient(
    135deg,
    var(--peach-deep) 0%,
    var(--peach-ink) 100%
  );
}
.expert-avatar.f {
  background: linear-gradient(
    135deg,
    var(--gold-deep) 0%,
    var(--gold-ink) 100%
  );
}
.expert-avatar.g {
  background: linear-gradient(
    135deg,
    var(--lilac-deep) 0%,
    var(--lilac-ink) 100%
  );
}
.expert-avatar.h {
  background: linear-gradient(
    135deg,
    var(--terra-deep) 0%,
    var(--terra-ink) 100%
  );
}
.expert-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 12px;
  background: var(--paper);
  border-radius: var(--r-pill);
  font-size: 10.5px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: var(--sh-1);
}
.expert-slot {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 5px 12px;
  background: var(--paper);
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 600;
  color: var(--success);
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: var(--sh-1);
}
.expert-slot::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 8px rgba(58, 133, 100, 0.5);
}
.expert-body {
  padding: 22px;
}
.expert-name {
  font-family: var(--fh);
  font-size: 19px;
  margin: 0 0 4px;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.expert-role {
  font-size: 13px;
  color: var(--ink-mid);
  font-weight: 500;
  margin-bottom: 10px;
}
.expert-cred {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--t-tint);
  color: var(--t-deep);
  border-radius: var(--r-pill);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.expert-degree {
  font-size: 12.5px;
  color: var(--ink-mid);
  margin-bottom: 10px;
  line-height: 1.4;
}
.expert-degree strong {
  color: var(--ink);
  font-weight: 600;
}
.expert-stats {
  display: flex;
  gap: 12px;
  font-size: 11.5px;
  color: var(--ink-soft);
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
  flex-wrap: wrap;
}
.expert-stats strong {
  color: var(--ink);
  font-weight: 600;
}
.expert-lang {
  font-size: 11px;
  color: var(--ink-soft);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* SESSION MOCK */
.session-sec {
  background: radial-gradient(
      ellipse 900px 500px at 20% 30%,
      rgba(230, 240, 247, 0.5) 0%,
      transparent 55%
    ),
    var(--paper);
}
.session-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  margin-top: 24px;
}
.session-mock-wrap {
  position: relative;
}
.session-mock-wrap::before {
  content: "";
  position: absolute;
  inset: -24px;
  background: radial-gradient(
    circle at 30% 30%,
    var(--sky) 0%,
    transparent 60%
  );
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.6;
  z-index: -1;
}
.session-mock {
  background: #1a2632;
  border-radius: var(--r-2xl);
  box-shadow: var(--sh-3), 0 0 0 12px white;
  overflow: hidden;
  transform: rotate(-1.5deg);
  transition: transform 500ms var(--ease);
}
.session-mock:hover {
  transform: rotate(0deg);
}
.session-mock-bar {
  background: #0f1922;
  color: white;
  padding: 16px 20px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.session-mock-tag {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}
.session-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.6);
  animation: pulse-dot 1.8s infinite;
}
.session-mock-body {
  padding: 22px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  min-height: 280px;
}
.session-mock-video {
  background: linear-gradient(135deg, #2a3b50 0%, #1a2632 100%);
  border-radius: var(--r);
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.session-mock-video-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--t-glow) 0%, var(--t) 100%);
  display: grid;
  place-items: center;
  color: white;
  font-family: var(--fh);
  font-size: 32px;
  box-shadow: 0 8px 24px rgba(61, 139, 132, 0.4);
}
.session-mock-video-you {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 80px;
  height: 60px;
  background: #2a3b50;
  border-radius: var(--r-sm);
  border: 2px solid #22c55e;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25);
}
.session-mock-notes {
  background: #243346;
  border-radius: var(--r);
  padding: 16px;
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}
.session-mock-notes-title {
font-family: var(--fh);
  font-style: italic;
  font-size: 13px;
  color: white;
  margin-bottom: 12px;
}
.session-mock-notes-item {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  gap: 8px;
}
.session-mock-notes-item:last-child {
  border: none;
}
.session-mock-notes-check {
  color: #22c55e;
  font-weight: 700;
}
.session-mock-controls {
  background: #0f1922;
  padding: 16px;
  display: flex;
  justify-content: center;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.session-ctrl {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2a3b50;
  display: grid;
  place-items: center;
  color: white;
  font-size: 15px;
}
.session-ctrl.end {
  background: var(--err);
}
.session-what h3 {
  font-family: var(--fh);
  font-size: 32px;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.session-what-lede {
  font-size: 16px;
  color: var(--ink-mid);
  margin-bottom: 28px;
  line-height: 1.6;
}
.session-what-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.session-what-list li {
  padding: 18px 0;
  border-top: 1px solid var(--rule);
  display: flex;
  gap: 20px;
}
.session-what-list li:first-child {
  border-top: none;
}
.session-what-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--t-tint);
  color: var(--t-deep);
  display: grid;
  place-items: center;
font-family: var(--fh);
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  transition: all 300ms var(--ease);
}
.session-what-list li:hover .session-what-num {
  background: var(--t);
  color: white;
  transform: scale(1.05);
}
.session-what-body strong {
  color: var(--ink);
  font-weight: 600;
  font-size: 14.5px;
  display: block;
  margin-bottom: 3px;
}
.session-what-body span {
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.55;
}

/* AI SECTION */
.ai-sec {
  background: radial-gradient(
      ellipse 900px 500px at 20% 30%,
      rgba(61, 139, 132, 0.28) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 700px 400px at 80% 70%,
      rgba(123, 107, 168, 0.18) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #1e2f42 0%, #182839 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.ai-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.04) 1px,
    transparent 1px
  );
  background-size: 32px 32px;
  pointer-events: none;
}
.ai-sec h2 {
  color: white;
}
.ai-sec .kicker-pill {
  background: rgba(149, 196, 190, 0.18);
  color: var(--t-glow);
}
.ai-sec .kicker-pill::before {
  background: var(--t-glow);
}
.ai-sec em.g {
  color: var(--t-glow);
}
.ai-sec .lede {
  color: rgba(255, 255, 255, 0.75);
  max-width: 720px;
}
.ai-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  margin-top: 60px;
  align-items: start;
  position: relative;
}
.ai-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ai-feature {
  display: flex;
  gap: 22px;
  align-items: start;
  padding: 18px;
  border-radius: var(--r-lg);
  transition: all 260ms var(--ease);
}
.ai-feature:hover {
  background: rgba(255, 255, 255, 0.04);
  transform: translateX(4px);
}
.ai-feature-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(149, 196, 190, 0.15);
  color: var(--t-glow);
  display: grid;
  place-items: center;
font-family: var(--fh);
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid rgba(149, 196, 190, 0.25);
}
.ai-feature h4 {
  color: white;
  font-family: var(--fh);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 6px;
  letter-spacing: -0.015em;
}
.ai-feature p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14.5px;
  margin: 0;
  line-height: 1.6;
}
.ai-guardrail {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border: 1px solid rgba(149, 196, 190, 0.25);
  border-radius: var(--r-xl);
  padding: 36px;
  backdrop-filter: blur(20px);
}
.ai-guardrail-title {
  font-family: var(--fh);
  font-size: 22px;
  margin: 0 0 14px;
  color: white;
  letter-spacing: -0.01em;
}
.ai-guardrail p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14.5px;
  line-height: 1.65;
}
.ai-guardrail-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.ai-guardrail-list li {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
}
.ai-guardrail-list li::before {
  content: "✓";
  color: var(--t-glow);
  font-weight: 700;
  flex-shrink: 0;
}

/* HOW IT WORKS */
.how-sec {
  background: radial-gradient(
      ellipse 900px 500px at 80% 20%,
      rgba(251, 237, 228, 0.5) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 800px 500px at 20% 80%,
      rgba(237, 243, 236, 0.5) 0%,
      transparent 55%
    ),
    var(--paper-warm);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 24px;
}
.step {
  position: relative;
  padding: 32px;
  background: var(--paper);
  border-radius: var(--r-xl);
  border: 1px solid var(--rule);
  transition: all 300ms var(--ease);
}
.step:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-3);
  border-color: transparent;
}
.step-num {
font-family: var(--fh);
  font-style: italic;
  font-size: 52px;
  color: var(--t);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.step h4 {
  font-family: var(--fh);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.step p {
  font-size: 14.5px;
  color: var(--ink-mid);
  margin: 0;
  line-height: 1.6;
}

/* FOUNDER */
.founder-sec {
  background: var(--paper);
  position: relative;
  overflow: hidden;
}
.founder-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--peach) 0%, transparent 60%);
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
}
.founder-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
  align-items: center;
  margin-top: 24px;
  position: relative;
}
.founder-card {
  background: linear-gradient(135deg, var(--peach) 0%, var(--peach-2) 100%);
  border-radius: var(--r-2xl);
  padding: 52px 40px;
  text-align: center;
  border: 1px solid rgba(201, 125, 79, 0.15);
  position: relative;
  overflow: hidden;
  box-shadow: var(--sh-2);
}
.founder-card::before {
  content: '"';
  position: absolute;
  top: -60px;
  right: -20px;
  font-family: var(--fh);
  font-size: 320px;
  color: var(--peach-deep);
  opacity: 0.1;
  line-height: 1;
}
.founder-monogram {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%);
  color: white;
  display: grid;
  place-items: center;
  font-family: var(--fh);
  font-size: 38px;
  margin: 0 auto 24px;
  position: relative;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 24px rgba(31, 43, 55, 0.2);
}
.founder-monogram::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px solid var(--peach-deep);
  opacity: 0.4;
}
.founder-name-lg {
  font-family: var(--fh);
  font-size: 26px;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.founder-title-lg {
  font-size: 13.5px;
  color: var(--ink-mid);
  font-weight: 500;
}
.founder-social {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(31, 43, 55, 0.1);
  font-size: 13px;
}
.founder-social a {
  color: var(--peach-ink);
  font-weight: 600;
}
.founder-quote {
font-family: var(--fh);
  font-style: italic;
  font-size: 32px;
  line-height: 1.35;
  color: var(--ink);
  margin: 0 0 32px;
  letter-spacing: -0.02em;
  position: relative;
  font-variation-settings: "opsz" 144, "SOFT" 60;
}
.founder-quote::before {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: var(--t);
  margin-bottom: 28px;
}
.founder-body {
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.75;
  margin-bottom: 14px;
}
.founder-signoff {
font-family: var(--fh);
  font-style: italic;
  font-size: 15px;
  color: var(--t-deep);
  margin-top: 24px;
  font-weight: 500;
}

/* EAP */
.eap-sec {
  background: radial-gradient(
      ellipse 900px 600px at 15% 20%,
      rgba(212, 228, 239, 0.6) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, var(--sky) 0%, var(--paper-warm) 100%);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.eap-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.eap-brand-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: var(--sky-deep);
  color: white;
  border-radius: var(--r-pill);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(61, 107, 138, 0.25);
}
.eap-brand-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--t-glow);
}
.eap-sec h2 em.g {
  color: var(--sky-deep);
}
.eap-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 32px 0;
}
.eap-feature {
  display: flex;
  gap: 12px;
  align-items: start;
  font-size: 14.5px;
  color: var(--ink-mid);
  line-height: 1.5;
}
.eap-feature-check {
  color: var(--sky-deep);
  font-weight: 700;
  flex-shrink: 0;
  font-size: 15px;
}
.eap-visual {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-2xl);
  padding: 36px;
  box-shadow: var(--sh-2);
}
.eap-visual-tag {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--sky-deep);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eap-visual h4 {
  margin-bottom: 24px;
  font-family: var(--fh);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.015em;
}
.dashboard-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--rule);
  font-size: 13.5px;
}
.dashboard-row:first-of-type {
  border-top: none;
}
.dashboard-label {
  color: var(--ink-soft);
  font-weight: 500;
}
.dashboard-value {
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.dashboard-bar {
  flex: 1;
  height: 8px;
  background: var(--sky);
  border-radius: 4px;
  overflow: hidden;
  margin: 0 14px;
  min-width: 80px;
}
.dashboard-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--sky-deep), var(--t));
  border-radius: 4px;
}
.dashboard-note {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
  font-size: 11.5px;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* STUDENT */
.student-sec {
  background: linear-gradient(180deg, var(--peach) 0%, var(--paper-warm) 100%);
}
.student-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: center;
}
.student-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: var(--peach-deep);
  color: white;
  border-radius: var(--r-pill);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(201, 125, 79, 0.25);
}
.student-sec h2 em.g {
  color: var(--peach-deep);
}
.student-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.student-service {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  transition: all 260ms var(--ease);
}
.student-service:hover {
  border-color: var(--peach-deep);
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
}
.student-service h4 {
  font-family: var(--fh);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.student-service p {
  font-size: 13.5px;
  color: var(--ink-mid);
  margin: 0;
  line-height: 1.55;
}
.student-inst {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-2xl);
  padding: 40px;
  box-shadow: var(--sh-2);
}
.student-inst h4 {
  font-family: var(--fh);
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 14px;
  letter-spacing: -0.015em;
}
.student-inst-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.student-inst-list li {
  display: flex;
  gap: 12px;
  font-size: 14.5px;
  color: var(--ink-mid);
  align-items: start;
  line-height: 1.5;
}
.student-inst-list li::before {
  content: "→";
  color: var(--peach-deep);
  font-weight: 700;
  flex-shrink: 0;
}

/* CoupleBees */
.cb-sec {
  background: radial-gradient(
      ellipse 900px 500px at 80% 20%,
      rgba(245, 207, 216, 0.45) 0%,
      transparent 60%
    ),
    linear-gradient(180deg, var(--rose) 0%, var(--paper-warm) 100%);
  border-top: 1px solid rgba(182, 84, 117, 0.1);
  border-bottom: 1px solid rgba(182, 84, 117, 0.1);
}
.cb-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.cb-brand-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: var(--rose-deep);
  color: white;
  border-radius: var(--r-pill);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(182, 84, 117, 0.25);
}
.cb-sec h2 em.g {
  color: var(--rose-deep);
}
.cb-visual {
  background: var(--paper);
  border: 1px solid rgba(182, 84, 117, 0.15);
  border-radius: var(--r-2xl);
  padding: 40px;
  box-shadow: var(--sh-2);
  text-align: center;
}
.cb-quote-lbl {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 20px;
}
.cb-quote {
font-family: var(--fh);
  font-style: italic;
  font-size: 26px;
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}
.cb-quote-source {
  font-size: 12.5px;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-style: normal;
  font-weight: 500;
}
.cb-conditions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  justify-content: center;
}
.cb-condition {
  padding: 6px 14px;
  background: var(--rose);
  color: var(--rose-ink);
  border-radius: var(--r-pill);
  font-size: 12.5px;
  font-weight: 500;
}

/* TRUST */
.trust-sec {
  background: var(--paper);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.trust-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 28px;
  transition: all 260ms var(--ease);
  position: relative;
  overflow: hidden;
}
.trust-card::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 300ms ease;
  filter: blur(20px);
}
.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-glow);
  border-color: transparent;
}
.trust-card:hover::before {
  opacity: 1;
}
.trust-card:nth-child(1)::before,
.trust-card:nth-child(5)::before {
  background: var(--t-tint);
}
.trust-card:nth-child(2)::before,
.trust-card:nth-child(6)::before {
  background: var(--sky);
}
.trust-card:nth-child(3)::before,
.trust-card:nth-child(7)::before {
  background: var(--peach);
}
.trust-card:nth-child(4)::before,
.trust-card:nth-child(8)::before {
  background: var(--sage);
}
.trust-card > * {
  position: relative;
  z-index: 1;
}
.trust-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  font-family: var(--fh);
  text-align: center;
  line-height: 1.05;
}
.trust-card:nth-child(1) .trust-icon {
  background: var(--t-tint);
  color: var(--t-deep);
}
.trust-card:nth-child(2) .trust-icon {
  background: var(--sky);
  color: var(--sky-deep);
}
.trust-card:nth-child(3) .trust-icon {
  background: var(--peach);
  color: var(--peach-deep);
}
.trust-card:nth-child(4) .trust-icon {
  background: var(--sage);
  color: var(--sage-deep);
}
.trust-card:nth-child(5) .trust-icon {
  background: var(--lilac);
  color: var(--lilac-deep);
}
.trust-card:nth-child(6) .trust-icon {
  background: var(--rose);
  color: var(--rose-deep);
}
.trust-card:nth-child(7) .trust-icon {
  background: var(--gold);
  color: var(--gold-deep);
}
.trust-card:nth-child(8) .trust-icon {
  background: var(--terra);
  color: var(--terra-deep);
}
.trust-card h4 {
  font-family: var(--fh);
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.trust-card p {
  font-size: 13.5px;
  color: var(--ink-mid);
  margin: 0;
  line-height: 1.55;
}
.trust-verify {
  font-size: 11.5px;
  color: var(--t-deep);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline-block;
  margin-top: 10px;
}

/* BLOG */
.blog-sec {
  background: var(--paper-warm);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.blog-card {
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 32px;
  transition: all 320ms var(--ease);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.blog-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 300ms ease;
  filter: blur(24px);
}
.blog-card:nth-child(1)::before {
  background: var(--t-tint);
}
.blog-card:nth-child(2)::before {
  background: var(--sage);
}
.blog-card:nth-child(3)::before {
  background: var(--peach);
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-3);
  border-color: transparent;
}
.blog-card:hover::before {
  opacity: 1;
}
.blog-card > * {
  position: relative;
  z-index: 1;
}
.blog-tag {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: var(--t-deep);
}
.blog-card h3 {
  font-family: var(--fh);
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 12px;
  flex: 1;
  letter-spacing: -0.015em;
}
.blog-card p {
  font-size: 14px;
  color: var(--ink-mid);
  margin: 0 0 16px;
  line-height: 1.55;
}
.blog-meta {
  font-size: 12px;
  color: var(--ink-soft);
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-meta strong {
  color: var(--ink);
  font-weight: 600;
}

/* MEDIA */
.media-sec {
  background: var(--sky-ink);
  color: rgba(255, 255, 255, 0.75);
  padding: 44px 0;
}
.media-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.media-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.media-logos {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.media-logo {
font-family: var(--fh);
  font-style: italic;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.01em;
}

/* PRICING */
.pricing-sec {
  background: var(--paper);
}
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.pricing-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 36px 28px;
  transition: all 320ms var(--ease);
  position: relative;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-3);
  border-color: var(--t);
}
.pricing-card.recommended {
  background: linear-gradient(180deg, var(--t-wash) 0%, white 40%);
  border-color: var(--t);
  box-shadow: var(--sh-soft);
}
.pricing-card.recommended::before {
  content: "✦ Most chosen";
  position: absolute;
  top: -12px;
  left: 28px;
  background: linear-gradient(90deg, var(--t) 0%, var(--t-deep) 100%);
  color: white;
  padding: 5px 14px;
  border-radius: var(--r-pill);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(61, 139, 132, 0.3);
}
.pricing-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.pricing-price {
  font-family: var(--fh);
  font-size: 38px;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.035em;
}
.pricing-price small {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 400;
}
.pricing-desc {
  font-size: 13.5px;
  color: var(--ink-mid);
  margin: 14px 0 20px;
  line-height: 1.55;
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.pricing-features li {
  padding: 7px 0;
  font-size: 13px;
  color: var(--ink-mid);
  display: flex;
  gap: 10px;
  line-height: 1.5;
}
.pricing-features li::before {
  content: "✓";
  color: var(--t);
  font-weight: 700;
  flex-shrink: 0;
}

/* FAQ */
.faq-sec {
  background: var(--paper-warm);
}
.faq-list {
  max-width: 880px;
  margin: 24px auto 0;
}
.faq-item {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 260ms var(--ease);
}
.faq-item:hover {
  border-color: var(--rule-strong);
  box-shadow: var(--sh-1);
}
.faq-item.open {
  border-color: var(--t);
  box-shadow: var(--sh-soft);
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  font-family: var(--fh);
  font-size: 19px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.35;
}
.faq-question:hover {
  color: var(--t-deep);
}
.faq-toggle {
  color: var(--t);
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 300ms var(--ease);
}
.faq-answer {
  padding: 0 30px 26px;
  color: var(--ink-mid);
  font-size: 15px;
  line-height: 1.65;
  display: none;
}
.faq-answer p {
  margin: 0 0 10px;
}
.faq-answer p:last-child {
  margin: 0;
}
.faq-item.open .faq-answer {
  display: block;
}
.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}

/* CTA */
.cta-sec {
  background: radial-gradient(
      ellipse 900px 500px at 50% 100%,
      rgba(230, 240, 247, 0.7) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 700px 400px at 15% 30%,
      rgba(251, 237, 228, 0.5) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 700px 400px at 85% 30%,
      rgba(237, 243, 236, 0.5) 0%,
      transparent 55%
    ),
    var(--paper-warm);
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-sec h2 {
  max-width: 780px;
  margin: 0 auto 20px;
  font-size: clamp(38px, 4.6vw, 58px);
}
.cta-sec p {
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.6;
}
.cta-buttons {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

/* GRIEVANCE */
.grievance-sec {
  background: var(--paper-warm);
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.grievance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.grievance-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 32px;
  box-shadow: var(--sh-1);
}
.grievance-card h4 {
  font-family: var(--fh);
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 400;
  letter-spacing: -0.015em;
}
.grievance-card p {
  font-size: 13.5px;
  color: var(--ink-mid);
  margin: 0 0 14px;
  line-height: 1.6;
}
.grievance-card .contact {
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.75;
}
.grievance-card .contact strong {
  color: var(--ink);
  font-weight: 600;
}
.grievance-card .contact a {
  color: var(--t-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* FOOTER */
.footer {
  background: #141f2e;
  color: rgba(255, 255, 255, 0.68);
  padding: 80px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 56px;
}
.footer-brand-logo {
  font-family: var(--fh);
  font-size: 30px;
  color: white;
  margin-bottom: 16px;
  letter-spacing: -0.025em;
}
.footer-brand-logo em {
font-family: var(--fh);
  font-style: italic;
  color: var(--t-glow);
  font-weight: 500;
}
.footer-brand p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 320px;
  margin-bottom: 24px;
  line-height: 1.65;
}
.footer-brands {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-brand-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--r);
  font-size: 13px;
  transition: all 220ms var(--ease);
}
.footer-brand-link:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}
.footer-brand-link strong {
  color: white;
  font-weight: 600;
}
.footer-address {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 20px;
  line-height: 1.7;
}
.footer-col h4 {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col li {
  padding: 6px 0;
  font-size: 13px;
}
.footer-col li a {
  color: rgba(255, 255, 255, 0.65);
  transition: color 180ms ease;
}
.footer-col li a:hover {
  color: white;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
.footer-legal-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.crisis-banner {
  background: linear-gradient(
    135deg,
    rgba(176, 73, 73, 0.1) 0%,
    rgba(176, 73, 73, 0.15) 100%
  );
  border: 1px solid rgba(176, 73, 73, 0.3);
  border-radius: var(--r);
  padding: 18px 22px;
  margin-bottom: 36px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
}
.crisis-banner strong {
  color: #f4a5a2;
  font-weight: 600;
}

/* FLOATING */
.help-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 150;
  background: var(--paper);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-3);
  padding: 16px 22px;
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 300px;
  border: 1px solid var(--rule);
  transition: all 280ms var(--ease);
}
.help-widget:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-3), 0 8px 32px rgba(61, 139, 132, 0.18);
}
.help-widget-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--t) 0%, var(--t-deep) 100%);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(61, 139, 132, 0.3);
}
.help-widget-title {
  font-family: var(--fh);
  font-size: 15px;
  color: var(--ink);
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.help-widget-sub {
  font-size: 11.5px;
  color: var(--ink-soft);
  margin-top: 2px;
  font-weight: 500;
}
.help-widget-close {
  position: absolute;
  top: 8px;
  right: 10px;
  color: var(--ink-faint);
  font-size: 14px;
}
.wa-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 150;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: grid;
  place-items: center;
  color: white;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  transition: transform 260ms var(--ease);
}
.wa-float:hover {
  transform: scale(1.08);
}
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 540px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 26px;
  box-shadow: var(--sh-3);
  z-index: 200;
  display: none;
}
.cookie-banner.show {
  display: block;
}
.cookie-title {
  font-family: var(--fh);
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.cookie-body {
  font-size: 13.5px;
  color: var(--ink-mid);
  line-height: 1.6;
  margin: 0 0 16px;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cookie-actions button {
  padding: 10px 18px;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 600;
      font-family: Montserrat-Medium;
}
.cookie-accept {
  background: var(--t);
  color: white;
}
.cookie-reject {
  background: var(--paper-warm);
  color: var(--ink);
  border: 1px solid var(--rule);
}
.cookie-customize {
  color: var(--t-deep);
  text-decoration: underline;
  background: none;
  padding: 10px 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: all 800ms var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1000px) {
  .hero-grid,
  .session-grid,
  .founder-grid,
  .eap-grid,
  .cb-grid,
  .student-grid,
  .ai-grid,
  .grievance-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .pillars-grid {
    grid-template-columns: 1fr;
  }
  .specialty-grid,
  .tracks-grid,
  .trust-grid,
  .experts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-cards,
  .steps-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .nav-links,
  .nav-search {
    display: none;
  }
  .sec {
    padding: 72px 0;
  }
}
@media (max-width: 520px) {
  .specialty-grid,
  .tracks-grid,
  .trust-grid,
  .experts-grid,
  .footer-grid,
  .eap-features,
  .student-services {
    grid-template-columns: 1fr;
  }
  .util-bar,
  .announce {
    display: none;
  }
  .help-widget {
    max-width: 220px;
    padding: 12px 16px;
  }
  .wrap {
    padding: 0 20px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
}

/* ═══════════════════════════════════════ V9 ADDITIONS ═══════════════════════════════════════ */

/* LIVE STRIP */
.live-strip {
  background: linear-gradient(
    90deg,
    var(--t-wash),
    var(--paper-warm),
    var(--t-wash)
  );
  border-bottom: 1px solid var(--rule);
  padding: 16px 0;
  overflow: hidden;
  position: relative;
}
.live-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.live-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-mid);
}
.live-stat-num {
  font-family: var(--fh);
  font-size: 20px;
  color: var(--t-deep);
  font-weight: 500;
  letter-spacing: -0.015em;
}
.live-stat-num em {
  font-style: italic;
font-family: var(--fh);
}
.live-dot-glow {
  width: 8px;
  height: 8px;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(58, 133, 100, 0.6);
  animation: pulse-dot 2s infinite;
}

/* MEGA MENU PREVIEW */
.megamenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-3);
  padding: 32px;
  min-width: 720px;
  margin-top: 8px;
  display: none;
  z-index: 60;
}
.nav-link:hover .megamenu {
  display: grid;
}
.megamenu {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}
.megamenu-col h5 {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 14px;
}
.megamenu-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.megamenu-col li {
  padding: 6px 0;
  font-size: 13px;
}
.megamenu-col a {
  color: var(--ink-mid);
  transition: color 180ms ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.megamenu-col a:hover {
  color: var(--t-deep);
}
.megamenu-col a .ico {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: var(--t-tint);
  color: var(--t-deep);
  display: grid;
  place-items: center;
  font-size: 11px;
  flex-shrink: 0;
}

/* QUICK BOOK WIDGET IN HERO */
.quick-book {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 20px;
  margin-top: 20px;
  box-shadow: var(--sh-1);
}
.quick-book-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.quick-book-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.quick-book-select {
  flex: 1;
  min-width: 150px;
  padding: 10px 14px;
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  font-size: 13px;
      font-family: Montserrat-Medium;
  background: var(--paper-warm);
}
.quick-book-select:focus {
  outline: none;
  border-color: var(--t);
  background: var(--paper);
}

/* MENTAL HEALTH CONDITIONS — chip cloud */
.mh-sec {
  background: linear-gradient(180deg, var(--t-wash) 0%, var(--paper) 100%);
}
.mh-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 24px;
}
.mh-group {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 32px;
  transition: all 300ms var(--ease);
}
.mh-group:hover {
  box-shadow: var(--sh-2);
  border-color: var(--t-glow);
}
.mh-group-tag {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--t-deep);
  margin-bottom: 12px;
}
.mh-group h3 {
  font-family: var(--fh);
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 6px;
  letter-spacing: -0.015em;
}
.mh-group-sub {
  font-size: 13.5px;
  color: var(--ink-mid);
  margin-bottom: 20px;
  line-height: 1.5;
}
.mh-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mh-chip {
  padding: 8px 14px;
  background: var(--t-wash);
  color: var(--ink);
  border-radius: var(--r-pill);
  font-size: 12.5px;
  font-weight: 500;
  transition: all 220ms var(--ease);
  border: 1px solid var(--rule);
}
.mh-chip:hover {
  background: var(--t);
  color: white;
  border-color: var(--t);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(61, 139, 132, 0.2);
}
.mh-chip.rel {
  background: var(--rose);
}
.mh-chip.rel:hover {
  background: var(--rose-deep);
}
.mh-chip.stress {
  background: var(--gold);
}
.mh-chip.stress:hover {
  background: var(--gold-deep);
}
.mh-chip.trauma {
  background: var(--lilac);
}
.mh-chip.trauma:hover {
  background: var(--lilac-deep);
}
.mh-chip.child {
  background: var(--peach);
}
.mh-chip.child:hover {
  background: var(--peach-deep);
}

/* SHOWCASE ROWS — Nutrition, Ayurveda, Homeopathy, Yoga, Vedic */
.showcase-row {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.showcase-row.reverse .showcase-grid {
  grid-template-columns: 1.1fr 1fr;
  direction: rtl;
}
.showcase-row.reverse .showcase-grid > * {
  direction: ltr;
}
.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: center;
  position: relative;
}
.showcase-nutrition {
  background: radial-gradient(
      ellipse 800px 500px at 20% 30%,
      var(--sage) 0%,
      transparent 55%
    ),
    var(--paper-warm);
}
.showcase-ayurveda {
  background: radial-gradient(
      ellipse 800px 500px at 80% 30%,
      var(--gold) 0%,
      transparent 55%
    ),
    var(--paper);
}
.showcase-homeopathy {
  background: radial-gradient(
      ellipse 800px 500px at 20% 30%,
      var(--peach) 0%,
      transparent 55%
    ),
    var(--paper-warm);
}
.showcase-yoga {
  background: radial-gradient(
      ellipse 800px 500px at 80% 30%,
      var(--lilac) 0%,
      transparent 55%
    ),
    var(--paper);
}
.showcase-vedic {
  background: radial-gradient(
      ellipse 800px 500px at 30% 30%,
      var(--terra) 0%,
      transparent 55%
    ),
    var(--paper-warm);
}
.showcase-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: var(--r-pill);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 24px;
  color: white;
}
.showcase-nutrition .showcase-tag {
  background: var(--sage-deep);
  box-shadow: 0 4px 12px rgba(90, 133, 112, 0.25);
}
.showcase-ayurveda .showcase-tag {
  background: var(--gold-deep);
  box-shadow: 0 4px 12px rgba(176, 136, 48, 0.25);
}
.showcase-homeopathy .showcase-tag {
  background: var(--peach-deep);
  box-shadow: 0 4px 12px rgba(201, 125, 79, 0.25);
}
.showcase-yoga .showcase-tag {
  background: var(--lilac-deep);
  box-shadow: 0 4px 12px rgba(123, 107, 168, 0.25);
}
.showcase-vedic .showcase-tag {
  background: var(--terra-deep);
  box-shadow: 0 4px 12px rgba(164, 90, 44, 0.25);
}
.showcase-row h2 em.g.nutrition {
  color: var(--sage-deep);
}
.showcase-row h2 em.g.ayurveda {
  color: var(--gold-deep);
}
.showcase-row h2 em.g.homeopathy {
  color: var(--peach-deep);
}
.showcase-row h2 em.g.yoga {
  color: var(--lilac-deep);
}
.showcase-row h2 em.g.vedic {
  color: var(--terra-deep);
}
.showcase-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0;
}
.showcase-service {
  padding: 16px 18px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  transition: all 240ms var(--ease);
}
.showcase-service:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
}
.showcase-service-title {
  font-family: var(--fh);
  font-size: 16px;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.showcase-service-desc {
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.45;
  margin: 0;
}
.showcase-visual {
  background: var(--paper);
  border-radius: var(--r-2xl);
  padding: 36px;
  box-shadow: var(--sh-2);
  border: 1px solid var(--rule);
}
.showcase-visual-tag {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.showcase-nutrition .showcase-visual-tag {
  color: var(--sage-deep);
}
.showcase-ayurveda .showcase-visual-tag {
  color: var(--gold-deep);
}
.showcase-homeopathy .showcase-visual-tag {
  color: var(--peach-deep);
}
.showcase-yoga .showcase-visual-tag {
  color: var(--lilac-deep);
}
.showcase-vedic .showcase-visual-tag {
  color: var(--terra-deep);
}
.showcase-visual h4 {
  font-family: var(--fh);
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px;
  letter-spacing: -0.015em;
}
.showcase-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rule);
}
.showcase-stat-num {
  font-family: var(--fh);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.showcase-nutrition .showcase-stat-num {
  color: var(--sage-deep);
}
.showcase-ayurveda .showcase-stat-num {
  color: var(--gold-deep);
}
.showcase-homeopathy .showcase-stat-num {
  color: var(--peach-deep);
}
.showcase-yoga .showcase-stat-num {
  color: var(--lilac-deep);
}
.showcase-vedic .showcase-stat-num {
  color: var(--terra-deep);
}
.showcase-stat-lbl {
  font-size: 11.5px;
  color: var(--ink-soft);
  margin-top: 6px;
  font-weight: 500;
}
.showcase-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.showcase-list li {
  padding: 10px 0;
  font-size: 13.5px;
  color: var(--ink-mid);
  display: flex;
  gap: 10px;
  line-height: 1.5;
  border-top: 1px solid var(--rule);
}
.showcase-list li:first-child {
  border: none;
}
.showcase-list li strong {
  color: var(--ink);
  font-weight: 600;
  min-width: 80px;
}
.showcase-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: var(--r-pill);
  color: white;
  font-size: 13px;
  font-weight: 600;
  transition: all 240ms var(--ease);
  margin-top: 8px;
}
.showcase-nutrition .showcase-cta {
  background: var(--sage-deep);
}
.showcase-nutrition .showcase-cta:hover {
  background: var(--sage-ink);
}
.showcase-ayurveda .showcase-cta {
  background: var(--gold-deep);
}
.showcase-ayurveda .showcase-cta:hover {
  background: var(--gold-ink);
}
.showcase-homeopathy .showcase-cta {
  background: var(--peach-deep);
}
.showcase-homeopathy .showcase-cta:hover {
  background: var(--peach-ink);
}
.showcase-yoga .showcase-cta {
  background: var(--lilac-deep);
}
.showcase-yoga .showcase-cta:hover {
  background: var(--lilac-ink);
}
.showcase-vedic .showcase-cta {
  background: var(--terra-deep);
}
.showcase-vedic .showcase-cta:hover {
  background: var(--terra-ink);
}

/* FAMILY SEGMENTATION */
.family-sec {
  background: var(--paper);
}
.family-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.family-card {
  border-radius: var(--r-xl);
  padding: 32px 26px;
  transition: all 320ms var(--ease);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: white;
  min-height: 280px;
}
.family-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
  pointer-events: none;
}
.family-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-3);
}
.family-card.women {
  background: linear-gradient(
    135deg,
    var(--rose-deep) 0%,
    var(--rose-ink) 100%
  );
}
.family-card.men {
  background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-ink) 100%);
}
.family-card.kids {
  background: linear-gradient(
    135deg,
    var(--peach-deep) 0%,
    var(--peach-ink) 100%
  );
}
.family-card.seniors {
  background: linear-gradient(
    135deg,
    var(--sage-deep) 0%,
    var(--sage-ink) 100%
  );
}
.family-card > * {
  position: relative;
  z-index: 1;
}
.family-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.2);
  color: white;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}
.family-name {
  font-family: var(--fh);
  font-size: 24px;
  color: white;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}
.family-tagline {
font-family: var(--fh);
  font-style: italic;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 14px;
}
.family-services {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex: 1;
}
.family-services li {
  padding: 5px 0;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.45;
  display: flex;
  gap: 8px;
}
.family-services li::before {
  content: "✦";
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}
.family-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 600;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: fit-content;
  transition: all 220ms ease;
}
.family-cta:hover {
  background: var(--paper);
  color: var(--ink);
}

/* ASSESSMENTS */
.assess-sec {
  background: linear-gradient(180deg, var(--paper-warm) 0%, var(--paper) 100%);
}
.assess-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.assess-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 28px 24px;
  transition: all 300ms var(--ease);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.assess-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-3);
  border-color: var(--t);
}
.assess-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 10px;
  background: var(--t-tint);
  color: var(--t-deep);
  border-radius: var(--r-pill);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.assess-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r-lg);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.assess-card.phq .assess-icon {
  background: var(--t-tint);
  color: var(--t-deep);
}
.assess-card.gad .assess-icon {
  background: var(--lilac);
  color: var(--lilac-deep);
}
.assess-card.sleep .assess-icon {
  background: var(--sky);
  color: var(--sky-deep);
}
.assess-card.stress .assess-icon {
  background: var(--peach);
  color: var(--peach-deep);
}
.assess-card.pcos .assess-icon {
  background: var(--rose);
  color: var(--rose-deep);
}
.assess-card.diabetes .assess-icon {
  background: var(--gold);
  color: var(--gold-deep);
}
.assess-card.burnout .assess-icon {
  background: var(--sage);
  color: var(--sage-deep);
}
.assess-card.adhd .assess-icon {
  background: var(--t-tint);
  color: var(--t-deep);
}
.assess-name {
  font-family: var(--fh);
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin: 0 0 4px;
  line-height: 1.3;
}
.assess-full {
  font-size: 12px;
  color: var(--ink-soft);
  font-weight: 500;
  margin-bottom: 10px;
}
.assess-desc {
  font-size: 12.5px;
  color: var(--ink-mid);
  line-height: 1.5;
  flex: 1;
  margin-bottom: 14px;
}
.assess-meta {
  font-size: 11px;
  color: var(--ink-soft);
  padding-top: 12px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.assess-cta-inline {
  color: var(--t-deep);
  font-weight: 600;
  font-size: 12px;
}

/* CALCULATORS */
.calc-sec {
  background: var(--paper-warm);
}
.calc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.calc-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 240ms var(--ease);
}
.calc-card:hover {
  transform: translateX(4px);
  border-color: var(--t);
  box-shadow: var(--sh-1);
}
.calc-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r);
  background: var(--t-tint);
  color: var(--t-deep);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.calc-info h4 {
  font-family: var(--fh);
  font-size: 16px;
  margin: 0 0 2px;
  letter-spacing: -0.005em;
}
.calc-info p {
  font-size: 12px;
  color: var(--ink-soft);
  margin: 0;
}

/* COMPARE TABLE */
.compare-sec {
  background: var(--paper);
}
.compare-wrap {
  margin-top: 24px;
  background: var(--paper);
  border-radius: var(--r-xl);
  border: 1px solid var(--rule);
  overflow: hidden;
  box-shadow: var(--sh-2);
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.compare-table thead {
  background: var(--paper-warm);
}
.compare-table th {
  padding: 22px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
}
.compare-table th.compare-hq {
  background: var(--t-tint);
  color: var(--t-deep);
  position: relative;
}
.compare-table th.compare-hq::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--t);
}
.compare-table td {
  padding: 18px 22px;
  color: var(--ink-mid);
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
.compare-table tr:last-child td {
  border-bottom: none;
}
.compare-table tr:hover td {
  background: var(--t-wash);
}
.compare-table td:first-child {
  font-weight: 500;
  color: var(--ink);
  background: var(--paper-warm);
}
.compare-yes {
  color: var(--success);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.compare-yes::before {
  content: "✓";
  font-weight: 700;
}
.compare-no {
  color: var(--ink-faint);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.compare-no::before {
  content: "—";
  font-weight: 600;
}
.compare-partial {
  color: var(--warn);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.compare-partial::before {
  content: "~";
  font-weight: 700;
}

/* OUTCOMES */
.outcomes-sec {
  background: radial-gradient(
      ellipse 900px 500px at 20% 80%,
      var(--sage) 0%,
      transparent 55%
    ),
    var(--paper-warm);
}
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.outcome-card {
  background: var(--paper);
  border-radius: var(--r-xl);
  padding: 32px;
  border: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
  transition: all 320ms var(--ease);
}
.outcome-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-3);
  border-color: transparent;
}
.outcome-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--fh);
  font-size: 80px;
  color: var(--t);
  opacity: 0.1;
  line-height: 1;
}
.outcome-arc {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 72px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--rule);
}
.outcome-arc-bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  min-height: 8px;
  position: relative;
  transition: all 500ms var(--ease);
}
.outcome-arc-bar.high {
  background: linear-gradient(180deg, var(--rose-deep) 0%, var(--rose-2) 100%);
}
.outcome-arc-bar.mid {
  background: linear-gradient(
    180deg,
    var(--peach-deep) 0%,
    var(--peach-2) 100%
  );
}
.outcome-arc-bar.low {
  background: linear-gradient(180deg, var(--success) 0%, var(--sage-2) 100%);
}
.outcome-arc-lbl {
  font-size: 9.5px;
  color: var(--ink-soft);
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
}
.outcome-quote {
font-family: var(--fh);
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 22px;
}
.outcome-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
}
.outcome-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: white;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--fh);
}
.outcome-avatar.a {
  background: linear-gradient(135deg, var(--t) 0%, var(--t-deep) 100%);
}
.outcome-avatar.b {
  background: linear-gradient(
    135deg,
    var(--rose-deep) 0%,
    var(--rose-ink) 100%
  );
}
.outcome-avatar.c {
  background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-ink) 100%);
}
.outcome-name {
  font-weight: 600;
  font-size: 13px;
  color: var(--ink);
}
.outcome-context {
  font-size: 11.5px;
  color: var(--ink-soft);
}

/* CORPORATE LOGOS */
.logos-sec {
  background: var(--paper);
  padding: 64px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.logos-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.logos-label {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 32px;
}
.logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
  align-items: center;
}
.logo-item {
  padding: 20px;
  background: var(--paper-warm);
  border-radius: var(--r);
  font-family: var(--fh);
  font-size: 15px;
  color: var(--ink-mid);
  font-weight: 500;
  transition: all 240ms ease;
  text-align: center;
  letter-spacing: -0.005em;
}
.logo-item:hover {
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--sh-1);
}

/* INSURANCE */
.insurance-sec {
  background: var(--paper-warm);
  padding: 56px 0;
}
.insurance-inner {
  text-align: center;
}
.insurance-label {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 12px;
}
.insurance-hd {
  font-family: var(--fh);
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 26px;
  letter-spacing: -0.015em;
}
.insurance-hd em {
  font-style: italic;
  color: var(--t);
}
.insurance-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.insurance-item {
  padding: 16px 20px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r);
font-family: var(--fh);
  font-style: italic;
  font-size: 14px;
  color: var(--ink-mid);
  transition: all 220ms ease;
  text-align: center;
}
.insurance-item:hover {
  background: var(--t-wash);
  border-color: var(--t);
  color: var(--t-deep);
}

/* TESTIMONIALS */
.testimonials-sec {
  background: var(--paper);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.testimonial-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 32px;
  transition: all 320ms var(--ease);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-3);
  border-color: transparent;
}
.testimonial-rating {
  color: var(--gold-deep);
  font-size: 16px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.testimonial-quote {
font-family: var(--fh);
  font-style: italic;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 24px;
  flex: 1;
  font-variation-settings: "opsz" 100, "SOFT" 40;
}
.testimonial-context {
  font-size: 12px;
  color: var(--ink-soft);
  margin-bottom: 16px;
  padding: 8px 12px;
  background: var(--paper-warm);
  border-radius: var(--r-sm);
  display: inline-block;
  width: fit-content;
}
.testimonial-context strong {
  color: var(--ink);
}
.testimonial-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: white;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--fh);
  flex-shrink: 0;
}
.tav-a {
  background: linear-gradient(135deg, var(--t) 0%, var(--t-deep) 100%);
}
.tav-b {
  background: linear-gradient(
    135deg,
    var(--rose-deep) 0%,
    var(--rose-ink) 100%
  );
}
.tav-c {
  background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-ink) 100%);
}
.tav-d {
  background: linear-gradient(
    135deg,
    var(--gold-deep) 0%,
    var(--gold-ink) 100%
  );
}
.tav-e {
  background: linear-gradient(
    135deg,
    var(--peach-deep) 0%,
    var(--peach-ink) 100%
  );
}
.tav-f {
  background: linear-gradient(
    135deg,
    var(--lilac-deep) 0%,
    var(--lilac-ink) 100%
  );
}
.testimonial-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}
.testimonial-loc {
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: 2px;
}

/* PRESS QUOTES */
.press-sec {
  background: linear-gradient(180deg, var(--paper-warm) 0%, var(--paper) 100%);
}
.press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}
.press-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 32px;
  position: relative;
  transition: all 300ms var(--ease);
}
.press-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
}
.press-outlet {
font-family: var(--fh);
  font-style: italic;
  font-size: 22px;
  color: var(--t-deep);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.press-quote {
  font-family: var(--fh);
  font-size: 20px;
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 20px;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.press-date {
  font-size: 11.5px;
  color: var(--ink-soft);
  padding-top: 16px;
  border-top: 1px solid var(--rule);
  font-weight: 500;
}

/* AWARDS */
.awards-sec {
  background: var(--paper);
  padding: 72px 0;
}
.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 20px;
}
.award-card {
  padding: 32px 24px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--paper-warm) 100%);
  border: 1px solid rgba(176, 136, 48, 0.15);
  border-radius: var(--r-xl);
  text-align: center;
  transition: all 260ms ease;
}
.award-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
}
.award-icon {
  font-size: 36px;
  margin-bottom: 12px;
  filter: sepia(1) hue-rotate(0deg) saturate(1.5);
}
.award-name {
  font-family: var(--fh);
  font-size: 14px;
  color: var(--ink);
  margin: 0 0 4px;
  line-height: 1.35;
  letter-spacing: -0.005em;
}
.award-year {
  font-size: 11px;
  color: var(--gold-deep);
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* MOBILE APP */
.app-sec {
  background: radial-gradient(
      ellipse 900px 500px at 15% 30%,
      rgba(230, 240, 247, 0.6) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 700px 400px at 85% 70%,
      rgba(237, 243, 236, 0.5) 0%,
      transparent 55%
    ),
    var(--paper);
}
.app-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.app-badges {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.app-store {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  background: #1f2b37;
  color: white;
  border-radius: var(--r);
  text-decoration: none;
  transition: all 240ms ease;
}
.app-store:hover {
  background: #354453;
  transform: translateY(-2px);
}
.app-store-sm {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  letter-spacing: 0.02em;
}
.app-store-lg {
  font-family: var(--fh);
  font-size: 16px;
  line-height: 1.1;
  margin-top: 2px;
}
.app-mock {
  background: linear-gradient(135deg, var(--sky) 0%, var(--sky-2) 100%);
  border-radius: var(--r-2xl);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.app-mock-phone {
  width: 180px;
  margin: 0 auto;
  background: #1f2b37;
  border-radius: 24px;
  padding: 8px;
  box-shadow: 0 20px 40px rgba(31, 43, 55, 0.25);
}
.app-mock-screen {
  background: var(--paper);
  border-radius: 18px;
  padding: 16px;
  min-height: 280px;
  text-align: left;
}
.app-mock-hd {
  font-family: var(--fh);
  font-size: 14px;
  margin-bottom: 12px;
}
.app-mock-card {
  padding: 10px;
  border-radius: 8px;
  background: var(--paper-warm);
  margin-bottom: 8px;
  font-size: 10px;
  color: var(--ink-mid);
}
.app-mock-card strong {
  color: var(--ink);
  display: block;
  font-family: var(--fh);
  font-size: 11px;
  margin-bottom: 2px;
}

/* CITY COVERAGE */
.city-sec {
  background: linear-gradient(180deg, var(--sky) 0%, var(--paper-warm) 100%);
}
.city-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 24px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.city-item {
  padding: 14px 18px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  text-align: center;
font-family: var(--fh);
  font-style: italic;
  font-size: 15px;
  color: var(--sky-deep);
  transition: all 220ms ease;
  font-variation-settings: "opsz" 100;
}
.city-item:hover {
  background: var(--sky-deep);
  color: white;
  transform: translateY(-2px);
  box-shadow: var(--sh-1);
}
.city-item-badge {
  font-size: 9px;
  font-family: var(--sans);
  font-style: normal;
  font-weight: 600;
  color: var(--success);
  display: block;
  margin-top: 2px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.city-item:hover .city-item-badge {
  color: var(--t-glow);
}

/* GOVERNANCE BOARD */
.governance-sec {
  background: linear-gradient(180deg, var(--sage) 0%, var(--paper-warm) 100%);
}
.governance-panel {
  background: var(--paper);
  border-radius: var(--r-2xl);
  padding: 44px;
  border: 1px solid var(--rule);
  box-shadow: var(--sh-2);
  margin-top: 32px;
}
.governance-panel h4 {
  font-family: var(--fh);
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 8px;
  letter-spacing: -0.015em;
}
.governance-panel-sub {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-bottom: 28px;
}
.governance-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 32px;
}
.governance-member {
  padding: 18px 0;
  border-top: 1px solid var(--rule);
  display: flex;
  gap: 16px;
  align-items: start;
}
.governance-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--sage-deep) 0%,
    var(--sage-ink) 100%
  );
  color: white;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--fh);
  flex-shrink: 0;
}
.governance-name {
  font-weight: 600;
  color: var(--ink);
  font-size: 14px;
}
.governance-title {
  font-size: 12px;
  color: var(--ink-mid);
  margin-top: 2px;
  line-height: 1.4;
}

/* NEWSLETTER */
.newsletter-sec {
  background: linear-gradient(
    135deg,
    var(--t-wash) 0%,
    var(--paper-warm) 50%,
    var(--t-wash) 100%
  );
  padding: 88px 0;
  text-align: center;
}
.newsletter-inner {
  max-width: 640px;
  margin: 0 auto;
}
.newsletter-inner h2 {
  font-size: clamp(28px, 3.4vw, 40px);
}
.newsletter-inner p {
  font-size: 16px;
  color: var(--ink-mid);
  margin: 16px 0 32px;
  line-height: 1.6;
}
.newsletter-form {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.newsletter-input {
  flex: 1;
  min-width: 220px;
  padding: 14px 22px;
  border: 1px solid var(--rule-strong);
  border-radius: var(--r-pill);
  font-size: 14px;
      font-family: Montserrat-Medium;
  background: var(--paper);
}
.newsletter-input:focus {
  outline: none;
  border-color: var(--t);
  box-shadow: 0 0 0 4px var(--t-tint);
}
.newsletter-note {
  margin-top: 16px;
  font-size: 11.5px;
  color: var(--ink-soft);
  font-style: italic;
}

/* Responsive additions */
@media (max-width: 1000px) {
  .mh-groups {
    grid-template-columns: 1fr;
  }
  .showcase-grid,
  .app-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .showcase-row.reverse .showcase-grid {
    direction: ltr;
  }
  .assess-grid,
  .testimonials-grid,
  .press-grid,
  .family-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .calc-grid,
  .awards-grid,
  .outcomes-grid {
    grid-template-columns: 1fr;
  }
  .logos-grid,
  .insurance-grid,
  .city-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .governance-list {
    grid-template-columns: 1fr;
  }
  .megamenu {
    min-width: auto;
    width: calc(100vw - 40px);
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .assess-grid,
  .testimonials-grid,
  .press-grid,
  .family-grid,
  .showcase-services {
    grid-template-columns: 1fr;
  }
  .logos-grid,
  .insurance-grid,
  .city-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .compare-table {
    font-size: 11px;
  }
  .compare-table th,
  .compare-table td {
    padding: 10px;
  }
}

/* V10: journey panels 3-col */
[data-jpanel] {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1000px) {
  [data-jpanel] {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════ V11 ANIMATION LAYER ═══════════════ */
/* Scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--t) 0%,
    var(--gold-deep) 50%,
    var(--rose-deep) 100%
  );
  z-index: 200;
  width: 0%;
  transition: width 80ms linear;
  border-radius: 0 2px 2px 0;
}

/* Staggered reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms var(--ease), transform 600ms var(--ease);
}
.reveal-stagger.in > * {
  opacity: 1;
  transform: none;
}
.reveal-stagger.in > *:nth-child(1) {
  transition-delay: 0ms;
}
.reveal-stagger.in > *:nth-child(2) {
  transition-delay: 90ms;
}
.reveal-stagger.in > *:nth-child(3) {
  transition-delay: 180ms;
}
.reveal-stagger.in > *:nth-child(4) {
  transition-delay: 270ms;
}
.reveal-stagger.in > *:nth-child(5) {
  transition-delay: 360ms;
}
.reveal-stagger.in > *:nth-child(6) {
  transition-delay: 450ms;
}
.reveal-stagger.in > *:nth-child(7) {
  transition-delay: 540ms;
}
.reveal-stagger.in > *:nth-child(8) {
  transition-delay: 630ms;
}

/* Hero entrance */
@keyframes heroUp {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero-anim-1 {
  animation: heroUp 800ms var(--ease) 100ms both;
}
.hero-anim-2 {
  animation: heroUp 800ms var(--ease) 250ms both;
}
.hero-anim-3 {
  animation: heroUp 800ms var(--ease) 400ms both;
}
.hero-anim-4 {
  animation: heroUp 800ms var(--ease) 550ms both;
}
.hero-anim-5 {
  animation: heroUp 900ms var(--ease) 650ms both;
}

/* Floating ambient orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
@keyframes drift1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(40px, -30px) scale(1.08);
  }
  66% {
    transform: translate(-25px, 20px) scale(0.95);
  }
}
@keyframes drift2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-45px, 35px) scale(1.1);
  }
}
.orb-1 {
  width: 340px;
  height: 340px;
  background: var(--t-glow);
  animation: drift1 18s ease-in-out infinite;
}
.orb-2 {
  width: 280px;
  height: 280px;
  background: var(--gold);
  animation: drift2 22s ease-in-out infinite;
}
.orb-3 {
  width: 240px;
  height: 240px;
  background: var(--rose);
  animation: drift1 26s ease-in-out infinite reverse;
}

/* CARE CIRCLE — orbiting specialists */
.care-circle {
  position: relative;
  width: 420px;
  height: 420px;
  margin: 0 auto;
}
.care-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 8px 40px rgba(45, 107, 101, 0.22),
    0 0 0 10px rgba(61, 139, 132, 0.06), 0 0 0 22px rgba(61, 139, 132, 0.03);
  display: grid;
  place-items: center;
  z-index: 5;
  text-align: center;
}
.care-center-label {
  font-family: var(--fh);
  font-size: 16px;
  max-width: 150px;
  overflow-wrap: break-word;
  color: var(--t-deep);
  line-height: 1.2;
}
.care-center-sub {
  font-size: 9.5px;
  color: var(--ink-soft);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 3px;
}
.care-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1.5px dashed rgba(61, 139, 132, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.care-ring-1 {
  width: 260px;
  height: 260px;
  animation: ringSpin 40s linear infinite;
}
.care-ring-2 {
  width: 400px;
  height: 400px;
  animation: ringSpin 60s linear infinite reverse;
}
@keyframes ringSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.care-orbiter {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  animation: orbitSpin var(--dur, 40s) linear infinite;
}
@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}
.care-node {
  position: absolute;
  top: calc(-1 * var(--radius));
  left: 0;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 6px 22px rgba(31, 43, 55, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  animation: counterSpin var(--dur, 40s) linear infinite;
  border: 2px solid transparent;
  transition: border-color 300ms ease;
}
@keyframes counterSpin {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.care-node-ico {
  font-size: 22px;
  line-height: 1;
}
.care-node-lbl {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-mid);
}
.care-node.doc {
  border-color: var(--sky-deep);
}
.care-node.psy {
  border-color: var(--t);
}
.care-node.diet {
  border-color: var(--sage-deep);
}
.care-node.yoga {
  border-color: var(--lilac-deep);
}
.care-node.ayur {
  border-color: var(--gold-deep);
}
.care-node.coach {
  border-color: var(--peach-deep);
}
@media (max-width: 520px) {
  .care-circle {
    width: 300px;
    height: 300px;
  }
  .care-ring-1 {
    width: 190px;
    height: 190px;
  }
  .care-ring-2 {
    width: 290px;
    height: 290px;
  }
  .care-node {
    width: 58px;
    height: 58px;
  }
  .care-node-ico {
    font-size: 16px;
  }
  .care-center {
    width: 96px;
    height: 96px;
  }
}

/* Animated counters */
.count-num {
  font-variant-numeric: tabular-nums;
}

/* Press marquee */
.marquee-wrap {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}
.marquee {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marqueeScroll 45s linear infinite;
}
.marquee:hover {
  animation-play-state: paused;
}
.marquee-2 {
  animation-duration: 55s;
  animation-direction: reverse;
  margin-top: 20px;
}
@keyframes marqueeScroll {
  to {
    transform: translateX(-50%);
  }
}
.marquee .logo-item {
  flex-shrink: 0;
  min-width: 170px;
}

/* Shimmer CTA */
.btn-shimmer {
  position: relative;
  overflow: hidden;
}
.btn-shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  animation: shimmerRun 3.2s ease-in-out infinite;
}
@keyframes shimmerRun {
  0% {
    left: -100%;
  }
  55%,
  100% {
    left: 150%;
  }
}

/* Card hover glow + tilt */
.assess-card,
.testimonial-card,
.family-card,
.specialty-card,
.track-card,
.plan-card {
  will-change: transform;
}
.tilt {
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}

/* Pulse rings on live dot */
.pulse-ring {
  position: relative;
}
.pulse-ring::before,
.pulse-ring::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--success);
  opacity: 0;
  animation: pulseRing 2.4s ease-out infinite;
}
.pulse-ring::after {
  animation-delay: 1.2s;
}
@keyframes pulseRing {
  0% {
    transform: scale(0.6);
    opacity: 0.7;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Gradient text sweep on hero em */
@keyframes hueSweep {
  0%,
  100% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(12deg);
  }
}

/* ═══ INTEGRATED CARE PLANS (v11 flagship) ═══ */
.plans-sec {
  background: radial-gradient(
      ellipse 1000px 600px at 50% 0%,
      var(--t-wash) 0%,
      transparent 60%
    ),
    var(--paper);
  position: relative;
  overflow: hidden;
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 28px;
}
.plan-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-2xl);
  padding: 0;
  overflow: hidden;
  transition: all 380ms var(--ease);
  position: relative;
  display: flex;
  flex-direction: column;
}
.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(31, 43, 55, 0.14);
  border-color: transparent;
}
.plan-hero {
  padding: 30px 26px 22px;
  position: relative;
  overflow: hidden;
}
.plan-card.self .plan-hero {
  background: linear-gradient(135deg, var(--t-wash) 0%, var(--t-tint) 100%);
}
.plan-card.couple .plan-hero {
  background: linear-gradient(135deg, var(--rose) 0%, #f4dee2 100%);
}
.plan-card.family .plan-hero {
  background: linear-gradient(135deg, var(--gold) 0%, #f2e5c8 100%);
}
.plan-card.org .plan-hero {
  background: linear-gradient(135deg, var(--sky) 0%, #d8e7f1 100%);
}
.plan-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.plan-card.self .plan-kicker {
  color: var(--t-deep);
}
.plan-card.couple .plan-kicker {
  color: var(--rose-ink);
}
.plan-card.family .plan-kicker {
  color: var(--gold-ink);
}
.plan-card.org .plan-kicker {
  color: var(--sky-ink);
}
.plan-name {
  font-family: var(--fh);
  font-size: 25px;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
  color: var(--ink);
}
.plan-tag {
font-family: var(--fh);
  font-style: italic;
  font-size: 13.5px;
  color: var(--ink-mid);
  margin: 0;
}
.plan-team {
  display: flex;
  margin: 18px 0 4px;
}
.plan-team-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2.5px solid white;
  display: grid;
  place-items: center;
  font-size: 15px;
  margin-left: -8px;
  box-shadow: 0 2px 8px rgba(31, 43, 55, 0.12);
  transition: transform 240ms var(--ease);
}
.plan-team-avatar:first-child {
  margin-left: 0;
}
.plan-card:hover .plan-team-avatar {
  transform: translateY(-3px);
}
.plan-card:hover .plan-team-avatar:nth-child(2) {
  transition-delay: 40ms;
}
.plan-card:hover .plan-team-avatar:nth-child(3) {
  transition-delay: 80ms;
}
.plan-card:hover .plan-team-avatar:nth-child(4) {
  transition-delay: 120ms;
}
.plan-card:hover .plan-team-avatar:nth-child(5) {
  transition-delay: 160ms;
}
.pta-doc {
  background: #d8e7f1;
}
.pta-psy {
  background: var(--t-tint);
}
.pta-diet {
  background: var(--sage);
}
.pta-yoga {
  background: var(--lilac);
}
.pta-ayur {
  background: var(--gold);
}
.pta-hr {
  background: var(--peach);
}
.plan-team-note {
  font-size: 10.5px;
  color: var(--ink-soft);
  font-weight: 600;
  margin-top: 6px;
}
.plan-body {
  padding: 22px 26px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.plan-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex: 1;
}
.plan-includes li {
  padding: 7px 0;
  font-size: 13px;
  color: var(--ink-mid);
  display: flex;
  gap: 10px;
  line-height: 1.5;
  border-bottom: 1px dashed var(--rule);
}
.plan-includes li:last-child {
  border: none;
}
.plan-includes .check {
  color: var(--success);
  font-weight: 700;
  flex-shrink: 0;
}
.plan-price {
  font-family: var(--fh);
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: -0.015em;
}
.plan-price small {
  font-size: 12px;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-weight: 500;
}
.plan-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px;
  border-radius: var(--r-pill);
  font-size: 13.5px;
  font-weight: 600;
  transition: all 260ms var(--ease);
  margin-top: 14px;
}
.plan-card.self .plan-cta {
  background: var(--t-deep);
  color: white;
}
.plan-card.self .plan-cta:hover {
  background: var(--t-ink, #265752);
  box-shadow: 0 8px 20px rgba(45, 107, 101, 0.3);
}
.plan-card.couple .plan-cta {
  background: var(--rose-deep);
  color: white;
}
.plan-card.couple .plan-cta:hover {
  box-shadow: 0 8px 20px rgba(176, 90, 104, 0.3);
}
.plan-card.family .plan-cta {
  background: var(--gold-deep);
  color: white;
}
.plan-card.family .plan-cta:hover {
  box-shadow: 0 8px 20px rgba(176, 136, 48, 0.3);
}
.plan-card.org .plan-cta {
  background: var(--sky-deep);
  color: white;
}
.plan-card.org .plan-cta:hover {
  box-shadow: 0 8px 20px rgba(74, 124, 155, 0.3);
}
.plan-ribbon {
  position: absolute;
  top: 14px;
  right: -30px;
  background: var(--rose-deep);
  color: white;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 34px;
  transform: rotate(38deg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1000px) {
  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .plans-grid {
    grid-template-columns: 1fr;
  }
}

/* Team-assembly connector animation */
@keyframes flowDash {
  to {
    stroke-dashoffset: -20;
  }
}
.flow-line {
  stroke-dasharray: 6 6;
  animation: flowDash 1.2s linear infinite;
}

/* ═══ V11.1 PREMIUM MOTION ═══ */
/* Reverse orbit variants (offsets handled by negative delays in HTML) */
.care-orbiter.rev {
  animation-direction: reverse;
}
.care-node.rev {
  animation-direction: reverse;
}

/* Breathing center */
@keyframes breathe {
  0%,
  100% {
    box-shadow: 0 8px 40px rgba(45, 107, 101, 0.22),
      0 0 0 10px rgba(61, 139, 132, 0.06), 0 0 0 22px rgba(61, 139, 132, 0.03);
  }
  50% {
    box-shadow: 0 8px 48px rgba(45, 107, 101, 0.3),
      0 0 0 16px rgba(61, 139, 132, 0.09), 0 0 0 34px rgba(61, 139, 132, 0.04);
  }
}
.breathe {
  animation: breathe 4.5s ease-in-out infinite;
}

/* Sparks traveling the rings */
.ring-spark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--t);
  box-shadow: 0 0 10px var(--t-glow), 0 0 20px rgba(61, 139, 132, 0.4);
  z-index: 2;
}
.spark-1 {
  animation: sparkOrbit1 9s linear infinite;
}
.spark-2 {
  background: var(--gold-deep);
  box-shadow: 0 0 10px rgba(176, 136, 48, 0.5);
  animation: sparkOrbit2 14s linear infinite;
}
@keyframes sparkOrbit1 {
  from {
    transform: rotate(0deg) translateX(130px) translate(-50%, -50%);
  }
  to {
    transform: rotate(360deg) translateX(130px) translate(-50%, -50%);
  }
}
@keyframes sparkOrbit2 {
  from {
    transform: rotate(90deg) translateX(200px) translate(-50%, -50%);
  }
  to {
    transform: rotate(-270deg) translateX(200px) translate(-50%, -50%);
  }
}
@media (max-width: 520px) {
  @keyframes sparkOrbit1 {
    from {
      transform: rotate(0deg) translateX(95px) translate(-50%, -50%);
    }
    to {
      transform: rotate(360deg) translateX(95px) translate(-50%, -50%);
    }
  }
  @keyframes sparkOrbit2 {
    from {
      transform: rotate(90deg) translateX(145px) translate(-50%, -50%);
    }
    to {
      transform: rotate(-270deg) translateX(145px) translate(-50%, -50%);
    }
  }
}

/* Aurora hero wash */
.hero {
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      ellipse 60% 45% at 22% 18%,
      rgba(61, 139, 132, 0.1) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 50% 42% at 82% 32%,
      rgba(176, 136, 48, 0.08) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 55% 50% at 60% 90%,
      rgba(176, 90, 104, 0.06) 0%,
      transparent 65%
    );
  animation: aurora 16s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}
@keyframes aurora {
  0% {
    opacity: 0.7;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(-14px) scale(1.04);
  }
}
.hero .wrap {
  position: relative;
  z-index: 1;
}

/* 3D tilt with glare (JS-driven) */
.tilt {
  transform-style: preserve-3d;
  position: relative;
}
.tilt .glare {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle at var(--gx, 50%) var(--gy, 50%),
    rgba(255, 255, 255, 0.28) 0%,
    transparent 55%
  );
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
  z-index: 3;
}
.tilt:hover .glare {
  opacity: 1;
}

/* Kicker underline draw-in */
.kicker-pill {
  position: relative;
}
.reveal.in .kicker-pill::after,
.sec-hd.in .kicker-pill::after {
  transform: scaleX(1);
}
.kicker-pill::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 4px;
  height: 1.5px;
  background: currentColor;
  opacity: 0.35;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 900ms var(--ease) 300ms;
}

/* Button ripple */
.btn {
  position: relative;
  overflow: hidden;
}
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transform: scale(0);
  animation: rippleRun 650ms ease-out forwards;
  pointer-events: none;
}
@keyframes rippleRun {
  to {
    transform: scale(3.2);
    opacity: 0;
  }
}

/* Section heading accent shimmer on reveal */
.sec-hd h2 em.g {
  background: linear-gradient(
    110deg,
    currentColor 45%,
    rgba(255, 255, 255, 0.9) 50%,
    currentColor 55%
  );
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: none;
}
.sec-hd.in h2 em.g,
.reveal.in h2 em.g {
  animation: textSheen 2.2s ease-out 500ms 1;
}
@keyframes textSheen {
  from {
    background-position: 120% 0;
  }
  to {
    background-position: -30% 0;
  }
}

/* Floating gentle idle on assess + calc icons */
@keyframes gentleFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.assess-card:hover .assess-icon,
.calc-card:hover .calc-icon {
  animation: gentleFloat 1.8s ease-in-out infinite;
}

/* Track/specialty card icon pop */
.specialty-card:hover .specialty-icon {
  transform: scale(1.18) rotate(-6deg);
}
.specialty-icon {
  transition: transform 320ms var(--ease);
}

/* Smooth scrolling site-wide */
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}

/* ═══ V11.2 SERVICE-STORY ANIMATIONS ═══ */

/* SESSION MOCK — a session in progress */
.session-live-dot {
  animation: pulse-dot 1.6s infinite;
}
.session-mock-video-avatar {
  animation: speakGlow 3.5s ease-in-out infinite;
}
@keyframes speakGlow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(110, 200, 190, 0);
  }
  25% {
    box-shadow: 0 0 0 8px rgba(110, 200, 190, 0.18);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(110, 200, 190, 0.08);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(110, 200, 190, 0.15);
  }
}
.session-mock-notes-item {
  opacity: 0;
  transform: translateX(10px);
}
.in .session-mock-notes-item {
  animation: noteIn 500ms var(--ease) forwards;
}
.in .session-mock-notes-item:nth-child(2) {
  animation-delay: 400ms;
}
.in .session-mock-notes-item:nth-child(3) {
  animation-delay: 800ms;
}
.in .session-mock-notes-item:nth-child(4) {
  animation-delay: 1200ms;
}
.in .session-mock-notes-item:nth-child(5) {
  animation-delay: 1600ms;
}
@keyframes noteIn {
  to {
    opacity: 1;
    transform: none;
  }
}
.typing-dots {
  display: inline-flex;
  gap: 3px;
  margin-left: 6px;
  vertical-align: middle;
}
.typing-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  animation: typeBounce 1.2s ease-in-out infinite;
}
.typing-dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.typing-dots span:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes typeBounce {
  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}
.session-ctrl {
  transition: transform 240ms var(--ease), background 240ms ease;
}
.session-ctrl:hover {
  transform: translateY(-4px) scale(1.1);
}

/* OUTCOME BARS — grow from zero when seen (recovery over weeks) */
.outcome-arc-bar {
  height: 8px !important;
  transition: height 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}
.outcome-arc.in .outcome-arc-bar {
  height: var(--h) !important;
}
.outcome-arc.in .outcome-arc-bar:nth-child(1) {
  transition-delay: 0ms;
}
.outcome-arc.in .outcome-arc-bar:nth-child(2) {
  transition-delay: 120ms;
}
.outcome-arc.in .outcome-arc-bar:nth-child(3) {
  transition-delay: 240ms;
}
.outcome-arc.in .outcome-arc-bar:nth-child(4) {
  transition-delay: 360ms;
}
.outcome-arc.in .outcome-arc-bar:nth-child(5) {
  transition-delay: 480ms;
}
.outcome-arc.in .outcome-arc-bar:nth-child(6) {
  transition-delay: 600ms;
}
.outcome-arc.in .outcome-arc-bar:nth-child(7) {
  transition-delay: 720ms;
}
.outcome-arc.in .outcome-arc-bar:nth-child(8) {
  transition-delay: 840ms;
}

/* SHOWCASE PLAN STEPS — care plan writes itself line by line */
.showcase-list li {
  opacity: 0;
  transform: translateY(10px);
}
.showcase-visual.in .showcase-list li {
  animation: noteIn 550ms var(--ease) forwards;
}
.showcase-visual.in .showcase-list li:nth-child(1) {
  animation-delay: 200ms;
}
.showcase-visual.in .showcase-list li:nth-child(2) {
  animation-delay: 500ms;
}
.showcase-visual.in .showcase-list li:nth-child(3) {
  animation-delay: 800ms;
}
.showcase-visual.in .showcase-list li:nth-child(4) {
  animation-delay: 1100ms;
}

/* YOGA — breathing guide ring (inhale 4s / exhale 4s) */
.breath-guide {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 auto 6px;
}
.breath-guide-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(123, 107, 168, 0.28) 0%,
    rgba(123, 107, 168, 0.08) 70%
  );
  animation: breathCycle 8s ease-in-out infinite;
}
.breath-guide-core {
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  background: var(--lilac-deep);
  opacity: 0.85;
  animation: breathCore 8s ease-in-out infinite;
}
.breath-guide-lbl {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: white;
  z-index: 2;
  animation: breathLbl 8s ease-in-out infinite;
}
@keyframes breathCycle {
  0%,
  100% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes breathCore {
  0%,
  100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes breathLbl {
  0%,
  45%,
  100% {
    opacity: 1;
  }
  48%,
  52% {
    opacity: 0.4;
  }
}

/* AYURVEDA — leaves drifting down like herbs settling */
.ayur-leaves {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
}
.ayur-leaf {
  position: absolute;
  top: -12%;
  font-size: 15px;
  opacity: 0;
  animation: leafFall var(--dur, 9s) linear var(--delay, 0s) infinite;
}
@keyframes leafFall {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(0deg);
  }
  8% {
    opacity: 0.55;
  }
  85% {
    opacity: 0.45;
  }
  100% {
    opacity: 0;
    transform: translateY(460px) rotate(300deg);
  }
}

/* HOMEOPATHY — droplet falls, ripples spread (potentisation) */
.homeo-drop-anim {
  position: relative;
  width: 70px;
  height: 74px;
  margin: 0 auto 6px;
}
.homeo-droplet {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
  animation: dropFall 3.4s ease-in infinite;
}
@keyframes dropFall {
  0%,
  55% {
    top: -4px;
    opacity: 0;
  }
  62% {
    opacity: 1;
  }
  80% {
    top: 34px;
    opacity: 1;
  }
  82%,
  100% {
    top: 34px;
    opacity: 0;
  }
}
.homeo-ripple {
  position: absolute;
  left: 50%;
  top: 48px;
  width: 12px;
  height: 5px;
  border: 1.5px solid var(--peach-deep);
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: rippleSpread 3.4s ease-out infinite;
}
.homeo-ripple:nth-child(3) {
  animation-delay: 0.25s;
}
.homeo-ripple:nth-child(4) {
  animation-delay: 0.5s;
}
@keyframes rippleSpread {
  0%,
  80% {
    opacity: 0;
    transform: translateX(-50%) scale(0.4);
  }
  84% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(4);
  }
}

/* VEDIC — slowly rotating chart ring */
.vedic-chakra {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 auto 6px;
}
.vedic-chakra svg {
  width: 100%;
  height: 100%;
  animation: chakraSpin 30s linear infinite;
}
@keyframes chakraSpin {
  to {
    transform: rotate(360deg);
  }
}
.vedic-chakra-star {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 19px;
  animation: starTwinkle 3s ease-in-out infinite;
}
@keyframes starTwinkle {
  0%,
  100% {
    opacity: 0.9;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(0.85);
  }
}

/* NUTRITION — plate fills (pie sweep) */
.nutri-plate {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 auto 6px;
}
.nutri-plate svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.nutri-plate .seg {
  fill: none;
  stroke-width: 12;
  stroke-dasharray: 0 200;
  transition: stroke-dasharray 1s var(--ease);
}
.showcase-visual.in .nutri-plate .seg-1 {
  stroke-dasharray: 66 200;
  transition-delay: 200ms;
}
.showcase-visual.in .nutri-plate .seg-2 {
  stroke-dasharray: 40 200;
  transition-delay: 700ms;
}
.showcase-visual.in .nutri-plate .seg-3 {
  stroke-dasharray: 28 200;
  transition-delay: 1200ms;
}
.nutri-plate-lbl {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 17px;
}

/* HOW-IT-WORKS — journey path: dot travels between steps */
.steps-grid {
  position: relative;
}
[data-jpanel] .step {
  position: relative;
}
[data-jpanel] .step::after {
  content: "";
  position: absolute;
  top: 26px;
  left: calc(100% - 8px);
  width: calc(100% - 60%);
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    var(--t-glow) 0 6px,
    transparent 6px 12px
  );
  opacity: 0.6;
}
[data-jpanel] .step:last-child::after {
  display: none;
}
@media (max-width: 1000px) {
  [data-jpanel] .step::after {
    display: none;
  }
}
.step-num {
  position: relative;
  overflow: visible;
}
.in .step-num::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  border: 2px solid var(--t-glow);
  opacity: 0;
  animation: stepPing 2.8s ease-out infinite;
}
.in .step:nth-child(1) .step-num::after {
  animation-delay: 0s;
}
.in .step:nth-child(2) .step-num::after {
  animation-delay: 0.9s;
}
.in .step:nth-child(3) .step-num::after {
  animation-delay: 1.8s;
}
@keyframes stepPing {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  45%,
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* ASSESSMENT CARDS — mini progress bar fills on hover (taking the test) */
.assess-progress {
  height: 4px;
  background: var(--rule);
  border-radius: 99px;
  overflow: hidden;
  margin-top: 10px;
}
.assess-progress i {
  display: block;
  height: 100%;
  width: 12%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--t) 0%, var(--t-deep) 100%);
  transition: width 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.assess-card:hover .assess-progress i {
  width: 100%;
}

/* COMPARE TABLE — checks pop in row by row */
.compare-yes::before,
.compare-no::before,
.compare-partial::before {
  display: inline-block;
}
.compare-wrap.in .compare-yes::before {
  animation: checkPop 420ms var(--ease) both;
}
.compare-wrap.in tr:nth-child(1) .compare-yes::before {
  animation-delay: 0.1s;
}
.compare-wrap.in tr:nth-child(2) .compare-yes::before {
  animation-delay: 0.2s;
}
.compare-wrap.in tr:nth-child(3) .compare-yes::before {
  animation-delay: 0.3s;
}
.compare-wrap.in tr:nth-child(4) .compare-yes::before {
  animation-delay: 0.4s;
}
.compare-wrap.in tr:nth-child(5) .compare-yes::before {
  animation-delay: 0.5s;
}
.compare-wrap.in tr:nth-child(6) .compare-yes::before {
  animation-delay: 0.6s;
}
.compare-wrap.in tr:nth-child(7) .compare-yes::before {
  animation-delay: 0.7s;
}
.compare-wrap.in tr:nth-child(8) .compare-yes::before {
  animation-delay: 0.8s;
}
.compare-wrap.in tr:nth-child(9) .compare-yes::before {
  animation-delay: 0.9s;
}
.compare-wrap.in tr:nth-child(10) .compare-yes::before {
  animation-delay: 1s;
}
.compare-wrap.in tr:nth-child(11) .compare-yes::before {
  animation-delay: 1.1s;
}
.compare-wrap.in tr:nth-child(12) .compare-yes::before {
  animation-delay: 1.2s;
}
@keyframes checkPop {
  0% {
    transform: scale(0) rotate(-30deg);
    opacity: 0;
  }
  70% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* APP MOCK — notifications arrive one by one, loop */
.app-mock-card {
  opacity: 0;
  transform: translateY(14px);
}
.app-mock.in .app-mock-card {
  animation: notifIn 600ms var(--ease) forwards;
}
.app-mock.in .app-mock-card:nth-child(2) {
  animation-delay: 0.5s;
}
.app-mock.in .app-mock-card:nth-child(3) {
  animation-delay: 1s;
}
.app-mock.in .app-mock-card:nth-child(4) {
  animation-delay: 1.5s;
}
.app-mock.in .app-mock-card:nth-child(5) {
  animation-delay: 2s;
}
@keyframes notifIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  60% {
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.app-mock-phone {
  animation: phoneFloat 5s ease-in-out infinite;
}
@keyframes phoneFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-0.5deg);
  }
  50% {
    transform: translateY(-8px) rotate(0.5deg);
  }
}

/* TESTIMONIAL STARS — pop in like rating being given */
.testimonial-card .testimonial-rating {
  letter-spacing: 3px;
}
.testimonial-card.in .testimonial-rating {
  background: linear-gradient(
    90deg,
    var(--gold-deep) var(--fill, 100%),
    var(--rule) var(--fill, 100%)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: starFill 1.2s ease-out both 0.3s;
}
@keyframes starFill {
  from {
    --fill: 0%;
  }
  to {
    --fill: 100%;
  }
}

/* MH CHIPS — cascade wave on reveal */
.mh-group.in .mh-chip {
  animation: chipIn 420ms var(--ease) both;
}
.mh-group.in .mh-chip:nth-child(1) {
  animation-delay: 0.05s;
}
.mh-group.in .mh-chip:nth-child(2) {
  animation-delay: 0.1s;
}
.mh-group.in .mh-chip:nth-child(3) {
  animation-delay: 0.15s;
}
.mh-group.in .mh-chip:nth-child(4) {
  animation-delay: 0.2s;
}
.mh-group.in .mh-chip:nth-child(5) {
  animation-delay: 0.25s;
}
.mh-group.in .mh-chip:nth-child(6) {
  animation-delay: 0.3s;
}
.mh-group.in .mh-chip:nth-child(7) {
  animation-delay: 0.35s;
}
.mh-group.in .mh-chip:nth-child(8) {
  animation-delay: 0.4s;
}
.mh-group.in .mh-chip:nth-child(9) {
  animation-delay: 0.45s;
}
.mh-group.in .mh-chip:nth-child(10) {
  animation-delay: 0.5s;
}
.mh-group.in .mh-chip:nth-child(11) {
  animation-delay: 0.55s;
}
@keyframes chipIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* PLAN CARDS — team avatars assemble on reveal (the team forms) */
.plan-card .plan-team-avatar {
  opacity: 0;
  transform: translateX(-16px) scale(0.7);
}
.plans-grid.in .plan-team-avatar {
  animation: teamJoin 520ms var(--ease) forwards;
}
.plans-grid.in .plan-team-avatar:nth-child(1) {
  animation-delay: 0.3s;
}
.plans-grid.in .plan-team-avatar:nth-child(2) {
  animation-delay: 0.45s;
}
.plans-grid.in .plan-team-avatar:nth-child(3) {
  animation-delay: 0.6s;
}
.plans-grid.in .plan-team-avatar:nth-child(4) {
  animation-delay: 0.75s;
}
.plans-grid.in .plan-team-avatar:nth-child(5) {
  animation-delay: 0.9s;
}
@keyframes teamJoin {
  from {
    opacity: 0;
    transform: translateX(-16px) scale(0.7);
  }
  70% {
    transform: translateX(2px) scale(1.06);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* EAP dashboard bars if present */
.dash-bar i,
.eap-bar i {
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform 900ms var(--ease);
}
.in .dash-bar i,
.in .eap-bar i {
  transform: scaleY(1);
}

/* ═══ V11.3 CONDITION-CYCLING CARE CIRCLE ═══ */
.care-node .care-node-ico,
.care-node .care-node-lbl {
  transition: opacity 350ms ease;
}
.care-node.swapping .care-node-ico,
.care-node.swapping .care-node-lbl {
  opacity: 0;
}
.care-node {
  transition: border-color 500ms ease, box-shadow 500ms ease;
}
.care-node.homeo {
  border-color: var(--peach-deep);
}
.care-node.fit {
  border-color: var(--rose-deep);
}
.care-node.med {
  border-color: var(--sky-deep);
}
.care-node.medi {
  border-color: #8a7bc0;
}
#careCondition {
  transition: opacity 350ms ease, transform 350ms ease;
  font-size: 14px;
  line-height: 1.15;
}
#careCenter.swapping #careCondition {
  opacity: 0;
  transform: translateY(6px);
}
#careTeamReadout {
  transition: opacity 350ms ease;
  display: inline-block;
  min-height: 32px;
}
.readout-swap {
  opacity: 0;
}
.care-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rule-strong);
  transition: all 300ms ease;
  cursor: pointer;
}
.care-dot.on {
  background: var(--t-deep);
  transform: scale(1.5);
}
@media (max-width: 520px) {
  #careCondition {
    font-size: 12px;
  }
}

/* ═══ V11.4 CIRCLE: TEXT CONTAINMENT + COLOR ═══ */
.care-node {
  width: 88px;
  height: 88px;
  padding: 7px 6px;
  gap: 3px;
  border-width: 0;
}
.care-node-ico {
  font-size: 20px;
}
.care-node-lbl {
  font-size: 7.6px;
  line-height: 1.18;
  text-align: center;
  max-width: 94%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: break-word;
  letter-spacing: 0.04em;
}
@media (max-width: 520px) {
  .care-node {
    width: 64px;
    height: 64px;
    padding: 5px 4px;
  }
  .care-node-ico {
    font-size: 14px;
  }
  .care-node-lbl {
    font-size: 6.2px;
  }
}

/* Colored gradient nodes with matching glow */
.care-node.med {
  background: linear-gradient(160deg, #eaf3fa 0%, #d3e5f2 100%);
  box-shadow: 0 6px 22px rgba(74, 124, 155, 0.32);
  color: var(--sky-ink);
}
.care-node.psy {
  background: linear-gradient(160deg, #e9f5f3 0%, #cbe7e3 100%);
  box-shadow: 0 6px 22px rgba(61, 139, 132, 0.34);
  color: var(--t-ink, #265752);
}
.care-node.diet {
  background: linear-gradient(160deg, #edf5ee 0%, #d3e6d6 100%);
  box-shadow: 0 6px 22px rgba(90, 133, 112, 0.32);
  color: var(--sage-ink);
}
.care-node.yoga {
  background: linear-gradient(160deg, #f1eef9 0%, #dfd8f0 100%);
  box-shadow: 0 6px 22px rgba(123, 107, 168, 0.32);
  color: var(--lilac-ink);
}
.care-node.ayur {
  background: linear-gradient(160deg, #f8f2e2 0%, #efe1bc 100%);
  box-shadow: 0 6px 22px rgba(176, 136, 48, 0.32);
  color: var(--gold-ink);
}
.care-node.homeo {
  background: linear-gradient(160deg, #fbf0e8 0%, #f4dcc9 100%);
  box-shadow: 0 6px 22px rgba(201, 125, 79, 0.32);
  color: var(--peach-ink);
}
.care-node.fit {
  background: linear-gradient(160deg, #f9edef 0%, #f0d5da 100%);
  box-shadow: 0 6px 22px rgba(176, 90, 104, 0.32);
  color: var(--rose-ink);
}
.care-node.medi {
  background: linear-gradient(160deg, #efedf8 0%, #dcd6f0 100%);
  box-shadow: 0 6px 22px rgba(138, 123, 192, 0.32);
  color: #4f4380;
}
.care-node.doc {
  background: linear-gradient(160deg, #eaf3fa 0%, #d3e5f2 100%);
  box-shadow: 0 6px 22px rgba(74, 124, 155, 0.32);
  color: var(--sky-ink);
}
.care-node.coach {
  background: linear-gradient(160deg, #f9edef 0%, #f0d5da 100%);
  box-shadow: 0 6px 22px rgba(176, 90, 104, 0.32);
  color: var(--rose-ink);
}
.care-node .care-node-lbl {
  color: inherit;
}

/* Conic color sweep ring between the two dashed rings */
.care-ring-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  height: 330px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    var(--t) 0%,
    var(--gold-deep) 20%,
    var(--rose-deep) 40%,
    var(--lilac-deep) 60%,
    var(--sky-deep) 80%,
    var(--t) 100%
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 3px),
    black calc(100% - 2.5px)
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 3px),
    black calc(100% - 2.5px)
  );
  opacity: 0.35;
  animation: sweepSpin 12s linear infinite;
}
@keyframes sweepSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (max-width: 520px) {
  .care-ring-sweep {
    width: 240px;
    height: 240px;
  }
}

/* Center themed per condition via --cc */
.care-circle {
  --cc: var(--t);
  --cc-soft: rgba(61, 139, 132, 0.14);
}
.care-center {
  transition: box-shadow 600ms ease;
}
.care-center.breathe {
  animation: none;
  box-shadow: 0 8px 40px var(--cc-soft), 0 0 0 10px var(--cc-soft),
    0 0 0 22px color-mix(in srgb, var(--cc) 5%, transparent);
}
.care-center::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--cc);
  opacity: 0.35;
  animation: centerPulse 4.5s ease-in-out infinite;
}
@keyframes centerPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.12;
  }
}
#careCondition {
  color: var(--cc);
  transition: color 500ms ease, opacity 350ms ease, transform 350ms ease;
}
.care-dot.on {
  background: var(--cc);
}

/* ═══ V11.5 — 14-COLOR NODE PALETTE ═══ */
.care-node.c-teal {
  background: linear-gradient(160deg, #e9f5f3, #c7e5e0);
  box-shadow: 0 6px 22px rgba(61, 139, 132, 0.34);
  color: #265752;
}
.care-node.c-sky {
  background: linear-gradient(160deg, #eaf3fa, #cfe3f1);
  box-shadow: 0 6px 22px rgba(74, 124, 155, 0.34);
  color: #2e5570;
}
.care-node.c-sage {
  background: linear-gradient(160deg, #edf5ee, #d0e5d4);
  box-shadow: 0 6px 22px rgba(90, 133, 112, 0.34);
  color: #3a5c4a;
}
.care-node.c-lilac {
  background: linear-gradient(160deg, #f1eef9, #dcd4ef);
  box-shadow: 0 6px 22px rgba(123, 107, 168, 0.34);
  color: #4f4380;
}
.care-node.c-gold {
  background: linear-gradient(160deg, #f8f2e2, #eddfb6);
  box-shadow: 0 6px 22px rgba(176, 136, 48, 0.34);
  color: #7a5d1e;
}
.care-node.c-peach {
  background: linear-gradient(160deg, #fbf0e8, #f3d9c4);
  box-shadow: 0 6px 22px rgba(201, 125, 79, 0.34);
  color: #8a5230;
}
.care-node.c-rose {
  background: linear-gradient(160deg, #f9edef, #efd2d8);
  box-shadow: 0 6px 22px rgba(176, 90, 104, 0.34);
  color: #7c3b47;
}
.care-node.c-terra {
  background: linear-gradient(160deg, #f7eee7, #ebd3c0);
  box-shadow: 0 6px 22px rgba(164, 90, 44, 0.34);
  color: #743f1e;
}
.care-node.c-mint {
  background: linear-gradient(160deg, #e8f6f1, #c5e8dc);
  box-shadow: 0 6px 22px rgba(64, 145, 120, 0.34);
  color: #2a6350;
}
.care-node.c-indigo {
  background: linear-gradient(160deg, #eceff9, #d2d9f0);
  box-shadow: 0 6px 22px rgba(84, 100, 168, 0.34);
  color: #39457e;
}
.care-node.c-coral {
  background: linear-gradient(160deg, #fbefea, #f5d3c6);
  box-shadow: 0 6px 22px rgba(206, 106, 76, 0.34);
  color: #8d4229;
}
.care-node.c-plum {
  background: linear-gradient(160deg, #f4edf5, #e4d0e7);
  box-shadow: 0 6px 22px rgba(142, 88, 150, 0.34);
  color: #5f3766;
}
.care-node.c-olive {
  background: linear-gradient(160deg, #f2f4e8, #dee3c3);
  box-shadow: 0 6px 22px rgba(124, 134, 60, 0.34);
  color: #565e24;
}
.care-node.c-cyan {
  background: linear-gradient(160deg, #e8f4f6, #c7e5ea);
  box-shadow: 0 6px 22px rgba(58, 138, 152, 0.34);
  color: #265e68;
}

/* ═══ V12 ═══ */
/* PRICING — combined card assembles from parts */
.combo-build {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 14px;
  flex-wrap: wrap;
  min-height: 30px;
}
.combo-chip {
  padding: 5px 11px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(-14px) scale(0.8);
}
.combo-chip.a {
  background: var(--sky);
  color: var(--sky-ink);
}
.combo-chip.b {
  background: var(--t-tint);
  color: var(--t-deep);
}
.combo-chip.c {
  background: var(--sage);
  color: var(--sage-ink);
}
.combo-plus {
  font-weight: 700;
  color: var(--ink-faint);
  opacity: 0;
}
.pricing-card.in .combo-chip {
  animation: comboDrop 500ms var(--ease) forwards;
}
.pricing-card.in .combo-chip.a {
  animation-delay: 0.2s;
}
.pricing-card.in .combo-chip.b {
  animation-delay: 0.55s;
}
.pricing-card.in .combo-chip.c {
  animation-delay: 0.9s;
}
.pricing-card.in .combo-plus {
  animation: noteIn 300ms ease forwards;
}
.pricing-card.in .combo-plus.p1 {
  animation-delay: 0.45s;
}
.pricing-card.in .combo-plus.p2 {
  animation-delay: 0.8s;
}
@keyframes comboDrop {
  60% {
    opacity: 1;
    transform: translateY(3px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.pricing-strike {
  font-size: 13px;
  color: var(--ink-faint);
  text-decoration: line-through;
  font-weight: 500;
  margin-right: 6px;
  opacity: 0;
}
.pricing-card.in .pricing-strike {
  animation: noteIn 400ms ease 1.5s forwards;
}

/* FOUNDER SIGNATURE — draws itself */
.sign-svg {
  display: block;
  margin-top: 10px;
  height: 54px;
  width: 210px;
}
.sign-svg path {
  stroke: var(--t-deep);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 620;
  stroke-dashoffset: 620;
}
.in .sign-svg path {
  animation: signDraw 2.4s cubic-bezier(0.4, 0, 0.3, 1) 0.4s forwards;
}
@keyframes signDraw {
  to {
    stroke-dashoffset: 0;
  }
}

/* EAP DASHBOARD — bars chart themselves */
.dashboard-bar-fill {
  width: 0 !important;
  transition: width 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}
.eap-visual.in .dashboard-bar-fill {
  width: var(--w) !important;
}
.eap-visual.in .dashboard-row:nth-child(2) .dashboard-bar-fill {
  transition-delay: 0.15s;
}
.eap-visual.in .dashboard-row:nth-child(3) .dashboard-bar-fill {
  transition-delay: 0.35s;
}
.eap-visual.in .dashboard-row:nth-child(4) .dashboard-bar-fill {
  transition-delay: 0.55s;
}

/* LEAD CAPTURE */
.lead-sec {
  background: linear-gradient(
    135deg,
    var(--t-wash) 0%,
    var(--paper-warm) 55%,
    #f4ede6 100%
  );
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.lead-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.lead-ctas {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 26px;
}
.lead-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: var(--r-xl);
  background: var(--paper);
  border: 1.5px solid var(--rule);
  transition: all 280ms var(--ease);
  position: relative;
  overflow: hidden;
}
.lead-cta:hover {
  transform: translateX(6px);
  box-shadow: var(--sh-2);
  border-color: var(--t);
}
.lead-cta-ico {
  width: 46px;
  height: 46px;
  border-radius: var(--r);
  display: grid;
  place-items: center;
  font-size: 20px;
  flex-shrink: 0;
}
.lead-cta.pay .lead-cta-ico {
  background: var(--t-tint);
  color: var(--t-deep);
}
.lead-cta.wa .lead-cta-ico {
  background: #e7f6ec;
  color: #1fa855;
}
.lead-cta-title {
  font-family: var(--fh);
  font-size: 17px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.lead-cta-sub {
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-top: 2px;
}
.lead-cta .arrow {
  margin-left: auto;
  color: var(--t-deep);
  font-size: 18px;
}
.lead-form {
  background: var(--paper);
  border-radius: var(--r-2xl);
  border: 1px solid var(--rule);
  box-shadow: var(--sh-3);
  padding: 34px;
  position: relative;
  overflow: hidden;
}
.lead-form h3 {
  font-family: var(--fh);
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 4px;
  letter-spacing: -0.015em;
}
.lead-form-sub {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 22px;
}
.lead-field {
  margin-bottom: 14px;
}
.lead-field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 6px;
}
.lead-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--rule);
  border-radius: var(--r);
  font-size: 14px;
      font-family: Montserrat-Medium;
  background: var(--paper-warm);
  transition: all 220ms ease;
  box-sizing: border-box;
}
.lead-input:focus {
  outline: none;
  border-color: var(--t);
  background: var(--paper);
  box-shadow: 0 0 0 4px var(--t-tint);
}
.lead-experts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
  min-height: 32px;
}
.lead-exp-chip {
  padding: 6px 12px;
  border-radius: 99px;
  font-size: 11.5px;
  font-weight: 600;
  border: 1.5px solid var(--rule);
  background: var(--paper-warm);
  color: var(--ink-mid);
  cursor: pointer;
  transition: all 200ms ease;
  user-select: none;
  animation: chipIn 350ms var(--ease) both;
}
.lead-exp-chip.on {
  background: var(--t-deep);
  border-color: var(--t-deep);
  color: white;
  box-shadow: 0 3px 10px rgba(45, 107, 101, 0.3);
}
.lead-submit {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: var(--r-pill);
  background: var(--t-deep);
  color: white;
  font-size: 14.5px;
  font-weight: 600;
      font-family: Montserrat-Medium;
  cursor: pointer;
  transition: all 260ms var(--ease);
  margin-top: 8px;
}
.lead-submit:hover {
  background: #265752;
  box-shadow: 0 10px 24px rgba(45, 107, 101, 0.35);
  transform: translateY(-2px);
}
.lead-privacy {
  font-size: 10.5px;
  color: var(--ink-soft);
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}
.lead-thanks {
  position: absolute;
  inset: 0;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 450ms ease;
  z-index: 5;
}
.lead-thanks.show {
  opacity: 1;
  pointer-events: auto;
}
.lead-thanks-ico {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--t-tint);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.lead-thanks-ico svg {
  width: 36px;
  height: 36px;
}
.lead-thanks-ico svg path {
  stroke: var(--t-deep);
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
}
.lead-thanks.show .lead-thanks-ico svg path {
  animation: signDraw 800ms ease 0.3s forwards;
}
.lead-thanks h4 {
  font-family: var(--fh);
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
}
.lead-thanks p {
  font-size: 13.5px;
  color: var(--ink-mid);
  line-height: 1.6;
  max-width: 340px;
  margin: 0;
}
@media (max-width: 1000px) {
  .lead-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* hero compact lead card */
.hero-lead {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 18px;
  margin-top: 14px;
  width: 100%;
  max-width: 420px;
  box-shadow: var(--sh-2);
  position: relative;
  overflow: hidden;
}
.hero-lead-hd {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-mid);
  margin-bottom: 12px;
  text-align: center;
}
.hero-lead-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}
.hero-lead .lead-input {
  padding: 10px 13px;
  font-size: 13px;
}
.hero-lead .lead-experts {
  margin-top: 6px;
  gap: 5px;
}
.hero-lead .lead-exp-chip {
  padding: 4px 9px;
  font-size: 10px;
}
@media (max-width: 520px) {
  .hero-lead-row {
    grid-template-columns: 1fr;
  }
}

/* ============ v13 MERGE SECTIONS (namespaced hq13-) ============ */
.hq13-sec {
  position: relative;
  padding: clamp(56px, 7vw, 104px) 0;
  overflow: hidden;
}
.hq13-sec.wash {
  background: var(--t-wash);
}
.hq13-sec.cream {
  background: var(--cream);
}
.hq13-ph {
  outline: 1px dashed var(--gold-deep);
  outline-offset: 2px;
  border-radius: 4px;
}
.hq13-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
@media (max-width: 900px) {
  .hq13-grid2 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ---- care-path intake ---- */
.hq13-cp {
  max-width: 760px;
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-2xl);
  box-shadow: var(--sh-3);
  overflow: hidden;
}
.hq13-cp-head {
  padding: 16px 24px;
  border-bottom: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.hq13-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: var(--t-deep);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hq13-step {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
}
.hq13-cp-body {
  padding: 24px;
}
.hq13-cp-title {
  font-family: var(--fh);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 26px);
  margin-bottom: 4px;
}
.hq13-cp-hint {
  font-size: 14px;
  color: var(--ink-mid);
  margin-bottom: 18px;
}
.hq13-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.hq13-chip {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-2);
  background: var(--cream);
  border: 1px solid var(--rule-strong);
  padding: 9px 15px;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: all 0.16s ease;
}
.hq13-chip:hover {
  border-color: var(--t-glow);
  color: var(--t-deep);
  transform: translateY(-1px);
}
.hq13-chip.on {
  background: var(--t);
  color: #fff;
  border-color: var(--t);
}
.hq13-stage {
  position: relative;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
}
.hq13-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
}
.hq13-orbit.spin {
  animation: hq13spin 44s linear infinite;
}
@keyframes hq13spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.hq13-orbit.spin .hq13-node {
  animation: hq13counter 44s linear infinite;
}
@keyframes hq13counter {
  to {
    transform: var(--pos) rotate(-360deg);
  }
}
.hq13-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--t), var(--t-deep));
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 28px rgba(61, 139, 132, 0.3);
  z-index: 3;
  padding: 8px;
}
.hq13-hub .l {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
}
.hq13-hub .n {
  font-family: var(--fh);
  font-style: italic;
  font-size: 16px;
  line-height: 1.08;
  margin-top: 3px;
}
.hq13-node {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin: -33px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.05;
  box-shadow: var(--sh-2);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: opacity 0.4s ease,
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hq13-node.show {
  opacity: 1;
}
.hq13-node .ic {
  font-size: 17px;
  margin-bottom: 1px;
}
.hq13-teamline {
  font-size: 13.5px;
  color: var(--ink-mid);
  text-align: center;
  margin: 6px 0 16px;
}
.hq13-teamline b {
  color: var(--ink-2);
}
.hq13-cp-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
  max-width: 340px;
  margin: 0 auto;
}
.hq13-block {
  width: 100%;
  justify-content: center;
}
.hq13-foot {
  margin-top: 16px;
  font-size: 12px;
  color: var(--ink-soft);
  text-align: center;
  line-height: 1.5;
}
.hq13-foot a {
  color: var(--t-deep);
  font-weight: 600;
  text-decoration: none;
}

/* ---- AI triage ---- */
.hq13-triage-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-2xl);
  box-shadow: var(--sh-2);
  padding: 24px;
}
.hq13-chatline {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: flex-start;
}
.hq13-chatline .av {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: var(--t-tint);
}
.hq13-bubble {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 14px;
  border-top-left-radius: 4px;
  padding: 10px 14px;
  font-size: 13.5px;
  color: var(--ink-2);
  max-width: 82%;
}
.hq13-bubble.user {
  background: var(--t-tint);
  border-color: var(--t-glow);
  margin-left: auto;
  border-top-left-radius: 14px;
  border-top-right-radius: 4px;
}
.hq13-triage-meter {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.hq13-tl {
  flex: 1;
  text-align: center;
  padding: 10px 6px;
  border-radius: var(--r);
  font-size: 11px;
  font-weight: 600;
  border: 1px solid var(--rule);
}
.hq13-tl .big {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}
.hq13-tl.green {
  background: var(--sage);
  color: var(--sage-deep);
}
.hq13-tl.amber {
  background: var(--gold);
  color: var(--gold-deep);
  outline: 2px solid var(--gold-deep);
  outline-offset: -1px;
}
.hq13-tl.red {
  background: var(--rose);
  color: var(--rose-deep);
}
.hq13-feat {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.hq13-feat li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-2);
  margin-bottom: 12px;
  align-items: flex-start;
}
.hq13-feat .fi {
  flex: 0 0 22px;
  color: var(--t);
}
.hq13-note {
  margin-top: 16px;
  font-size: 12px;
  color: var(--ink-soft);
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: 11px 14px;
  line-height: 1.5;
}

/* ---- philosophy / connections ---- */
.hq13-conn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.hq13-conn-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  background: var(--paper);
  border: 1px solid var(--rule-strong);
  border-radius: var(--r-pill);
  padding: 9px 15px;
}
.hq13-conn-pill .arw {
  color: var(--t);
  font-weight: 700;
}

/* ---- Health OS ---- */
.hq13-os {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-2xl);
  box-shadow: var(--sh-3);
  padding: 22px;
}
.hq13-os-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}
.hq13-os-persona {
  font-size: 12px;
  color: var(--ink-soft);
  font-weight: 600;
}
.hq13-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.hq13-organ {
  border-radius: var(--r);
  padding: 12px 10px;
  text-align: center;
  border: 1px solid var(--rule);
  background: var(--cream);
}
.hq13-organ .em {
  font-size: 22px;
  display: block;
  margin-bottom: 4px;
}
.hq13-organ .on {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-2);
}
.hq13-organ .st {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 3px;
}
.hq13-organ.ok .st {
  color: var(--success);
}
.hq13-organ.mon {
  background: var(--gold);
  border-color: var(--gold-2);
}
.hq13-organ.mon .st {
  color: var(--gold-deep);
}
.hq13-organ.pri {
  background: var(--rose);
  border-color: var(--rose-2);
}
.hq13-organ.pri .st {
  color: var(--rose-deep);
}
.hq13-reading {
  margin-top: 16px;
  font-size: 13px;
  color: var(--ink-2);
  background: var(--t-wash);
  border: 1px solid var(--t-glow);
  border-radius: var(--r);
  padding: 12px 14px;
  line-height: 1.55;
}
.hq13-reading b {
  color: var(--t-deep);
}
.hq13-nba {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.hq13-nba li {
  display: flex;
  gap: 10px;
  font-size: 13.5px;
  color: var(--ink-2);
  margin-bottom: 9px;
  align-items: center;
}
.hq13-nba .num {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--t);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---- family doctor ---- */
.hq13-props {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 8px;
}
@media (max-width: 560px) {
  .hq13-props {
    grid-template-columns: 1fr;
  }
}
.hq13-prop {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 18px;
}
.hq13-prop .em {
  font-size: 22px;
}
.hq13-prop h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin: 8px 0 4px;
}
.hq13-prop p {
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.5;
}

/* ---- wearables ---- */
.hq13-dev {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.hq13-devcard {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 18px 20px;
  text-align: center;
  min-width: 130px;
}
.hq13-devcard .em {
  font-size: 28px;
}
.hq13-devcard .t {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  margin-top: 6px;
}
.hq13-devcard .v {
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: 2px;
}
.hq13-flow {
  text-align: center;
  font-size: 22px;
  color: var(--t);
  margin: 14px 0;
}

@media (prefers-reduced-motion: reduce) {
  .hq13-orbit.spin,
  .hq13-orbit.spin .hq13-node {
    animation: none !important;
  }
  .hq13-node {
    transition: opacity 0.2s ease;
  }
}

/* ============ v13 CTA JOURNEY ENGINE (namespaced hqj-) ============ */
.hqj-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(31, 43, 55, 0.5);
  backdrop-filter: blur(6px);
  overflow-y: auto;
}
.hqj-overlay.open {
  display: flex;
  animation: hqjFade 0.2s ease;
}
@keyframes hqjFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hqj-modal {
  width: min(560px, 100%);
  background: var(--paper);
  border-radius: var(--r-2xl);
  box-shadow: 0 24px 80px -12px rgba(31, 43, 55, 0.4);
  margin: auto 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 48px);
  animation: hqjRise 0.28s cubic-bezier(0.34, 1.4, 0.64, 1);
}
@keyframes hqjRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hqj-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--rule);
}
.hqj-brand {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 16px;
  color: var(--t-deep);
}
.hqj-brand span {
  color: var(--ink);
}
.hqj-close {
  width: 32px;
  height: 32px;
  border: 0;
  background: var(--cream);
  border-radius: 50%;
  font-size: 19px;
  color: var(--ink-mid);
  cursor: pointer;
  line-height: 1;
  transition: all 0.15s;
}
.hqj-close:hover {
  background: var(--rule-strong);
  color: var(--ink);
}
.hqj-progress {
  height: 3px;
  background: var(--rule);
}
.hqj-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--t), var(--t-glow));
  transition: width 0.4s ease;
}
.hqj-body {
  padding: 24px;
  overflow-y: auto;
}

.hqj-eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--t-deep);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
}
.hqj-h {
  font-family: var(--fh);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 6px;
  color: var(--ink);
}
.hqj-p {
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.55;
  margin-bottom: 18px;
}

.hqj-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.hqj-chip {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-2);
  background: var(--cream);
  border: 1px solid var(--rule-strong);
  padding: 10px 15px;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: all 0.15s;
}
.hqj-chip:hover {
  border-color: var(--t-glow);
  color: var(--t-deep);
  transform: translateY(-1px);
}
.hqj-chip.on {
  background: var(--t);
  color: #fff;
  border-color: var(--t);
}

.hqj-opts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hqj-opt {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  width: 100%;
  background: var(--paper);
  border: 1.5px solid var(--rule-strong);
  border-radius: var(--r-lg);
  padding: 14px 16px;
  cursor: pointer;
  transition: all 0.15s;
}
.hqj-opt:hover {
  border-color: var(--t-glow);
  background: var(--t-wash);
  transform: translateY(-1px);
}
.hqj-opt.on {
  border-color: var(--t);
  background: var(--t-wash);
}
.hqj-opt .oic {
  font-size: 24px;
  flex: 0 0 auto;
}
.hqj-opt .otxt {
  flex: 1;
}
.hqj-opt .ot {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.hqj-opt .od {
  font-size: 12.5px;
  color: var(--ink-mid);
  margin-top: 1px;
}
.hqj-opt .op {
  font-size: 13px;
  font-weight: 700;
  color: var(--t-deep);
  flex: 0 0 auto;
}

.hqj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
  gap: 8px;
}
.hqj-cell {
  text-align: center;
  padding: 11px 6px;
  border: 1.5px solid var(--rule-strong);
  border-radius: var(--r);
  cursor: pointer;
  font-size: 13px;
  transition: all 0.15s;
  background: var(--paper);
}
.hqj-cell:hover {
  border-color: var(--t-glow);
  background: var(--t-wash);
}
.hqj-cell.on {
  border-color: var(--t);
  background: var(--t);
  color: #fff;
}
.hqj-cell .cd {
  font-size: 11px;
  opacity: 0.7;
}
.hqj-cell.on .cd {
  opacity: 0.9;
}

.hqj-field {
  margin-bottom: 14px;
}
.hqj-field label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-2);
  margin-bottom: 5px;
}
.hqj-field input,
.hqj-field select,
.hqj-field textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--rule-strong);
  border-radius: var(--r);
  padding: 11px 13px;
  transition: border-color 0.15s;
}
.hqj-field input:focus,
.hqj-field select:focus,
.hqj-field textarea:focus {
  outline: none;
  border-color: var(--t);
  box-shadow: 0 0 0 3px var(--t-tint);
}
.hqj-err {
  font-size: 12px;
  color: var(--err);
  margin-top: 5px;
  display: none;
}
.hqj-err.show {
  display: block;
}

.hqj-actions {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.hqj-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14.5px;
  padding: 13px 18px;
  border-radius: var(--r-pill);
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.18s;
}
.hqj-btn.pri {
  background: var(--t);
  color: #fff;
  box-shadow: 0 6px 18px rgba(61, 139, 132, 0.24);
}
.hqj-btn.pri:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(61, 139, 132, 0.3);
}
.hqj-btn.pri:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.hqj-btn.ghost {
  flex: 0 0 auto;
  background: transparent;
  color: var(--ink-mid);
  border: 1px solid var(--rule-strong);
}
.hqj-btn.ghost:hover {
  color: var(--ink);
  border-color: var(--ink-soft);
}
.hqj-btn.wide {
  width: 100%;
  flex: none;
}

/* triage result bands */
.hqj-band {
  border-radius: var(--r-lg);
  padding: 16px 18px;
  margin-bottom: 16px;
}
.hqj-band .bt {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 3px;
}
.hqj-band .bd {
  font-size: 13.5px;
  line-height: 1.5;
}
.hqj-band.green {
  background: var(--sage);
  color: var(--sage-ink);
}
.hqj-band.green .bt {
  color: var(--sage-deep);
}
.hqj-band.amber {
  background: var(--gold);
  color: var(--gold-ink);
}
.hqj-band.amber .bt {
  color: var(--gold-deep);
}
.hqj-band.red {
  background: var(--rose);
  color: var(--rose-ink);
}
.hqj-band.red .bt {
  color: var(--rose-deep);
}
.hqj-teamchips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0 4px;
}
.hqj-tc {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* generating */
.hqj-gen {
  text-align: center;
  padding: 26px 0;
}
.hqj-spinner {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border: 4px solid var(--t-tint);
  border-top-color: var(--t);
  border-radius: 50%;
  animation: hqjSpin 1s linear infinite;
}
@keyframes hqjSpin {
  to {
    transform: rotate(360deg);
  }
}
.hqj-genstep {
  font-size: 13.5px;
  color: var(--ink-mid);
  margin: 5px 0;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.hqj-genstep.on {
  opacity: 1;
  color: var(--ink-2);
  font-weight: 500;
}

/* confirmation */
.hqj-check {
  width: 64px;
  height: 64px;
  margin: 4px auto 16px;
  border-radius: 50%;
  background: var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--sage-deep);
  animation: hqjPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes hqjPop {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.hqj-summary {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 16px 18px;
  margin: 16px 0;
  font-size: 13.5px;
}
.hqj-summary .row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px dashed var(--rule-strong);
}
.hqj-summary .row:last-child {
  border-bottom: 0;
}
.hqj-summary .k {
  color: var(--ink-mid);
}
.hqj-summary .v {
  color: var(--ink);
  font-weight: 600;
  text-align: right;
}
.hqj-next {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  text-align: left;
}
.hqj-next li {
  display: flex;
  gap: 10px;
  font-size: 13.5px;
  color: var(--ink-2);
  margin-bottom: 9px;
}
.hqj-next .n {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--t);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hqj-doccard {
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1.5px solid var(--rule-strong);
  border-radius: var(--r-lg);
  padding: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.15s;
}
.hqj-doccard:hover {
  border-color: var(--t-glow);
  background: var(--t-wash);
}
.hqj-doccard .dav {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--lilac);
  color: var(--lilac-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}
.hqj-doccard .dn {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
}
.hqj-doccard .dc {
  font-size: 12px;
  color: var(--ink-mid);
}
.hqj-samplenote {
  font-size: 11px;
  color: var(--gold-deep);
  background: var(--gold);
  border-radius: var(--r);
  padding: 7px 11px;
  margin-bottom: 12px;
  display: inline-block;
}
.hqj-fine {
  font-size: 11px;
  color: var(--ink-soft);
  text-align: center;
  margin-top: 14px;
  line-height: 1.5;
}
.hqj-crisis {
  font-size: 13px;
  line-height: 1.7;
  background: var(--rose);
  border-radius: var(--r-lg);
  padding: 14px 16px;
  color: var(--rose-ink);
  margin-bottom: 14px;
}
.hqj-crisis b {
  color: var(--rose-deep);
}
@media (prefers-reduced-motion: reduce) {
  .hqj-spinner {
    animation: none;
  }
  .hqj-modal,
  .hqj-overlay,
  .hqj-check {
    animation: none;
  }
}

/* hero care-plan buy button (in circle centre) */
.care-buy {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  margin-top: 7px;
  padding: 7px 12px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cc, #3d8b84), #2e6d67);
  color: #fff;
  cursor: pointer;
  font-family: var(--sans);
  line-height: 1.1;
  box-shadow: 0 4px 14px rgba(45, 107, 101, 0.3);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.care-buy:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 22px rgba(45, 107, 101, 0.42);
}
.care-buy .bp {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.care-buy .bl {
  font-size: 7.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  opacity: 0.9;
}
.care-plannote {
  font-size: 11.5px;
  color: var(--ink-soft);
  text-align: center;
  margin-top: -4px;
  line-height: 1.5;
}
.care-plannote b {
  color: var(--ink-2);
}
.care-plannote s {
  color: var(--ink-faint);
}

/* care-plan checkout rows */
.hqj-plan {
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: 14px;
}
.hqj-plan-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--rule);
}
.hqj-plan-row .pi {
  font-size: 19px;
  flex: 0 0 auto;
}
.hqj-plan-row .pn {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hqj-plan-row .pn b {
  font-size: 14px;
  color: var(--ink);
  font-weight: 600;
}
.hqj-plan-row .ps {
  font-size: 11.5px;
  color: var(--ink-soft);
}
.hqj-plan-row .pl {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-2);
}
.hqj-plan-tot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--ink-mid);
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
}
.hqj-plan-tot s {
  color: var(--ink-faint);
}
.hqj-plan-tot.save {
  color: var(--sage-deep);
  font-weight: 600;
  background: var(--sage);
}
.hqj-plan-tot.grand {
  border-bottom: 0;
  background: var(--t-wash);
  color: var(--ink);
  font-weight: 700;
  font-size: 16px;
  padding: 14px;
}
.hqj-plan-tot.grand span:last-child {
  color: var(--t-deep);
  font-size: 19px;
}

/* ═══════════ v13.5 VIBRANCY LAYER ═══════════ */
/* -- gradient ink accents: serif italics get a living underline -- */
h1 em.g,
h2 em.g {
  background: linear-gradient(120deg, var(--t-deep), #8e5896 45%, #ce6a4c 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: inkShift 9s ease-in-out infinite alternate;
}
@keyframes inkShift {
  to {
    background-position: 100% 0;
  }
}

/* -- kicker pills cycle the palette by section -- */
.kicker-pill {
  background: linear-gradient(120deg, var(--t-tint), var(--lilac));
  border: 1px solid rgba(123, 107, 168, 0.18);
}
section:nth-of-type(4n + 1) .kicker-pill {
  background: linear-gradient(120deg, var(--t-tint), var(--sage));
  border-color: rgba(90, 133, 112, 0.2);
}
section:nth-of-type(4n + 2) .kicker-pill {
  background: linear-gradient(120deg, var(--peach), var(--gold));
  border-color: rgba(176, 136, 48, 0.2);
}
section:nth-of-type(4n + 3) .kicker-pill {
  background: linear-gradient(120deg, var(--lilac), var(--rose));
  border-color: rgba(176, 90, 104, 0.2);
}
section:nth-of-type(4n) .kicker-pill {
  background: linear-gradient(120deg, var(--sky), var(--mint, #dff0ea));
  border-color: rgba(74, 124, 155, 0.2);
}

/* -- ambient colour blobs on key washes -- */
.hq13-sec.wash {
  background: radial-gradient(
      52vw 40vh at 8% 0%,
      rgba(123, 107, 168, 0.1),
      transparent 60%
    ),
    radial-gradient(
      46vw 38vh at 96% 100%,
      rgba(201, 125, 79, 0.1),
      transparent 60%
    ),
    var(--t-wash);
}
.hq13-sec.cream {
  background: radial-gradient(
      48vw 36vh at 92% 4%,
      rgba(61, 139, 132, 0.08),
      transparent 60%
    ),
    radial-gradient(
      40vw 30vh at 4% 96%,
      rgba(176, 90, 104, 0.07),
      transparent 55%
    ),
    var(--cream);
}

/* -- universal card life: lift + tint on hover -- */
.hq13-prop,
.hq13-devcard,
.hq13-triage-card,
.hq13-os,
.hqj-doccard,
.specialty-card,
.faq-item {
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.hq13-prop:hover,
.hq13-devcard:hover,
.specialty-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px -10px rgba(31, 43, 55, 0.18);
  border-color: var(--t-glow);
}

/* -- conn pills get colour + wiggle -- */
.hq13-conn-pill {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: default;
}
.hq13-conn-pill:hover {
  transform: translateY(-3px) rotate(-1deg);
  box-shadow: 0 10px 24px -8px rgba(31, 43, 55, 0.2);
}
.hq13-conn-pill:nth-child(1) {
  background: var(--lilac);
  border-color: transparent;
  color: var(--lilac-ink);
}
.hq13-conn-pill:nth-child(2) {
  background: var(--rose);
  border-color: transparent;
  color: var(--rose-ink);
}
.hq13-conn-pill:nth-child(3) {
  background: var(--sky);
  border-color: transparent;
  color: var(--sky-ink);
}
.hq13-conn-pill:nth-child(4) {
  background: var(--gold);
  border-color: transparent;
  color: var(--gold-ink);
}
.hq13-conn-pill:nth-child(5) {
  background: var(--sage);
  border-color: transparent;
  color: var(--sage-ink);
}

/* ═══════════ BENTO GRID ═══════════ */
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
  gap: 14px;
  margin-top: 28px;
}
@media (max-width: 900px) {
  .bento {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 135px;
  }
}
.bt {
  position: relative;
  border-radius: var(--r-xl);
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.34, 1.3, 0.64, 1),
    box-shadow 0.25s ease;
  text-decoration: none;
}
.bt:hover {
  transform: translateY(-5px) scale(1.015);
  box-shadow: 0 18px 44px -12px rgba(31, 43, 55, 0.24);
  z-index: 2;
}
.bt h4 {
  font-family: var(--fh);
  font-weight: 500;
  font-size: clamp(16px, 1.7vw, 21px);
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 3px;
}
.bt p {
  font-size: 12.5px;
  color: var(--ink-mid);
  line-height: 1.45;
}
.bt .bic {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 26px;
  transition: transform 0.3s ease;
}
.bt:hover .bic {
  transform: scale(1.25) rotate(-8deg);
}
.bt-w2 {
  grid-column: span 2;
}
.bt-h2 {
  grid-row: span 2;
}
.bt-teal {
  background: linear-gradient(145deg, var(--t-tint), var(--sage));
}
.bt-lilac {
  background: linear-gradient(145deg, var(--lilac), var(--sky));
}
.bt-peach {
  background: linear-gradient(145deg, var(--peach), var(--gold));
}
.bt-rose {
  background: linear-gradient(145deg, var(--rose), var(--peach));
}
.bt-sky {
  background: linear-gradient(145deg, var(--sky), var(--lilac));
}
.bt-sage {
  background: linear-gradient(145deg, var(--sage), var(--gold));
}
.bt .bstat {
  font-family: var(--fh);
  font-size: clamp(26px, 3vw, 38px);
  color: var(--t-deep);
  line-height: 1;
}
.bt .pulse-ring {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--t);
  box-shadow: 0 0 0 0 rgba(61, 139, 132, 0.5);
  animation: pulse 2.2s infinite;
}

/* quiz FAB */
.quiz-fab {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 19px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(120deg, #3d8b84, #8e5896, #ce6a4c);
  background-size: 220% 100%;
  animation: inkShift 6s ease-in-out infinite alternate;
  box-shadow: 0 10px 30px rgba(61, 139, 132, 0.4);
}
.quiz-fab:hover {
  transform: translateY(-3px);
}
@media (max-width: 640px) {
  .quiz-fab {
    bottom: 94px;
    right: 12px;
    padding: 11px 15px;
    font-size: 13px;
  }
}

/* a11y */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  background: var(--t);
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 12px 0;
  font-weight: 700;
}
.skip-link:focus {
  left: 0;
}
:focus-visible {
  outline: 3px solid var(--t);
  outline-offset: 2px;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  h1 em.g,
  h2 em.g,
  .quiz-fab {
    animation: none;
  }
}

/* ═══ v13.6 GAP-CLOSURE LAYER ═══ */
/* scroll progress */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 10001;
  background: linear-gradient(90deg, var(--t), #8e5896, #ce6a4c);
  transition: width 0.1s linear;
}
/* back to top */
.to-top {
  position: fixed;
  left: 20px;
  bottom: 24px;
  z-index: 899;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--rule-strong);
  background: var(--paper);
  color: var(--t-deep);
  font-size: 18px;
  cursor: pointer;
  box-shadow: var(--sh-2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.2s ease;
}
.to-top.show {
  opacity: 1;
  pointer-events: auto;
}
.to-top:hover {
  transform: translateY(-3px);
}
/* hero concern picker */
.hero-pick {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.hero-pick select {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--t-deep);
  background: var(--paper);
  border: 1.5px solid var(--t-glow);
  border-radius: 999px;
  padding: 9px 34px 9px 16px;
  cursor: pointer;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path d="M1 1l4 4 4-4" stroke="%233D8B84" stroke-width="1.6" fill="none" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.hero-pick select:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--t-tint);
}
/* membership */
.member-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .member-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .member-grid {
    grid-template-columns: 1fr;
  }
}
.mem-card {
  position: relative;
  background: var(--paper);
  border: 1.5px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.mem-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px -14px rgba(31, 43, 55, 0.22);
}
.mem-card.hot {
  border-color: var(--t);
  box-shadow: 0 12px 36px -10px rgba(61, 139, 132, 0.25);
}
.mem-flag {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(120deg, var(--t), #8e5896);
  padding: 5px 13px;
  border-radius: 999px;
  white-space: nowrap;
}
.mem-ico {
  font-size: 26px;
}
.mem-name {
  font-family: var(--fh);
  font-weight: 500;
  font-size: 19px;
  margin: 10px 0 2px;
}
.mem-tag {
  font-size: 12px;
  color: var(--ink-mid);
  min-height: 32px;
}
.mem-price {
  margin: 12px 0 2px;
  font-family: var(--fh);
  font-size: 30px;
  color: var(--t-deep);
}
.mem-price small {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-soft);
  font-weight: 600;
}
.mem-bill {
  font-size: 11px;
  color: var(--ink-soft);
  margin-bottom: 12px;
}
.mem-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  flex: 1;
}
.mem-list li {
  font-size: 12.5px;
  color: var(--ink-2);
  padding: 5px 0;
  display: flex;
  gap: 7px;
  align-items: flex-start;
}
.mem-list .mk {
  color: var(--t);
  font-weight: 800;
  flex: 0 0 auto;
}
.mem-cta {
  width: 100%;
  justify-content: center;
}
/* assessment answer scale */
.hqj-scale {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.hqj-score {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
}
.hqj-score .sb {
  flex: 1;
  height: 10px;
  border-radius: 999px;
  background: var(--rule);
  overflow: hidden;
}
.hqj-score .sf {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--sage-deep),
    var(--gold-deep),
    var(--rose-deep)
  );
  transition: width 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hqj-score .sv {
  font-weight: 800;
  font-size: 14px;
  color: var(--ink);
}

/* ═══════════════ v14 SIGNATURE LAYER ═══════════════ */
/* -- 1. scroll-linked patient journey line (desktop) -- */
.journey-rail {
  position: fixed;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  height: min(58vh, 520px);
  width: 34px;
  z-index: 800;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .journey-rail {
    display: none;
  }
}
.journey-rail .jr-track {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--rule);
}
.journey-rail .jr-fill {
  position: absolute;
  left: 16px;
  top: 0;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, var(--t), #8e5896, #ce6a4c);
  transition: height 0.15s linear;
}
.jr-dot {
  position: absolute;
  left: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--rule-strong);
  transition: all 0.3s ease;
  pointer-events: auto;
  cursor: pointer;
}
.jr-dot::after {
  content: attr(data-l);
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-mid);
  white-space: nowrap;
  opacity: 0;
  transition: all 0.25s ease;
}
.jr-dot:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.jr-dot.lit {
  background: var(--t);
  border-color: var(--t);
  box-shadow: 0 0 0 4px var(--t-tint);
}
.jr-dot.lit::after {
  color: var(--t-deep);
}
/* -- 2. city pin-drops -- */
.city-item {
  position: relative;
}
.city-item::before {
  content: "📍";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -9px;
  font-size: 15px;
  opacity: 0;
  transform: translateY(-26px);
}
.city-grid.pins-go .city-item::before {
  animation: pinDrop 0.55s cubic-bezier(0.34, 1.55, 0.55, 1) forwards;
  animation-delay: calc(var(--pi, 0) * 90ms);
}
@keyframes pinDrop {
  0% {
    opacity: 0;
    transform: translateY(-26px);
  }
  60% {
    opacity: 1;
    transform: translateY(3px);
  }
  80% {
    transform: translateY(-2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.city-item:hover {
  transform: translateY(-3px);
  border-color: var(--t-glow);
  box-shadow: 0 10px 24px -8px rgba(31, 43, 55, 0.16);
}
/* -- 3. logos: grayscale -> colour-warm on hover -- */
.logo-item {
  filter: grayscale(1) opacity(0.62);
  cursor: default;
}
.logo-item:hover {
  filter: grayscale(0) opacity(1);
  color: var(--t-deep);
  background: var(--t-tint);
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 10px 26px -10px rgba(61, 139, 132, 0.3);
}
/* -- 4. newsletter paper-plane -- */
.nl-plane {
  display: inline-block;
  font-size: 22px;
  animation: planeFly 1.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes planeFly {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  55% {
    transform: translate(90px, -34px) rotate(14deg);
    opacity: 1;
  }
  100% {
    transform: translate(240px, -90px) rotate(22deg);
    opacity: 0;
  }
}
/* -- 5. rendering performance: below-fold sections render lazily -- */
/* -- 6. selection + micro-harmony -- */
::selection {
  background: var(--t);
  color: #fff;
}
.hero-pick {
  margin-top: 12px;
}
.hero-pick select:hover {
  border-color: var(--t);
}
@media (prefers-reduced-motion: reduce) {
  .city-grid.pins-go .city-item::before {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .nl-plane {
    animation: none;
  }
}

/* ═══════════════ v15 FINAL LAYER ═══════════════ */
/* -- A. background variety: each major zone gets its own tinted atmosphere -- */
#triage {
  background: radial-gradient(
      56vw 44vh at 90% 0%,
      var(--lilac),
      transparent 62%
    ),
    radial-gradient(44vw 36vh at 4% 100%, var(--sky), transparent 58%),
    var(--cream);
}
#integrated {
  background: linear-gradient(
    160deg,
    var(--gold) 0%,
    var(--cream) 42%,
    var(--peach) 100%
  );
}
#membership {
  background: radial-gradient(52vw 42vh at 6% 6%, var(--peach), transparent 60%),
    radial-gradient(48vw 40vh at 96% 96%, var(--gold), transparent 60%),
    var(--cream);
}
#health-os {
  background: radial-gradient(54vw 44vh at 92% 4%, var(--sky), transparent 62%),
    radial-gradient(40vw 34vh at 6% 96%, var(--t-tint), transparent 56%),
    var(--cream);
}
#wearables {
  background: linear-gradient(
    150deg,
    var(--mint, #dff0ea) 0%,
    var(--cream) 46%,
    var(--cyan, #dff0f2) 100%
  );
}
#family-doctor {
  background: radial-gradient(52vw 42vh at 8% 0%, var(--terra), transparent 60%),
    radial-gradient(44vw 36vh at 96% 100%, var(--rose), transparent 58%),
    var(--cream);
}
#life-areas {
  background: radial-gradient(50vw 40vh at 94% 6%, var(--rose), transparent 60%),
    radial-gradient(46vw 38vh at 4% 94%, var(--lilac), transparent 58%),
    var(--cream);
}
.city-sec {
  background: linear-gradient(160deg, var(--sky) 0%, var(--cream) 55%);
}
/* per-zone heading ink to match its atmosphere */
#triage h2 em.g {
  background-image: linear-gradient(
    120deg,
    var(--lilac-deep),
    var(--sky-deep) 60%,
    var(--t-deep)
  );
}
#membership h2 em.g {
  background-image: linear-gradient(
    120deg,
    var(--gold-deep),
    var(--terra-deep) 55%,
    var(--rose-deep)
  );
}
#health-os h2 em.g {
  background-image: linear-gradient(
    120deg,
    var(--sky-deep),
    var(--t-deep) 60%,
    var(--sage-deep)
  );
}
#family-doctor h2 em.g {
  background-image: linear-gradient(
    120deg,
    var(--terra-deep),
    var(--rose-deep) 60%,
    var(--plum-deep, #8e5896)
  );
}
#life-areas h2 em.g {
  background-image: linear-gradient(
    120deg,
    var(--rose-deep),
    var(--lilac-deep) 60%,
    var(--sky-deep)
  );
}

/* -- B. life-area hub cards -- */
.la-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
@media (max-width: 960px) {
  .la-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .la-grid {
    grid-template-columns: 1fr;
  }
}
.la-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-xl);
  padding: 22px;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.la-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px -12px rgba(31, 43, 55, 0.2);
}
.la-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.la-ico {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex: 0 0 auto;
}
.la-title {
  font-family: var(--fh);
  font-weight: 500;
  font-size: 18px;
  color: var(--ink);
}
.la-cnt {
  font-size: 11.5px;
  color: var(--ink-soft);
  font-weight: 600;
}
.la-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.la-tag {
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink-mid);
  border: 1px solid var(--rule);
}
.la-links {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--rule-strong);
}
.la-links a {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--t-deep);
  text-decoration: none;
}
.la-links a:hover {
  text-decoration: underline;
}
.la-card.c1 .la-ico {
  background: var(--lilac);
}
.la-card.c2 .la-ico {
  background: var(--rose);
}
.la-card.c3 .la-ico {
  background: var(--gold);
}
.la-card.c4 .la-ico {
  background: var(--sage);
}
.la-card.c5 .la-ico {
  background: var(--peach);
}
.la-card.c6 .la-ico {
  background: var(--sky);
}

/* -- C. workshops deep band -- */
.ws-band {
  background: linear-gradient(
    135deg,
    var(--t-deep) 0%,
    #4a3f6b 55%,
    #7a4460 100%
  );
  color: #fff;
  border-radius: var(--r-2xl);
  padding: clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
  box-shadow: 0 24px 60px -18px rgba(46, 63, 90, 0.45);
}
@media (max-width: 860px) {
  .ws-band {
    grid-template-columns: 1fr;
  }
}
.ws-band h2 {
  color: #fff;
}
.ws-band h2 em.g {
  background-image: linear-gradient(120deg, #fbe8b8, #f6c6a0 60%, #f0b9c9);
  -webkit-background-clip: text;
  background-clip: text;
}
.ws-band p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0 0;
}
.ws-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.ws-list li {
  display: flex;
  gap: 11px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  align-items: flex-start;
}
.ws-list .wm {
  color: #fbe8b8;
  font-weight: 800;
  flex: 0 0 auto;
}
.ws-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.ws-ctas .btn-light {
  background: #fff;
  color: var(--t-deep);
}
.ws-ctas .btn-line {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
}
.ws-ctas .btn-line:hover {
  border-color: #fff;
}

/* -- D. verified medical panel strip -- */
.mp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}
@media (max-width: 960px) {
  .mp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .mp-grid {
    grid-template-columns: 1fr;
  }
}
.mp-card {
  display: flex;
  gap: 13px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 15px 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mp-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -10px rgba(31, 43, 55, 0.16);
}
.mp-av {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  flex: 0 0 auto;
}
.mp-n {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}
.mp-c {
  font-size: 11.5px;
  color: var(--ink-mid);
  line-height: 1.4;
}
.mp-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: 800;
  color: var(--sage-deep);
  background: var(--sage);
  padding: 4px 9px;
  border-radius: 999px;
  white-space: nowrap;
  flex: 0 0 auto;
}

/* -- E. hero price anchor badge -- */
.hero-anchor {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--gold-deep);
  background: var(--gold);
  border: 1px solid var(--gold-2, #e8d9a8);
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 4px;
}
/* nav callback */
.nav-callback {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--t-deep);
  background: var(--t-tint);
  border: 1px solid var(--t-glow);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  margin-left: 10px;
  transition: transform 0.18s ease;
}
.nav-callback:hover {
  transform: translateY(-2px);
}
@media (max-width: 760px) {
  .nav-callback span.lbl {
    display: none;
  }
}

/* ═══════════ v16 MOTION + IMAGERY LAYER ═══════════ */
/* section-header underline draws itself on reveal */
.sec-hd h2 {
  position: relative;
  display: inline-block;
}
.sec-hd h2::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: -10px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--t), #8e5896, #ce6a4c);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.25s;
}
.sec-hd.reveal.in h2::after,
.sec-hd .reveal.in h2::after {
  transform: scaleX(1);
}
.sec-hd.in h2::after {
  transform: scaleX(1);
}
/* ambient floating orbs in colour zones */
#life-areas,
#membership,
#health-os,
#family-doctor,
#triage {
  position: relative;
  overflow: hidden;
}
#life-areas::before,
#membership::before,
#health-os::before,
#family-doctor::before,
#triage::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.45;
  animation: orbDrift 14s ease-in-out infinite alternate;
  pointer-events: none;
}
#triage::before {
  background: var(--lilac-deep);
  top: -80px;
  right: -60px;
  opacity: 0.18;
}
#life-areas::before {
  background: var(--rose-deep);
  bottom: -90px;
  left: -70px;
  opacity: 0.14;
}
#membership::before {
  background: var(--gold-deep);
  top: -70px;
  left: -80px;
  opacity: 0.15;
}
#health-os::before {
  background: var(--sky-deep);
  bottom: -80px;
  right: -70px;
  opacity: 0.16;
}
#family-doctor::before {
  background: var(--terra-deep);
  top: -70px;
  right: -60px;
  opacity: 0.15;
  animation-delay: -6s;
}
@keyframes orbDrift {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(48px, 34px) scale(1.18);
  }
}
/* primary CTA sheen sweep */
.btn-primary {
  position: relative;
  overflow: hidden;
}
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent,
    rgba(255, 255, 255, 0.42),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.6s ease;
}
.btn-primary:hover::after {
  left: 125%;
}
/* hero leaf decorations (verified live assets) */
.hero-leaf {
  position: absolute;
  width: 210px;
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
  animation: leafSway 9s ease-in-out infinite alternate;
}
.hero-leaf.tl {
  top: -24px;
  left: -30px;
  transform: rotate(-12deg);
}
.hero-leaf.br {
  bottom: -28px;
  right: -24px;
  transform: rotate(160deg);
  animation-delay: -4s;
}
@keyframes leafSway {
  from {
    translate: 0 0;
  }
  to {
    translate: 8px 12px;
  }
}
/* image polish */
img {
  max-width: 100%;
}
.hq-photo {
  border-radius: var(--r-xl);
  box-shadow: var(--sh-3);
  display: block;
}
.mp-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.mp-av {
  overflow: hidden;
  border: 2px solid var(--paper);
  box-shadow: 0 0 0 2px var(--t-glow);
}
/* press logo marquee */
.press-logos {
  overflow: hidden;
  margin: 26px 0 8px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}
.press-track {
  display: flex;
  gap: 44px;
  align-items: center;
  width: max-content;
  animation: pressScroll 36s linear infinite;
}
.press-logos:hover .press-track {
  animation-play-state: paused;
}
.press-track img {
  height: 30px;
  width: auto;
  filter: grayscale(1) opacity(0.65);
  transition: filter 0.25s ease, transform 0.25s ease;
}
.press-track img:hover {
  filter: grayscale(0) opacity(1);
  transform: scale(1.12);
}
@keyframes pressScroll {
  to {
    transform: translateX(-50%);
  }
}
/* eap + app imagery */
.eap-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 26px;
}
@media (max-width: 700px) {
  .eap-imgs {
    grid-template-columns: 1fr;
  }
}
.eap-imgs img {
  border-radius: var(--r-xl);
  box-shadow: var(--sh-2);
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.eap-imgs img:hover {
  transform: scale(1.03);
}
.app-shot {
  max-width: 340px;
  margin: 26px auto 0;
  display: block;
  animation: appFloat 5s ease-in-out infinite alternate;
  filter: drop-shadow(0 24px 40px rgba(31, 43, 55, 0.22));
}
@keyframes appFloat {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-14px);
  }
}
@media (prefers-reduced-motion: reduce) {
  #triage::before,
  #life-areas::before,
  #membership::before,
  #health-os::before,
  #family-doctor::before,
  .hero-leaf,
  .press-track,
  .app-shot {
    animation: none;
  }
  .sec-hd h2::after {
    transition: none;
    transform: scaleX(1);
  }
}



/* ===== SPACE CONDENSING (tighten vertical rhythm, keep all content) ===== */
section.sec,section[class*="sec"] {
  padding-top: clamp(30px, 4.5vw, 56px) !important;
  padding-bottom: clamp(30px, 4.5vw, 56px) !important;
}
.sec-hd {
  margin-bottom: clamp(16px, 2.5vw, 26px) !important;
}
.sec-hd .lede,
.lede {
  margin-top: 12px !important;
}
.block,
.reveal {
  margin-top: 0;
}
h2 {
  margin-bottom: 6px;
}
/* tighten the big grids' gaps a touch */
.ca-stats {
  gap: 10px !important;
  margin: 20px 0 !important;
}
.ca-feats {
  gap: 11px !important;
  margin: 16px 0 !important;
}
.ca-plans {
  gap: 10px !important;
  margin: 16px 0 !important;
}
.ca-stat {
  padding: 14px 12px !important;
}
.ca-feat {
  padding: 15px !important;
}
.xcare-list {
  gap: 9px !important;
  margin-top: 18px !important;
}
.xcare-sum {
  padding: 15px 18px !important;
}
.hqx-share-strip {
  margin: 18px auto 0 !important;
  padding: 14px 18px !important;
}
/* condense the trust/nav bars */
.specialty-tabs {
  margin-bottom: 14px !important;
}
.specialty-grid {
  gap: 10px !important;
}
/* reduce fallback CTA top margin */
.hqx-cta-added {
  margin-top: 16px !important;
}

/* ===== HERO CTA (replaces callback form) ===== */
.hero-lead-cta {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  max-width: 340px;
}
.btn-hero-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #f2a93b, #ff9142);
  color: #fff;
  border: 0;
  border-radius: 14px;
  padding: 15px 22px;
      font-family: Montserrat-Medium;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 10px 26px -8px rgba(242, 169, 59, 0.55);
  transition: 0.22s;
}
.btn-hero-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -8px rgba(242, 169, 59, 0.62);
}
.btn-hero-book .arrow {
  transition: transform 0.2s;
}
.btn-hero-book:hover .arrow {
  transform: translateX(3px);
}
.hero-lead-alt {
  font-size: 13px;
  font-weight: 600;
  color: #1f8a5a;
  text-decoration: none;
  text-align: center;
  padding: 6px;
}
.hero-lead-alt:hover {
  text-decoration: underline;
}

/* ===== LIGHT-COLOR CTA / PROCESS DISTINCTION ===== */
/* Primary book actions = warm amber; secondary/process = soft teal; explore = soft violet */
.hqx-btn.amber,
.btn-hero-book {
  --_g: linear-gradient(135deg, #f2a93b, #ff9142);
}
/* soft-tint the guided-flow option chips so processes read differently from CTAs */
.hqx-opt {
  background: linear-gradient(180deg, #f5faf9, #fff);
}
.hqx-opt:hover {
  background: #eaf6f3;
}
/* result/suggestion cards get a soft lift vs the action button */
.hqx-result {
  background: linear-gradient(160deg, #f3f9fe, #fff) !important;
  border-color: #dceaf5 !important;
}
/* step progress dots in a soft track */
.hqx-steps .st {
  background: #e9eff2;
}
.hqx-steps .st.on {
  background: #3d8b84;
}
/* section fallback CTAs: soft teal so they're clearly "an action" but calmer than hero */
.hqx-cta-added {
  background: linear-gradient(135deg, #3d8b84, #2e6d67) !important;
}
/* share buttons already colored; give the strip a soft rose tint to feel "for others" */
.hqx-share-strip {
  background: linear-gradient(135deg, #fdf3f5, #fff) !important;
  border-color: #f5d9df !important;
}
/* explore-care CTA soft violet to distinguish "browse" from "book" */
#explore-care .hqx-btn:not(.amber) {
  background: linear-gradient(135deg, #8a6db0, #6f5599) !important;
}

/* ===== SOFT COLOR-CODING BY SERVICE CATEGORY ===== */
:root {
  --cat-medical: #3b7ea1;
  --cat-medical-bg: #eaf3f8;
  --cat-mind: #3d8b84;
  --cat-mind-bg: #e6f2f1;
  --cat-nutrition: #5a9e5a;
  --cat-nutrition-bg: #ebf5eb;
  --cat-ayush: #c98a2b;
  --cat-ayush-bg: #fbf2e2;
  --cat-move: #e0794f;
  --cat-move-bg: #fceee7;
  --cat-vedic: #8a6db0;
  --cat-vedic-bg: #f1ecf8;
}
/* specialty tabs: tint by category (persistent, not just active) */
.specialty-tab[data-cat="medical"] .tab-dot {
  background: var(--cat-medical);
}
.specialty-tab[data-cat="mind"] .tab-dot {
  background: var(--cat-mind);
}
.specialty-tab[data-cat="nutrition"] .tab-dot {
  background: var(--cat-nutrition);
}
.specialty-tab[data-cat="ayush"] .tab-dot {
  background: var(--cat-ayush);
}
.specialty-tab[data-cat="move"] .tab-dot {
  background: var(--cat-move);
}
.specialty-tab[data-cat="vedic"] .tab-dot {
  background: var(--cat-vedic);
}
.specialty-tab[data-cat="medical"] {
  background: var(--cat-medical-bg);
  border-color: #cfe2ee;
}
.specialty-tab[data-cat="mind"] {
  background: var(--cat-mind-bg);
  border-color: #cfe8e5;
}
.specialty-tab[data-cat="nutrition"] {
  background: var(--cat-nutrition-bg);
  border-color: #d4e9d4;
}
.specialty-tab[data-cat="ayush"] {
  background: var(--cat-ayush-bg);
  border-color: #eddcc0;
}
.specialty-tab[data-cat="move"] {
  background: var(--cat-move-bg);
  border-color: #f2d9cc;
}
.specialty-tab[data-cat="vedic"] {
  background: var(--cat-vedic-bg);
  border-color: #e0d4ef;
}
.specialty-tab[data-cat="medical"] {
  color: var(--cat-medical);
}
.specialty-tab[data-cat="mind"] {
  color: var(--cat-mind);
}
.specialty-tab[data-cat="nutrition"] {
  color: var(--cat-nutrition);
}
.specialty-tab[data-cat="ayush"] {
  color: var(--cat-ayush);
}
.specialty-tab[data-cat="move"] {
  color: var(--cat-move);
}
.specialty-tab[data-cat="vedic"] {
  color: var(--cat-vedic);
}
.specialty-tab[data-cat="medical"].active {
  background: var(--cat-medical-bg);
  border-color: var(--cat-medical);
  color: var(--cat-medical);
}
.specialty-tab[data-cat="mind"].active {
  background: var(--cat-mind-bg);
  border-color: var(--cat-mind);
  color: var(--cat-mind);
}
.specialty-tab[data-cat="nutrition"].active {
  background: var(--cat-nutrition-bg);
  border-color: var(--cat-nutrition);
  color: var(--cat-nutrition);
}
.specialty-tab[data-cat="ayush"].active {
  background: var(--cat-ayush-bg);
  border-color: var(--cat-ayush);
  color: var(--cat-ayush);
}
.specialty-tab[data-cat="move"].active {
  background: var(--cat-move-bg);
  border-color: var(--cat-move);
  color: var(--cat-move);
}
.specialty-tab[data-cat="vedic"].active {
  background: var(--cat-vedic-bg);
  border-color: var(--cat-vedic);
  color: var(--cat-vedic);
}
/* specialty cards: soft left-accent + icon tint per panel */
.specialty-grid[data-panel="medical"] .specialty-card {
  background: linear-gradient(180deg, var(--cat-medical-bg), #fff);
}
.specialty-grid[data-panel="mind"] .specialty-card {
  background: linear-gradient(180deg, var(--cat-mind-bg), #fff);
}
.specialty-grid[data-panel="nutrition"] .specialty-card {
  background: linear-gradient(180deg, var(--cat-nutrition-bg), #fff);
}
.specialty-grid[data-panel="ayush"] .specialty-card {
  background: linear-gradient(180deg, var(--cat-ayush-bg), #fff);
}
.specialty-grid[data-panel="move"] .specialty-card {
  background: linear-gradient(180deg, var(--cat-move-bg), #fff);
}
.specialty-grid[data-panel="vedic"] .specialty-card {
  background: linear-gradient(180deg, var(--cat-vedic-bg), #fff);
}
.specialty-grid[data-panel="medical"] .specialty-card:hover {
  border-color: var(--cat-medical);
}
.specialty-grid[data-panel="mind"] .specialty-card:hover {
  border-color: var(--cat-mind);
}
.specialty-grid[data-panel="nutrition"] .specialty-card:hover {
  border-color: var(--cat-nutrition);
}
.specialty-grid[data-panel="ayush"] .specialty-card:hover {
  border-color: var(--cat-ayush);
}
.specialty-grid[data-panel="move"] .specialty-card:hover {
  border-color: var(--cat-move);
}
.specialty-grid[data-panel="vedic"] .specialty-card:hover {
  border-color: var(--cat-vedic);
}
/* explore-care accordion: colored icon chips per panel */
.xcare-item .xcare-ic {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
#specialties .xcare-ic {
  background: var(--cat-medical-bg);
}
#mental-conditions .xcare-ic {
  background: var(--cat-mind-bg);
}
#life-areas .xcare-ic {
  background: var(--cat-vedic-bg);
}
#nutrition .xcare-ic {
  background: var(--cat-nutrition-bg);
}
#tracks .xcare-ic {
  background: var(--cat-ayush-bg);
}
.xcare-item[open]#specialties,
.xcare-item[open][id="specialties"] {
  border-color: var(--cat-medical);
}
/* trust-stat cards: rotate soft accent colors for visual rhythm */
.ca-stat:nth-child(6n + 1) {
  background: linear-gradient(180deg, var(--cat-medical-bg), #fff);
}
.ca-stat:nth-child(6n + 2) {
  background: linear-gradient(180deg, var(--cat-mind-bg), #fff);
}
.ca-stat:nth-child(6n + 3) {
  background: linear-gradient(180deg, var(--cat-nutrition-bg), #fff);
}
.ca-stat:nth-child(6n + 4) {
  background: linear-gradient(180deg, var(--cat-ayush-bg), #fff);
}
.ca-stat:nth-child(6n + 5) {
  background: linear-gradient(180deg, var(--cat-move-bg), #fff);
}
.ca-stat:nth-child(6n + 6) {
  background: linear-gradient(180deg, var(--cat-vedic-bg), #fff);
}
/* treatment feature cards: soft rotating tints */
.ca-feat:nth-child(3n + 1) {
  background: linear-gradient(160deg, var(--cat-mind-bg), #fff);
}
.ca-feat:nth-child(3n + 2) {
  background: linear-gradient(160deg, var(--cat-nutrition-bg), #fff);
}
.ca-feat:nth-child(3n + 3) {
  background: linear-gradient(160deg, var(--cat-ayush-bg), #fff);
}
/* panel-plan role rows: colored icon chips */
.fdp-ic {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--t-tint);
}
.fdp-row:nth-child(1) .fdp-ic {
  background: var(--cat-mind-bg);
}
.fdp-row:nth-child(2) .fdp-ic {
  background: var(--cat-medical-bg);
}
.fdp-row:nth-child(3) .fdp-ic {
  background: var(--cat-ayush-bg);
}
.fdp-row:nth-child(4) .fdp-ic {
  background: var(--cat-vedic-bg);
}
.fdp-row:nth-child(5) .fdp-ic {
  background: var(--cat-move-bg);
}

/* ===== MOBILE APP SHELL (PWA standalone) ===== */
:root {
  --hqx-tabbar-h: 64px;
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
}
body.hqx-app {
  padding-bottom: calc(var(--hqx-tabbar-h) + var(--safe-b));
  padding-top: var(--safe-t);
}
body.hqx-app .help-widget,
body.hqx-app #cookie,
body.hqx-app [class*="cookie"] {
  display: none !important;
}
.hqx-tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;
  display: none;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-top: 1px solid var(--line, #e1ebe7);
  padding-bottom: var(--safe-b);
  box-shadow: 0 -6px 24px -12px rgba(11, 61, 56, 0.25);
}
body.hqx-app .hqx-tabbar {
  display: flex;
}
.hqx-tab {
  flex: 1;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 9px 4px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: var(--ink-soft, #8496a0);
      font-family: Montserrat-Medium;
  font-size: 10.5px;
  font-weight: 600;
  transition: 0.15s;
  position: relative;
}
.hqx-tab .ti {
  font-size: 21px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.hqx-tab.on {
  color: var(--t-deep, #2e6d67);
}
.hqx-tab.on .ti {
  transform: translateY(-2px) scale(1.08);
}
.hqx-tab.book .tbook {
  position: absolute;
  top: -18px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f2a93b, #ff9142);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 8px 20px -6px rgba(242, 169, 59, 0.6);
  border: 4px solid #fff;
}
.hqx-tab.book .tlabel {
  margin-top: 36px;
  color: var(--amber-dk, #d98a1f);
}
.hqx-appbar {
  display: none;
  position: sticky;
  top: 0;
  z-index: 7000;
  background: var(--grad-hero, linear-gradient(135deg, #0b3d38, #1a7a6e));
  color: #fff;
  padding: calc(var(--safe-t) + 12px) 18px 12px;
  align-items: center;
  justify-content: space-between;
}
body.hqx-app .hqx-appbar {
  display: flex;
}
.hqx-appbar .ab-logo {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.hqx-appbar .ab-logo span {
  color: var(--amber, #f2a93b);
}
.hqx-appbar .ab-act {
  display: flex;
  gap: 10px;
}
.hqx-appbar .ab-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hqx-install {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 7500;
  background: #fff;
  border: 1px solid var(--line, #e1ebe7);
  border-radius: 16px;
  box-shadow: 0 16px 40px -12px rgba(11, 61, 56, 0.3);
  padding: 14px 16px;
  display: none;
  align-items: center;
  gap: 12px;
}
.hqx-install.show {
  display: flex;
  animation: hqxUp 0.4s ease;
}
.hqx-install .in-ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #0b3d38;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fh);
  font-weight: 700;
  font-size: 22px;
  flex-shrink: 0;
}
.hqx-install .in-tx {
  flex: 1;
}
.hqx-install .in-tx b {
  display: block;
  font-size: 13.5px;
  color: var(--ink, #1f2b37);
}
.hqx-install .in-tx span {
  font-size: 11.5px;
  color: var(--ink-mid, #57697c);
}
.hqx-install .in-go {
  background: var(--t, #3d8b84);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 9px 14px;
  font-weight: 700;
  font-size: 12.5px;
  cursor: pointer;
      font-family: Montserrat-Medium;
}
.hqx-install .in-x {
  background: none;
  border: 0;
  color: var(--ink-soft);
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
}
@media (min-width: 900px) {
  .hqx-install {
    max-width: 400px;
    left: auto;
    right: 20px;
  }
}

/* ===== MOBILE OVERFLOW + VIEWPORT FIXES ===== */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}
.marquee-wrap,
.press,
.press-track,
[class*="marquee"] {
  max-width: 100vw;
}
.press,
.press-sec,
[class*="press"] {
  overflow-x: hidden;
}
.marquee-row,
.marquee-wrap {
  overflow: hidden;
}
@media (max-width: 640px) {
  .help-widget {
    right: 8px !important;
    max-width: calc(100vw - 16px);
  }
}
/* keep the lead/tool modal inside the viewport on phones */
.hqx-modal {
  max-width: min(540px, calc(100vw - 24px));
}
.hqx-modal.wide {
  max-width: min(680px, calc(100vw - 24px));
}
@media (max-width: 480px) {
  .hqx-ov {
    padding: 12px;
  }
  .hqx-head {
    padding: 20px 18px 0;
  }
  .hqx-body {
    padding: 16px 18px 20px;
  }
  .hqx-row {
    grid-template-columns: 1fr;
  }
  .hqx-choice {
    grid-template-columns: 1fr;
  }
}
/* ===== SHARE THIS PAGE ===== */
.hqx-share {
  margin-top: 18px;
  border-top: 1px dashed var(--line, #e1ebe7);
  padding-top: 16px;
  text-align: center;
}
.hqx-share.nested {
  border-top: 0;
  padding-top: 0;
}
.hqx-share b {
  display: block;
  font-family: var(--fh);
  font-size: 15px;
  color: var(--ink, #1f2b37);
  margin-bottom: 3px;
}
.hqx-share p {
  font-size: 12.5px;
  color: var(--ink-mid, #57697c);
  margin-bottom: 12px;
  line-height: 1.5;
}
.hqx-share-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.hqx-sb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  padding: 9px 15px;
  border-radius: 10px;
  cursor: pointer;
  border: 1.5px solid var(--line, #e1ebe7);
  background: #fff;
  color: var(--ink-2, #354453);
  text-decoration: none;
  transition: 0.18s;
      font-family: Montserrat-Medium;
}
.hqx-sb:hover {
  transform: translateY(-2px);
  border-color: var(--t, #3d8b84);
}
.hqx-sb.wa {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}
.hqx-sb.tg {
  background: #2aabee;
  color: #fff;
  border-color: #2aabee;
}
.hqx-sb.em {
  background: var(--t-tint, #e6f2f1);
  color: var(--t-deep, #2e6d67);
  border-color: var(--t-tint, #e6f2f1);
}
.hqx-sb.cp {
  background: #fff;
}
/* inline share strip for placing inside sections */
.hqx-share-strip {
  max-width: 680px;
  margin: 26px auto 0;
  background: linear-gradient(135deg, var(--t-wash, #f5faf9), #fff);
  border: 1px solid var(--t-tint, #e6f2f1);
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.hqx-share-strip .ss-txt {
  flex: 1;
  min-width: 220px;
  text-align: left;
}
.hqx-share-strip .ss-txt b {
  font-family: var(--fh);
  font-size: 16px;
  color: var(--ink, #1f2b37);
  display: block;
}
.hqx-share-strip .ss-txt span {
  font-size: 12.5px;
  color: var(--ink-mid, #57697c);
}
@media (max-width: 560px) {
  .hqx-share-strip .ss-txt {
    text-align: center;
  }
}

/* ===== FAQ TWO-COLUMN LAYOUT ===== */
@media (min-width: 820px) {
  .faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: start;
  }
  .faq-item {
    margin: 0 !important;
  }
}
@media (max-width: 819px) {
  .faq-list .faq-item {
    margin-bottom: 10px;
  }
}

/* ===== HERO REORGANISATION (tighter, cohesive, balanced) ===== */
@media (min-width: 920px) {
  .hero-grid {
    grid-template-columns: 1.02fr 0.98fr !important;
    gap: 48px !important;
    align-items: center !important;
  }
}
.hero-content {
  max-width: 600px;
}
.care-circle {
  position: relative;
}
/* tighten vertical spacing of the floating blocks */
#careTeamReadout {
  margin-top: 10px !important;
  font-size: 13px !important;
  text-align: center;
  color: var(--ink-mid, #57697c);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.care-plannote {
  margin-top: 6px !important;
}
.hero-pick {
  margin-top: 14px !important;
}
.hero-reassure {
  margin: 16px auto 0 !important;
  text-align: center;
  max-width: 440px;
}
/* pull the whole hero tighter vertically */
section.hero {
  padding-top: clamp(20px, 3vw, 36px) !important;
  padding-bottom: clamp(28px, 4vw, 48px) !important;
}
/* the CTA cluster: constrain width and centre under the left copy */
.hero-lead-cta {
  max-width: 360px;
}

/* ===== BOOKING FLOW (expert → time → details → payment) ===== */
.bk-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.bk-step {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-soft, #8496a0);
}
.bk-step.on {
  color: var(--t-deep, #2e6d67);
}
.bk-step.done {
  color: var(--t, #3d8b84);
}
.bk-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: #e9eff2;
  color: var(--ink-soft);
}
.bk-step.on .bk-num {
  background: var(--t, #3d8b84);
  color: #fff;
}
.bk-step.done .bk-num {
  background: #2d8560;
  color: #fff;
}
.bk-sep {
  width: 16px;
  height: 2px;
  background: #e1ebe7;
  border-radius: 2px;
}
.bk-expert {
  display: flex;
  gap: 14px;
  align-items: center;
  background: linear-gradient(160deg, #f3f9fe, #fff);
  border: 1px solid #dceaf5;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
}
.bk-av {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--t, #3d8b84), #2e6d67);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fh);
  font-weight: 700;
  font-size: 22px;
}
.bk-ex-name {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 17px;
  color: var(--ink, #1f2b37);
}
.bk-ex-tag {
  font-size: 12.5px;
  color: var(--t-deep, #2e6d67);
  font-weight: 600;
  margin-top: 1px;
}
.bk-ex-meta {
  font-size: 11.5px;
  color: var(--ink-soft, #8496a0);
  margin-top: 2px;
}
.bk-blurb {
  font-size: 12.5px;
  color: var(--ink-mid, #57697c);
  line-height: 1.55;
  margin-bottom: 12px;
}
.bk-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.bk-fact {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--ink-2, #354453);
  background: #f5faf9;
  border: 1px solid var(--line, #e1ebe7);
  border-radius: 10px;
  padding: 8px 10px;
}
.bk-lbl {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-soft, #8496a0);
  margin: 14px 0 8px;
}
.bk-modes {
  display: flex;
  gap: 8px;
}
.bk-mode {
  flex: 1;
  border: 1.5px solid var(--line, #e1ebe7);
  background: #fff;
  border-radius: 12px;
  padding: 10px;
      font-family: Montserrat-Medium;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-2, #354453);
  cursor: pointer;
  transition: 0.15s;
}
.bk-mode.on {
  border-color: var(--t, #3d8b84);
  background: #eaf6f3;
  color: var(--t-deep, #2e6d67);
}
.bk-days {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 2px;
}
.bk-day {
  flex: 0 0 auto;
  width: 56px;
  border: 1.5px solid var(--line, #e1ebe7);
  background: #fff;
  border-radius: 12px;
  padding: 9px 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  transition: 0.15s;
      font-family: Montserrat-Medium;
}
.bk-day.on {
  border-color: var(--t, #3d8b84);
  background: #eaf6f3;
}
.bk-dow {
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-soft, #8496a0);
}
.bk-day.on .bk-dow {
  color: var(--t-deep, #2e6d67);
}
.bk-dnum {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink, #1f2b37);
}
.bk-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.bk-slot {
  border: 1.5px solid var(--line, #e1ebe7);
  background: #fff;
  border-radius: 10px;
  padding: 8px 4px;
      font-family: Montserrat-Medium;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-2, #354453);
  cursor: pointer;
  transition: 0.15s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  line-height: 1.2;
}
.bk-slot b {
  font-size: 12.5px;
}
.bk-slot-end {
  font-size: 10px;
  color: var(--ink-soft, #8496a0);
  font-weight: 500;
}
.bk-slot.on {
  border-color: var(--t, #3d8b84);
  background: var(--t, #3d8b84);
  color: #fff;
}
.bk-slot.on .bk-slot-end {
  color: rgba(255, 255, 255, 0.85);
}
.bk-nav {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.bk-nav .hqx-btn {
  margin-top: 0;
}
.bk-summary {
  background: #f5faf9;
  border: 1px solid var(--line, #e1ebe7);
  border-radius: 12px;
  padding: 11px 14px;
  font-size: 12.5px;
  color: var(--ink-2, #354453);
  line-height: 1.5;
  margin-bottom: 14px;
}
.bk-bill {
  border: 1px solid var(--line, #e1ebe7);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 8px;
}
.bk-bill-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--ink-mid, #57697c);
  padding: 4px 0;
}
.bk-bill-total {
  border-top: 1.5px solid var(--line, #e1ebe7);
  margin-top: 6px;
  padding-top: 10px;
  font-weight: 800;
  font-size: 15px;
  color: var(--ink, #1f2b37);
}
.bk-pay-opts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.bk-pay {
  border: 1.5px solid var(--line, #e1ebe7);
  background: #fff;
  border-radius: 12px;
  padding: 12px;
      font-family: Montserrat-Medium;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2, #354453);
  cursor: pointer;
  transition: 0.15s;
}
.bk-pay.on {
  border-color: var(--t, #3d8b84);
  background: #eaf6f3;
  color: var(--t-deep, #2e6d67);
}
.bk-coupon {
  display: flex;
  gap: 8px;
  margin: 12px 0 4px;
}
.bk-coupon input {
  flex: 1;
  border: 1.5px solid var(--line, #e1ebe7);
  border-radius: 10px;
  padding: 10px 12px;
      font-family: Montserrat-Medium;
  font-size: 13px;
}
.bk-coupon-msg {
  font-size: 12px;
  min-height: 16px;
  margin-bottom: 6px;
}
.bk-coupon-msg.ok {
  color: #2d8560;
}
.bk-coupon-msg.err {
  color: #c0553b;
}
.bk-confirm {
  background: #f5faf9;
  border: 1px solid var(--line, #e1ebe7);
  border-radius: 14px;
  padding: 14px;
  max-width: 400px;
  margin: 10px auto 0;
}
@media (max-width: 520px) {
  .bk-slots {
    grid-template-columns: repeat(2, 1fr);
  }
  .bk-facts {
    grid-template-columns: 1fr;
  }
}

/* SEO crawlable service links (mental health) — real links for indexing */
.mh-seo-links {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line, #e1ebe7);
}
.mh-seo-h {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-soft, #8496a0);
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mh-seo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}
.mh-seo-grid a {
  font-size: 12.5px;
  color: var(--ink-mid, #57697c);
  text-decoration: none;
  transition: 0.15s;
}
.mh-seo-grid a:hover {
  color: var(--t-deep, #2e6d67);
  text-decoration: underline;
}

/* ===== BOOKING STEP 1 — three options (book / expert page / condition page) ===== */
.bk-explore-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
.bk-xlink {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--t-deep, #2e6d67);
  text-decoration: none;
  padding: 11px 14px;
  border: 1.5px solid var(--line, #e1ebe7);
  border-radius: 12px;
  background: #fff;
  transition: 0.15s;
}
.bk-xlink:hover {
  border-color: var(--t, #3d8b84);
  background: #eaf6f3;
}

/* ===== VIEW PAGE / BOOK action rows on cards ===== */
.sp-actions,
.track-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  align-items: center;
}
.sp-act-view,
.track-act-view {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-mid, #57697c);
  text-decoration: none;
  padding: 6px 10px;
  border: 1px solid var(--line, #e1ebe7);
  border-radius: 999px;
  transition: 0.15s;
  background: #fff;
}
.sp-act-view:hover,
.track-act-view:hover {
  border-color: var(--t, #3d8b84);
  color: var(--t-deep, #2e6d67);
}
.sp-act-book,
.track-act-book {
  flex: 1;
      font-family: Montserrat-Medium;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--t, #3d8b84), #2e6d67);
  border: none;
  border-radius: 999px;
  padding: 7px 12px;
  cursor: pointer;
  transition: 0.15s;
}
.sp-act-book:hover,
.track-act-book:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.track-act-book {
  flex: 1;
}
.track-actions {
  margin-top: 12px;
}

/* ===== EXPLORE-CARE: all topic chips/cards now book in-page ===== */
/* buttons reset so converted elements keep their original look */
button.mh-chip,
button.la-tag,
button.showcase-service {
      font-family: Montserrat-Medium;
  text-align: left;
  border: none;
  cursor: pointer;
}
button.mh-chip {
  transition: 0.15s;
}
button.mh-chip:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}
button.la-tag {
  cursor: pointer;
  transition: 0.15s;
}
button.la-tag::after {
  content: " →";
  opacity: 0;
  margin-left: -8px;
  transition: 0.15s;
  font-weight: 700;
}
button.la-tag:hover::after {
  opacity: 0.65;
  margin-left: 0;
}
button.la-tag:hover {
  border-color: var(--t, #3d8b84) !important;
  color: var(--t-deep, #2e6d67) !important;
}
button.showcase-service {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: 0.18s;
}
button.showcase-service:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -18px rgba(11, 61, 56, 0.4);
}
.showcase-service-cta {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--t-deep, #2e6d67);
}
/* care-track cards: now clickable divs */
.track-card[data-href] {
  cursor: pointer;
  position: relative;
}
.track-cardlink {
  text-decoration: none;
  color: inherit;
  display: block;
}
.track-card .track-cta {
  display: block;
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--t-deep, #2e6d67);
  opacity: 0.9;
}
.track-card[data-href]:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px -20px rgba(11, 61, 56, 0.42);
}
.track-card[data-href]:hover .track-cta {
  opacity: 1;
}

/* ===== CLICKABLE CONDITION CHIPS (specialty cards) ===== */
.specialty-card {
  display: flex;
  flex-direction: column;
}
.sp-cardlink {
  text-decoration: none;
  color: inherit;
  display: block;
}
.specialty-meta.sp-conds {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}
.sp-cond {
  border: 1px solid var(--line, #e1ebe7);
  background: linear-gradient(180deg, #f5faf9, #fff);
  color: var(--ink-2, #354453);
      font-family: Montserrat-Medium;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.15s;
  line-height: 1.4;
}
.sp-cond:hover {
  border-color: var(--t, #3d8b84);
  background: #eaf6f3;
  color: var(--t-deep, #2e6d67);
  transform: translateY(-1px);
}
.sp-cond:active {
  transform: translateY(0);
}
.sp-cond::after {
  content: " →";
  opacity: 0;
  margin-left: -8px;
  transition: 0.15s;
}
.sp-cond:hover::after {
  opacity: 0.7;
  margin-left: 0;
}

/* ===== HERO CENTER — larger, responsive, fits condition + team + buy ===== */
.care-circle {
  width: 400px !important;
  height: 400px !important;
  margin: 0 auto 4px !important;
}
.care-center,
.care-center.breathe {
  width: 188px !important;
  height: 188px !important;
  padding: 0 !important;
  box-sizing: border-box;
  overflow: visible;
}
.care-center > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px;
  max-width: 100%;
}
.care-center-label {
  font-size: clamp(15px, 4.4vw, 20px) !important;
  max-width: 140px !important;
  line-height: 1.15 !important;
  font-weight: 600;
}
.care-center-sub {
  font-size: 10px !important;
  margin-top: 2px !important;
}
.care-buy {
  margin-top: 9px !important;
  padding: 8px 14px !important;
}
.care-buy .bp {
  font-size: 14px !important;
}
.care-buy .bl {
  font-size: 8px !important;
}
/* care-team nodes: keep on the ring around the bigger center */
.care-circle .care-node[style*="112px"] {
  --radius: 128px !important;
}
.care-circle .care-node[style*="150px"] {
  --radius: 166px !important;
}
@media (max-width: 919px) {
  .care-circle {
    width: 320px !important;
    height: 320px !important;
  }
  .care-center,
  .care-center.breathe {
    width: 156px !important;
    height: 156px !important;
  }
  .care-center-label {
    font-size: clamp(14px, 5vw, 18px) !important;
    max-width: 120px !important;
  }
  .care-circle .care-node[style*="112px"] {
    --radius: 104px !important;
  }
  .care-circle .care-node[style*="150px"] {
    --radius: 134px !important;
  }
  .hero-content {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .care-circle {
    width: 280px !important;
    height: 280px !important;
  }
  .care-center,
  .care-center.breathe {
    width: 144px !important;
    height: 144px !important;
  }
  .care-circle .care-node[style*="112px"] {
    --radius: 92px !important;
  }
  .care-circle .care-node[style*="150px"] {
    --radius: 118px !important;
  }
}

/* ===== INLINE-MOUNTED TOOLS (shown in-page, not in modal) ===== */
.hqx-inline-tool {
  background: #fff;
  border: 1px solid var(--line, #e1ebe7);
  border-radius: 20px;
  padding: 22px 20px;
  box-shadow: 0 14px 40px -22px rgba(11, 61, 56, 0.28);
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}
.hqx-inline-tool .hqx-inline-head {
  margin-bottom: 16px;
  text-align: center;
}
.hqx-inline-tool .hqx-inline-head h3 {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 20px;
  color: var(--ink, #1f2b37);
  margin: 0 0 5px;
}
.hqx-inline-tool .hqx-inline-head p {
  font-size: 12.5px;
  color: var(--ink-mid, #57697c);
  line-height: 1.5;
  margin: 0;
}
.hqx-inline-tool .hqx-field label {
  font-size: 12.5px;
}
.hqx-inline-tool .hqx-slider {
  margin-bottom: 12px;
}
.hqx-inline-tool .hqx-btn {
  width: 100%;
}
.hqx-inline-tool .hqx-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 520px) {
  .hqx-inline-tool {
    padding: 18px 14px;
    border-radius: 16px;
  }
}

/* ===== CLINICAL ASSESSMENTS ===== */
.asx-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.asx-instr {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--cat-mind, #3d8b84);
  background: var(--cat-mind-bg, #e6f2f1);
  padding: 3px 10px;
  border-radius: 999px;
}
.asx-count {
  font-size: 12px;
  color: var(--ink-soft, #7a8a85);
}
.asx-progress {
  height: 6px;
  border-radius: 999px;
  background: #e9eff2;
  overflow: hidden;
  margin-bottom: 16px;
}
.asx-progress i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #3d8b84, #7cc47a);
  border-radius: 999px;
  transition: width 0.3s;
}
.asx-intro {
  font-size: 12.5px;
  color: var(--ink-soft, #7a8a85);
  margin-bottom: 6px;
}
.asx-item {
  font-family: var(--fh);
  font-size: 18px;
  color: var(--ink, #1f2b37);
  line-height: 1.3;
  margin-bottom: 16px;
}
.asx-opts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.asx-opt {
  text-align: left;
  border: 1.5px solid var(--line, #e1ebe7);
  background: linear-gradient(180deg, #f5faf9, #fff);
  border-radius: 12px;
  padding: 13px 16px;
      font-family: Montserrat-Medium;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2, #354453);
  cursor: pointer;
  transition: 0.15s;
}
.asx-opt:hover {
  border-color: var(--cat-mind, #3d8b84);
  background: #eaf6f3;
  transform: translateX(3px);
}
.asx-gauge {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #2d8560,
    #8fae3c,
    #e0a52f,
    #e0794f,
    #c0553b
  );
  position: relative;
  margin: 14px 0 6px;
}
.asx-pin {
  position: absolute;
  top: -4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--ink, #1f2b37);
  transform: translateX(-50%);
  transition: left 0.5s;
}
.asx-crisis {
  background: #fff3f0;
  border: 1px solid #f2c9bc;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 12.5px;
  color: #8a3a28;
  line-height: 1.6;
  margin-bottom: 14px;
}
.asx-matchhd {
  font-family: var(--fh);
  font-size: 15px;
  color: var(--ink, #1f2b37);
  margin: 16px 0 10px;
  text-align: center;
}

/* ===== FAMILY QUARTERLY PANEL PLAN ===== */
.fdp-panel {
  margin: 14px 0;
  border: 1px solid var(--line, #e1ebe7);
  border-radius: 14px;
  overflow: hidden;
}
.fdp-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line, #e1ebe7);
  background: #fff;
}
.fdp-row:last-child {
  border-bottom: 0;
}
.fdp-row:nth-child(even) {
  background: var(--t-wash, #f5faf9);
}
.fdp-ic {
  font-size: 22px;
  flex-shrink: 0;
}
.fdp-info {
  flex: 1;
}
.fdp-info b {
  display: block;
  font-size: 13.5px;
  color: var(--ink, #1f2b37);
  font-weight: 600;
}
.fdp-info span {
  font-size: 11.5px;
  color: var(--ink-mid, #57697c);
  line-height: 1.4;
}
.fdp-price {
  text-align: right;
  flex-shrink: 0;
}
.fdp-price s {
  display: block;
  font-size: 11px;
  color: var(--ink-soft, #9aa8a3);
}
.fdp-price b {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 16px;
  color: var(--t-deep, #2e6d67);
}
.fdp-price span {
  display: block;
  font-size: 10px;
  color: var(--ink-soft);
}
.fdp-terms,
.fdp-refund {
  margin-top: 14px;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 12.5px;
  line-height: 1.55;
}
.fdp-terms {
  background: var(--t-tint, #e6f2f1);
}
.fdp-terms b,
.fdp-refund b {
  display: block;
  margin-bottom: 6px;
  color: var(--ink, #1f2b37);
  font-size: 13px;
}
.fdp-terms ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-mid, #57697c);
}
.fdp-terms li {
  margin-bottom: 5px;
}
.fdp-refund {
  background: #fff6e6;
  border: 1px solid #f2d9a8;
}
.fdp-refund p {
  color: var(--ink-mid, #57697c);
  margin: 0;
}

/* ===== EXPLORE-ALL-CARE ACCORDION (crawlable + expandable) ===== */
.xcare-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1000px;
  margin: 24px auto 0;
}
.xcare-item {
  border: 1.5px solid var(--line, #e1ebe7);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: 0.25s;
}
.xcare-item[open] {
  border-color: var(--t-tint, #e6f2f1);
  box-shadow: 0 12px 30px -16px rgba(11, 61, 56, 0.2);
}
.xcare-sum {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.2s;
}
.xcare-sum::-webkit-details-marker {
  display: none;
}
.xcare-sum:hover {
  background: var(--t-wash, #f5faf9);
}
.xcare-ic {
  font-size: 26px;
  flex-shrink: 0;
}
.xcare-tt {
  flex: 1;
}
.xcare-tt b {
  display: block;
  font-family: var(--fh);
  font-weight: 600;
  font-size: 17px;
  color: var(--ink, #1f2b37);
  line-height: 1.2;
}
.xcare-tt span {
  font-size: 12.5px;
  color: var(--ink-mid, #57697c);
}
.xcare-chev {
  font-size: 22px;
  color: var(--t, #3d8b84);
  transition: transform 0.3s var(--ease, ease);
  flex-shrink: 0;
}
.xcare-item[open] .xcare-chev {
  transform: rotate(180deg);
}
.xcare-body {
  padding: 0 8px 8px;
  animation: xcareIn 0.35s ease;
}
@keyframes xcareIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* neutralise the nested section's own top padding/margins so it sits inside the panel */
.xcare-body > .wrap,
.xcare-body .wrap {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  max-width: 100% !important;
}
.xcare-body .sec-hd {
  margin-bottom: 14px !important;
}
.xcare-body .sec-hd h2 {
  font-size: 20px !important;
}
.xcare-body .kicker-pill {
  display: none;
} /* hide redundant inner kickers */
@media (max-width: 640px) {
  .xcare-tt b {
    font-size: 15px;
  }
  .xcare-sum {
    padding: 15px 15px;
  }
}

/* ===== CARE-ALIVE TRUST STATS + FEATURES ===== */
.ca-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 26px 0;
}
.ca-stat {
  background: #fff;
  border: 1px solid var(--line, #e1ebe7);
  border-radius: 16px;
  padding: 18px 14px;
  text-align: center;
  transition: 0.25s;
}
.ca-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -14px rgba(11, 61, 56, 0.25);
  border-color: var(--t-tint, #e6f2f1);
}
.ca-stat .cs-num {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  background: linear-gradient(
    135deg,
    var(--t, #3d8b84),
    var(--t-deep, #2e6d67)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ca-stat .cs-lab {
  font-size: 12px;
  color: var(--ink-mid, #57697c);
  margin-top: 6px;
  font-weight: 500;
  line-height: 1.35;
}
@media (max-width: 820px) {
  .ca-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ca-feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0;
}
.ca-feat {
  background: linear-gradient(160deg, #fff, var(--t-wash, #f5faf9));
  border: 1px solid var(--line, #e1ebe7);
  border-radius: 16px;
  padding: 15px;
  transition: 0.25s;
}
.ca-feat:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -14px rgba(11, 61, 56, 0.22);
}
.ca-feat .cf-hd {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 5px;
}
.ca-feat .cf-ic {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}
.ca-feat b {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink, #1f2b37);
}
.ca-feat p {
  font-size: 12.5px;
  color: var(--ink-mid, #57697c);
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 820px) {
  .ca-feats {
    grid-template-columns: 1fr;
  }
}
.ca-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 22px 0 6px;
}
.ca-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: var(--t-deep, #2e6d67);
  background: var(--t-tint, #e6f2f1);
  border-radius: 999px;
  padding: 8px 15px;
}
.ca-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 22px 0;
}
.ca-plan {
  border: 1.5px solid var(--line, #e1ebe7);
  border-radius: 14px;
  padding: 16px 14px;
  background: #fff;
  text-align: center;
  position: relative;
  transition: 0.25s;
}
.ca-plan:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -14px rgba(11, 61, 56, 0.22);
  border-color: var(--t, #3d8b84);
}
.ca-plan .cp-n {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink, #1f2b37);
}
.ca-plan .cp-s {
  font-size: 11.5px;
  color: var(--ink-soft, #7a8a85);
  margin: 3px 0 8px;
}
.ca-plan .cp-p {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 20px;
  color: var(--t-deep, #2e6d67);
}
.ca-plan .cp-per {
  font-size: 10.5px;
  color: var(--ink-soft);
}
.ca-plan .cp-pop {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f2a93b, #ff9142);
  color: #3a2708;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .ca-plans {
    grid-template-columns: 1fr 1fr;
  }
}

/* ===== FAMILY DOCTOR MATCHER ===== */
.fd-card {
  border: 1.5px solid var(--line, #e1ebe7);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
  background: #fff;
  position: relative;
  transition: 0.2s;
}
.fd-card.fd-best {
  border-color: var(--t, #3d8b84);
  background: var(--t-wash, #f5faf9);
  box-shadow: 0 8px 24px -12px rgba(61, 139, 132, 0.4);
}
.fd-badge {
  position: absolute;
  top: -10px;
  left: 16px;
  background: linear-gradient(135deg, #f2a93b, #ff9142);
  color: #3a2708;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 11px;
  border-radius: 7px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.fd-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.fd-av {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    var(--t, #3d8b84),
    var(--t-deep, #2e6d67)
  );
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fh);
  font-weight: 600;
  font-size: 20px;
  flex-shrink: 0;
}
.fd-av.big {
  width: 60px;
  height: 60px;
  font-size: 24px;
}
.fd-name {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 17px;
  color: var(--ink, #1f2b37);
  line-height: 1.2;
}
.fd-tag {
  font-size: 12px;
  color: var(--t-deep, #2e6d67);
  font-weight: 600;
  margin-top: 2px;
}
.fd-meta {
  font-size: 11.5px;
  color: var(--ink-soft, #7a8a85);
  margin-top: 3px;
}
.fd-fit {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}
.fd-fit-bar {
  flex: 1;
  height: 7px;
  border-radius: 999px;
  background: var(--t-tint, #e6f2f1);
  overflow: hidden;
}
.fd-fit-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--t, #3d8b84), #7cc47a);
  border-radius: 999px;
}
.fd-fit span {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--t-deep, #2e6d67);
  white-space: nowrap;
}
.fd-blurb {
  font-size: 12.5px;
  color: var(--ink-mid, #57697c);
  line-height: 1.5;
  margin-bottom: 12px;
}
.fd-chosen {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--t-wash, #f5faf9);
  border: 1px solid var(--t-tint, #e6f2f1);
  border-radius: 14px;
  padding: 14px;
}
.fd-values {
  margin-top: 14px;
}
.fd-val {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 11px 0;
  border-bottom: 1px solid var(--line, #e1ebe7);
}
.fd-val:last-child {
  border-bottom: 0;
}
.fd-val .fv-ic {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1.2;
}
.fd-val b {
  display: block;
  font-size: 13.5px;
  color: var(--ink, #1f2b37);
  font-weight: 600;
  margin-bottom: 2px;
}
.fd-val p {
  font-size: 12px;
  color: var(--ink-mid, #57697c);
  line-height: 1.5;
}

/* ===== INTERACTIVE TOOLS + UNIVERSAL LEAD MODAL ===== */
.hqx-ov {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(20, 35, 45, 0.55);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.hqx-ov.open {
  display: flex;
  animation: hqxFade 0.25s ease;
}
@keyframes hqxFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hqx-modal {
  background: var(--paper, #fff);
  border-radius: 24px;
  box-shadow: 0 30px 80px -20px rgba(20, 35, 45, 0.5);
  width: 100%;
  max-width: 540px;
  max-height: 92vh;
  overflow-y: auto;
  position: relative;
  animation: hqxUp 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.hqx-modal.wide {
  max-width: 680px;
}
@keyframes hqxUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hqx-head {
  padding: 24px 26px 0;
  position: relative;
}
.hqx-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  background: var(--t-tint, #e6f2f1);
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  color: var(--t-deep, #2e6d67);
  line-height: 1;
  transition: 0.2s;
}
.hqx-close:hover {
  background: var(--t, #3d8b84);
  color: #fff;
  transform: rotate(90deg);
}
.hqx-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--t-deep, #2e6d67);
  background: var(--t-tint, #e6f2f1);
  padding: 5px 13px;
  border-radius: 999px;
}
.hqx-modal h3 {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 24px;
  color: var(--ink, #1f2b37);
  margin: 14px 0 5px;
  line-height: 1.15;
}
.hqx-modal .hqx-sub {
  font-size: 13.5px;
  color: var(--ink-mid, #57697c);
  line-height: 1.5;
}
.hqx-body {
  padding: 20px 26px 26px;
}
.hqx-field {
  margin-bottom: 15px;
}
.hqx-field label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-2, #354453);
  margin-bottom: 6px;
}
.hqx-field input,
.hqx-field select {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid var(--line, #e1ebe7);
  border-radius: 13px;
      font-family: Montserrat-Medium;
  font-size: 15px;
  background: #fff;
  color: var(--ink);
  transition: 0.2s;
  box-sizing: border-box;
}
.hqx-field input:focus,
.hqx-field select:focus {
  outline: none;
  border-color: var(--t, #3d8b84);
  box-shadow: 0 0 0 4px var(--t-tint, #e6f2f1);
}
.hqx-field .hqx-err {
  font-size: 11.5px;
  color: #c0553b;
  margin-top: 4px;
  display: none;
}
.hqx-field.bad input,
.hqx-field.bad select {
  border-color: #c0553b;
  background: #fdf4f1;
}
.hqx-field.bad .hqx-err {
  display: block;
}
.hqx-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.hqx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 15px 24px;
  border: 0;
  border-radius: 14px;
      font-family: Montserrat-Medium;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: 0.25s;
  background: linear-gradient(
    135deg,
    var(--t, #3d8b84),
    var(--t-deep, #2e6d67)
  );
  color: #fff;
  box-shadow: 0 10px 26px -8px rgba(61, 139, 132, 0.55);
}
.hqx-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -8px rgba(61, 139, 132, 0.6);
}
.hqx-btn.amber {
  background: linear-gradient(135deg, #f2a93b, #ff9142);
  box-shadow: 0 10px 26px -8px rgba(242, 169, 59, 0.55);
}
.hqx-btn-ghost {
  background: transparent;
  color: var(--t-deep, #2e6d67);
  border: 1.5px solid var(--line, #e1ebe7);
  box-shadow: none;
}
.hqx-btn-ghost:hover {
  border-color: var(--t, #3d8b84);
  background: var(--t-wash, #f5faf9);
}
.hqx-slider {
  margin: 16px 0;
}
.hqx-slider .sl-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}
.hqx-slider .sl-top b {
  font-size: 13.5px;
  color: var(--ink-2);
}
.hqx-slider .sl-top .sl-val {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 17px;
  color: var(--t-deep, #2e6d67);
}
.hqx-slider input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 7px;
  border-radius: 999px;
  background: var(--t-tint, #e6f2f1);
  outline: none;
  cursor: grab;
}
.hqx-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--t, #3d8b84);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(61, 139, 132, 0.5);
  cursor: grab;
}
.hqx-slider input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--t, #3d8b84);
  border: 3px solid #fff;
  cursor: grab;
}
.hqx-result {
  background: linear-gradient(150deg, var(--t-wash, #f5faf9), #fff);
  border: 1.5px solid var(--t-tint, #e6f2f1);
  border-radius: 18px;
  padding: 22px;
  margin-top: 6px;
  text-align: center;
}
.hqx-result .rbig {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  color: var(--t-deep, #2e6d67);
}
.hqx-result .rband {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
  margin: 10px 0;
}
.hqx-result .rdesc {
  font-size: 13.5px;
  color: var(--ink-mid);
  line-height: 1.55;
  margin-top: 6px;
}
.hqx-gauge {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #e8564f 0%,
    #f2a93b 35%,
    #f0d43a 55%,
    #7cc47a 80%,
    #3d9e6e 100%
  );
  position: relative;
  margin: 14px 0 4px;
}
/* BMI gauge: both extremes unhealthy, healthy in middle. Scale 15–40:
   15(0%) amber · 18.5(14%) green-in · 25(40%) green-out · 30(60%) coral · 40(100%) deep red */
.hqx-gauge.bmi-gauge {
  background: linear-gradient(
    90deg,
    #e0a52f 0%,
    #e0a52f 10%,
    #2d8560 16%,
    #2d8560 38%,
    #e0a52f 46%,
    #e0794f 62%,
    #c0553b 100%
  );
}
.hqx-gauge .gpin {
  position: absolute;
  top: -5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--ink);
  transform: translateX(-50%);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.hqx-scale {
  display: flex;
  justify-content: space-between;
  font-size: 10.5px;
  color: var(--ink-soft);
  margin-top: 2px;
}
.hqx-metric {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
}
.hqx-metric:last-child {
  border-bottom: 0;
}
.hqx-metric b {
  color: var(--ink);
}
.hqx-metric .mv {
  font-family: var(--fh);
  font-weight: 600;
  color: var(--t-deep, #2e6d67);
}
.hqx-metric .mv.red {
  color: #c0553b;
}
.hqx-metric .mv.green {
  color: #2d8560;
}
.hqx-note {
  font-size: 11.5px;
  color: var(--ink-soft);
  text-align: center;
  margin-top: 14px;
  line-height: 1.5;
}
.hqx-steps {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}
.hqx-steps .st {
  flex: 1;
  height: 4px;
  border-radius: 999px;
  background: var(--line);
}
.hqx-steps .st.on {
  background: var(--t, #3d8b84);
}
.hqx-ok {
  text-align: center;
  padding: 14px 6px;
}
.hqx-ok .okic {
  font-size: 52px;
}
.hqx-ok h3 {
  margin: 10px 0 6px;
}
.hqx-ok .okref {
  font-family: ui-monospace, monospace;
  font-weight: 700;
  color: var(--t-deep);
  background: var(--t-tint);
  border-radius: 8px;
  padding: 5px 12px;
  display: inline-block;
  margin: 6px 0;
}
.hqx-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 6px;
}
.hqx-opt {
  border: 1.5px solid var(--line);
  border-radius: 13px;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  background: #fff;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-2);
}
.hqx-opt:hover {
  border-color: var(--t);
  background: var(--t-wash);
  transform: translateY(-2px);
}
.hqx-opt.sel {
  border-color: var(--t);
  background: var(--t-tint);
  box-shadow: 0 0 0 2px var(--t-glow);
}
.hqx-opt .oi {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}
/* calculator launcher cards become buttons */
.calc-sec [class*="calc"] a,
.calc-card {
  cursor: pointer;
}
/* WhatsApp chat option below "Everything we treat" */
.explore-wa {
  display: inline-block;
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: #1a9e54;
  text-decoration: none;
  transition: 0.15s;
}
.explore-wa:hover {
  color: #127a40;
  text-decoration: underline;
}
/* Relationship-stage picker in the enhanced couples calculator */
.rel-stages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin-top: 6px;
}
.rel-stage {
  display: flex;
  align-items: center;
  gap: 7px;
      font-family: Montserrat-Medium;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink, #1f2b37);
  background: #fff;
  border: 1.5px solid var(--line, #e1ebe7);
  border-radius: 11px;
  padding: 9px 11px;
  cursor: pointer;
  transition: 0.15s;
  text-align: left;
}
.rel-stage span {
  font-size: 16px;
}
.rel-stage:hover {
  border-color: var(--rose-deep, #b05a68);
}
.rel-stage.on {
  border-color: var(--rose-deep, #b05a68);
  background: #fbeef2;
  color: var(--rose-deep, #b05a68);
}
@media (max-width: 560px) {
  .rel-stages {
    grid-template-columns: 1fr;
  }
}
.compare-highlight td {
  background: var(--t-tint, #eaf6f3) !important;
}
.compare-highlight td:first-child {
  font-weight: 700;
  color: var(--t-deep, #2e6d67);
}
.student-cta-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.student-cta-alt {
  font-size: 13.5px;
  font-weight: 600;
  color: #1a9e54;
  text-decoration: none;
  transition: 0.15s;
}
.student-cta-alt:hover {
  color: #127a40;
  text-decoration: underline;
}


```css
/* ===== HERO: circulating care team + session pack + lead ===== */

/* HERO — mind body soul opening */
.hero {
    position: relative;
    padding: 80px 0 100px;
    background: radial-gradient(
            ellipse 900px 600px at 15% 20%,
            rgba(230, 240, 247, 0.9) 0%,
            transparent 55%
        ),
        radial-gradient(
            ellipse 700px 500px at 90% 60%,
            rgba(251, 237, 228, 0.8) 0%,
            transparent 55%
        ),
        radial-gradient(
            ellipse 600px 400px at 60% 100%,
            rgba(237, 243, 236, 0.7) 0%,
            transparent 55%
        ),
        linear-gradient(180deg, #FEFCF9 0%, #FFFFFF 100%);
    overflow: hidden;
}

.hero-decor {
    position: absolute;
    top: 60px;
    right: -40px;
    width: 520px;
    height: 520px;
    pointer-events: none;
    opacity: 0.85;
}

.hero-decor-2 {
    position: absolute;
    bottom: 20px;
    left: -60px;
    width: 280px;
    height: 280px;
    pointer-events: none;
    opacity: 0.6;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 64px;
    align-items: center;
    position: relative;
}

.hero-content {
    max-width: 640px;
}

.hero-welcome-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--paper);
    border: 1px solid var(--rule);
    border-radius: var(--r-pill);
    font-size: 13px;
    color: var(--ink-mid);
    margin-bottom: 24px;
    box-shadow: var(--sh-1);
    font-weight: 500;
}

.hero-welcome-chip .live-dot {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(58, 133, 100, 0.6);
    animation: pulse-dot 2s infinite;
}

.hero-welcome-chip strong {
    color: var(--ink);
    font-weight: 600;
}

@keyframes pulse-dot {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.hero h1 {
    margin-bottom: 26px;
}

.hero-lede {
    font-size: 20px;
    line-height: 1.6;
    color: var(--ink-mid);
    margin-bottom: 32px;
    max-width: 580px;
}

.hero-ctas {
    display: flex;
    gap: 14px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.hero-reassure {
    font-size: 13px;
    color: var(--ink-soft);
    margin-bottom: 32px;
    font-style: italic;
font-family: var(--fh);
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    font-size: 13px;
    padding-top: 24px;
    border-top: 1px solid var(--rule);
}

.hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: var(--ink-mid);
}

/* HERO PANEL — three pillar preview */
.hero-panel {
    background: var(--paper);
    border: 1px solid var(--rule);
    border-radius: var(--r-2xl);
    padding: 36px;
    box-shadow: var(--sh-3);
    position: relative;
}

.hero-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--sky-deep) 25%,
        var(--t) 50%,
        var(--gold-deep) 75%,
        transparent
    );
    border-radius: 2px;
    opacity: 0.6;
}

.hero-panel-tag {
    font-size: 10.5px;
    font-weight: 600;
    color: var(--t-deep);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-panel-tag::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--t);
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}

.hero-panel-title {
font-family: var(--fh);
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
    color: var(--ink);
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.hero-pillars {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.hero-pillar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: var(--r);
    transition: all 240ms var(--ease);
    border: 1px solid transparent;
}

.hero-pillar:hover {
    background: var(--paper-warm);
    border-color: var(--rule);
    transform: translateX(4px);
}

.hero-pillar-ico {
    width: 38px;
    height: 38px;
    border-radius: var(--r);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.hero-pillar.body .hero-pillar-ico {
    background: var(--sky);
    color: var(--sky-deep);
}

.hero-pillar.mind .hero-pillar-ico {
    background: var(--t-tint);
    color: var(--t-deep);
}

.hero-pillar.soul .hero-pillar-ico {
    background: var(--gold);
    color: var(--gold-deep);
}

.hero-pillar-title {
    font-family: var(--fh);
    font-size: 16px;
    color: var(--ink);
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.hero-pillar-sub {
    font-size: 11.5px;
    color: var(--ink-soft);
    margin-top: 2px;
    font-weight: 500;
}

.hero-stats-mini {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid var(--rule);
    text-align: center;
}

.hero-stat-mini-num {
    font-family: var(--fh);
    font-size: 22px;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.hero-stat-mini-num em {
font-family: var(--fh);
    font-style: italic;
    color: var(--t);
    font-weight: 400;
}

.hero-stat-mini-lbl {
    font-size: 10.5px;
    color: var(--ink-soft);
    margin-top: 4px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.session-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.6);
    animation: pulse-dot 1.8s infinite;
}

.live-dot-glow {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(58, 133, 100, 0.6);
    animation: pulse-dot 2s infinite;
}

/* Hero entrance */
@keyframes heroUp {
    from {
        opacity: 0;
        transform: translateY(36px);
    }
}

.hero-anim-1 {
    animation: heroUp 800ms var(--ease) 100ms both;
}

.hero-anim-2 {
    animation: heroUp 800ms var(--ease) 250ms both;
}

.hero-anim-3 {
    animation: heroUp 800ms var(--ease) 400ms both;
}

.hero-anim-4 {
    animation: heroUp 800ms var(--ease) 550ms both;
}

.hero-anim-5 {
    animation: heroUp 900ms var(--ease) 650ms both;
}

/* Floating ambient orbs */
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

@keyframes drift1 {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(40px, -30px) scale(1.08);
    }

    66% {
        transform: translate(-25px, 20px) scale(0.95);
    }
}

@keyframes drift2 {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-45px, 35px) scale(1.1);
    }
}

.orb-1 {
    width: 340px;
    height: 340px;
    background: var(--t-glow);
    animation: drift1 18s ease-in-out infinite;
}

.orb-2 {
    width: 280px;
    height: 280px;
    background: var(--gold);
    animation: drift2 22s ease-in-out infinite;
}

.orb-3 {
    width: 240px;
    height: 240px;
    background: var(--rose);
    animation: drift1 26s ease-in-out infinite reverse;
}

/* CARE CIRCLE — orbiting specialists */
.care-circle {
    position: relative;
    width: 420px;
    height: 420px;
    margin: 0 auto;
}

.care-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 168px;
    height: 168px;
    border-radius: 50%;
    background: var(--paper);
    box-shadow:
        0 8px 40px rgba(45, 107, 101, 0.22),
        0 0 0 10px rgba(61, 139, 132, 0.06),
        0 0 0 22px rgba(61, 139, 132, 0.03);
    display: grid;
    place-items: center;
    z-index: 5;
    text-align: center;
}

.care-center-label {
    font-family: var(--fh);
    font-size: 16px;
    max-width: 150px;
    overflow-wrap: break-word;
    color: var(--t-deep);
    line-height: 1.2;
}

.care-center-sub {
    font-size: 9.5px;
    color: var(--ink-soft);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 3px;
}

.care-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1.5px dashed rgba(61, 139, 132, 0.25);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.care-ring-1 {
    width: 260px;
    height: 260px;
    animation: ringSpin 40s linear infinite;
}

.care-ring-2 {
    width: 400px;
    height: 400px;
    animation: ringSpin 60s linear infinite reverse;
}

@keyframes ringSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.care-orbiter {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    animation: orbitSpin var(--dur, 40s) linear infinite;
}

.care-node {
    position: absolute;
    top: calc(-1 * var(--radius));
    left: 0;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--paper);
    box-shadow: 0 6px 22px rgba(31, 43, 55, 0.14);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    animation: counterSpin var(--dur, 40s) linear infinite;
    border: 2px solid transparent;
    transition: border-color 300ms ease;
}

.care-node-ico {
    font-size: 22px;
    line-height: 1;
}

.care-node-lbl {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink-mid);
}

.care-node.doc {
    border-color: var(--sky-deep);
}

.care-node.psy {
    border-color: var(--t);
}

.care-node.diet {
    border-color: var(--sage-deep);
}

.care-node.yoga {
    border-color: var(--lilac-deep);
}

.care-node.ayur {
    border-color: var(--gold-deep);
}

.care-node.coach {
    border-color: var(--peach-deep);
}

.care-ring-1 {
    width: 190px;
    height: 190px;
}

.care-ring-2 {
    width: 290px;
    height: 290px;
}

.care-node {
    width: 58px;
    height: 58px;
}

.care-node-ico {
    font-size: 16px;
}

.care-center {
    width: 96px;
    height: 96px;
}

@keyframes shimmerRun {
    0% {
        left: -100%;
    }

    55%,
    100% {
        left: 150%;
    }
}

@keyframes pulseRing {
    0% {
        transform: scale(0.6);
        opacity: 0.7;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Gradient text sweep on hero em */
@keyframes hueSweep {
    0%,
    100% {
        filter: hue-rotate(0deg);
    }
}

.plan-hero {
    padding: 30px 26px 22px;
    position: relative;
    overflow: hidden;
}

.plan-card.self .plan-hero {
    background: linear-gradient(
        135deg,
        var(--t-wash) 0%,
        var(--t-tint) 100%
    );
}

.plan-card.couple .plan-hero {
    background: linear-gradient(135deg, var(--rose) 0%, #F4DEE2 100%);
}

.plan-card.family .plan-hero {
    background: linear-gradient(135deg, var(--gold) 0%, #F2E5C8 100%);
}

.plan-card.org .plan-hero {
    background: linear-gradient(135deg, var(--sky) 0%, #D8E7F1 100%);
}

/* ═══ V11.1 PREMIUM MOTION ═══ */

/* Reverse orbit variants (offsets handled by negative delays in HTML) */
.care-orbiter.rev {
    animation-direction: reverse;
}

.care-node.rev {
    animation-direction: reverse;
}

/* Sparks traveling the rings */
.ring-spark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--t);
    box-shadow:
        0 0 10px var(--t-glow),
        0 0 20px rgba(61, 139, 132, 0.4);
    z-index: 2;
}

/* Aurora hero wash */
.hero {
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            ellipse 60% 45% at 22% 18%,
            rgba(61, 139, 132, 0.10) 0%,
            transparent 60%
        ),
        radial-gradient(
            ellipse 50% 42% at 82% 32%,
            rgba(176, 136, 48, 0.08) 0%,
            transparent 60%
        ),
        radial-gradient(
            ellipse 55% 50% at 60% 90%,
            rgba(176, 90, 104, 0.06) 0%,
            transparent 65%
        );
    animation: aurora 16s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}

@keyframes aurora {
    0% {
        opacity: 0.7;
        transform: translateY(0) scale(1);
    }

    100% {
        opacity: 1;
        transform: translateY(-14px) scale(1.04);
    }
}

.hero .wrap {
    position: relative;
    z-index: 1;
}

/* ═══ V11.2 SERVICE-STORY ANIMATIONS ═══ */

/* SESSION MOCK — a session in progress */
.session-live-dot {
    animation: pulse-dot 1.6s infinite;
}

/* ═══ V11.3 CONDITION-CYCLING CARE CIRCLE ═══ */
.care-node .care-node-ico,
.care-node .care-node-lbl {
    transition: opacity 350ms ease;
}

.care-node.swapping .care-node-ico,
.care-node.swapping .care-node-lbl {
    opacity: 0;
}

.care-node {
    transition: border-color 500ms ease, box-shadow 500ms ease;
}

.care-node.homeo {
    border-color: var(--peach-deep);
}

.care-node.fit {
    border-color: var(--rose-deep);
}

.care-node.med {
    border-color: var(--sky-deep);
}

.care-node.medi {
    border-color: #8A7BC0;
}

.care-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--rule-strong);
    transition: all 300ms ease;
    cursor: pointer;
}

.care-dot.on {
    background: var(--t-deep);
    transform: scale(1.5);
}

/* ═══ V11.4 CIRCLE: TEXT CONTAINMENT + COLOR ═══ */
.care-node {
    width: 88px;
    height: 88px;
    padding: 7px 6px;
    gap: 3px;
    border-width: 0;
}

.care-node-ico {
    font-size: 20px;
}

.care-node-lbl {
    font-size: 7.6px;
    line-height: 1.18;
    text-align: center;
    max-width: 94%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: normal;
    overflow-wrap: break-word;
    letter-spacing: 0.04em;
}

.care-node-ico {
    font-size: 14px;
}

.care-node-lbl {
    font-size: 6.2px;
}

/* Colored gradient nodes with matching glow */
.care-node.med {
    background: linear-gradient(160deg, #EAF3FA 0%, #D3E5F2 100%);
    box-shadow: 0 6px 22px rgba(74, 124, 155, 0.32);
    color: var(--sky-ink);
}

.care-node.psy {
    background: linear-gradient(160deg, #E9F5F3 0%, #CBE7E3 100%);
    box-shadow: 0 6px 22px rgba(61, 139, 132, 0.34);
    color: var(--t-ink, #265752);
}

.care-node.diet {
    background: linear-gradient(160deg, #EDF5EE 0%, #D3E6D6 100%);
    box-shadow: 0 6px 22px rgba(90, 133, 112, 0.32);
    color: var(--sage-ink);
}

.care-node.yoga {
    background: linear-gradient(160deg, #F1EEF9 0%, #DFD8F0 100%);
    box-shadow: 0 6px 22px rgba(123, 107, 168, 0.32);
    color: var(--lilac-ink);
}

.care-node.ayur {
    background: linear-gradient(160deg, #F8F2E2 0%, #EFE1BC 100%);
    box-shadow: 0 6px 22px rgba(176, 136, 48, 0.32);
    color: var(--gold-ink);
}

.care-node.homeo {
    background: linear-gradient(160deg, #FBF0E8 0%, #F4DCC9 100%);
    box-shadow: 0 6px 22px rgba(201, 125, 79, 0.32);
    color: var(--peach-ink);
}

.care-node.fit {
    background: linear-gradient(160deg, #F9EDEF 0%, #F0D5DA 100%);
    box-shadow: 0 6px 22px rgba(176, 90, 104, 0.32);
    color: var(--rose-ink);
}

.care-node.medi {
    background: linear-gradient(160deg, #EFEDF8 0%, #DCD6F0 100%);
    box-shadow: 0 6px 22px rgba(138, 123, 192, 0.32);
    color: #4F4380;
}

.care-node.doc {
    background: linear-gradient(160deg, #EAF3FA 0%, #D3E5F2 100%);
    box-shadow: 0 6px 22px rgba(74, 124, 155, 0.32);
    color: var(--sky-ink);
}

.care-node.coach {
    background: linear-gradient(160deg, #F9EDEF 0%, #F0D5DA 100%);
    box-shadow: 0 6px 22px rgba(176, 90, 104, 0.32);
    color: var(--rose-ink);
}

.care-node .care-node-lbl {
    color: inherit;
}

/* Conic color sweep ring between the two dashed rings */
.care-ring-sweep {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 330px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
        var(--t) 0%,
        var(--gold-deep) 20%,
        var(--rose-deep) 40%,
        var(--lilac-deep) 60%,
        var(--sky-deep) 80%,
        var(--t) 100%
    );
    -webkit-mask: radial-gradient(
        farthest-side,
        transparent calc(100% - 3px),
        black calc(100% - 2.5px)
    );
    mask: radial-gradient(
        farthest-side,
        transparent calc(100% - 3px),
        black calc(100% - 2.5px)
    );
    opacity: 0.35;
    animation: sweepSpin 12s linear infinite;
}

@keyframes sweepSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Center themed per condition via --cc */
.care-circle {
    --cc: var(--t);
    --cc-soft: rgba(61, 139, 132, 0.14);
}

.care-center {
    transition: box-shadow 600ms ease;
}

.care-center.breathe {
    animation: none;
    box-shadow:
        0 8px 40px var(--cc-soft),
        0 0 0 10px var(--cc-soft),
        0 0 0 22px color-mix(in srgb, var(--cc) 5%, transparent);
}

.care-center::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid var(--cc);
    opacity: 0.35;
    animation: centerPulse 4.5s ease-in-out infinite;
}

@keyframes centerPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.35;
    }

    50% {
        transform: scale(1.12);
        opacity: 0.12;
    }
}

.care-dot.on {
    background: var(--cc);
}

/* ═══ V11.5 — 14-COLOR NODE PALETTE ═══ */
.care-node.c-teal {
    background: linear-gradient(160deg, #E9F5F3, #C7E5E0);
    box-shadow: 0 6px 22px rgba(61, 139, 132, 0.34);
    color: #265752;
}

.care-node.c-sky {
    background: linear-gradient(160deg, #EAF3FA, #CFE3F1);
    box-shadow: 0 6px 22px rgba(74, 124, 155, 0.34);
    color: #2E5570;
}

.care-node.c-sage {
    background: linear-gradient(160deg, #EDF5EE, #D0E5D4);
    box-shadow: 0 6px 22px rgba(90, 133, 112, 0.34);
    color: #3A5C4A;
}

.care-node.c-lilac {
    background: linear-gradient(160deg, #F1EEF9, #DCD4EF);
    box-shadow: 0 6px 22px rgba(123, 107, 168, 0.34);
    color: #4F4380;
}

.care-node.c-gold {
    background: linear-gradient(160deg, #F8F2E2, #EDDFB6);
    box-shadow: 0 6px 22px rgba(176, 136, 48, 0.34);
    color: #7A5D1E;
}

.care-node.c-peach {
    background: linear-gradient(160deg, #FBF0E8, #F3D9C4);
    box-shadow: 0 6px 22px rgba(201, 125, 79, 0.34);
    color: #8A5230;
}

.care-node.c-rose {
    background: linear-gradient(160deg, #F9EDEF, #EFD2D8);
    box-shadow: 0 6px 22px rgba(176, 90, 104, 0.34);
    color: #7C3B47;
}

.care-node.c-terra {
    background: linear-gradient(160deg, #F7EEE7, #EBD3C0);
    box-shadow: 0 6px 22px rgba(164, 90, 44, 0.34);
    color: #743F1E;
}

.care-node.c-mint {
    background: linear-gradient(160deg, #E8F6F1, #C5E8DC);
    box-shadow: 0 6px 22px rgba(64, 145, 120, 0.34);
    color: #2A6350;
}

.care-node.c-indigo {
    background: linear-gradient(160deg, #ECEFF9, #D2D9F0);
    box-shadow: 0 6px 22px rgba(84, 100, 168, 0.34);
    color: #39457E;
}

.care-node.c-coral {
    background: linear-gradient(160deg, #FBEFEA, #F5D3C6);
    box-shadow: 0 6px 22px rgba(206, 106, 76, 0.34);
    color: #8D4229;
}

.care-node.c-plum {
    background: linear-gradient(160deg, #F4EDF5, #E4D0E7);
    box-shadow: 0 6px 22px rgba(142, 88, 150, 0.34);
    color: #5F3766;
}

.care-node.c-olive {
    background: linear-gradient(160deg, #F2F4E8, #DEE3C3);
    box-shadow: 0 6px 22px rgba(124, 134, 60, 0.34);
    color: #565E24;
}

.care-node.c-cyan {
    background: linear-gradient(160deg, #E8F4F6, #C7E5EA);
    box-shadow: 0 6px 22px rgba(58, 138, 152, 0.34);
    color: #265E68;
}

.lead-input {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--rule);
    border-radius: var(--r);
    font-size: 14px;
        font-family: Montserrat-Medium;
    background: var(--paper-warm);
    transition: all 220ms ease;
    box-sizing: border-box;
}

.lead-input:focus {
    outline: none;
    border-color: var(--t);
    background: var(--paper);
    box-shadow: 0 0 0 4px var(--t-tint);
}

.lead-experts {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
    min-height: 32px;
}

.lead-exp-chip {
    padding: 6px 12px;
    border-radius: 99px;
    font-size: 11.5px;
    font-weight: 600;
    border: 1.5px solid var(--rule);
    background: var(--paper-warm);
    color: var(--ink-mid);
    cursor: pointer;
    transition: all 200ms ease;
    user-select: none;
    animation: chipIn 350ms var(--ease) both;
}

.lead-exp-chip.on {
    background: var(--t-deep);
    border-color: var(--t-deep);
    color: white;
    box-shadow: 0 3px 10px rgba(45, 107, 101, 0.3);
}

.lead-submit {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: var(--r-pill);
    background: var(--t-deep);
    color: white;
    font-size: 14.5px;
    font-weight: 600;
        font-family: Montserrat-Medium;
    cursor: pointer;
    transition: all 260ms var(--ease);
    margin-top: 8px;
}

.lead-submit:hover {
    background: #265752;
    box-shadow: 0 10px 24px rgba(45, 107, 101, 0.35);
    transform: translateY(-2px);
}

.lead-thanks {
    position: absolute;
    inset: 0;
    background: var(--paper);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 450ms ease;
    z-index: 5;
}

.lead-thanks.show {
    opacity: 1;
    pointer-events: auto;
}

.lead-thanks-ico {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: var(--t-tint);
    display: grid;
    place-items: center;
    margin-bottom: 18px;
}

.lead-thanks-ico svg {
    width: 36px;
    height: 36px;
}

.lead-thanks-ico svg path {
    stroke: var(--t-deep);
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
}

.lead-thanks.show .lead-thanks-ico svg path {
    animation: signDraw 800ms ease 0.3s forwards;
}

.lead-thanks h4 {
    font-family: var(--fh);
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px;
}

.lead-thanks p {
    font-size: 13.5px;
    color: var(--ink-mid);
    line-height: 1.6;
    max-width: 340px;
    margin: 0;
}

/* hero compact lead card */
.hero-lead {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid var(--rule);
    border-radius: var(--r-xl);
    padding: 18px;
    margin-top: 14px;
    width: 100%;
    max-width: 420px;
    box-shadow: var(--sh-2);
    position: relative;
    overflow: hidden;
}

.hero-lead-hd {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ink-mid);
    margin-bottom: 12px;
    text-align: center;
}

.hero-lead-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

.hero-lead .lead-input {
    padding: 10px 13px;
    font-size: 13px;
}

.hero-lead .lead-experts {
    margin-top: 6px;
    gap: 5px;
}

.hero-lead .lead-exp-chip {
    padding: 4px 9px;
    font-size: 10px;
}

/* ---- care-path intake ---- */
.hq13-cp {
    max-width: 760px;
    margin: 0 auto;
    background: var(--paper);
    border: 1px solid var(--rule);
    border-radius: var(--r-2xl);
    box-shadow: var(--sh-3);
    overflow: hidden;
}

.hq13-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    height: 230px;
    transform: translate(-50%, -50%);
}

.hq13-orbit.spin {
    animation: hq13spin 44s linear infinite;
}

@keyframes hq13spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.hq13-orbit.spin .hq13-node {
    animation: hq13counter 44s linear infinite;
}

@keyframes hq13counter {
    to {
        transform: var(--pos) rotate(-360deg);
    }
}

/* hero care-plan buy button (in circle centre) */
.care-buy {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    margin-top: 7px;
    padding: 7px 12px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cc, #3D8B84), #2E6D67);
    color: #fff;
    cursor: pointer;
    font-family: var(--sans);
    line-height: 1.1;
    box-shadow: 0 4px 14px rgba(45, 107, 101, 0.3);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.care-buy:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 22px rgba(45, 107, 101, 0.42);
}

.care-buy .bp {
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.care-buy .bl {
    font-size: 7.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    opacity: 0.9;
}

.care-plannote {
    font-size: 11.5px;
    color: var(--ink-soft);
    text-align: center;
    margin-top: -4px;
    line-height: 1.5;
}

.care-plannote b {
    color: var(--ink-2);
}

.care-plannote s {
    color: var(--ink-faint);
}

/* care-plan checkout rows */
.hqj-plan {
    border: 1px solid var(--rule);
    border-radius: var(--r-lg);
    overflow: hidden;
    margin-bottom: 14px;
}

/* hero concern picker */
.hero-pick {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.hero-pick select {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    color: var(--t-deep);
    background: var(--paper);
    border: 1.5px solid var(--t-glow);
    border-radius: 999px;
    padding: 9px 34px 9px 16px;
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path d="M1 1l4 4 4-4" stroke="%233D8B84" stroke-width="1.6" fill="none" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.hero-pick select:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--t-tint);
}

.hero-pick {
    margin-top: 12px;
}

.hero-pick select:hover {
    border-color: var(--t);
}

/* -- E. hero price anchor badge -- */
.hero-anchor {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 800;
    color: var(--gold-deep);
    background: var(--gold);
    border: 1px solid var(--gold-2, #E8D9A8);
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 4px;
}

/* ambient floating orbs in colour zones */
#life-areas,
#membership,
#health-os,
#family-doctor,
#triage {
    position: relative;
    overflow: hidden;
}

/* hero leaf decorations (verified live assets) */
.hero-leaf {
    position: absolute;
    width: 210px;
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
    animation: leafSway 9s ease-in-out infinite alternate;
}

.hero-leaf.tl {
    top: -24px;
    left: -30px;
    transform: rotate(-12deg);
}

.hero-leaf.br {
    bottom: -28px;
    right: -24px;
    transform: rotate(160deg);
    animation-delay: -4s;
}

@keyframes leafSway {
    from {
        translate: 0 0;
    }

    to {
        translate: 8px 12px;
    }
}

span{
      font-family: Montserrat-Medium;
}

.assess-card{
	    gap: 6px;
}

.hqx-metric{
	padding: 5px 0;
}

.hqx-slider {
    margin: 5px 0;
}

div#stuInline{
	display: none;
}

    .faq-list {
       
             grid-template-columns: inherit !important;
      
    }
	
	.faq-question{
		    padding: 18px 30px;
	}
	.btn-ghost{
		border: 1px solid var(--t1);
	}
	.cta-sec p {
   
    font-size: 12px;
    margin: 0 auto 20px;
}

.plan-price {
   
    flex-wrap: wrap;
}