/* TomorrowLAB — Premium Home Experience */
.home-premium,
.page-nodes,
.page-inner {
  --hp-space-xs: 0.5rem;
  --hp-space-sm: 0.75rem;
  --hp-space-md: 1rem;       /* heading → supporting text */
  --hp-space-lg: 1.5rem;
  --hp-space-xl: 2rem;       /* section head → content / image */
  --hp-space-2xl: 2.5rem;    /* text column ↔ media column */
  --hp-section-y: 3.5rem;    /* section top/bottom padding */
  --hp-section-y-sm: 2.75rem;
}

.home-premium {
  background: var(--bg-white);
  color: var(--body-text);
}

.hp-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .hp-container { padding-left: 2rem; padding-right: 2rem; }
}

/* ── Uniform section rhythm ── */
.hp-section,
.hp-impact,
.hp-cta,
.oa-thrust,
.oa-journey,
.oa-benefits,
.ip-section {
  padding-top: var(--hp-section-y);
  padding-bottom: var(--hp-section-y);
  position: relative;
}
@media (min-width: 992px) {
  .home-premium,
  .page-nodes,
  .page-inner {
    --hp-section-y: 4rem;
    --hp-space-xl: 2.25rem;
    --hp-space-2xl: 2.75rem;
  }
}

.hp-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 var(--hp-space-sm);
}
.hp-eyebrow.light { color: var(--accent); }

.hp-title {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: var(--fw-heading);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading);
  margin: 0 0 var(--hp-space-md);
  color: var(--heading);
}

.hp-subtitle {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(10, 10, 10, 0.62);
  max-width: 36rem;
  margin: 0;
}
.hp-subtitle.light { color: var(--body-text); }

/* Head block → content / cards / image: same everywhere */
.hp-section-head,
.hp-focus__head,
.hp-stories__head {
  margin: 0 0 var(--hp-space-xl);
  max-width: 40rem;
}
.hp-section-head--light .hp-title { color: var(--heading); }

/* Title → text always same (kill one-off overrides) */
.hp-focus__head-copy .hp-title,
.hp-about .hp-title,
.hp-collab .hp-title,
.hp-stories .hp-title,
.oa-hero .hp-title,
.oa-thrust .hp-title,
.oa-journey .hp-title,
.oa-benefits .hp-title {
  margin: 0 0 var(--hp-space-md) !important;
}
.hp-cta .hp-title {
  margin: 0 auto var(--hp-space-md) !important;
}
.hp-focus__head-copy .hp-subtitle,
.hp-about__lead,
.hp-collab .hp-subtitle,
.hp-stories .hp-subtitle {
  margin: 0 !important;
}

/* Text ↔ image / two-column gaps */
.hp-about__layout,
.hp-collab__grid,
.hp-motif-row {
  gap: var(--hp-space-2xl) !important;
}

/* Copy columns: same start + vertical rhythm */
.hp-about__content,
.hp-collab__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
}
.hp-about__content .about-more {
  margin-top: var(--hp-space-md);
}
.hp-read-more,
.hp-glass {
  margin-top: var(--hp-space-lg) !important;
}

/* Shared media */
.hp-media {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}
.hp-media img,
.hp-focus-card__media img,
.hp-hero__img,
.hp-impact__bg img,
.hp-cta__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.hp-media::after,
.hp-focus-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(16, 185, 129, 0.06));
  pointer-events: none;
}
.hp-media:hover img,
.hp-focus-card:hover .hp-focus-card__media img {
  transform: scale(1.06);
}

/* ── HERO ── */
.hp-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0a0a0a;
}
.hp-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hp-hero__img {
  transform: scale(1.04);
}
.hp-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.7) 45%, rgba(10,10,10,0.92) 100%),
    radial-gradient(ellipse at 30% 20%, rgba(16,185,129,0.18), transparent 50%);
}
.hp-hero__particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hp-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .hp-hero__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.hp-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hp-hero__title {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: var(--fw-heading);
  letter-spacing: var(--ls-heading);
  line-height: var(--lh-heading);
  margin: 0 0 2rem;
  color: #fff;
  max-width: 16ch;
}
.hp-hero__desc {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
  max-width: 34rem;
  margin: 0 0 2rem;
}
.hp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}
.hp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(16,185,129,0.35);
  background: rgba(10,10,10,0.45);
  color: rgba(255,255,255,0.9);
  font-size: 0.82rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(8px);
}
.hp-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16,185,129,0.5);
  animation: hpPulse 2s ease-out infinite;
}
@keyframes hpPulse {
  0% { box-shadow: 0 0 0 0 rgba(16,185,129,0.45); }
  70% { box-shadow: 0 0 0 10px rgba(16,185,129,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

.hp-hero__stats {
  display: grid;
  gap: 0.85rem;
}
.hp-float-stat {
  border-radius: 24px;
  padding: 1.15rem 1.25rem;
  background: rgba(10,10,10,0.55);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.hp-float-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(16,185,129,0.4);
}
.hp-float-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: var(--fw-heading);
  color: #10b981;
  line-height: 1.1;
}
.hp-float-stat span {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
}

/* ── ABOUT (30% content / 70% gallery) ── */
.hp-about {
  background: #0a0a0a;
  color: #fff;
}
.hp-about .hp-title {
  color: #fff;
  max-width: 18ch;
}
.hp-about__layout {
  display: grid;
  gap: var(--hp-space-2xl);
  align-items: center;
}
@media (min-width: 992px) {
  .hp-about__layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.hp-about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
}
.hp-about__lead {
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  font-size: 1.02rem;
  max-width: 34ch;
}
.hp-about__content .about-more p {
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
.hp-read-more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(16,185,129,0.45);
  background: rgba(16,185,129,0.12);
  color: #10b981;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.25s, border-color 0.25s;
}
.hp-read-more:hover {
  background: #10b981;
  border-color: #10b981;
  color: #fff;
  transform: translateY(-2px);
}
.hp-read-more i { transition: transform 0.25s; }
.hp-read-more.is-open i { transform: rotate(90deg); }

.hp-about__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  position: relative;
}
@media (min-width: 992px) {
  .hp-about__visual { min-height: 440px; }
}
.hp-about__icon-wrap {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 520 / 580;
  display: grid;
  place-items: center;
}
.hp-about__icon-wrap::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,185,129,0.16) 0%, rgba(16,185,129,0.05) 42%, transparent 70%);
  pointer-events: none;
  opacity: 0;
}
.hp-about__layout.visible .hp-about__icon-wrap::before {
  animation: hpIconGlow 3s ease-in-out 2.8s infinite;
}

/* Circuit tree grow animation — faster draw */
.hp-circuit-tree {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 0 16px rgba(16,185,129,0.22));
}
.hp-circuit-tree .ct-path {
  fill: none;
  stroke-dasharray: var(--len, 300);
  stroke-dashoffset: var(--len, 300);
}
.hp-circuit-tree .ct-node {
  opacity: 0;
  transform: scale(0);
  transform-box: fill-box;
  transform-origin: center;
}

.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-s1 {
  animation: ctDraw 0.35s ease-out forwards;
}
.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-s2 {
  animation: ctDraw 0.38s ease-out 0.28s forwards;
}
.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-s3 {
  animation: ctDraw 0.4s ease-out 0.55s forwards;
}
.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-s4 {
  animation: ctDraw 0.4s ease-out 0.85s forwards;
}
.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-s5 {
  animation: ctDraw 0.4s ease-out 1.15s forwards;
}
.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-s6 {
  animation: ctDraw 0.42s ease-out 1.45s forwards;
}
.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-s7 {
  animation: ctDraw 0.4s ease-out 1.75s forwards;
}
.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-s8 {
  animation: ctDraw 0.42s ease-out 2.05s forwards;
}
.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-s9 {
  animation: ctDraw 0.4s ease-out 2.35s forwards;
}

.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-n3 {
  animation: ctNodeIn 0.25s cubic-bezier(0.34, 1.4, 0.64, 1) 0.3s forwards;
}
.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-n2 {
  animation: ctNodeIn 0.28s cubic-bezier(0.34, 1.4, 0.64, 1) 1.0s forwards;
}
.hp-about__layout.visible .hp-circuit-tree.is-ready .ct-n1 {
  animation: ctNodeIn 0.3s cubic-bezier(0.34, 1.4, 0.64, 1) 1.9s forwards;
}
.hp-about__layout.visible .hp-circuit-tree.is-ready {
  animation: ctPulse 2.4s ease-in-out 2.7s infinite;
}

@keyframes ctDraw {
  to { stroke-dashoffset: 0; }
}
@keyframes ctNodeIn {
  to { opacity: 1; transform: scale(1); }
}
@keyframes ctPulse {
  0%, 100% {
    filter: drop-shadow(0 0 12px rgba(16,185,129,0.2));
  }
  50% {
    filter: drop-shadow(0 0 26px rgba(16,185,129,0.45));
  }
}
@keyframes hpIconGlow {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.04); }
}

.hp-about__stats {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  border-radius: 24px;
  padding: 1.2rem 1.1rem;
  background: #141414;
  border: 1px solid rgba(255,255,255,0.06);
}
@media (min-width: 992px) {
  .hp-about__stats {
    grid-template-columns: repeat(4, 1fr);
    padding: 1.35rem 1.5rem;
    margin-top: 2rem;
  }
}
.hp-about__stat {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.hp-about__stat i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #10b981;
  background: rgba(16,185,129,0.12);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.hp-about__stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: var(--fw-heading);
  color: #10b981;
  line-height: 1.1;
  letter-spacing: var(--ls-heading);
}
.hp-about__stat span {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
}

/* ── FOCUS / THRUST AREAS (portfolio-style cards) ── */
.hp-focus {
  background:
    radial-gradient(ellipse at top right, rgba(16,185,129,0.12), transparent 45%),
    #0a0a0a;
  color: #fff;
}
.hp-focus .hp-title { color: #fff; }
.hp-focus .hp-subtitle { color: rgba(255,255,255,0.65); }

.hp-focus__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  max-width: none;
}
.hp-focus__head-copy {
  max-width: 40rem;
}
.hp-focus__head-copy .hp-subtitle {
  margin-bottom: 0;
}
.hp-focus__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #10b981;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: gap 0.25s ease, color 0.25s ease;
}
.hp-focus__view-all:hover {
  color: #6ee7b7;
  gap: 0.65rem;
}

.hp-focus__grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .hp-focus__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .hp-focus__grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}

.hp-focus-card {
  position: relative;
  display: block;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  min-height: 0;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: none;
  transition: border-color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease;
  opacity: 1 !important;
  transform: none;
}
.hp-focus-card.reveal {
  opacity: 1;
  transform: none;
}
.hp-focus-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(16,185,129,0.45);
  background: rgba(255,255,255,0.035);
  box-shadow: none;
}

.hp-focus-card__link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  min-height: 240px;
  padding: 2rem 1.35rem 1.5rem;
  text-decoration: none;
  color: inherit;
}

/* Animated background network */
.hp-focus-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 25%, rgba(16,185,129,0.16), transparent 42%),
    radial-gradient(circle at 80% 70%, rgba(16,185,129,0.1), transparent 48%);
}
.hp-focus-card__bg::before,
.hp-focus-card__bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(16,185,129,0.22);
}
.hp-focus-card__bg::before {
  width: 140px;
  height: 140px;
  top: -30px;
  right: -28px;
  background:
    radial-gradient(circle at center, rgba(16,185,129,0.2) 0 3px, transparent 4px),
    radial-gradient(circle at 30% 70%, rgba(16,185,129,0.35) 0 2px, transparent 3px),
    radial-gradient(circle at 75% 35%, rgba(16,185,129,0.4) 0 2.5px, transparent 3.5px);
  animation: hpFocusOrbA 7.5s ease-in-out infinite;
}
.hp-focus-card__bg::after {
  width: 110px;
  height: 110px;
  bottom: -24px;
  left: -22px;
  background:
    radial-gradient(circle at center, rgba(16,185,129,0.18) 0 3px, transparent 4px),
    radial-gradient(circle at 65% 40%, rgba(16,185,129,0.35) 0 2px, transparent 3px);
  animation: hpFocusOrbB 9s ease-in-out infinite;
}
.hp-focus-card:nth-child(2n) .hp-focus-card__bg::before {
  animation-delay: -2.2s;
}
.hp-focus-card:nth-child(3n) .hp-focus-card__bg::after {
  animation-delay: -3.5s;
}
.hp-focus-card:hover .hp-focus-card__bg {
  background:
    radial-gradient(circle at 30% 30%, rgba(16,185,129,0.22), transparent 46%),
    radial-gradient(circle at 75% 65%, rgba(16,185,129,0.14), transparent 50%);
}
.hp-focus-card:hover .hp-focus-card__bg::before,
.hp-focus-card:hover .hp-focus-card__bg::after {
  border-color: rgba(16,185,129,0.4);
}

@keyframes hpFocusOrbA {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.55; }
  50% { transform: translate(-10px, 12px) scale(1.08); opacity: 0.9; }
}
@keyframes hpFocusOrbB {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.45; }
  50% { transform: translate(12px, -8px) scale(1.1); opacity: 0.85; }
}

.hp-focus-card__label {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 0 1.25rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
  line-height: 1.3;
}
.hp-focus-card .thrust-icon {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  margin: 0 auto 1.1rem;
  font-size: 2.35rem;
  border-radius: 50%;
  background: rgba(16,185,129,0.1);
  color: #10b981;
  border: 1px solid rgba(16,185,129,0.4);
  box-shadow: 0 0 0 0 rgba(16,185,129,0.25);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  animation: hpFocusIconPulse 2.8s ease-out infinite;
}
.hp-focus-card:nth-child(2n) .thrust-icon { animation-delay: 0.4s; }
.hp-focus-card:nth-child(3n) .thrust-icon { animation-delay: 0.8s; }
.hp-focus-card:hover .thrust-icon {
  transform: scale(1.06);
  border-color: rgba(16,185,129,0.75);
  color: #6ee7b7;
  box-shadow: 0 0 0 10px rgba(16,185,129,0.08);
}
@keyframes hpFocusIconPulse {
  0% { box-shadow: 0 0 0 0 rgba(16,185,129,0.28); }
  70% { box-shadow: 0 0 0 14px rgba(16,185,129,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

.hp-focus-card__desc {
  flex: 1;
  margin: 0 0 1.5rem;
  color: rgba(255,255,255,0.78);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: left;
}
.hp-focus-card__more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  color: #10b981;
  font-size: 0.88rem;
  font-weight: 600;
  transition: gap 0.25s ease, color 0.25s ease;
}
.hp-focus-card:hover .hp-focus-card__more {
  gap: 0.65rem;
  color: #6ee7b7;
}

@media (prefers-reduced-motion: reduce) {
  .hp-focus-card__bg::before,
  .hp-focus-card__bg::after,
  .hp-focus-card .thrust-icon {
    animation: none !important;
  }
}

/* legacy title-only cards (if used elsewhere) */
.hp-focus-card__body {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.75rem 1.25rem;
  gap: 1rem;
}
.hp-focus-card h3 {
  font-size: var(--fs-h3);
  margin: 0;
  color: #fff !important;
  font-weight: var(--fw-heading);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading);
}
.hp-focus-card--title {
  min-height: 200px;
}
.hp-focus-card--title .hp-focus-card__body {
  min-height: 200px;
}
.hp-focus-card--title h3 {
  font-size: var(--fs-h3);
  font-weight: var(--fw-heading);
}

/* ── IMPACT ── */
.hp-impact {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.hp-impact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hp-impact__bg img {
  transform: scale(1.08);
}
.hp-impact__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(10,10,10,0.82), rgba(4,120,87,0.55)),
    rgba(10,10,10,0.35);
}
.hp-impact__inner { position: relative; z-index: 2; }
.hp-impact .hp-section-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
.hp-impact .hp-subtitle {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .hp-impact .hp-subtitle {
    white-space: normal;
    max-width: 36rem;
  }
}
.hp-dashboard {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 768px) {
  .hp-dashboard {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.hp-dash-card {
  display: grid;
  grid-template-rows: 28px 2.75rem auto;
  column-gap: 0;
  row-gap: 1.15rem;
  align-content: start;
  height: 100%;
  min-height: 168px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 24px;
  padding: 1.5rem 1.4rem;
  background: rgba(10,10,10,0.45);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
  transition: border-color 0.35s ease, background 0.35s ease;
  transform: none;
}
.hp-dash-card:hover {
  border-color: rgba(16,185,129,0.45);
}
.hp-dash-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  height: 28px;
  margin: 0;
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  line-height: 1;
}
.hp-dash-card__top i {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #10b981;
  font-size: 1.25rem;
  line-height: 1;
}
.hp-dash-card__top span {
  line-height: 1;
  white-space: nowrap;
}
.hp-dash-card strong {
  display: flex;
  align-items: center;
  margin: 0;
  height: 2.75rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: var(--fw-heading);
  color: #fff;
  line-height: 1;
  letter-spacing: var(--ls-heading);
}
.hp-dash-card p {
  margin: 0;
  min-height: 2.7em;
  color: rgba(255,255,255,0.68);
  font-size: 0.95rem;
  line-height: 1.35;
}

/* ── COLLABORATION / BENEFITS (dark) ── */
.hp-collab {
  background:
    radial-gradient(ellipse at left center, rgba(16,185,129,0.1), transparent 50%),
    #0f0f0f;
  color: #fff;
}
.hp-collab .hp-title { color: #fff; }
.hp-collab .hp-subtitle { color: rgba(255,255,255,0.65); }
.hp-collab__grid {
  display: grid;
  gap: var(--hp-space-2xl);
  align-items: center;
}
@media (min-width: 992px) {
  .hp-collab__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.hp-collab__media {
  aspect-ratio: 4 / 5;
  max-height: 620px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
@media (max-width: 991.98px) {
  .hp-collab__media { aspect-ratio: 16 / 10; max-height: 340px; }
}
.hp-glass {
  border-radius: 24px;
  padding: 1.35rem 1.4rem;
  background: rgba(20,20,20,0.85);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35);
  backdrop-filter: blur(12px);
}
.hp-glass__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.hp-glass__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 0.85rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  transition: border-color 0.25s, background 0.25s;
}
.hp-glass__list li:hover {
  border-color: rgba(16,185,129,0.3);
  background: rgba(16,185,129,0.08);
}
.hp-glass__list .offer-icon {
  width: 44px;
  height: 44px;
  font-size: 1.1rem;
  margin: 0;
}
.hp-glass__list h3 {
  color: #fff !important;
  margin-bottom: 0.25rem !important;
}
.hp-glass__list p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.62);
  line-height: 1.55;
}

/* ── STORIES (dark) ── */
.hp-stories {
  background:
    radial-gradient(ellipse at bottom right, rgba(16,185,129,0.1), transparent 45%),
    #0a0a0a;
  color: #fff;
}
.hp-stories .hp-title { color: #fff; }
.hp-stories__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.hp-stories .hp-section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 36rem;
  position: relative;
  z-index: 1;
}
.hp-stories .hp-eyebrow {
  display: block;
}
.hp-stories .hp-motif-wrap--stories {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(300px, 34vw);
  min-height: 0;
  align-items: flex-end;
  justify-content: center;
  z-index: 0;
  pointer-events: none;
}
.hp-stories .hp-motif--hub,
.hp-stories .hp-motif-wrap--stories .hp-motif {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 991.98px) {
  .hp-stories__head {
    flex-direction: column;
    min-height: 0;
    gap: 0.75rem;
  }
  .hp-stories .hp-motif-wrap--stories {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: min(220px, 55vw);
    order: -1;
    align-items: center;
    margin-inline: auto;
  }
}
.hp-story-card.story-card,
.hp-stories .story-card {
  border-radius: 24px;
  overflow: hidden;
  background: #141414;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.hp-story-panel.story-panel {
  color: #fff;
  min-height: 100%;
}
.hp-story-content.story-content {
  background: #141414;
  color: #fff;
  padding: 2rem 1.75rem;
}
@media (min-width: 992px) {
  .hp-story-content.story-content { padding: 2.5rem; }
}
.hp-story-content .story-quote {
  color: rgba(255,255,255,0.92);
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.015em;
}
.hp-metric-box.metric-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 0.9rem;
  height: 100%;
}
.hp-metric-box.metric-box small {
  color: rgba(255,255,255,0.5);
}
.hp-metric-box.metric-box strong {
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.4;
}
.hp-metric-box.metric-box i {
  color: #10b981 !important;
}
.hp-story-nav .story-nav-btn {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
}
.hp-story-nav .story-nav-btn:hover {
  background: rgba(16,185,129,0.25);
  border-color: rgba(16,185,129,0.45);
  color: #fff;
}
.hp-story-nav .story-dot {
  background: rgba(255,255,255,0.25);
}
.hp-story-nav .story-dot.active {
  background: #10b981;
}

/* ── CTA ── */
.hp-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hp-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hp-cta__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10,10,10,0.55), rgba(10,10,10,0.78));
}
.hp-cta__wave {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -20%;
  height: 45%;
  z-index: 2;
  background: radial-gradient(ellipse at center, rgba(16,185,129,0.35), transparent 65%);
  animation: hpWave 8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes hpWave {
  0%, 100% { transform: translateY(0) scaleX(1); opacity: 0.55; }
  50% { transform: translateY(-18px) scaleX(1.05); opacity: 0.85; }
}
.hp-cta__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hp-cta .hp-title {
  color: #fff;
  width: max-content;
  max-width: none;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.hp-cta .hp-subtitle {
  margin: 0 auto var(--hp-space-xl) !important;
  max-width: none;
  text-align: center;
}
.hp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

/* Button ripple */
.btn-ripple {
  position: relative;
  overflow: hidden;
}
.btn-ripple .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  transform: scale(0);
  animation: hpRipple 0.6s linear;
  pointer-events: none;
}
@keyframes hpRipple {
  to { transform: scale(4); opacity: 0; }
}

/* Reveal + hero anim compatibility */
.home-premium .reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-premium .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .hp-cta__wave,
  .hp-badge__dot,
  .hp-media img,
  .hp-focus-card__media img { animation: none !important; transition: none !important; }
}

/* ══════════════════════════════════════
   OUR APPROACH PAGE
══════════════════════════════════════ */
.page-approach {
  background: #0a0a0a;
  color: #fff;
}
.oa-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--hp-section-y) + 3.5rem) 0 var(--hp-section-y);
  min-height: 320px;
  display: flex;
  align-items: flex-end;
}
.oa-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.oa-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oa-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.88) 100%);
}
.oa-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 40rem;
}
.oa-hero .hp-title {
  color: #fff;
}
.oa-hero .hp-subtitle {
  color: rgba(255,255,255,0.7);
  max-width: 36rem;
}

.oa-thrust {
  background:
    radial-gradient(ellipse at top right, rgba(16,185,129,0.1), transparent 45%),
    #0a0a0a;
}
.oa-thrust .hp-title { color: #fff; }
.oa-thrust__list {
  display: grid;
  gap: 1rem;
}
.oa-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  align-items: start;
  padding: 1.35rem 1.4rem;
  border-radius: 24px;
  background: #141414;
  border: 1px solid rgba(255,255,255,0.08);
  scroll-margin-top: 100px;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.oa-block:hover {
  border-color: rgba(16,185,129,0.35);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
.oa-block__icon.thrust-icon {
  margin: 0;
  flex-shrink: 0;
}
.oa-block__body h3 {
  color: #fff;
  font-size: var(--fs-h3);
  font-weight: var(--fw-heading);
  letter-spacing: var(--ls-heading);
  margin: 0 0 0.5rem;
}
.oa-block__body > p {
  color: rgba(255,255,255,0.68);
  line-height: 1.65;
  margin: 0 0 0.75rem;
  font-size: 0.98rem;
}
.oa-block .thrust-list {
  color: rgba(255,255,255,0.58);
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.65;
}
.oa-block .thrust-list li { margin-bottom: 0.2rem; }
@media (max-width: 575.98px) {
  .oa-block {
    grid-template-columns: 1fr;
  }
}

.oa-journey {
  background:
    radial-gradient(ellipse at center, rgba(16,185,129,0.12), transparent 55%),
    #0f0f0f;
}
.oa-journey .hp-title { color: #fff; }
.oa-tabs.journey-tabs {
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.oa-tabs .journey-tab {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.75);
  border-radius: 999px;
  padding: 0.6rem 1.2rem;
}
.oa-tabs .journey-tab.active,
.oa-tabs .journey-tab:hover {
  background: rgba(16,185,129,0.2);
  border-color: rgba(16,185,129,0.45);
  color: #fff;
}
.oa-steps {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .oa-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1200px) {
  .oa-steps { grid-template-columns: repeat(5, 1fr); gap: 1rem; }
}
.oa-step {
  border-radius: 24px;
  padding: 1.25rem 1.15rem;
  background: rgba(20,20,20,0.9);
  border: 1px solid rgba(255,255,255,0.08);
  height: 100%;
  transition: border-color 0.3s, transform 0.3s;
}
.oa-step:hover {
  border-color: rgba(16,185,129,0.35);
  transform: translateY(-4px);
}
.oa-step span {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: var(--fw-heading);
  color: #10b981;
  font-size: 0.9rem;
  margin-bottom: 0.65rem;
}
.oa-step h4 {
  color: #fff;
  font-size: var(--fs-h3);
  font-weight: var(--fw-heading);
  margin: 0 0 0.5rem;
  letter-spacing: var(--ls-heading);
}
.oa-step p {
  margin: 0;
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  line-height: 1.55;
}

.oa-benefits {
  background:
    radial-gradient(ellipse at bottom left, rgba(16,185,129,0.1), transparent 45%),
    #0a0a0a;
}
.oa-benefits .hp-title { color: #fff; }
.oa-benefits__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .oa-benefits__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1200px) {
  .oa-benefits__grid { grid-template-columns: repeat(4, 1fr); }
}
.oa-offer {
  border-radius: 24px;
  padding: 1.5rem 1.35rem;
  background: #141414;
  border: 1px solid rgba(255,255,255,0.08);
  height: 100%;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.oa-offer:hover {
  border-color: rgba(16,185,129,0.35);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
.oa-offer .offer-icon { margin-bottom: 1rem; }
.oa-offer h3 {
  color: #fff;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}
.oa-offer p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* ══════════════════════════════════════
   INNER PAGES — Challenges / Media / FAQs
══════════════════════════════════════ */
.page-challenges,
.page-media,
.page-faqs {
  background: #0a0a0a;
  color: #fff;
}
.ip-section {
  background:
    radial-gradient(ellipse at top center, rgba(16,185,129,0.08), transparent 50%),
    #0a0a0a;
}

/* Challenges accordion */
.ip-accordion.challenge-accordion {
  display: grid;
  gap: 0.85rem;
}
.ip-acc-item.challenge-acc-item,
.ip-acc-item.accordion-item {
  background: #141414 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 20px !important;
  overflow: hidden;
  margin: 0;
}
.ip-acc-item .accordion-button {
  background: #141414 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: none !important;
  padding: 1.15rem 1.35rem;
}
.ip-acc-item .accordion-button:not(.collapsed) {
  background: rgba(16,185,129,0.12) !important;
  color: #fff !important;
}
.ip-acc-item .accordion-button::after {
  filter: invert(1) brightness(1.4);
}
.ip-acc-item .accordion-body {
  background: #121212;
  color: rgba(255,255,255,0.72);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1.25rem 1.35rem 1.5rem;
  line-height: 1.7;
}
.ip-acc-item .accordion-body strong { color: #10b981; }
.ip-acc-item .accordion-body ul {
  padding-left: 1.15rem;
  margin-bottom: 1rem;
}
.ip-acc-item .accordion-body li { margin-bottom: 0.3rem; }

/* Media cards */
.ip-media-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .ip-media-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .ip-media-grid { grid-template-columns: repeat(3, 1fr); }
}
.ip-media-card {
  border-radius: 24px;
  padding: 1.5rem 1.4rem;
  background: #141414;
  border: 1px solid rgba(255,255,255,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.ip-media-card:hover {
  border-color: rgba(16,185,129,0.35);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
.ip-media-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.ip-tag {
  display: inline-flex;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(16,185,129,0.15);
  color: #10b981;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ip-media-card__meta time {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
}
.ip-media-card h3 {
  color: #fff;
  font-size: 1.25rem;
  margin: 0 0 0.65rem;
}
.ip-media-card p {
  color: rgba(255,255,255,0.62);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 0 1.25rem;
  flex: 1;
}
.ip-media-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #10b981;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.92rem;
  transition: gap 0.25s, color 0.25s;
}
.ip-media-link:hover {
  color: #fff;
  gap: 0.65rem;
}

/* FAQs */
.ip-faq-list.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 860px;
  margin: 0 auto;
}
.ip-faq-list .faq-item {
  background: #141414;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.25s;
}
.ip-faq-list .faq-item.open,
.ip-faq-list .faq-item:hover {
  border-color: rgba(16,185,129,0.3);
}
.ip-faq-list .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
}
.ip-faq-list .faq-question i {
  color: #10b981;
  flex-shrink: 0;
  transition: transform 0.25s;
}
.ip-faq-list .faq-item.open .faq-question i {
  transform: rotate(180deg);
}
.ip-faq-list .faq-answer {
  display: none;
  padding: 0 1.25rem 1.2rem;
  color: rgba(255,255,255,0.8) !important;
  line-height: 1.7;
  font-size: 0.95rem;
}
.ip-faq-list .faq-item.open .faq-answer { display: block; }
.ip-faq-list .faq-answer p,
.ip-faq-list .faq-answer li,
.ip-faq-list .faq-answer ul {
  color: rgba(255,255,255,0.8) !important;
}
.ip-faq-list .faq-answer p {
  margin: 0 0 0.65rem !important;
}
.ip-faq-list .faq-answer ul {
  padding-left: 1.15rem;
  margin: 0.35rem 0 0;
}
.ip-faq-list .faq-answer li { margin-bottom: 0.3rem; }
.ip-faq-list .faq-answer a {
  color: #10b981 !important;
  text-decoration: underline;
}
.ip-faq-list .faq-answer a:hover { color: #fff !important; }

/* ── Section motifs (Network / Tower / Galaxy / Hub) ── */
.hp-motif-row {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .hp-motif-row {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
    margin-bottom: 2.25rem;
  }
  .hp-motif-row--center {
    grid-template-columns: minmax(140px, 220px) 1fr;
    align-items: center;
  }
  .hp-motif-row--thrust {
    grid-template-columns: 1fr minmax(120px, 200px);
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 1.75rem;
  }
}
.hp-motif-row--thrust .hp-section-head {
  max-width: 40rem;
}
.hp-motif-wrap--right {
  justify-self: end;
  align-items: flex-end;
  min-height: 0;
}
.hp-motif-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.hp-motif-wrap--sm { min-height: 200px; }
.hp-focus .hp-motif-row,
.hp-focus .hp-motif-wrap {
  overflow: visible;
}
.hp-focus .hp-motif-wrap--sm {
  min-height: 200px;
  padding-top: 0.25rem;
}
.hp-motif--tower {
  overflow: visible;
  width: min(100%, 180px);
}
@media (max-width: 991.98px) {
  .hp-motif-row--thrust {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hp-motif-row--thrust .hp-section-head {
    margin-inline: auto;
    text-align: center;
  }
  .hp-motif-wrap--right {
    justify-self: center;
    align-items: center;
    order: -1;
  }
}
.hp-motif-wrap--panel {
  min-height: 320px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(16,185,129,0.12), transparent 55%),
    #111;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .hp-motif-wrap--panel { min-height: 480px; }
}
.hp-motif-wrap .hp-motif {
  width: min(100%, 340px);
  height: auto;
  display: block;
  filter: drop-shadow(0 0 16px rgba(16,185,129,0.2));
}
.hp-motif-wrap--sm .hp-motif { width: min(100%, 220px); }
.hp-motif-wrap--panel .hp-motif { width: min(100%, 380px); }
.hp-motif-label {
  margin-top: 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
}
.hp-impact .hp-motif-label,
.hp-stories .hp-motif-label,
.hp-focus .hp-motif-label { color: rgba(16,185,129,0.7); }

.hp-motif .mt-path {
  fill: none;
  stroke-dasharray: var(--len, 400);
  stroke-dashoffset: 0;
}
.hp-motif.is-ready .mt-path {
  stroke-dashoffset: var(--len, 400);
}
.hp-motif .mt-node {
  opacity: 1;
  transform: scale(1);
  transform-box: fill-box;
  transform-origin: center;
}
.hp-motif.is-ready .mt-node {
  opacity: 0;
  transform: scale(0);
}

.reveal.visible .hp-motif.is-ready .mt-s1 {
  animation: mtDraw 0.8s ease-out forwards;
}
.reveal.visible .hp-motif.is-ready .mt-s2 {
  animation: mtDraw 0.85s ease-out 0.55s forwards;
}
.reveal.visible .hp-motif.is-ready .mt-s3 {
  animation: mtDraw 0.9s ease-out 1.2s forwards;
}
.reveal.visible .hp-motif.is-ready .mt-s4 {
  animation: mtDraw 0.95s ease-out 1.85s forwards;
}
.reveal.visible .hp-motif.is-ready .mt-n2 {
  animation: mtNodeIn 0.4s cubic-bezier(0.34, 1.4, 0.64, 1) 0.9s forwards;
}
.reveal.visible .hp-motif.is-ready .mt-n1 {
  animation: mtNodeIn 0.45s cubic-bezier(0.34, 1.4, 0.64, 1) 1.7s forwards;
}
.reveal.visible .hp-motif.is-ready {
  animation: mtPulse 2.8s ease-in-out 2.6s infinite;
}

/* If animation never runs, force visible after ready + visible parent */
.reveal.visible .hp-motif.is-ready.mt-show .mt-path {
  stroke-dashoffset: 0 !important;
}
.reveal.visible .hp-motif.is-ready.mt-show .mt-node {
  opacity: 1 !important;
  transform: scale(1) !important;
}

@keyframes mtDraw {
  to { stroke-dashoffset: 0; }
}
@keyframes mtNodeIn {
  to { opacity: 1; transform: scale(1); }
}
@keyframes mtPulse {
  0%, 100% { filter: drop-shadow(0 0 12px rgba(16,185,129,0.18)); }
  50% { filter: drop-shadow(0 0 24px rgba(16,185,129,0.42)); }
}

/* ── Mobile / tablet — same rhythm, slightly tighter tokens ── */
@media (max-width: 991.98px) {
  .home-premium,
  .page-nodes,
  .page-inner {
    --hp-section-y: var(--hp-section-y-sm);
    --hp-space-xl: 1.75rem;
    --hp-space-2xl: 2rem;
  }
  .hp-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hp-about__lead {
    max-width: none;
    font-size: 0.98rem;
  }
  .hp-about__visual {
    min-height: 0;
  }
  .hp-collab__media {
    max-height: 280px;
  }
  .hp-focus-card__link {
    padding: 1.25rem 1.15rem 1.15rem;
  }
  .hp-story-content.story-content {
    padding: 1.5rem 1.25rem;
  }
  .hp-cta .hp-title {
    max-width: none;
  }
  .oa-hero {
    min-height: 0;
    padding-top: calc(var(--hp-section-y) + 3rem);
    padding-bottom: var(--hp-section-y);
  }
}

@media (max-width: 767.98px) {
  .home-premium,
  .page-nodes,
  .page-inner {
    --hp-section-y: 2.5rem;
    --hp-space-sm: 0.65rem;
    --hp-space-md: 0.85rem;
    --hp-space-lg: 1.25rem;
    --hp-space-xl: 1.5rem;
    --hp-space-2xl: 1.75rem;
  }
  .hp-subtitle {
    font-size: 0.95rem;
  }
  .hp-media,
  .hp-collab__media,
  .hp-about .hp-collab__media {
    border-radius: 16px;
  }
  .hp-collab__media {
    aspect-ratio: 16 / 10;
    max-height: 220px;
  }
  .hp-about .hp-collab__media {
    max-height: 200px;
  }
  .hp-glass {
    margin-top: var(--hp-space-lg) !important;
    border-radius: 16px;
    padding: 1rem;
  }
  .hp-glass__list li {
    gap: 0.75rem;
  }
  .hp-dashboard {
    gap: 0.75rem;
  }
  .hp-dash-card {
    padding: 1.15rem 1rem;
    min-height: 148px;
    grid-template-rows: 28px 2.25rem auto;
    row-gap: 0.9rem;
  }
  .hp-dash-card strong {
    font-size: clamp(1.5rem, 8vw, 2rem);
    height: 2.25rem;
  }
  .hp-focus__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .hp-focus__grid {
    gap: 0.85rem;
  }
  .hp-focus-card {
    border-radius: 16px;
  }
  .hp-focus-card .thrust-icon {
    font-size: 2rem;
    margin: 0.85rem 0;
  }
  .hp-story-card.story-card,
  .hp-stories .story-card {
    border-radius: 16px;
  }
  .hp-story-content .story-quote {
    font-size: 1.05rem;
  }
  .hp-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hp-cta__actions a {
    width: 100%;
    justify-content: center;
  }
  .oa-tabs.journey-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.35rem;
    margin-right: -1rem;
    padding-right: 1rem;
  }
  .oa-tabs .journey-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media (max-width: 575.98px) {
  .hp-read-more {
    width: 100%;
    justify-content: center;
  }
  .hp-metric-box.metric-box {
    padding: 0.75rem;
  }
}

/* ═══════════════════════════════════════════════════════════════
   WHITE + GREEN THEME — section overrides
═══════════════════════════════════════════════════════════════ */

/* Hero — split layout (hero.jpeg style); navbar unchanged */
.hp-hero.hp-hero--split {
  min-height: 0;
  height: auto;
  background: #f2f2f2;
  overflow: visible;
  align-items: stretch;
  padding-top: clamp(5.5rem, 12vh, 7rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}
.hp-hero--split .hp-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: stretch;
}
@media (min-width: 992px) {
  .hp-hero--split .hp-hero__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }
}
.hp-hero--split .hp-hero__content {
  align-items: flex-start;
  max-width: 34rem;
}
.hp-hero--split .hp-hero__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: min(280px, 72vw);
  max-height: 78px;
  margin: 0 0 1.5rem;
  object-fit: contain;
}
.hp-hero--split .hp-hero__title {
  color: #17231D;
  max-width: 11ch;
  margin: 0 0 1.75rem;
  font-size: clamp(2.35rem, 5.2vw, 3.75rem);
  line-height: 1.08;
  text-align: left;
}
.hp-hero--split .hp-hero__accent {
  color: #10b981;
}
.hp-hero--split .hp-hero__actions {
  justify-content: flex-start;
  gap: 0.75rem;
}
.hp-hero--split .btn-tl-primary {
  border-radius: 999px;
  padding: 0.85rem 1.45rem;
  background: #10b981;
  box-shadow: 0 8px 22px rgba(16, 185, 129, 0.25);
}
.hp-hero--split .btn-tl-primary:hover {
  background: #059669;
}
.btn-tl-outline-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  border: 1.5px solid #10b981;
  background: #fff;
  color: #10b981;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 4px 14px rgba(23, 35, 29, 0.06);
}
.btn-tl-outline-green:hover {
  background: #10b981;
  color: #fff;
  border-color: #10b981;
}
.hp-hero--split .hp-hero__visual {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(23, 35, 29, 0.14);
  background: #111;
  aspect-ratio: 19 / 11;
}
@media (min-width: 992px) {
  .hp-hero--split .hp-hero__visual {
    /* Wider panel, same visual height as before */
    height: clamp(300px, 32vw, 420px);
    aspect-ratio: auto;
  }
}
.hp-hero--split .hp-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hp-hero--split .hp-hero__img,
.hp-hero--split .hp-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: none;
}
.hp-hero--split .hp-hero__video {
  opacity: 1;
  pointer-events: none;
}
.hp-hero--split .hp-hero__play {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border: 4px solid #fff;
  border-radius: 50%;
  padding: 0;
  background: rgba(16, 185, 129, 0.72);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.hp-hero--split .hp-hero__play:hover {
  background: rgba(16, 185, 129, 0.9);
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 16px 36px rgba(16, 185, 129, 0.35);
}
.hp-hero--split .hp-hero__play-icon {
  display: none;
  line-height: 0;
}
.hp-hero--split .hp-hero__play-icon--play {
  display: grid;
  place-items: center;
  padding-left: 3px;
}
.hp-hero--split .hp-hero__play.is-playing .hp-hero__play-icon--play {
  display: none;
}
.hp-hero--split .hp-hero__play.is-playing .hp-hero__play-icon--pause {
  display: grid;
  place-items: center;
}
.hp-hero--split .hp-hero__play-icon i {
  font-size: 2rem;
}
@media (max-width: 575.98px) {
  .hp-hero--split .hp-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hp-hero--split .hp-hero__actions a {
    width: 100%;
    justify-content: center;
  }
  .hp-hero--split .hp-hero__play {
    width: 68px;
    height: 68px;
  }
}
.hp-badge {
  border-color: rgba(16,185,129,0.25);
  background: var(--accent-light);
  color: var(--primary-dark);
}
.hp-badge__dot { background: var(--accent); box-shadow: 0 0 0 0 rgba(16,185,129,0.45); }
.hp-float-stat {
  background: var(--bg-white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.hp-float-stat strong { color: var(--primary); }
.hp-float-stat span { color: var(--body-text); }

/* About — clean white editorial (reference layout) */
.hp-about {
  background: #fff;
  color: var(--body-text);
}
.hp-about .hp-title,
.hp-about__title {
  color: var(--heading);
  max-width: none;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.2;
}
.hp-about__accent {
  color: #10b981;
}
.hp-about__eyebrow.hp-eyebrow {
  display: inline-block;
  color: #10b981;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 var(--hp-space-md);
}
.hp-about__eyebrow.hp-eyebrow::before {
  display: none;
  content: none;
}
.hp-about__lead {
  color: #52605A;
  line-height: 1.75;
  font-size: 1.02rem;
  max-width: none;
}
.hp-about__content .about-more p {
  color: #52605A;
  line-height: 1.7;
  font-size: 0.98rem;
  margin-bottom: 0.75rem;
  max-width: 52ch;
}
.hp-about .hp-read-more {
  margin-top: var(--hp-space-lg);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #10b981;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: none;
  gap: 0.45rem;
}
.hp-about .hp-read-more:hover {
  background: transparent;
  border: 0;
  color: #10b981;
  transform: none;
  gap: 0.7rem;
}
.hp-about .hp-read-more i {
  transition: transform 0.25s ease;
}
.hp-about .hp-read-more.is-open i {
  transform: rotate(90deg);
}

.hp-about__layout {
  display: grid;
  gap: var(--hp-space-2xl);
  align-items: center;
}
@media (min-width: 992px) {
  .hp-about__layout {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
  }
}

.hp-about__visual {
  display: block;
  min-height: 0;
  position: relative;
  width: 100%;
  padding: 0 12px 10px 0; /* room for bottom-right offset frame */
}
.hp-about__visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10px;
  right: 0;
  left: 12px;
  bottom: 0;
  border: 1.5px solid #a7f3d0;
  border-radius: 22px;
  pointer-events: none;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.hp-about__shot {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 22px;
  background: #eef5f1;
  border: 0;
  box-shadow: 0 18px 48px rgba(23, 35, 29, 0.12);
  aspect-ratio: auto;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.hp-about__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.hp-about__visual:hover::before {
  border-color: #10b981;
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.12);
  transform: translate(2px, 2px);
}
.hp-about__visual:hover .hp-about__shot {
  box-shadow: 0 22px 52px rgba(16, 185, 129, 0.22);
  transform: translateY(-3px);
}
.hp-about__visual:hover .hp-about__shot img {
  transform: scale(1.04);
}
@media (max-width: 991.98px) {
  .hp-about__title {
    max-width: none;
  }
  .hp-about__lead {
    max-width: none;
  }
  .hp-about__shot {
    border-radius: 16px;
    max-width: 520px;
    margin: 0 auto;
    height: 250px;
  }
}
@media (max-width: 575.98px) {
  .hp-about__shot {
    max-width: 100%;
    height: 250px;
  }
}

/* Thrust Areas — light cards with fill-on-hover icons */
.hp-focus {
  background: #fff;
  color: var(--body-text);
}
.hp-focus .hp-title { color: #17231D; }
.hp-focus .hp-subtitle { color: #5a6862; }
.hp-focus__view-all { color: #10b981; }
.hp-focus__view-all:hover { color: #059669; }

.hp-focus-card {
  background: #fff;
  border: 1px solid rgba(23, 35, 29, 0.08);
  box-shadow: 0 8px 24px rgba(23, 35, 29, 0.04);
  border-radius: 20px;
  overflow: hidden;
}
.hp-focus-card:hover {
  border-color: rgba(16, 185, 129, 0.45);
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 35, 29, 0.08);
  transform: translateY(-3px) !important;
}

.hp-focus-card__link {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 0;
  padding: 2rem 1.5rem 1.65rem;
  gap: 0;
}

.hp-focus-card__bg {
  background: transparent;
  opacity: 1;
  transition: opacity 0.35s ease;
}
.hp-focus-card__bg::before,
.hp-focus-card__bg::after {
  animation: none;
  border: 0;
  background: none;
}
.hp-focus-card__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  right: -36px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.2) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.hp-focus-card__bg::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(23, 35, 29, 0.05) 1px, transparent 0);
  background-size: 14px 14px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.hp-focus-card:hover .hp-focus-card__bg {
  opacity: 1;
  background: transparent;
}
.hp-focus-card:hover .hp-focus-card__bg::before,
.hp-focus-card:hover .hp-focus-card__bg::after {
  opacity: 1;
  border-color: transparent;
}

.hp-focus-card__icon-wrap {
  position: relative;
  z-index: 1;
  width: 132px;
  height: 132px;
  margin: 0 auto 1.15rem;
  display: grid;
  place-items: center;
}
.hp-focus-card__ring {
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  border: 1.5px dotted rgba(16, 185, 129, 0.28);
  pointer-events: none;
}
.hp-focus-card__ring--outer {
  width: 132px;
  height: 132px;
}
.hp-focus-card__ring--mid {
  width: 104px;
  height: 104px;
  border-color: rgba(16, 185, 129, 0.2);
}

.hp-focus-card .thrust-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  margin: 0;
  font-size: 1.85rem;
  border-radius: 50%;
  background: #10b981 !important;
  color: #fff !important;
  border: 1px solid #10b981 !important;
  box-shadow: 0 10px 22px rgba(16, 185, 129, 0.28);
  animation: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.hp-focus-card:hover .thrust-icon {
  background: #ecfdf5 !important;
  color: #10b981 !important;
  border-color: rgba(16, 185, 129, 0.2) !important;
  transform: scale(1.04);
  box-shadow: none;
}

.hp-focus-card__label {
  margin: 0 0 1.25rem;
  color: #17231D;
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
}
.hp-focus-card__desc {
  flex: 0 0 auto;
  margin: 0 0 1.15rem;
  color: #5a6862;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
  max-width: 18rem;
}
.hp-focus-card__more {
  color: #10b981;
  margin-top: 0.75rem;
}
.hp-focus-card:hover .hp-focus-card__more {
  color: #10b981;
}
.hp-focus-card h3 { color: #17231D !important; }

/* Impact — mint facts cards (reference layout) */
.hp-impact {
  color: var(--body-text);
  background: #ecfdf5;
}
.hp-impact__bg,
.hp-impact__veil {
  display: none;
}
.hp-impact .hp-section-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
  max-width: 40rem;
}
.hp-impact .hp-eyebrow {
  color: #10b981;
  letter-spacing: 0.14em;
}
.hp-impact .hp-title,
.hp-impact .hp-section-head--light .hp-title {
  color: #17231D;
}
.hp-impact .hp-subtitle,
.hp-impact .hp-subtitle.light {
  color: #5a6862;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .hp-impact .hp-subtitle,
  .hp-impact .hp-subtitle.light {
    white-space: normal;
    padding: 0 0.5rem;
  }
}
.hp-dashboard {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  max-width: none;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .hp-dashboard {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
  }
}
.hp-dash-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.35rem;
  height: 100%;
  min-height: 0;
  margin: 0;
  border-radius: 20px;
  padding: 1.5rem 1.45rem 1.6rem;
  background: #fff;
  border: 1px solid rgba(16, 185, 129, 0.08);
  box-shadow: 0 10px 28px rgba(23, 35, 29, 0.06);
  backdrop-filter: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  grid-template-rows: none;
}
.hp-dash-card::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(16, 185, 129, 0.15) 18%,
    #10b981 50%,
    rgba(16, 185, 129, 0.15) 82%,
    transparent 100%
  );
  box-shadow:
    0 0 14px rgba(16, 185, 129, 0.55),
    0 6px 18px rgba(16, 185, 129, 0.35);
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.hp-dash-card:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(16, 185, 129, 0.35);
  box-shadow:
    0 14px 32px rgba(23, 35, 29, 0.08),
    0 10px 24px rgba(16, 185, 129, 0.12);
}
.hp-dash-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.hp-dash-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  height: auto;
  margin: 0;
  color: #8A9590;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}
.hp-dash-card__icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #10b981;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(16, 185, 129, 0.28);
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.hp-dash-card__icon i,
.hp-dash-card__top i {
  flex: none;
  width: auto;
  height: auto;
  color: inherit;
  font-size: inherit;
  transition: color 0.3s ease;
}
.hp-dash-card:hover .hp-dash-card__icon {
  background: #ecfdf5;
  color: #10b981;
  box-shadow: none;
}
.hp-dash-card__tag {
  line-height: 1;
  white-space: nowrap;
  color: #8A9590;
}
.hp-dash-card__value,
.hp-dash-card strong {
  display: flex;
  align-items: baseline;
  gap: 0.05em;
  margin: 0;
  height: auto;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.2vw, 3rem);
  font-weight: 700;
  color: #17231D;
  line-height: 1;
  letter-spacing: -0.02em;
}
.hp-dash-card__plus {
  color: #10b981;
  font-weight: 700;
}
.hp-dash-card__label,
.hp-dash-card p {
  margin: 0;
  min-height: 0;
  color: #5a6862;
  font-size: 0.98rem;
  line-height: 1.4;
}

/* Benefits & Offerings — white cards + bottom green line hover */
.hp-collab {
  background: #fff;
  color: var(--body-text);
}
.hp-collab .hp-eyebrow {
  color: #10b981;
}
.hp-collab .hp-title { color: #17231D; }
.hp-collab .hp-subtitle { color: #5a6862; }
.hp-collab__media {
  position: relative;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(23, 35, 29, 0.1);
}
.hp-collab__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #3d4a44;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 6px 18px rgba(23, 35, 29, 0.12);
}
.hp-collab__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45);
  animation: hpCollabPulse 1.8s ease-out infinite;
}
@keyframes hpCollabPulse {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}
.hp-glass {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  border-radius: 0;
  padding: 0;
  margin-top: 1.35rem;
}
.hp-glass__list {
  gap: 0.85rem;
}
.hp-glass__list li {
  position: relative;
  overflow: hidden;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(23, 35, 29, 0.06);
  box-shadow: 0 6px 18px rgba(23, 35, 29, 0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.hp-glass__list li::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(16, 185, 129, 0.15) 18%,
    #10b981 50%,
    rgba(16, 185, 129, 0.15) 82%,
    transparent 100%
  );
  box-shadow:
    0 0 14px rgba(16, 185, 129, 0.55),
    0 6px 18px rgba(16, 185, 129, 0.35);
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.hp-glass__list li:hover {
  background: #fff;
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 10px 24px rgba(23, 35, 29, 0.07);
  transform: translateY(-2px);
}
.hp-glass__list li:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.hp-glass__list .offer-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #10b981 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 1.25rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hp-glass__list .offer-icon .lucide {
  width: 1.35rem;
  height: 1.35rem;
  stroke: currentColor;
  flex-shrink: 0;
}
.hp-glass__list h3 {
  color: #17231D !important;
  margin-bottom: 0.2rem !important;
  font-size: 1.05rem;
}
.hp-glass__list p {
  color: #5a6862;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

/* Success Stories — reference card layout */
.hp-stories {
  background: #ecfdf5;
  color: var(--body-text);
}
.hp-stories .hp-title { color: var(--heading); }
.hp-stories .hp-subtitle { color: var(--body-text); }
.hp-stories .hp-eyebrow { color: var(--primary); }
.hp-story-card.story-card,
.hp-stories .story-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(23, 35, 29, 0.08);
}
.hp-story-panel.story-panel {
  color: #fff;
  background-color: #10b981;
  border-radius: 0;
}
.hp-story-panel .story-avatar {
  background: #fff;
  color: #10b981;
  border: 0;
  border-radius: 12px;
}
.hp-story-content.story-content {
  background: #fff;
  color: var(--body-text);
}
.hp-story-content .story-quote {
  color: #17231D;
}
.hp-story-content .story-quote-icon {
  color: rgba(16, 185, 129, 0.22);
}
.hp-metric-box.metric-box {
  background: #F3F5F4;
  border: 0;
}
.hp-metric-box.metric-box small { color: #8A9590; }
.hp-metric-box.metric-box strong { color: #17231D; }
.hp-metric-box.metric-box i { color: #10b981 !important; }
.hp-story-nav .story-nav-btn {
  background: var(--bg-white);
  border: 1px solid var(--border);
  color: var(--heading);
}
.hp-story-nav .story-nav-btn:hover {
  background: var(--accent-light);
  border-color: var(--accent);
  color: var(--primary);
}
.hp-story-nav .story-dot { background: var(--border); }
.hp-story-nav .story-dot.active { background: var(--accent); }

/* CTA — mint banner card */
.hp-cta {
  background: #fff;
  overflow: visible;
  text-align: center;
  padding-top: var(--hp-section-y);
  padding-bottom: var(--hp-section-y);
}
.hp-cta__wave {
  display: none;
}
.hp-cta__card {
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  padding: clamp(2.75rem, 5vw, 3.75rem) clamp(1.5rem, 4vw, 3rem);
  background: #ecfdf5;
  box-shadow: 0 16px 40px rgba(23, 35, 29, 0.08);
  border: 1px solid rgba(167, 243, 208, 0.55);
}
.hp-cta__card .hp-cta__bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.hp-cta__card .hp-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.05) brightness(1.15);
}
.hp-cta__card .hp-cta__veil {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(236, 253, 245, 0.45);
}
.hp-cta__pattern {
  display: none;
}
.hp-cta__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 56rem;
  margin: 0 auto;
  width: 100%;
}
.hp-cta .hp-title {
  color: #1a2420;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 0.7rem !important;
  text-align: center;
  font-size: clamp(1.35rem, 2.6vw, 2.65rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.hp-cta__brand {
  color: #10b981;
}
.hp-cta .hp-subtitle {
  color: #5a6862;
  margin: 0 auto 1.65rem !important;
  max-width: none;
  width: max-content;
  text-align: center;
  font-size: clamp(0.88rem, 1.35vw, 1.05rem);
  line-height: 1.65;
  white-space: nowrap;
}
.hp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}
.hp-cta .btn-tl-primary {
  background: #10b981;
  color: #fff;
  border-radius: 999px;
  padding: 0.8rem 1.55rem;
  font-size: 0.95rem;
  box-shadow: 0 8px 22px rgba(16, 185, 129, 0.25);
}
.hp-cta .btn-tl-primary:hover {
  background: #059669;
  color: #fff;
  box-shadow: 0 10px 28px rgba(16, 185, 129, 0.28);
}
.hp-cta .btn-tl-outline-light {
  background: #fff;
  color: #1a2420;
  border: 1px solid rgba(221, 232, 226, 0.95);
  border-radius: 999px;
  padding: 0.8rem 1.55rem;
  font-size: 0.95rem;
  box-shadow: 0 4px 14px rgba(23, 35, 29, 0.06);
}
.hp-cta .btn-tl-outline-light:hover {
  background: #fff;
  border-color: #10b981;
  color: #10b981;
}
.hp-cta__brand {
  color: #10b981;
}

@media (max-width: 575.98px) {
  .hp-cta__card {
    border-radius: 20px;
    padding: 2.15rem 1.15rem;
  }
  .hp-cta .hp-title {
    font-size: clamp(1.05rem, 4.8vw, 1.55rem);
    white-space: nowrap;
  }
  .hp-cta .hp-subtitle {
    font-size: clamp(0.72rem, 3.2vw, 0.92rem);
    white-space: nowrap;
  }
  .hp-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hp-cta__actions a {
    width: 100%;
    justify-content: center;
  }
}

/* Inner pages — Our Approach */
.page-approach {
  background: var(--bg-white);
  color: var(--body-text);
}
.oa-hero__veil {
  background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(244,251,247,0.92) 100%);
}
.oa-hero .hp-title { color: var(--heading); }
.oa-hero .hp-subtitle { color: var(--body-text); }
.oa-thrust { background: var(--bg-section); }
.oa-thrust .hp-title { color: var(--heading); }
.oa-block {
  background: var(--bg-white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.oa-block:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-soft-lg);
}
.oa-block__body h3 { color: var(--heading); }
.oa-block__body > p { color: var(--body-text); }
.oa-block .thrust-list { color: var(--body-text); }
.oa-journey { background: var(--accent-pale); }
.oa-journey .hp-title { color: var(--heading); }
.oa-tabs .journey-tab {
  background: var(--bg-white);
  border: 1px solid var(--border);
  color: var(--body-text);
}
.oa-tabs .journey-tab.active,
.oa-tabs .journey-tab:hover {
  background: var(--accent-light);
  border-color: var(--accent);
  color: var(--primary);
}
.oa-step {
  background: var(--bg-white);
  border: 1px solid var(--border);
}
.oa-step:hover { border-color: var(--accent); }
.oa-step span { color: var(--primary); }
.oa-step h4 { color: var(--heading); }
.oa-step p { color: var(--body-text); }
.oa-benefits { background: var(--bg-white); }
.oa-benefits .hp-title { color: var(--heading); }
.oa-offer {
  background: var(--bg-white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.oa-offer:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-soft-lg);
}
.oa-offer h3 { color: var(--heading); }
.oa-offer p { color: var(--body-text); }

/* Inner pages — Challenges / Media / FAQs */
.page-challenges,
.page-media,
.page-faqs {
  background: var(--bg-white);
  color: var(--body-text);
}
.ip-section { background: var(--bg-section); }
.ip-acc-item.challenge-acc-item,
.ip-acc-item.accordion-item {
  background: var(--bg-white) !important;
  border: 1px solid var(--border) !important;
}
.ip-acc-item .accordion-button {
  background: var(--bg-white) !important;
  color: var(--heading) !important;
}
.ip-acc-item .accordion-button:not(.collapsed) {
  background: var(--accent-light) !important;
  color: var(--primary) !important;
}
.ip-acc-item .accordion-button::after {
  filter: none;
}
.ip-acc-item .accordion-body {
  background: var(--accent-pale);
  color: var(--body-text);
  border-top: 1px solid var(--border);
}
.ip-acc-item .accordion-body strong { color: var(--primary); }
.ip-media-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.ip-media-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-soft-lg);
}
.ip-tag {
  background: var(--accent-light);
  color: var(--primary);
}
.ip-media-card__meta time { color: var(--body-text); }
.ip-media-card h3 { color: var(--heading); }
.ip-media-card p { color: var(--body-text); }
.ip-media-link { color: var(--primary); }
.ip-media-link:hover { color: var(--accent); }

/* Page hero titles on inner pages */
.page-hero .hp-title,
.page-hero .section-title { color: var(--heading); }
.page-hero .hp-subtitle,
.page-hero .section-subtitle { color: var(--body-text); }

/* FAQ items */
.ip-faq-item {
  background: var(--bg-white);
  border: 1px solid var(--border);
}
.ip-faq-item .accordion-button {
  background: var(--bg-white) !important;
  color: var(--heading) !important;
}
.ip-faq-item .accordion-body {
  background: var(--accent-pale);
  color: var(--body-text);
}

/* Offer icons — consistent green (exclude home thrust hover icons) */
.offer-icon,
.oa-block .thrust-icon {
  background: var(--accent-light) !important;
  color: var(--primary) !important;
  border: 1px solid rgba(16,185,129,0.2);
}

.hp-cta .btn-tl-primary {
  background: #10b981;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(16, 185, 129, 0.25);
}
.hp-cta .btn-tl-primary:hover {
  background: #059669;
  color: #fff;
  box-shadow: 0 10px 28px rgba(16, 185, 129, 0.28);
}
.hp-cta .btn-tl-outline-light {
  background: #fff;
  color: #17231D;
  border: 1px solid rgba(221, 232, 226, 0.9);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(23, 35, 29, 0.06);
}
.hp-cta .btn-tl-outline-light:hover {
  background: #fff;
  border-color: #10b981;
  color: #10b981;
}
.hp-cta .text-gradient,
.hp-cta__brand {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #10b981;
  color: #10b981;
}

/* FAQ list — light theme */
.ip-faq-list .faq-item {
  background: var(--bg-white);
  border: 1px solid var(--border);
}
.ip-faq-list .faq-item.open,
.ip-faq-list .faq-item:hover {
  border-color: var(--accent);
}
.ip-faq-list .faq-question {
  color: var(--heading);
}
.ip-faq-list .faq-question i {
  color: var(--accent);
}
.ip-faq-list .faq-answer {
  color: var(--body-text) !important;
}
.ip-faq-list .faq-answer p,
.ip-faq-list .faq-answer li,
.ip-faq-list .faq-answer ul {
  color: var(--body-text) !important;
}
.ip-faq-list .faq-answer a {
  color: var(--primary) !important;
}
.ip-faq-list .faq-answer a:hover { color: var(--accent) !important; }
.ip-media-link:hover { color: var(--accent); }

/* Scroll indicator on hero */
.scroll-indicator span {
  border-color: var(--primary);
  background: var(--accent-light);
}
