:root {
  --ink: #101d1b;
  --muted: #526562;
  --line: #dce9e5;
  --surface: #ffffff;
  --surface-soft: #f5faf8;
  --green: #0f8f5f;
  --green-dark: #086844;
  --blue: #1769d4;
  --violet: #7d3bd4;
  --orange: #ef7b22;
  --danger: #dc3d52;
  --shadow: 0 18px 50px rgba(23, 54, 47, 0.11);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f7fbfa;
}

/* Final video integration system */
.video-panel,
.video-card,
.video-feature {
  overflow: hidden;
  border: 1px solid rgba(220, 233, 229, 0.95);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 54, 47, 0.1);
}

.video-panel {
  position: relative;
}

.video-panel video,
.video-card video {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
  background: #0b1d19;
}

.thesis-video-panel {
  margin-top: 26px;
  min-height: 260px;
}

.thesis-video-panel video {
  min-height: 260px;
}

.video-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(9, 32, 29, 0.76);
  color: #fff;
  backdrop-filter: blur(16px);
}

.video-caption span,
.video-card-copy span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(15, 143, 95, 0.11);
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.video-caption span {
  background: rgba(141, 255, 209, 0.14);
  color: #9fffd9;
}

.video-caption strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

.video-suite,
.video-feature {
  margin-top: 76px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.video-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
}

.video-card.wide {
  grid-column: span 2;
}

.video-card video {
  aspect-ratio: 16 / 10;
  min-height: 230px;
}

.video-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.video-card-copy h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.18;
}

.video-card-copy p {
  margin: auto 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.video-feature {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 0;
  align-items: stretch;
}

.video-feature .video-panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.video-feature .video-panel video {
  min-height: 520px;
}

.video-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 250, 247, 0.96)),
    radial-gradient(circle at top right, rgba(23, 105, 212, 0.12), transparent 34%);
}

.video-feature-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1;
}

.video-feature-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

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

  .video-feature {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .video-grid.two-up {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-card,
  .video-card.wide {
    grid-column: auto;
    min-height: auto;
  }

  .video-card video,
  .video-panel video {
    min-height: 230px;
  }

  .video-feature .video-panel video {
    min-height: 280px;
  }

  .video-feature-copy {
    padding: 24px;
  }
}

/* Video layout polish after live visual QA */
.health-video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.health-video-grid .video-card.wide {
  grid-column: auto;
}

.video-feature-copy h2 {
  font-size: clamp(2rem, 3.1vw, 3rem);
}

@media (max-width: 760px) {
  .health-video-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-06-16 executive lifecycle map variant */
.lifecycle-map-shell {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.lifecycle-map-board {
  position: relative;
  min-height: 570px;
  border-color: rgba(120, 244, 193, 0.18);
  background:
    radial-gradient(circle at 18% 50%, rgba(120, 244, 193, 0.20), transparent 28%),
    radial-gradient(circle at 76% 18%, rgba(77, 126, 214, 0.16), transparent 30%),
    linear-gradient(135deg, #07110f, #0b1d1a 44%, #071522);
  box-shadow: 0 32px 90px rgba(6, 17, 15, 0.18);
}

.lifecycle-map-toolbar {
  position: relative;
  z-index: 3;
}

.lifecycle-map-breadcrumbs button,
.lifecycle-map-reset {
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(12px);
}

.lifecycle-map-breadcrumbs button[aria-current="true"] {
  color: #06110f;
  border-color: rgba(120, 244, 193, 0.70);
  background: #78f4c1;
}

.lifecycle-map-canvas {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(180px, 0.82fr) minmax(210px, 1fr) minmax(210px, 1fr) minmax(210px, 1fr);
  gap: clamp(14px, 1.8vw, 22px);
  min-height: 450px;
}

.lifecycle-map-hub {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  min-height: 180px;
  padding: 24px;
  border: 1px solid rgba(120, 244, 193, 0.42);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 30% 20%, rgba(120, 244, 193, 0.28), transparent 45%),
    rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.lifecycle-map-hub::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, #78f4c1, rgba(120, 244, 193, 0));
}

.lifecycle-map-hub span {
  color: #78f4c1;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lifecycle-map-hub strong {
  max-width: 160px;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 0.98;
}

.lifecycle-map-column {
  gap: 12px;
}

.lifecycle-map-column + .lifecycle-map-column::before {
  left: -22px;
  width: 22px;
  background: linear-gradient(90deg, rgba(120, 244, 193, 0.36), rgba(120, 244, 193, 0.72));
}

.lifecycle-map-column-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, rgba(120, 244, 193, 0.22), rgba(120, 244, 193, 0.72));
}

.lifecycle-map-node {
  min-height: 68px;
  padding: 15px 16px;
  border-color: rgba(255, 255, 255, 0.13);
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.lifecycle-map-column:nth-child(n + 2) .lifecycle-map-node {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.075);
}

.lifecycle-map-node span {
  color: rgba(255, 255, 255, 0.58);
}

.lifecycle-map-node::after {
  color: #06110f;
  background: rgba(120, 244, 193, 0.86);
}

.lifecycle-map-node:hover,
.lifecycle-map-node:focus-visible,
.lifecycle-map-node.is-active {
  transform: translateY(-2px);
  border-color: rgba(120, 244, 193, 0.72);
  background: rgba(120, 244, 193, 0.16);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.lifecycle-map-node.is-active {
  color: #06110f;
  background: linear-gradient(135deg, #78f4c1, #d8fff0);
}

.lifecycle-map-node.is-active span {
  color: rgba(6, 17, 15, 0.58);
}

.lifecycle-map-detail {
  min-height: 570px;
  border-color: rgba(120, 244, 193, 0.24);
  background:
    radial-gradient(circle at 70% 8%, rgba(120, 244, 193, 0.24), transparent 34%),
    linear-gradient(160deg, #06110f, #0e2a24);
}

@media (max-width: 1080px) {
  .lifecycle-map-shell,
  .lifecycle-map-canvas {
    grid-template-columns: 1fr;
  }

  .lifecycle-map-board,
  .lifecycle-map-detail {
    min-height: 0;
  }

  .lifecycle-map-hub {
    min-height: 120px;
  }

  .lifecycle-map-hub::after,
  .lifecycle-map-column-1::before,
  .lifecycle-map-column + .lifecycle-map-column::before {
    display: none;
  }
}

/* Score10 live refinement: investor proof, trust architecture and conversion routing */
.site-nav {
  gap: clamp(14px, 2vw, 26px);
}

.hero-copy h1 {
  max-width: 11ch;
}

.proof-metrics article {
  position: relative;
  overflow: hidden;
}

.proof-metrics article::after {
  content: "";
  position: absolute;
  inset: auto 18px 14px 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15, 143, 95, 0.95), rgba(23, 105, 212, 0.62), rgba(125, 59, 212, 0.5));
}

.clarity-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 58px;
}

.clarity-snapshot article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(220, 233, 229, 0.95);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 250, 247, 0.92)),
    radial-gradient(circle at top right, rgba(23, 105, 212, 0.12), transparent 36%);
  box-shadow: 0 18px 45px rgba(23, 54, 47, 0.08);
}

.clarity-snapshot span,
.thesis-grid span,
.router-grid span,
.model-flow span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 143, 95, 0.1);
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.clarity-snapshot h2 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.05;
}

.clarity-snapshot p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.ecosystem-primer {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(620px, 1.24fr);
  gap: clamp(30px, 4vw, 58px);
  align-items: center;
  padding-top: 72px;
}

.ecosystem-primer-copy h2 {
  max-width: 660px;
}

.ecosystem-primer-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ecosystem-primer-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(168px, 0.78fr) repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  padding: clamp(16px, 2vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(13, 148, 112, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 22% 46%, rgba(15, 143, 95, 0.14), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(23, 105, 212, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 250, 245, 0.9));
  box-shadow: 0 30px 76px rgba(16, 66, 55, 0.13);
}

.ecosystem-primer-map::before {
  content: "";
  position: absolute;
  left: clamp(138px, 18%, 184px);
  right: 9%;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15, 143, 95, 0.58), rgba(125, 59, 212, 0.42), rgba(23, 105, 212, 0.44));
  opacity: 0.72;
  transform: translateY(-50%);
}

.primer-cognie,
.primer-domain {
  position: relative;
  z-index: 1;
  min-width: 0;
  border: 1px solid rgba(220, 233, 229, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(23, 54, 47, 0.08);
}

.primer-cognie {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  min-height: 280px;
  padding: 20px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(15, 143, 95, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.96);
}

.primer-cognie img {
  width: min(126px, 72%);
  filter: drop-shadow(0 18px 26px rgba(15, 143, 95, 0.18));
}

.primer-cognie strong {
  color: var(--green-dark);
  font-size: 1.25rem;
}

.primer-cognie span {
  max-width: 160px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.primer-domain {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 280px;
  padding: 22px;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.primer-domain:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 143, 95, 0.35);
  box-shadow: 0 24px 54px rgba(23, 54, 47, 0.13);
}

.primer-domain span,
.product-domain-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 143, 95, 0.1);
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.primer-domain.people span,
.product-domain-column.people .product-domain-kicker {
  background: rgba(125, 59, 212, 0.1);
  color: var(--violet);
}

.primer-domain.deep span,
.product-domain-column.deep .product-domain-kicker {
  background: rgba(23, 105, 212, 0.1);
  color: var(--blue);
}

.primer-domain h3 {
  font-size: 1.22rem;
  line-height: 1.22;
}

.primer-domain p {
  margin-bottom: auto;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.primer-domain a {
  color: var(--green-dark);
  font-weight: 850;
}

.product-domain-system {
  padding-top: 18px;
}

.product-cognie-spine {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
  padding: 18px 22px;
  border: 1px solid rgba(13, 148, 112, 0.24);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 6% 50%, rgba(15, 143, 95, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(239, 250, 245, 0.88));
  box-shadow: 0 18px 44px rgba(23, 54, 47, 0.08);
}

.product-cognie-spine img {
  width: 74px;
  flex: 0 0 74px;
  filter: drop-shadow(0 12px 18px rgba(15, 143, 95, 0.16));
}

.product-cognie-spine strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green-dark);
  font-size: 1.14rem;
}

.product-cognie-spine span {
  color: var(--muted);
  line-height: 1.55;
}

.product-domain-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.86fr 1.08fr;
  gap: 16px;
  align-items: stretch;
}

.product-domain-column {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(220, 233, 229, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(23, 54, 47, 0.08);
}

.product-domain-column h3 {
  margin-bottom: 4px;
  font-size: 1.18rem;
}

.product-domain-column a {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 96px;
  padding: 16px 16px 16px 18px;
  overflow: hidden;
  border: 1px solid rgba(220, 233, 229, 0.94);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 248, 0.9));
  color: var(--ink);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-domain-column a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 999px;
  background: var(--green);
}

.product-domain-column.people a::before {
  background: var(--violet);
}

.product-domain-column.deep a::before {
  background: var(--blue);
}

.product-domain-column a:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 143, 95, 0.3);
  box-shadow: 0 18px 42px rgba(23, 54, 47, 0.1);
}

.product-domain-column strong {
  color: var(--green-dark);
  font-size: 1rem;
}

.product-domain-column.people strong {
  color: var(--violet);
}

.product-domain-column.deep strong {
  color: var(--blue);
}

.product-domain-column small {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.48;
}

@media (max-width: 1120px) {
  .ecosystem-primer,
  .ecosystem-primer-map {
    grid-template-columns: 1fr;
  }

  .ecosystem-primer-map::before {
    left: 50%;
    right: auto;
    top: 210px;
    bottom: 34px;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(15, 143, 95, 0.55), rgba(125, 59, 212, 0.38), rgba(23, 105, 212, 0.42));
  }

  .primer-cognie,
  .primer-domain {
    min-height: auto;
  }

  .product-domain-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .ecosystem-primer {
    padding-top: 54px;
  }

  .ecosystem-primer-map,
  .product-cognie-spine,
  .product-domain-column {
    padding: 18px;
  }

  .ecosystem-primer-map::before {
    display: none;
  }

  .primer-cognie {
    min-height: 220px;
  }

  .primer-domain {
    min-height: auto;
    padding: 18px;
  }

  .product-cognie-spine {
    align-items: flex-start;
  }

  .product-cognie-spine img {
    width: 58px;
    flex-basis: 58px;
  }
}

.product-card {
  min-height: 390px;
}

.business-signal-deck,
.pillars,
.pillar-showcase,
.journey-track,
.products,
.flow-steps,
.domain-grid,
.trust-grid,
.thesis-grid,
.audience-grid,
.router-grid,
.team-grid,
.difference-grid {
  align-items: stretch;
}

.business-signal-deck > *,
.pillars > *,
.pillar-showcase > *,
.journey-track > *,
.products > *,
.flow-steps > *,
.domain-grid > *,
.trust-grid > *,
.thesis-grid > *,
.audience-grid > *,
.router-grid > *,
.team-grid > *,
.difference-grid > * {
  min-width: 0;
  max-width: 100%;
}

.business-signal-card,
.pillar,
.pillar-visual,
.journey-step,
.product-card,
.difference-grid article,
.audience-grid article,
.router-grid a,
.team-grid article,
.thesis-grid article,
.trust-grid article,
.domain-grid article {
  overflow-wrap: anywhere;
}

.products {
  grid-auto-rows: 1fr;
}

.product-card {
  height: 100%;
}

@media (hover: none) {
  .pillar:hover,
  .pillar-visual:hover,
  .product-card:hover,
  .difference-grid article:hover,
  .audience-grid article:hover,
  .team-grid article:hover,
  .journey-step:hover {
    transform: none;
  }
}

.domain-proof {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 74px;
  padding: 32px;
  border: 1px solid rgba(220, 233, 229, 0.95);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 248, 0.94)),
    radial-gradient(circle at 8% 10%, rgba(23, 105, 212, 0.12), transparent 32%),
    radial-gradient(circle at 90% 0%, rgba(15, 143, 95, 0.16), transparent 34%);
  box-shadow: 0 18px 50px rgba(23, 54, 47, 0.08);
}

.domain-proof h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1;
}

.domain-proof p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.domain-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.domain-proof-grid article {
  min-height: 175px;
  padding: 22px;
  border: 1px solid rgba(15, 143, 95, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
}

.domain-proof-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green-dark);
}

.domain-proof-grid span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.product-meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(15, 143, 95, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #24413b;
  font-size: 0.72rem;
  font-weight: 780;
}

.product-card.token .product-meta span {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.operating-model,
.trust-framework,
.investor-thesis,
.buyer-router {
  margin-top: 82px;
}

.model-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.model-flow article {
  min-height: 280px;
  padding: 26px;
  border: 1px solid rgba(220, 233, 229, 0.95);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 40px rgba(23, 54, 47, 0.07);
}

.model-flow article:nth-child(2) span {
  background: rgba(23, 105, 212, 0.1);
  color: #174e98;
}

.model-flow article:nth-child(3) span {
  background: rgba(125, 59, 212, 0.1);
  color: #5f2aa8;
}

.model-flow article:nth-child(4) span {
  background: rgba(239, 123, 34, 0.12);
  color: #9a4c0e;
}

.model-flow h3,
.trust-grid h3,
.thesis-grid h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.model-flow p,
.trust-grid p,
.thesis-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.trust-framework {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: stretch;
  padding: 36px;
  border: 1px solid rgba(220, 233, 229, 0.95);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(9, 32, 29, 0.96), rgba(10, 65, 55, 0.94)),
    url("../img/story-hospital-ai.webp") center / cover;
  color: #fff;
  box-shadow: 0 26px 70px rgba(11, 29, 25, 0.18);
}

.trust-copy .eyebrow {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  color: #8dffd1;
}

.trust-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.trust-copy p:not(.eyebrow),
.trust-note {
  color: rgba(240, 255, 249, 0.78);
  line-height: 1.75;
}

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

.trust-grid article {
  min-height: 218px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.trust-grid .mini-icon {
  color: #8dffd1;
}

.trust-grid h3 {
  color: #fff;
}

.trust-grid p {
  color: rgba(240, 255, 249, 0.72);
}

.trust-note {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.investor-thesis {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  align-items: stretch;
}

.thesis-lead {
  padding: 32px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(236, 246, 252, 0.94)),
    url("../img/story-security-ai.webp") center / cover;
  border: 1px solid rgba(220, 233, 229, 0.95);
}

.thesis-lead h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: 0.98;
}

.thesis-lead p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

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

.thesis-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(220, 233, 229, 0.95);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 40px rgba(23, 54, 47, 0.07);
}

.buyer-router {
  padding: 34px;
  border: 1px solid rgba(220, 233, 229, 0.95);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 248, 0.94)),
    radial-gradient(circle at 20% 0%, rgba(23, 105, 212, 0.14), transparent 34%),
    radial-gradient(circle at 100% 20%, rgba(125, 59, 212, 0.12), transparent 30%);
}

.router-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.router-head h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.98;
}

.router-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.router-grid a {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(15, 143, 95, 0.15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(23, 54, 47, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.router-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 143, 95, 0.35);
  box-shadow: 0 22px 50px rgba(23, 54, 47, 0.12);
}

.router-grid strong {
  margin-bottom: 14px;
  font-size: 1.12rem;
  line-height: 1.25;
}

.router-grid small {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.presence-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.presence-proof article {
  min-height: 130px;
  padding: 20px;
  border: 1px solid rgba(220, 233, 229, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
}

.presence-proof strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
}

.presence-proof span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.team-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.team-trust span {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(15, 143, 95, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 780;
}

@media (max-width: 1120px) {
  .model-flow,
  .router-grid,
  .presence-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .investor-thesis,
  .trust-framework,
  .domain-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .clarity-snapshot,
  .thesis-grid,
  .trust-grid,
  .domain-proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .router-head {
    display: block;
  }

  .router-head .eyebrow {
    margin-bottom: 14px;
  }
}

@media (max-width: 680px) {
  .clarity-snapshot {
    margin-bottom: 44px;
  }

  .clarity-snapshot article,
  .model-flow article,
  .thesis-grid article,
  .router-grid a {
    min-height: auto;
    padding: 22px;
  }

  .model-flow,
  .router-grid,
  .presence-proof {
    grid-template-columns: 1fr;
  }

  .trust-framework,
  .investor-thesis,
  .buyer-router {
    margin-top: 56px;
  }

  .trust-framework,
  .buyer-router,
  .domain-proof {
    padding: 24px;
  }

  .trust-copy h2,
  .thesis-lead h2,
  .router-head h2 {
    font-size: 2.25rem;
  }

  .product-card {
    min-height: 360px;
  }
}

/* Final responsive overrides for customer-source integrations */
@media (max-width: 1120px) {
  .source-grid,
  .legal-entity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .framework-grid,
  .media-publication-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .source-feature {
    grid-template-columns: 1fr;
  }

  .source-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .source-showcase {
    padding-top: 66px;
  }

  .source-grid,
  .legal-entity-grid,
  .framework-grid,
  .media-publication-grid {
    grid-template-columns: 1fr;
  }

  .source-card,
  .source-card.media-led {
    grid-template-rows: 180px 1fr;
    min-height: auto;
  }

  .source-card-body,
  .source-panel,
  .framework-card,
  .legal-entity-card {
    padding: 20px;
  }

  .media-publication-card img,
  .media-publication-card:first-child img {
    height: 220px;
  }

  .media-hero-list span {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 1120px) {
  .source-grid,
  .legal-entity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .framework-grid,
  .media-publication-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .source-feature {
    grid-template-columns: 1fr;
  }

  .source-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .source-showcase {
    padding-top: 66px;
  }

  .source-grid,
  .legal-entity-grid {
    grid-template-columns: 1fr;
  }

  .source-card,
  .source-card.media-led {
    grid-template-rows: 180px 1fr;
    min-height: auto;
  }

  .source-card-body,
  .source-panel,
  .framework-card,
  .legal-entity-card {
    padding: 20px;
  }

  .media-publication-card img,
  .media-publication-card:first-child img {
    height: 220px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 248, 0.96)),
    repeating-linear-gradient(90deg, rgba(15, 143, 95, 0.04) 0, rgba(15, 143, 95, 0.04) 1px, transparent 1px, transparent 72px);
  color: var(--ink);
  max-width: 100%;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 35;
  background: rgba(8, 20, 17, 0.42);
  backdrop-filter: blur(8px);
}

img {
  max-width: 100%;
  display: block;
}

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

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  scroll-margin-top: 96px;
}

.top-strip {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 20px;
  background: #0b1d19;
  color: #e7fff6;
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.25;
}

.top-strip span {
  color: rgba(231, 255, 246, 0.88);
}

.top-strip a {
  color: #64e6b0;
  white-space: nowrap;
}

.top-strip a::after {
  content: " ->";
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(220, 233, 229, 0.9);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 166px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #1e2b29;
  font-size: 0.95rem;
  font-weight: 650;
}

.site-nav .mobile-nav-cta {
  display: none;
}

.site-nav a {
  padding: 10px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav .is-active {
  color: var(--green);
}

.header-cta,
.btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-weight: 750;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.header-cta {
  padding: 0 18px;
  border: 1px solid var(--green);
  color: var(--green-dark);
  background: #fff;
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.nav-toggle[aria-expanded="true"] {
  border-color: rgba(15, 143, 95, 0.38);
  background: #effaf5;
  box-shadow: 0 10px 26px rgba(23, 54, 47, 0.13);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 24px;
  min-height: 650px;
  padding: 24px 0 20px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 18px;
  padding: 0 12px;
  border: 1px solid rgba(15, 143, 95, 0.14);
  border-radius: 999px;
  background: #edf8f3;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 630px;
  margin-bottom: 22px;
  font-size: 4.05rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.text-accent {
  color: var(--green);
}

h2 {
  margin-bottom: 16px;
  font-size: 2.35rem;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.14rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.65;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  padding: 0 22px;
  border: 1px solid transparent;
}

.btn.primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 143, 95, 0.22);
}

.btn.secondary {
  border-color: rgba(15, 143, 95, 0.35);
  background: #fff;
  color: var(--green-dark);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  color: #36524d;
  font-size: 0.82rem;
  font-weight: 700;
}

.trust-row svg {
  width: 17px;
  height: 17px;
  color: var(--green);
  flex: 0 0 auto;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  isolation: isolate;
}

.globe-stage {
  position: relative;
  min-height: 620px;
  overflow: visible;
}

.globe-stage::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -4px;
  z-index: 6;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.96), rgba(209, 248, 237, 0.64) 48%, transparent 72%),
    radial-gradient(circle at 62% 68%, rgba(15, 143, 95, 0.18), transparent 58%);
  filter: blur(3px);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  left: 60%;
  top: 40.5%;
  z-index: 0;
  width: 830px;
  height: 640px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 50%, rgba(255, 255, 255, 0.95) 0 34%, rgba(213, 246, 238, 0.76) 55%, transparent 72%),
    radial-gradient(circle at 70% 62%, rgba(30, 199, 164, 0.2), transparent 54%);
  filter: blur(4px);
  pointer-events: none;
}

.hero-globe-img {
  position: absolute;
  left: 60%;
  top: 39.5%;
  z-index: 2;
  width: min(840px, 128%);
  max-width: none;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 34px 62px rgba(23, 105, 212, 0.18));
  animation: floatGlobe 7s ease-in-out infinite;
}

.globe {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 430px;
  height: 430px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border: 1px solid rgba(15, 143, 95, 0.19);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 33%, rgba(255, 255, 255, 0.92) 0 9%, transparent 10%),
    radial-gradient(circle at 50% 50%, rgba(92, 178, 219, 0.24), transparent 56%),
    linear-gradient(142deg, rgba(15, 143, 95, 0.16), rgba(23, 105, 212, 0.16)),
    #f4fbfb;
  box-shadow: inset 0 0 58px rgba(23, 105, 212, 0.16), 0 28px 70px rgba(23, 54, 47, 0.12);
}

.globe::before,
.globe::after {
  content: "";
  position: absolute;
  inset: 54px;
  border: 1px solid rgba(15, 143, 95, 0.18);
  border-radius: 50%;
}

.globe::after {
  inset: 110px;
  border-color: rgba(23, 105, 212, 0.17);
}

.orbit {
  position: absolute;
  left: 60%;
  top: 39.5%;
  z-index: 1;
  border: 1px solid rgba(15, 143, 95, 0.26);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  pointer-events: none;
}

.orbit-one {
  width: 830px;
  height: 324px;
  animation: orbitDrift 13s linear infinite;
}

.orbit-two {
  width: 324px;
  height: 830px;
  transform: translate(-50%, -50%) rotate(24deg);
  animation: orbitDriftReverse 16s linear infinite;
}

.map-line {
  position: absolute;
  z-index: 4;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(23, 105, 212, 0.34), rgba(15, 143, 95, 0.44), transparent);
  transform-origin: left center;
  filter: drop-shadow(0 0 8px rgba(15, 143, 95, 0.28));
  opacity: 0.9;
}

.line-one {
  left: 98px;
  top: 188px;
  width: 390px;
  transform: rotate(12deg);
}

.line-two {
  left: 108px;
  top: 338px;
  width: 392px;
  transform: rotate(-24deg);
}

.line-three {
  left: 268px;
  top: 100px;
  width: 315px;
  transform: rotate(50deg);
}

.node {
  position: absolute;
  z-index: 5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #27d8a8;
  box-shadow: 0 0 0 6px rgba(15, 143, 95, 0.12), 0 0 22px rgba(39, 216, 168, 0.6);
  animation: nodePulse 2.2s ease-in-out infinite;
}

.node-a { left: 112px; top: 182px; }
.node-b { right: 118px; top: 118px; animation-delay: 0.35s; }
.node-c { left: 180px; bottom: 104px; animation-delay: 0.7s; }
.node-d { right: 150px; bottom: 156px; animation-delay: 1.05s; }

.portrait {
  position: absolute;
  z-index: 6;
  width: 78px;
  height: 78px;
  border: 5px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--shadow);
  animation: floatPortrait 5.5s ease-in-out infinite;
}

.portrait-one {
  left: 118px;
  top: 182px;
}

.portrait-two {
  right: 96px;
  top: 72px;
  animation-delay: 0.5s;
}

.portrait-three {
  left: 322px;
  top: 22px;
  animation-delay: 1s;
}

.portrait-four {
  right: 250px;
  top: 152px;
  animation-delay: 1.35s;
}

.location-flag {
  position: absolute;
  z-index: 6;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  align-items: center;
  min-width: 126px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.83);
  color: #14332e;
  box-shadow: 0 16px 42px rgba(23, 54, 47, 0.16);
  backdrop-filter: blur(16px);
  animation: floatPortrait 5.5s ease-in-out infinite;
}

.location-flag > span {
  grid-row: 1 / 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  font-size: 1.18rem;
  box-shadow: 0 8px 18px rgba(23, 54, 47, 0.12);
}

.location-flag .flag-icon {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 42, 36, 0.08);
  background: #fff;
}

.location-flag .flag-icon-de {
  background: linear-gradient(#111 0 33.33%, #dd1f2d 33.33% 66.66%, #ffd33d 66.66% 100%);
}

.location-flag .flag-icon-ae {
  background: linear-gradient(90deg, #e11d48 0 32%, transparent 32% 100%),
    linear-gradient(#00843d 0 33.33%, #fff 33.33% 66.66%, #111 66.66% 100%);
}

.location-flag .flag-icon-us {
  background:
    linear-gradient(#254b8f 0 54%, transparent 54%),
    repeating-linear-gradient(#c71f37 0 7.6%, #fff 7.6% 15.2%);
}

.location-flag .flag-icon-in {
  background: linear-gradient(#ff9933 0 33.33%, #fff 33.33% 66.66%, #138808 66.66% 100%);
}

.flag-icon-in::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%);
  border: 1.5px solid #1a4fa3;
  border-radius: 50%;
}

.location-flag strong,
.location-flag small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: nowrap;
}

.location-flag strong {
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.05;
}

.location-flag small {
  color: var(--green-dark);
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.flag-usa {
  left: 112px;
  top: 214px;
}

.flag-germany {
  right: 278px;
  top: 72px;
  animation-delay: 0.45s;
}

.flag-uae {
  right: 230px;
  top: 172px;
  animation-delay: 0.95s;
}

.flag-india {
  right: 92px;
  top: 118px;
  animation-delay: 1.35s;
}

.cognie-hero {
  position: absolute;
  right: 4px;
  bottom: -2px;
  z-index: 7;
  width: 246px;
  filter:
    drop-shadow(0 28px 42px rgba(7, 79, 55, 0.24))
    drop-shadow(0 0 24px rgba(42, 229, 189, 0.18));
  animation: floatBot 4.8s ease-in-out infinite;
}

.cognie-card {
  position: absolute;
  right: 172px;
  top: 150px;
  z-index: 8;
  width: 238px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero .cognie-card {
  display: none;
}

.cognie-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.cognie-card p,
.cognie-card li {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.38;
}

.cognie-card ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding-left: 18px;
}

@keyframes floatGlobe {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, calc(-50% - 8px)) scale(1.015);
  }
}

@keyframes floatBot {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatPortrait {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes orbitDrift {
  0% {
    transform: translate(-50%, -50%) rotate(-18deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(342deg);
  }
}

@keyframes orbitDriftReverse {
  0% {
    transform: translate(-50%, -50%) rotate(24deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-336deg);
  }
}

@keyframes nodePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.45);
    opacity: 1;
  }
}

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

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.stats article {
  position: relative;
  min-height: 118px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.stat-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 30px;
  height: 30px;
  color: rgba(15, 143, 95, 0.5);
}

.stats strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 2rem;
}

.stats span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.ecosystem-rail {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: 0 16px 42px rgba(23, 54, 47, 0.08);
}

.rail-item {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 11px;
  padding: 15px 14px;
  background: rgba(255, 255, 255, 0.94);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.rail-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: currentColor;
  opacity: 0.72;
}

.rail-item:hover,
.rail-item:focus-visible {
  z-index: 1;
  background: #fff;
  box-shadow: 0 16px 34px rgba(23, 54, 47, 0.11);
  transform: translateY(-2px);
}

.rail-item svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}

.rail-item span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.rail-item small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.rail-item strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.15;
}

.rail-item.health {
  color: var(--green);
}

.rail-item.people {
  color: var(--violet);
}

.rail-item.deep {
  color: var(--blue);
}

.motion-showcase {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 34px;
  padding: 72px 0 10px;
}

.motion-copy p:not(.eyebrow) {
  max-width: 540px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.64;
}

.motion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.motion-tags span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(15, 143, 95, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  color: #36524d;
  font-size: 0.82rem;
  font-weight: 760;
}

.motion-media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0f1d1a;
  box-shadow: var(--shadow);
}

.motion-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 26, 22, 0.26), transparent 46%),
    linear-gradient(180deg, transparent 52%, rgba(6, 26, 22, 0.58));
  pointer-events: none;
}

.motion-media video {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.motion-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 66px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
}

.motion-caption strong {
  color: var(--green-dark);
  font-size: 1rem;
  line-height: 1.2;
}

.motion-caption span {
  max-width: 340px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.cognie-action {
  padding: 70px 0 18px;
}

.cognie-action-copy {
  max-width: 780px;
  margin: 0 auto 30px;
  text-align: center;
}

.cognie-action-copy h2 {
  max-width: 720px;
  margin: 0 auto 14px;
  font-size: clamp(1.9rem, 3.4vw, 2.85rem);
}

.cognie-action-copy p:not(.eyebrow) {
  max-width: 700px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.64;
}

.cognie-action-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 20px;
  align-items: stretch;
}

.demo-device,
.demo-context {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 143, 95, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 58px rgba(23, 54, 47, 0.12);
}

.demo-device::before,
.demo-context::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(25, 184, 136, 0.12), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(45, 107, 179, 0.11), transparent 30%);
  pointer-events: none;
}

.demo-device-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.demo-bot {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #b8f4da, #e9fff4);
  box-shadow: 0 14px 28px rgba(15, 143, 95, 0.16);
}

.demo-bot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-device-header strong,
.demo-context h3 {
  display: block;
  color: var(--ink);
  line-height: 1.2;
}

.demo-device-header span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.86rem;
}

.demo-open-chat {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15, 143, 95, 0.2);
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 143, 95, 0.22);
}

.demo-open-chat svg {
  width: 20px;
  height: 20px;
}

.demo-chat {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  min-height: 344px;
  align-content: start;
  padding: 22px 18px 18px;
}

.demo-message {
  display: grid;
  gap: 8px;
  max-width: 84%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.demo-message.user {
  justify-self: start;
}

.demo-message.assistant {
  justify-self: end;
  border-color: rgba(15, 143, 95, 0.18);
  background: linear-gradient(135deg, rgba(237, 249, 244, 0.94), #fff);
}

.demo-message span,
.demo-context-kicker {
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.demo-message p {
  min-height: 74px;
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.55;
}

.demo-message.assistant p {
  min-height: 116px;
  color: #38524d;
}

.demo-stat {
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid rgba(45, 107, 179, 0.14);
  border-radius: var(--radius);
  background: rgba(245, 249, 255, 0.92);
  color: #4b6175;
  font-size: 0.94rem;
  line-height: 1.5;
}

.cognie-action.is-switching .demo-message,
.cognie-action.is-switching .demo-stat,
.cognie-action.is-switching .demo-context {
  animation: demoSettle 260ms ease both;
}

@keyframes demoSettle {
  from {
    opacity: 0.72;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.demo-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 18px 18px;
}

.demo-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #60716d;
  font-size: 0.88rem;
  font-weight: 800;
}

.demo-tabs button.is-active {
  border-color: rgba(15, 143, 95, 0.4);
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 143, 95, 0.18);
}

.demo-tabs svg {
  width: 17px;
  height: 17px;
}

.demo-context {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 100%;
  padding: 28px;
}

.demo-context > * {
  position: relative;
  z-index: 1;
}

.demo-context h3 {
  margin: 0;
  font-size: 2rem;
}

.demo-context p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.demo-flow {
  display: grid;
  gap: 9px;
}

.demo-flow span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(15, 143, 95, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  color: #36524d;
  font-size: 0.86rem;
  font-weight: 760;
}

.section-intro {
  padding: 94px 0 34px;
  text-align: center;
}

.section-intro p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.section-intro.compact {
  padding: 0 0 24px;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pillar,
.pillar-visual,
.product-card,
.difference-grid article,
.audience-grid article,
.team-grid article {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(23, 54, 47, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pillar:hover,
.pillar-visual:hover,
.product-card:hover,
.difference-grid article:hover,
.audience-grid article:hover,
.team-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 143, 95, 0.28);
  box-shadow: 0 22px 48px rgba(23, 54, 47, 0.11);
}

.pillar {
  min-height: 270px;
  padding: 34px;
  text-align: center;
}

.pillar.health { background: linear-gradient(145deg, #f4fbf8, #fff); }
.pillar.people { background: linear-gradient(145deg, #fbf7ff, #fff); }
.pillar.deep { background: linear-gradient(145deg, #f5f9ff, #fff); }

.icon-mark {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(23, 54, 47, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.icon-mark svg {
  width: 29px;
  height: 29px;
}

.health .icon-mark { background: var(--green); }
.people .icon-mark { background: var(--violet); }
.deep .icon-mark { background: var(--blue); }

.pillar:hover .icon-mark {
  transform: scale(1.06);
  box-shadow: 0 18px 40px rgba(15, 143, 95, 0.22);
}

.pillar-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.pillar-visual {
  display: grid;
  grid-template-rows: minmax(230px, auto) 1fr;
  min-height: 520px;
  overflow: hidden;
}

.pillar-visual::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 44%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 143, 95, 0.16), transparent 68%);
  filter: blur(18px);
  opacity: 0.75;
  pointer-events: none;
}

.pillar-visual.people::before {
  background: radial-gradient(circle, rgba(142, 91, 210, 0.18), transparent 68%);
}

.pillar-visual.deep::before {
  background: radial-gradient(circle, rgba(45, 107, 179, 0.16), transparent 68%);
}

.pillar-visual-media {
  position: relative;
  min-height: 258px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.82)),
    linear-gradient(145deg, #eafaf3, #fff);
}

.pillar-visual.people .pillar-visual-media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.86)),
    linear-gradient(145deg, #f6efff, #fff);
}

.pillar-visual.deep .pillar-visual-media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.86)),
    linear-gradient(145deg, #eff6ff, #fff);
}

.pillar-visual-media img {
  width: 100%;
  height: 100%;
  min-height: 258px;
  object-fit: cover;
  object-position: center 54%;
  transform: scale(1.02);
  transition: transform 420ms ease, filter 420ms ease;
}

.pillar-visual:hover .pillar-visual-media img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.07);
}

.pillar-visual > div:last-child {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.pillar-visual span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pillar-visual.people span {
  color: var(--violet);
}

.pillar-visual.deep span {
  color: var(--blue);
}

.pillar-visual h3 {
  font-size: 1.14rem;
  line-height: 1.25;
}

.pillar-visual p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.58;
}

.pillar p,
.product-card p,
.difference-grid p,
.audience-grid p,
.team-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.pillar a,
.product-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--green-dark);
  font-weight: 800;
}

.human-journey {
  position: relative;
  padding-top: 82px;
}

.journey-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: end;
  margin: 0 0 30px;
}

.journey-head h2 {
  max-width: 520px;
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
}

.journey-head h2 span {
  color: var(--green);
}

.journey-head p:not(.eyebrow) {
  max-width: 640px;
  margin-left: auto;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.68;
}

.journey-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  counter-reset: journey;
  padding: 20px 0 4px;
}

.journey-track::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 1px solid rgba(220, 233, 229, 0.82);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(15, 143, 95, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(23, 105, 212, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.journey-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 8px 14px;
  align-items: start;
  min-height: 190px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(220, 233, 229, 0.94);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(23, 54, 47, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.journey-step::before {
  counter-increment: journey;
  content: counter(journey, decimal-leading-zero);
  position: absolute;
  right: 16px;
  top: 14px;
  width: auto;
  height: auto;
  transform: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(15, 143, 95, 0.16);
  font-size: 2.35rem;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: none;
}

.journey-step::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: var(--green);
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 220ms ease;
}

.journey-step.people::before {
  color: rgba(125, 59, 212, 0.16);
}

.journey-step.deep::before {
  color: rgba(23, 105, 212, 0.16);
}

.journey-step.people::after {
  background: var(--violet);
}

.journey-step.deep::after {
  background: var(--blue);
}

.journey-step:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 143, 95, 0.3);
  background: #fff;
  box-shadow: 0 22px 54px rgba(23, 54, 47, 0.13);
}

.journey-step:hover::after {
  transform: scaleX(1);
}

.journey-avatar {
  grid-row: 1 / 4;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15, 143, 95, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94), rgba(237, 249, 244, 0.78)),
    #fff;
  box-shadow: 0 14px 30px rgba(23, 54, 47, 0.1);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.journey-step:hover .journey-avatar {
  transform: scale(1.04);
  box-shadow: 0 18px 38px rgba(23, 54, 47, 0.14);
  filter: saturate(1.08);
}

.journey-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-step:nth-child(1) .journey-avatar img,
.journey-step:nth-child(2) .journey-avatar img,
.journey-step:nth-child(3) .journey-avatar img,
.journey-step:nth-child(6) .journey-avatar img {
  padding: 10px;
  object-fit: contain;
}

.journey-step span {
  display: block;
  align-self: end;
  margin-bottom: 0;
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.journey-step.people span {
  color: var(--violet);
}

.journey-step.deep span {
  color: var(--blue);
}

.journey-step h3 {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.journey-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.52;
}

.products-intro {
  padding-top: 62px;
}

.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr auto;
  column-gap: 14px;
  scroll-margin-top: 102px;
  min-width: 0;
  min-height: 286px;
  padding: 22px;
  overflow: hidden;
  text-align: left;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 248, 0.92));
  isolation: isolate;
}

.product-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 20px;
  z-index: 0;
  width: 154px;
  height: 112px;
  border-radius: var(--radius);
  background: var(--card-image, none) center / cover no-repeat;
  opacity: 0.13;
  filter: saturate(1.08);
  transition: opacity 220ms ease, transform 220ms ease;
}

.product-card:hover::after {
  opacity: 0.2;
  transform: translateY(-2px) scale(1.03);
}

.product-card > * {
  position: relative;
  z-index: 2;
}

#product-cereonco { --card-image: url("../img/story-cancer-ai.webp"); }
#product-healopera { --card-image: url("../img/story-hospital-ai.webp"); }
#product-cereaura { --card-image: url("../img/story-autism-ai.webp"); }
#product-cogi { --card-image: url("../img/story-job-cv-ai.webp"); }
#product-hrx { --card-image: url("../img/story-burnout-office-ai.webp"); }
#product-cereforge { --card-image: url("../img/story-workforce-ai.webp"); }
#product-crx { --card-image: url("../img/story-security-ai.webp"); }

.product-icon {
  display: grid;
  width: 42px !important;
  height: 42px !important;
  inline-size: 42px !important;
  block-size: 42px !important;
  max-width: 42px;
  max-height: 42px;
  margin: 0;
  padding: 9px;
  border: 1px solid rgba(15, 143, 95, 0.18);
  border-radius: var(--radius);
  background: #eef9f4;
  color: var(--green);
  flex: 0 0 42px;
  transition: transform 180ms ease;
}

.product-card:hover .product-icon {
  transform: translateY(-2px) scale(1.08);
}

.product-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: var(--green);
}

.product-card:nth-child(4)::before {
  background: var(--orange);
}

.product-card:nth-child(n+5)::before {
  background: var(--blue);
}

.product-kicker {
  display: flex;
  min-height: 42px;
  align-items: center;
  margin-bottom: 0;
  color: var(--green);
  font-size: 0.66rem;
  font-weight: 850;
  text-transform: uppercase;
}

.product-card h3 {
  grid-column: 1 / -1;
  margin-top: 18px;
  font-size: 1.26rem;
}

.product-card p {
  grid-column: 1 / -1;
  font-size: 0.95rem;
  line-height: 1.56;
}

.product-card a {
  grid-column: 1 / -1;
  justify-self: start;
  min-height: 40px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(15, 143, 95, 0.22);
  border-radius: var(--radius);
  background: #fff;
  font-size: 0.9rem;
}

.product-card a::after {
  content: ">";
  margin-left: 9px;
  font-weight: 900;
}

.product-card:nth-child(4) .product-kicker,
.product-card:nth-child(4) a,
.product-card:nth-child(4) .product-icon {
  color: var(--orange);
}

.product-card:nth-child(n+5) .product-kicker,
.product-card:nth-child(n+5) a,
.product-card:nth-child(n+5) .product-icon {
  color: var(--blue);
}

.product-card:nth-child(4) .product-icon {
  border-color: rgba(239, 123, 34, 0.2);
  background: #fff4ea;
}

.product-card:nth-child(n+5) .product-icon {
  border-color: rgba(23, 105, 212, 0.2);
  background: #edf5ff;
}

.product-card.token {
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(132px, 0.22fr) minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 22px;
  min-height: auto;
  background:
    linear-gradient(90deg, rgba(15, 143, 95, 0.12), rgba(23, 105, 212, 0.08)),
    #fff;
}

.product-card.token::after {
  top: 12px;
  right: 218px;
  width: 220px;
  height: 72px;
  opacity: 0.12;
}

.product-card.token .product-icon,
.product-card.token .product-kicker,
.product-card.token h3,
.product-card.token p,
.product-card.token a {
  grid-column: auto;
  margin-top: 0;
}

.product-card.token .product-icon {
  grid-column: 1;
  grid-row: 1 / 3;
}

.product-card.token .product-kicker {
  grid-column: 2;
  grid-row: 1;
  min-height: auto;
}

.product-card.token h3 {
  grid-column: 2;
  grid-row: 2;
  font-size: 1.24rem;
}

.product-card.token p {
  grid-column: 3;
  grid-row: 1 / 3;
  margin-bottom: 0;
}

.product-card.token a {
  grid-column: 4;
  grid-row: 1 / 3;
  justify-self: end;
  white-space: nowrap;
}

.architecture {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: center;
  padding-top: 96px;
}

.architecture-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.flow-steps span {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: #2c4540;
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

.architecture-map {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(15, 143, 95, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(23, 105, 212, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 247, 0.94));
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: var(--shadow);
}

.arch-pipeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.arch-pipeline span {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 143, 95, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  color: #17332d;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.map-hub {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 22px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(14, 44, 38, 0.96), rgba(11, 83, 61, 0.94)),
    var(--green-dark);
  color: #fff;
  box-shadow: 0 24px 54px rgba(15, 143, 95, 0.28);
}

.map-hub small {
  color: rgba(231, 255, 246, 0.72);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.map-hub strong {
  font-size: 2.28rem;
  line-height: 1;
}

.map-hub span {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  line-height: 1.55;
}

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

.map-row {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 204px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(23, 54, 47, 0.06);
}

.map-row strong {
  width: auto;
  color: #17332d;
  font-size: 1rem;
}

.map-row p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.48;
}

.map-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: var(--radius);
  background: #edf8f3;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.people-row span {
  background: #f5edff;
  color: var(--violet);
}

.deep-row span {
  background: #eef5ff;
  color: var(--blue);
}

.cognie {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: center;
  padding-top: 100px;
}

.cognie-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #314541;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(15, 143, 95, 0.11);
}

.cognie-map {
  position: relative;
  min-height: 480px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 52%, rgba(15, 143, 95, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

.cognie-map::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 310px;
  height: 310px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(15, 143, 95, 0.24);
  border-radius: 50%;
}

.cognie-map img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 182px;
  transform: translate(-50%, -50%);
}

.layer {
  position: absolute;
  width: 190px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: #253a36;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 10px 24px rgba(23, 54, 47, 0.08);
}

.layer.left { left: 36px; }
.layer.right { right: 36px; }
.layer.top { top: 92px; }
.layer.middle { top: 220px; }
.layer.bottom { bottom: 92px; }

.crx {
  display: grid;
  grid-template-columns: 0.92fr 260px 1.08fr;
  gap: 28px;
  align-items: center;
  margin-top: 96px;
  padding: 34px;
  border: 1px solid rgba(15, 143, 95, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 47% 50%, rgba(15, 143, 95, 0.16), transparent 30%),
    linear-gradient(140deg, #ffffff, #eefaf5);
  box-shadow: var(--shadow);
}

.crx-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.65;
}

.crx-coin {
  position: relative;
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border: 1px solid rgba(15, 143, 95, 0.36);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 30%, rgba(255, 255, 255, 0.75), transparent 28%),
    linear-gradient(145deg, #c9f5df, #0f8f5f 64%, #086844);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.38), 0 26px 58px rgba(15, 143, 95, 0.26);
}

.crx-coin::before,
.crx-coin::after {
  content: "";
  position: absolute;
  inset: -22px;
  border: 1px solid rgba(15, 143, 95, 0.24);
  border-radius: 50%;
}

.crx-coin::after {
  inset: -42px 18px;
  transform: rotate(54deg);
}

.crx-coin span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.crx-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.crx-list article {
  min-height: 134px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
}

.mini-icon {
  width: 27px;
  height: 27px;
  margin-bottom: 14px;
  color: var(--green);
}

.crx-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.difference,
.audiences,
.team,
.presence {
  padding-top: 100px;
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.difference-grid article,
.audience-grid article {
  padding: 24px;
}

.status {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 850;
}

.status.negative { color: var(--danger); background: rgba(220, 61, 82, 0.1); }
.status.warning { color: var(--orange); background: rgba(239, 123, 34, 0.11); }
.status.neutral { color: var(--blue); background: rgba(23, 105, 212, 0.1); }
.status.positive { color: var(--green-dark); background: rgba(15, 143, 95, 0.11); }

.difference-grid .highlight {
  border-color: rgba(15, 143, 95, 0.38);
  background: linear-gradient(145deg, #ffffff, #effaf5);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.audience-card {
  display: grid;
  grid-template-rows: 148px 1fr;
  min-height: 330px;
  padding: 0;
  overflow: hidden;
}

.audience-grid .audience-card {
  padding: 0;
}

.audience-card::before {
  content: "";
  position: absolute;
  inset: auto 20px 18px;
  height: 110px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 143, 95, 0.12), transparent 70%);
  filter: blur(16px);
  opacity: 0.82;
  pointer-events: none;
}

.audience-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 148px;
  padding: 16px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.82)),
    linear-gradient(145deg, #f1fbf7, #fff);
}

.audience-media::before,
.audience-media::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.audience-media::before {
  width: 160px;
  height: 160px;
  border: 1px dashed rgba(15, 143, 95, 0.22);
}

.audience-media::after {
  right: 18px;
  top: 18px;
  width: 9px;
  height: 9px;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(15, 143, 95, 0.12);
}

.audience-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 210px);
  max-height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(23, 54, 47, 0.12));
  transition: transform 420ms ease, filter 420ms ease;
}

.audience-media.photo {
  padding: 0;
  background: #0f1d1a;
}

.audience-media.photo::before,
.audience-media.photo::after {
  display: none;
}

.audience-media.photo img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: none;
}

.audience-media.photo::after {
  display: block;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(6, 28, 22, 0.38));
  box-shadow: none;
}

.audience-media.compact img {
  max-height: 126px;
}

.audience-card:hover .audience-media img {
  transform: translateY(-4px) scale(1.04);
  filter: drop-shadow(0 24px 34px rgba(23, 54, 47, 0.16));
}

.audience-body {
  position: relative;
  z-index: 1;
  padding: 22px 20px 24px;
}

.audience-body span {
  display: block;
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.audience-body h3 {
  font-size: 1.02rem;
  line-height: 1.24;
}

.audience-body p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.presence {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(34px, 4vw, 58px);
  align-items: center;
}

.presence-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.presence-map {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: clamp(16px, 1.8vw, 22px);
  border: 1px solid rgba(13, 148, 112, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 18%, rgba(20, 184, 166, 0.16), transparent 34%),
    radial-gradient(circle at 82% 65%, rgba(37, 99, 235, 0.12), transparent 30%),
    linear-gradient(145deg, #f5fcf9, #ffffff 52%, #eaf8f3);
  overflow: hidden;
  box-shadow: 0 34px 82px rgba(16, 66, 55, 0.16);
}

.presence-map::before {
  content: "";
  position: absolute;
  inset: clamp(16px, 1.8vw, 22px) clamp(16px, 1.8vw, 22px) 104px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 24% 52%, rgba(15, 143, 95, 0.2), transparent 14%),
    radial-gradient(circle at 52% 35%, rgba(15, 143, 95, 0.16), transparent 13%),
    radial-gradient(circle at 64% 50%, rgba(15, 143, 95, 0.15), transparent 13%),
    radial-gradient(circle at 74% 57%, rgba(15, 143, 95, 0.14), transparent 13%);
  mix-blend-mode: multiply;
  opacity: 0.22;
  pointer-events: none;
  z-index: 1;
}

.presence-map::after {
  content: "";
  position: absolute;
  inset: clamp(16px, 1.8vw, 22px) clamp(16px, 1.8vw, 22px) 104px;
  z-index: 2;
  border-radius: 12px;
  background:
    linear-gradient(105deg, transparent 0 42%, rgba(255, 255, 255, 0.62) 48%, rgba(255, 255, 255, 0.18) 53%, transparent 61% 100%);
  pointer-events: none;
  transform: translateX(-115%);
  animation: presenceScan 7.8s cubic-bezier(0.55, 0, 0.25, 1) infinite;
}

.presence-map img {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1.83 / 1;
  min-height: clamp(330px, 30vw, 430px);
  object-fit: cover;
  border: 1px solid rgba(15, 143, 95, 0.17);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  filter: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.presence-pins {
  position: absolute;
  inset: clamp(16px, 1.8vw, 22px) clamp(16px, 1.8vw, 22px) 104px;
  z-index: 3;
  pointer-events: none;
}

.presence-pins span {
  position: absolute;
  display: grid;
  gap: 1px;
  min-width: 92px;
  padding: 8px 10px 8px 24px;
  border: 1px solid rgba(15, 143, 95, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 17px 36px rgba(16, 66, 55, 0.18);
  transform: translate(-50%, -50%);
  animation: presencePinFloat 4.8s ease-in-out infinite;
}

.presence-pins span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(15, 143, 95, 0.14);
  transform: translateY(-50%);
}

.presence-pins span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(15, 143, 95, 0.36);
  border-radius: 999px;
  transform: translateY(-50%) scale(0.72);
  animation: presencePinPulse 2.7s ease-out infinite;
}

.presence-pins strong {
  color: var(--ink);
  font-size: 0.72rem;
  line-height: 1;
}

.presence-pins small {
  color: var(--green-dark);
  font-size: 0.64rem;
  font-weight: 760;
  line-height: 1;
}

.pin-usa { left: 24%; top: 52%; }
.pin-germany { left: 52%; top: 35%; }
.pin-uae { left: 64%; top: 50%; }
.pin-india { left: 74%; top: 57%; }

.pin-germany { animation-delay: 0.2s; }
.pin-uae { animation-delay: 0.45s; }
.pin-india { animation-delay: 0.68s; }

.presence-map figcaption {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.presence-map figcaption span {
  display: grid;
  gap: 2px;
  min-height: 56px;
  justify-content: center;
  align-content: center;
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(245, 250, 248, 0.96), #fff);
  text-align: center;
}

.presence-map strong {
  color: var(--green-dark);
  font-size: 0.84rem;
}

.presence-map small {
  color: var(--muted);
  font-size: 0.76rem;
}

@keyframes presenceScan {
  0%,
  24% {
    transform: translateX(-115%);
    opacity: 0;
  }
  36% {
    opacity: 0.95;
  }
  62% {
    transform: translateX(115%);
    opacity: 0;
  }
  100% {
    transform: translateX(115%);
    opacity: 0;
  }
}

@keyframes presencePinFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-5px);
  }
}

@keyframes presencePinPulse {
  0% {
    opacity: 0.55;
    transform: translateY(-50%) scale(0.72);
  }
  70%,
  100% {
    opacity: 0;
    transform: translateY(-50%) scale(1.65);
  }
}

.contact-presence {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(540px, 1.18fr);
  gap: clamp(30px, 4vw, 56px);
  align-items: center;
  padding-top: 76px;
}

.contact-presence-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.contact-presence-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.contact-presence-list span {
  display: grid;
  gap: 4px;
  min-height: 108px;
  padding: 17px;
  border: 1px solid rgba(220, 233, 229, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(23, 54, 47, 0.06);
}

.contact-presence-list strong {
  color: var(--green-dark);
}

.contact-presence-list small {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.team-grid article {
  position: relative;
  overflow: hidden;
}

.team-grid article::after {
  content: "in";
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(15, 143, 95, 0.24);
}

.team-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #edf4f2;
  transition: transform 260ms ease;
}

.team-grid article:hover img {
  transform: scale(1.035);
}

.team-grid h3,
.team-grid p {
  padding: 0 14px;
}

.team-grid h3 {
  margin-top: 14px;
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.team-grid p {
  min-height: 66px;
  margin-bottom: 16px;
  font-size: 0.82rem;
}

.team-grid small {
  display: block;
  margin-top: 4px;
  color: #72847f;
  font-size: 0.74rem;
  line-height: 1.35;
}

.cta-band {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 92px;
  gap: 28px;
  align-items: center;
  margin-top: 100px;
  padding: 34px 28px 34px 34px;
  border: 1px solid rgba(15, 143, 95, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 92% 70%, rgba(15, 143, 95, 0.18), transparent 26%),
    linear-gradient(135deg, #e6f8ef, #fff);
  overflow: hidden;
}

.cta-band h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.cta-robot {
  width: 88px;
  transform: translateY(8px);
  filter: drop-shadow(0 16px 26px rgba(7, 79, 55, 0.18));
  animation: floatBot 5.2s ease-in-out infinite;
}

.subpage-main {
  padding-top: 64px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 40px;
  align-items: center;
  min-height: 520px;
}

.contact-page-hero {
  align-items: start;
}

.page-hero h1 {
  font-size: clamp(3.25rem, 4.3vw, 3.8rem);
  line-height: 1.08;
}

.page-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.68;
}

.page-visual {
  position: relative;
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 70% 22%, rgba(23, 105, 212, 0.12), transparent 24%),
    radial-gradient(circle at 30% 75%, rgba(15, 143, 95, 0.18), transparent 24%),
    linear-gradient(145deg, #ffffff, #f2faf7);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.page-visual.photo-visual {
  background:
    linear-gradient(90deg, rgba(8, 24, 21, 0.82), rgba(8, 24, 21, 0.42)),
    var(--page-image) center / cover no-repeat;
}

.page-visual.photo-visual::before {
  inset: 18px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}

.page-visual.health-photo { --page-image: url("../img/story-healthtech.webp"); }
.page-visual.people-photo { --page-image: url("../img/story-job-cv-ai.webp"); }
.page-visual.deep-photo { --page-image: url("../img/story-security-ai.webp"); }
.page-visual.about-photo { --page-image: url("../img/story-team-ai.webp"); }
.page-visual.legal-photo { --page-image: url("../img/story-security-ai.webp"); }

.page-visual::before {
  content: "";
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(15, 143, 95, 0.2);
  border-radius: 50%;
}

.visual-stack {
  position: absolute;
  inset: 30px;
  display: grid;
  gap: 12px;
  align-content: center;
}

.photo-visual .visual-stack {
  inset: auto 22px 22px;
  align-content: end;
}

.visual-stack span {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  color: #253a36;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(23, 54, 47, 0.07);
}

.photo-visual .visual-stack span {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}

.visual-stack span:nth-child(2) {
  margin-left: 46px;
}

.visual-stack span:nth-child(3) {
  margin-left: 92px;
}

.page-section {
  padding-top: 84px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.split-section p {
  color: var(--muted);
  line-height: 1.65;
}

.capability-grid,
.detail-grid,
.contact-grid {
  display: grid;
  gap: 16px;
}

.capability-grid {
  grid-template-columns: repeat(3, 1fr);
}

.detail-grid {
  grid-template-columns: repeat(2, 1fr);
}

.contact-grid {
  grid-template-columns: repeat(4, 1fr);
}

.capability-card,
.detail-card,
.contact-card,
.form-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(23, 54, 47, 0.06);
}

.capability-card,
.detail-card,
.contact-card {
  padding: 24px;
}

.capability-card p,
.detail-card p,
.contact-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.detail-card a,
.contact-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--green-dark);
  font-weight: 800;
}

.detail-card a:hover,
.contact-card a:hover {
  color: var(--green);
}

.domain-band {
  margin-top: 84px;
  padding: 34px;
  border: 1px solid rgba(15, 143, 95, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #eaf8f2, #fff);
}

.domain-band h2 {
  max-width: 760px;
}

.domain-band p {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.source-showcase {
  padding-top: 92px;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.source-card {
  position: relative;
  display: grid;
  grid-template-rows: 190px 1fr;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(213, 230, 224, 0.96);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(19, 47, 42, 0.07);
}

.source-card.media-led {
  grid-template-rows: 230px 1fr;
}

.source-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.source-card.source-compact img {
  object-fit: contain;
  padding: 24px;
  background: linear-gradient(145deg, #f6fbf9, #fff);
}

.source-card-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.source-card-body span,
.source-metric span,
.media-publication-card span {
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.source-card-body h3 {
  font-size: 1.14rem;
  line-height: 1.22;
}

.source-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.source-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.source-panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(213, 230, 224, 0.96);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 10%, rgba(15, 143, 95, 0.1), transparent 30%),
    linear-gradient(145deg, #fff, #f5fbf8);
  box-shadow: 0 18px 48px rgba(19, 47, 42, 0.07);
}

.source-panel img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  border-radius: 8px;
}

.source-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.source-metric {
  padding: 18px;
  border: 1px solid rgba(213, 230, 224, 0.96);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
}

.source-metric strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.24;
}

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

.framework-card {
  display: grid;
  gap: 16px;
  min-height: 360px;
  padding: 26px;
  border: 1px solid rgba(213, 230, 224, 0.96);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #fff, #f4fbf8);
}

.framework-card img {
  width: 100%;
  height: 116px;
  object-fit: contain;
}

.framework-card h3 {
  font-size: 1.18rem;
}

.framework-card p,
.framework-card li {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.58;
}

.framework-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.legal-entity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.legal-entity-card {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(213, 230, 224, 0.96);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(19, 47, 42, 0.055);
}

.legal-entity-card h3 {
  margin-bottom: 10px;
  color: var(--green-dark);
}

.legal-entity-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.media-hero-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.media-hero-list span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(213, 230, 224, 0.96);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--green-dark);
  font-weight: 800;
}

.media-publication-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 16px;
}

.media-publication-card {
  overflow: hidden;
  border: 1px solid rgba(213, 230, 224, 0.96);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(19, 47, 42, 0.07);
}

.media-publication-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.media-publication-card:first-child img {
  height: 340px;
}

.media-publication-card div {
  padding: 22px;
}

.media-publication-card h3 {
  margin-top: 10px;
  font-size: 1.18rem;
}

.media-publication-card p {
  color: var(--muted);
  font-size: 0.93rem;
}

.form-panel {
  padding: 28px;
}

.form-panel.has-media {
  padding: 0;
  overflow: hidden;
}

.form-panel-media {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background: #0f1d1a;
}

.form-panel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 21, 0.05), rgba(8, 24, 21, 0.58));
}

.form-panel-media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.form-panel-media span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.form-panel.has-media .lead-form {
  padding: 24px 28px 28px;
}

.lead-form {
  display: grid;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: #253a36;
  font-size: 0.88rem;
  font-weight: 800;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.lead-form textarea {
  min-height: 136px;
  resize: vertical;
}

.lead-form button {
  border: 0;
  cursor: pointer;
}

.site-footer {
  margin-top: 80px;
  padding: 56px 0 28px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 38px;
}

.footer-brand img {
  width: 160px;
  margin-bottom: 18px;
}

.footer-brand p,
.site-footer address,
.site-footer nav,
.copyright {
  color: var(--muted);
  font-style: normal;
  line-height: 1.6;
}

.site-footer h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 0.96rem;
}

.site-footer nav,
.site-footer address {
  display: grid;
  align-content: start;
  gap: 8px;
  font-size: 0.92rem;
}

.site-footer a:hover {
  color: var(--green);
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.socials a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 850;
}

.copyright {
  margin: 42px 0 0;
  text-align: center;
  font-size: 0.88rem;
}

.copyright a {
  color: var(--green);
  font-weight: 800;
}

.js-enabled .reveal {
  opacity: 0.82;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-enabled .reveal-delay-1,
.js-enabled .reveal-delay-2,
.js-enabled .reveal-delay-3 {
  transition-delay: 0ms;
}

@media (max-width: 1120px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }

  .ecosystem-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .team-grid,
  .pillar-showcase,
  .journey-track,
  .capability-grid,
  .detail-grid,
  .contact-grid,
  .audience-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .journey-track::before {
    display: none;
  }

  .journey-step {
    min-height: 236px;
    padding: 18px 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 28px rgba(23, 54, 47, 0.06);
  }

  .journey-step::before {
    left: auto;
    right: 20px;
    top: 22px;
    transform: none;
  }

  .difference-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1320px) {
  .page-hero h1 {
    font-size: 3.45rem;
  }

}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav.is-open {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 78px;
    z-index: 65;
    display: grid;
    gap: 8px;
    justify-content: stretch;
    justify-items: stretch;
    padding: 12px;
    border: 1px solid rgba(15, 143, 95, 0.18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 26px 70px rgba(8, 28, 23, 0.26);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open a {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border: 1px solid rgba(220, 233, 229, 0.92);
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(245, 250, 248, 0.98), #fff);
    color: #17332d;
    font-size: 0.94rem;
    box-shadow: 0 8px 20px rgba(23, 54, 47, 0.04);
  }

  .site-nav.is-open a::after {
    content: ">";
    color: var(--green);
    font-weight: 900;
  }

  .site-nav.is-open .mobile-nav-cta {
    display: flex;
    border-color: rgba(15, 143, 95, 0.32);
    background: var(--green);
    color: #fff;
  }

  .site-nav.is-open .mobile-nav-cta::after {
    margin-left: 10px;
    color: #fff;
  }

  .hero,
  .architecture,
  .cognie,
  .crx,
  .presence,
  .contact-presence,
  .page-hero,
  .split-section,
  .motion-showcase,
  .cognie-action-stage,
  .cta-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 30px;
  }

  .journey-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .journey-head p:not(.eyebrow) {
    margin-left: 0;
  }

  .cta-robot {
    justify-self: end;
    margin-top: -18px;
  }

  h1 {
    font-size: 3.05rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-visual {
    min-height: 500px;
  }

  .stats,
  .pillars,
  .pillar-showcase,
  .journey-track {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .product-card.token {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto 1fr auto;
  }

  .product-card.token .product-icon,
  .product-card.token .product-kicker,
  .product-card.token h3,
  .product-card.token p,
  .product-card.token a {
    grid-column: auto;
    grid-row: auto;
  }

  .product-card.token h3,
  .product-card.token p,
  .product-card.token a {
    grid-column: 1 / -1;
  }

  .product-card.token a {
    justify-self: start;
  }

  .pillar-showcase .pillar-visual:first-child {
    grid-column: 1 / -1;
    grid-template-columns: 0.92fr 1fr;
    grid-template-rows: auto;
    min-height: 360px;
  }

  .crx-coin {
    margin: 12px auto;
  }
}

@media (max-width: 680px) {
  .section-shell {
    width: min(100% - 24px, 1180px);
  }

  .top-strip {
    justify-content: center;
    overflow: hidden;
    padding: 8px 12px;
    font-size: 0.72rem;
    text-align: center;
  }

  .top-strip a {
    display: none;
  }

  .top-strip span {
    flex: 1 1 auto;
  }

  .site-header {
    min-height: 68px;
    padding: 0 12px;
  }

  .brand img {
    width: 142px;
  }

  h1 {
    font-size: 2.44rem;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: 2.44rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 1.58rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-visual,
  .globe-stage {
    min-height: 440px;
  }

  .globe-stage {
    overflow: hidden;
  }

  .globe-stage::after {
    right: 4%;
    bottom: 18px;
    width: 164px;
    height: 164px;
    filter: blur(2px);
  }

  .globe {
    width: 290px;
    height: 290px;
  }

  .hero-globe-img {
    left: 50%;
    top: 54%;
    width: min(380px, 96vw);
  }

  .hero-glow {
    left: 50%;
    top: 54%;
    width: min(380px, 96vw);
    height: 310px;
  }

  .map-line,
  .node {
    display: none;
  }

  .orbit-one {
    left: 50%;
    top: 54%;
    width: min(360px, 92vw);
    height: 140px;
  }

  .orbit-two {
    left: 50%;
    top: 54%;
    width: 160px;
    height: min(360px, 92vw);
  }

  .cognie-card {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin-top: 12px;
  }

  .cognie-hero {
    right: 16px;
    bottom: 6px;
    width: 124px;
  }

  .location-flag {
    min-width: auto;
    padding: 7px 9px;
    column-gap: 7px;
  }

  .location-flag > span {
    width: 28px;
    height: 28px;
    font-size: 0.98rem;
  }

  .location-flag strong {
    font-size: 0.62rem;
  }

  .location-flag small {
    display: none;
  }

  .flag-usa {
    left: 20px;
    top: 148px;
  }

  .flag-germany {
    right: 24px;
    top: 92px;
  }

  .flag-uae {
    right: 86px;
    top: 198px;
  }

  .flag-india {
    left: 150px;
    top: 48px;
  }

  .portrait {
    width: 58px;
    height: 58px;
  }

  .portrait-one {
    left: 22px;
    top: 132px;
  }

  .portrait-two {
    right: 24px;
    top: 92px;
  }

  .portrait-three {
    left: 152px;
    top: 36px;
  }

  .portrait-four {
    right: 104px;
    top: 186px;
  }

  .stats,
  .ecosystem-rail,
  .pillars,
  .pillar-showcase,
  .journey-track,
  .products,
  .flow-steps,
  .crx-list,
  .capability-grid,
  .detail-grid,
  .contact-grid,
  .difference-grid,
  .audience-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .cognie-action-copy {
    margin-bottom: 20px;
  }

  .demo-device-header {
    grid-template-columns: auto minmax(0, 1fr) 38px;
    gap: 10px;
    padding: 14px;
  }

  .demo-bot {
    width: 42px;
    height: 42px;
  }

  .demo-open-chat {
    width: 38px;
    height: 38px;
  }

  .demo-chat {
    gap: 11px;
    min-height: 390px;
    padding: 14px;
  }

  .demo-message {
    max-width: 100%;
    padding: 12px;
  }

  .demo-message p {
    min-height: 84px;
    font-size: 0.92rem;
  }

  .demo-message.assistant p {
    min-height: 132px;
  }

  .demo-stat {
    min-height: 92px;
  }

  .demo-tabs {
    gap: 8px;
    padding: 0 14px 74px;
  }

  .demo-tabs button {
    flex: 0 1 calc(50% - 8px);
    justify-content: center;
    min-height: 40px;
    padding: 8px 9px;
    font-size: 0.78rem;
  }

  .demo-context {
    padding: 20px;
  }

  .demo-context h3 {
    font-size: 1.52rem;
  }

  .ecosystem-rail {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .rail-item {
    min-width: 172px;
    scroll-snap-align: start;
  }

  .motion-showcase {
    gap: 22px;
    padding-top: 52px;
  }

  .motion-copy p:not(.eyebrow) {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .motion-tags {
    gap: 8px;
  }

  .motion-tags span {
    font-size: 0.76rem;
  }

  .motion-media,
  .motion-media video {
    min-height: 244px;
  }

  .cognie-action {
    padding-top: 54px;
  }

  .cognie-action-copy p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .demo-chat {
    min-height: 390px;
  }

  .demo-message {
    max-width: 92%;
  }

  .demo-context {
    min-height: auto;
  }

  .motion-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    gap: 5px;
    min-height: auto;
    padding: 12px;
  }

  .motion-caption strong {
    font-size: 0.9rem;
  }

  .motion-caption span {
    max-width: none;
    font-size: 0.75rem;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .human-journey {
    padding-top: 50px;
  }

  .journey-head {
    margin-bottom: 18px;
  }

  .journey-track {
    gap: 12px;
    padding-top: 8px;
    grid-template-columns: 1fr;
  }

  .journey-step {
    width: 100%;
    min-height: auto;
    padding: 16px;
  }

  .journey-avatar {
    width: 74px;
    height: 74px;
  }

  .journey-step h3 {
    font-size: 1rem;
  }

  .journey-step p {
    font-size: 0.84rem;
  }

  .human-journey .journey-track {
    grid-template-columns: 1fr;
  }

  .team-grid h3,
  .team-grid p {
    padding: 0 10px;
  }

  .team-grid h3 {
    font-size: 0.9rem;
  }

  .team-grid p {
    min-height: 74px;
    font-size: 0.76rem;
  }

  .team-grid small {
    font-size: 0.68rem;
  }

  .product-card {
    min-height: auto;
    padding: 24px;
    text-align: left;
  }

  .product-icon {
    margin-left: 0;
    margin-right: 0;
  }

  .product-card h3 {
    font-size: 1.08rem;
  }

  .product-card p {
    font-size: 0.95rem;
  }

  .product-card a {
    justify-content: flex-start;
    font-size: 0.95rem;
  }

  .pillar-showcase .pillar-visual:first-child,
  .pillar-visual {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: auto;
  }

  .pillar-visual-media {
    min-height: 236px;
  }

  .pillar-visual-media img {
    min-height: 236px;
  }

  .pillar-visual > div:last-child {
    padding: 24px;
  }

  .pillar-visual h3 {
    font-size: 1.08rem;
  }

  .section-intro,
  .architecture,
  .cognie,
  .crx,
  .difference,
  .audiences,
  .presence,
  .contact-presence,
  .page-section,
  .team {
    padding-top: 66px;
  }

  .subpage-main {
    padding-top: 36px;
  }

  .page-hero {
    min-height: auto;
    gap: 28px;
  }

  .page-visual {
    min-height: 320px;
  }

  .visual-stack {
    inset: 18px;
  }

  .visual-stack span,
  .visual-stack span:nth-child(2),
  .visual-stack span:nth-child(3) {
    margin-left: 0;
  }

  .domain-band {
    margin-top: 62px;
    padding: 24px;
  }

  .architecture-map {
    min-height: auto;
    padding: 18px;
  }

  .map-hub {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: 0;
    transform: none;
    border-radius: var(--radius);
  }

  .map-hub strong {
    font-size: 1.85rem;
  }

  .arch-pipeline,
  .domain-grid {
    grid-template-columns: 1fr;
  }

  .map-row {
    display: grid;
    justify-items: stretch;
  }

  .map-row strong {
    width: auto;
  }

  .map-row span {
    justify-content: center;
  }

  .crx {
    margin-top: 66px;
    padding: 24px;
  }

  .crx-coin {
    width: 186px;
    height: 186px;
  }

  .crx-coin span {
    font-size: 2.55rem;
  }

  .presence-map {
    display: grid;
    gap: 12px;
    min-height: auto;
    padding: 18px;
  }

  .presence-map::before,
  .presence-map::after {
    inset: 18px 18px 108px;
  }

  .presence-map img {
    min-height: 230px;
    object-fit: contain;
  }

  .presence-pins {
    inset: 18px 18px 108px;
  }

  .presence-pins span {
    min-width: 0;
    padding: 7px 8px 7px 21px;
  }

  .presence-pins strong {
    font-size: 0.62rem;
  }

  .presence-pins small {
    display: none;
  }

  .presence-map figcaption {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-presence-list {
    grid-template-columns: 1fr;
  }

  .cognie-map {
    min-height: 700px;
  }

  .cognie-map img {
    top: 50%;
    width: 132px;
  }

  .layer {
    left: 20px;
    right: 20px;
    width: auto;
  }

  .layer.left,
  .layer.right {
    left: 20px;
    right: 20px;
  }

  .layer.left.top { top: 18px; }
  .layer.right.top { top: 86px; }
  .layer.left.middle { top: 154px; bottom: auto; }
  .layer.right.middle { top: auto; bottom: 154px; }
  .layer.left.bottom { bottom: 86px; }
  .layer.right.bottom { bottom: 18px; }

  .cta-band {
    margin-top: 66px;
    padding: 24px;
  }

}

/* Final live overrides for score10a additions */
.site-nav {
  gap: clamp(14px, 2vw, 26px);
}

.hero-copy h1 {
  max-width: 11ch;
}

.product-card {
  min-height: 390px;
}

@media (max-width: 1120px) {
  .model-flow,
  .router-grid,
  .presence-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .investor-thesis,
  .trust-framework {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .clarity-snapshot,
  .thesis-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .location-flag {
    min-width: 112px;
    padding: 8px 10px;
  }

  .location-flag > span {
    width: 30px;
    height: 30px;
    font-size: 1.02rem;
  }

  .router-head {
    display: block;
  }
}

@media (max-width: 680px) {
  .clarity-snapshot article,
  .model-flow article,
  .thesis-grid article,
  .router-grid a {
    min-height: auto;
    padding: 22px;
  }

  .model-flow,
  .router-grid,
  .presence-proof {
    grid-template-columns: 1fr;
  }

  .trust-framework,
  .buyer-router {
    padding: 24px;
  }

  .trust-copy h2,
  .thesis-lead h2,
  .router-head h2 {
    font-size: 2.25rem;
  }

  .product-card {
    min-height: 360px;
  }
}

/* Final source integration mobile hardening */
@media (max-width: 680px) {
  .source-grid,
  .framework-grid,
  .legal-entity-grid,
  .media-publication-grid,
  .source-feature,
  .source-metrics {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .source-card,
  .source-card.media-led,
  .framework-card,
  .media-publication-card,
  .legal-entity-card,
  .source-panel,
  .source-metric {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .source-card,
  .source-card.media-led {
    grid-template-rows: 210px auto !important;
    min-height: auto !important;
  }

  .source-card-body,
  .framework-card,
  .legal-entity-card,
  .media-publication-card div,
  .source-panel,
  .source-metric {
    padding: 20px !important;
  }

  .media-publication-card img,
  .media-publication-card:first-child img {
    height: 220px !important;
  }

  .ecosystem-rail {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .rail-item {
    min-width: 0 !important;
    min-height: 72px !important;
    padding: 14px 12px !important;
    scroll-snap-align: none !important;
  }

  .rail-item:last-child {
    grid-column: 1 / -1;
  }
}

.legal-document-hero {
  align-items: stretch;
}

.legal-document-card {
  display: grid;
  align-content: end;
  gap: 14px;
  min-height: 360px;
  padding: 30px;
  border: 1px solid rgba(213, 230, 224, 0.96);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(4, 120, 87, 0.88), rgba(13, 42, 38, 0.96)),
    url("../img/story-security-ai.webp") center / cover;
  color: #fff;
  box-shadow: 0 28px 70px rgba(19, 47, 42, 0.18);
}

.legal-document-card span {
  width: max-content;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.legal-document-card strong {
  max-width: 12ch;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
}

.legal-document-card p {
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.82);
}

.legal-document {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.legal-text-block {
  padding: 28px;
  border: 1px solid rgba(213, 230, 224, 0.96);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(19, 47, 42, 0.06);
}

.legal-text-block h2 {
  margin-bottom: 14px;
  color: var(--green-dark);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.legal-text-block p,
.legal-text-block li {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.legal-text-block p + p,
.legal-text-block ul + p,
.legal-text-block p + ul {
  margin-top: 12px;
}

.legal-text-block ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 21px;
}

.legal-entity-grid-large {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-cookie-link {
  width: max-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.footer-cookie-link:hover,
.footer-cookie-link:focus-visible {
  color: var(--green);
}

.biz-icon {
  --biz-mask: url("../icons/business/process.svg");
  --biz-accent: var(--green);
  position: relative;
  display: inline-grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--biz-accent) 20%, transparent);
  border-radius: 12px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.86), transparent 36%),
    color-mix(in srgb, var(--biz-accent) 10%, #ffffff);
  color: var(--biz-accent);
  box-shadow: 0 14px 28px rgba(19, 47, 42, 0.08);
}

.biz-icon::before {
  content: "";
  width: 25px;
  height: 25px;
  background: currentColor;
  -webkit-mask: var(--biz-mask) center / contain no-repeat;
  mask: var(--biz-mask) center / contain no-repeat;
}

.biz-icon:has(img)::before {
  display: none;
}

.biz-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  opacity: 0.74;
  filter: brightness(0) saturate(100%);
}

.biz-icon-global { --biz-mask: url("../icons/business/global.svg"); --biz-accent: var(--blue); }
.biz-icon-corporate { --biz-mask: url("../icons/business/corporate.svg"); --biz-accent: var(--green-dark); }
.biz-icon-process { --biz-mask: url("../icons/business/process.svg"); --biz-accent: var(--green); }
.biz-icon-support { --biz-mask: url("../icons/business/support.svg"); --biz-accent: var(--violet); }
.biz-icon-contact { --biz-mask: url("../icons/business/contact.svg"); --biz-accent: var(--green); }
.biz-icon-email { --biz-mask: url("../icons/business/email.svg"); --biz-accent: var(--blue); }
.biz-icon-goal { --biz-mask: url("../icons/business/goal.svg"); --biz-accent: var(--orange); }
.biz-icon-meeting { --biz-mask: url("../icons/business/meeting.svg"); --biz-accent: var(--blue); }
.biz-icon-report { --biz-mask: url("../icons/business/report.svg"); --biz-accent: var(--green-dark); }
.biz-icon-checklist { --biz-mask: url("../icons/business/checklist.svg"); --biz-accent: var(--green); }
.biz-icon-productivity { --biz-mask: url("../icons/business/productivity.svg"); --biz-accent: var(--violet); }
.biz-icon-market { --biz-mask: url("../icons/business/market.svg"); --biz-accent: var(--blue); }
.biz-icon-finance { --biz-mask: url("../icons/business/finance.svg"); --biz-accent: var(--orange); }
.biz-icon-payment { --biz-mask: url("../icons/business/payment.svg"); --biz-accent: var(--green-dark); }
.biz-icon-time { --biz-mask: url("../icons/business/time.svg"); --biz-accent: var(--orange); }
.biz-icon-announcement { --biz-mask: url("../icons/business/announcement.svg"); --biz-accent: var(--violet); }

.business-signal-deck {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: -28px;
  margin-bottom: 58px;
}

.business-signal-card {
  position: relative;
  display: grid;
  min-height: 210px;
  align-content: start;
  gap: 14px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(213, 230, 224, 0.96);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 248, 0.9)),
    radial-gradient(circle at 90% 0%, rgba(15, 143, 95, 0.12), transparent 35%);
  box-shadow: 0 18px 44px rgba(19, 47, 42, 0.07);
}

.business-signal-card::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -24px;
  width: 112px;
  height: 112px;
  background: currentColor;
  opacity: 0.035;
  -webkit-mask: var(--biz-mask, url("../icons/business/process.svg")) center / contain no-repeat;
  mask: var(--biz-mask, url("../icons/business/process.svg")) center / contain no-repeat;
}

.business-signal-card:has(.biz-icon-global)::after { --biz-mask: url("../icons/business/global.svg"); }
.business-signal-card:has(.biz-icon-corporate)::after { --biz-mask: url("../icons/business/corporate.svg"); }
.business-signal-card:has(.biz-icon-process)::after { --biz-mask: url("../icons/business/process.svg"); }
.business-signal-card:has(.biz-icon-support)::after { --biz-mask: url("../icons/business/support.svg"); }

.business-signal-card strong {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.22;
}

.business-signal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.58;
}

.has-business-icon {
  position: relative;
}

.has-business-icon > .biz-icon {
  margin-bottom: 14px;
}

.source-metric.has-business-icon > .biz-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 10px;
}

.source-metric.has-business-icon > .biz-icon::before {
  width: 21px;
  height: 21px;
}

.router-grid a.has-business-icon,
.model-flow article.has-business-icon,
.thesis-grid article.has-business-icon,
.trust-grid article.has-business-icon,
.domain-proof-grid article.has-business-icon,
.detail-card.has-business-icon,
.capability-card.has-business-icon,
.contact-card.has-business-icon,
.audience-card.has-business-icon,
.difference-grid article.has-business-icon,
.legal-entity-card.has-business-icon,
.media-publication-card div.has-business-icon {
  overflow: hidden;
}

.router-grid a.has-business-icon::after,
.model-flow article.has-business-icon::after,
.thesis-grid article.has-business-icon::after,
.trust-grid article.has-business-icon::after,
.domain-proof-grid article.has-business-icon::after,
.detail-card.has-business-icon::after,
.capability-card.has-business-icon::after,
.contact-card.has-business-icon::after,
.audience-card.has-business-icon::after,
.difference-grid article.has-business-icon::after,
.legal-entity-card.has-business-icon::after,
.media-publication-card div.has-business-icon::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -20px;
  width: 92px;
  height: 92px;
  background: var(--biz-card-accent, currentColor);
  opacity: 0.035;
  -webkit-mask: var(--biz-mask, url("../icons/business/process.svg")) center / contain no-repeat;
  mask: var(--biz-mask, url("../icons/business/process.svg")) center / contain no-repeat;
  pointer-events: none;
}

@media (max-width: 1120px) {
  .business-signal-deck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -14px;
  }
}

@media (max-width: 680px) {
  .business-signal-deck {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: -20px;
    margin-bottom: 42px;
  }

  .business-signal-card {
    min-height: auto;
    padding: 18px;
  }

  .biz-icon {
    width: 42px;
    height: 42px;
  }

  .biz-icon::before {
    width: 23px;
    height: 23px;
  }
}

.sticky-connect {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 99999970;
  width: 78px;
  transform: translateY(-50%);
}

.sticky-connect-panel {
  display: grid;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(213, 230, 224, 0.96);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 24px 58px rgba(19, 47, 42, 0.18);
  backdrop-filter: blur(20px);
}

.sticky-connect-link {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(15, 143, 95, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--green-dark);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.sticky-connect-link:hover,
.sticky-connect-link:focus-visible {
  transform: translateX(-3px);
  border-color: rgba(15, 143, 95, 0.36);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(19, 47, 42, 0.14);
}

.sticky-connect-main {
  display: grid;
  gap: 9px;
  min-height: 118px;
  align-content: center;
  justify-items: center;
  padding: 12px 8px;
  background:
    linear-gradient(145deg, #0b704f, #168f62),
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.32), transparent 35%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 18px 34px rgba(11, 112, 79, 0.28);
}

.sticky-connect svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.sticky-connect-main strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 860;
  line-height: 1.28;
  text-transform: none;
}

.sticky-social svg {
  width: 24px;
  height: 24px;
}

body:has(.cookie-consent) .chatbot-preload-cta {
  bottom: 24px;
}

.cookie-consent {
  position: fixed;
  left: clamp(18px, 4.8vw, 78px);
  right: auto;
  bottom: 22px;
  z-index: 100000000;
  display: grid;
  justify-items: start;
  max-width: calc(100vw - 36px);
  pointer-events: none;
}

.cookie-consent-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: min(362px, calc(100vw - 36px));
  padding: 22px;
  border: 1px solid rgba(228, 238, 235, 0.98);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 58px rgba(19, 47, 42, 0.15);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.cookie-consent-copy {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
}

.cookie-consent-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(15, 143, 95, 0.14);
  border-radius: 999px;
  background: #eef9f4;
  color: var(--green-dark);
}

.cookie-consent-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.cookie-consent-copy h2 {
  margin: 2px 0 8px;
  font-size: 1rem;
  line-height: 1.2;
}

.cookie-consent-copy .eyebrow {
  min-height: 26px;
  margin-bottom: 10px;
  padding: 0 9px;
  font-size: 0.66rem;
}

.cookie-consent-copy p:last-child {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.cookie-consent-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.cookie-consent-options label {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfa;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 760;
}

.cookie-consent-options input {
  width: 16px;
  height: 16px;
  accent-color: var(--green);
}

.cookie-consent-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px 96px;
  align-items: center;
  gap: 10px;
}

.cookie-consent-actions .btn {
  min-height: 39px;
  padding: 0 15px;
  font-size: 0.75rem;
  border-radius: 8px;
}

.cookie-consent-actions .btn.primary {
  background: linear-gradient(145deg, #168f62, #0b704f);
  box-shadow: 0 14px 26px rgba(15, 143, 95, 0.24);
}

.cookie-text-action {
  display: inline-flex;
  width: fit-content;
  min-height: 39px;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-dark);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 850;
  cursor: pointer;
}

.cookie-text-action:hover,
.cookie-text-action:focus-visible {
  color: var(--green);
}

.cookie-consent [hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .legal-document-card {
    min-height: 280px;
  }

  .sticky-connect {
    right: 12px;
    width: 70px;
  }
}

@media (max-width: 680px) {
  .legal-text-block,
  .legal-document-card {
    padding: 22px;
  }

  .legal-entity-grid-large {
    grid-template-columns: 1fr;
  }

  body {
    padding-bottom: 78px;
  }

  .sticky-connect {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
    width: auto;
    transform: none;
  }

  .sticky-connect-panel {
    grid-template-columns: minmax(0, 1fr) 48px 48px 48px;
    align-items: center;
    gap: 7px;
    padding: 7px;
    border-radius: 16px;
    box-shadow: 0 18px 46px rgba(19, 47, 42, 0.22);
  }

  .sticky-connect-link {
    min-height: 50px;
    border-radius: 12px;
    font-size: 0.68rem;
  }

  .sticky-connect-link:hover,
  .sticky-connect-link:focus-visible {
    transform: translateY(-2px);
  }

  .sticky-connect-main {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 50px;
    align-content: center;
    align-items: center;
    justify-items: start;
    gap: 8px;
    padding: 8px 11px;
    text-align: left;
  }

  .sticky-connect-main svg {
    width: 21px;
    height: 21px;
  }

  .sticky-connect-main strong {
    font-size: 0.78rem;
    line-height: 1.12;
  }

  .sticky-social svg {
    width: 22px;
    height: 22px;
  }

  .cookie-consent {
    left: 10px;
    right: 10px;
    bottom: 86px;
    max-width: none;
  }

  .cookie-consent-card {
    width: 100%;
    max-height: min(66vh, 520px);
    overflow: auto;
    padding: 14px;
  }

  .cookie-consent-actions .btn {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }

  body:has(.cookie-consent) .chatbot-preload-cta {
    display: none !important;
  }

  body:has(.cookie-consent) .sticky-connect {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }

  body.nav-open .sticky-connect,
  body.nav-open .chatbot-preload-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }
}

/* Live homepage polish v17: cleaner first viewport, safer sticky spacing and premium ecosystem rhythm */
@media (min-width: 1024px) {
  .hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    min-height: 610px;
    padding-top: 18px;
  }

  .hero-copy h1 {
    max-width: 12.8ch;
    font-size: clamp(3.45rem, 4.7vw, 4.02rem);
    line-height: 1.05;
  }

  .hero-lead {
    max-width: 600px;
    font-size: 1.08rem;
    line-height: 1.62;
  }

  .hero-globe-img {
    left: 61.5%;
    top: 38.5%;
    width: min(900px, 136%);
  }

  .hero-glow,
  .orbit {
    left: 61.5%;
    top: 38.5%;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .ecosystem-primer,
  .motion-showcase,
  .cognie-action,
  .human-journey,
  .product-domain-system,
  .architecture-grid,
  .presence-grid,
  .cta-band {
    width: min(1180px, calc(100% - 172px));
    margin-left: clamp(42px, 4.6vw, 64px);
    margin-right: auto;
  }
}

.ecosystem-primer {
  padding-top: clamp(56px, 5.8vw, 82px);
}

.ecosystem-primer-copy h2 {
  max-width: 620px;
  font-size: clamp(2.2rem, 3.35vw, 3.45rem);
  line-height: 1.03;
}

.ecosystem-primer-copy p:not(.eyebrow) {
  max-width: 560px;
  font-size: 1.02rem;
}

.ecosystem-primer-map {
  gap: 14px;
  padding: clamp(18px, 2.1vw, 26px);
  border-color: rgba(15, 143, 95, 0.28);
  box-shadow: 0 34px 82px rgba(16, 66, 55, 0.15);
}

.ecosystem-primer-map::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(15, 143, 95, 0.08);
  border-radius: calc(var(--radius) - 4px);
  background: radial-gradient(circle at 20% 50%, rgba(15, 143, 95, 0.08), transparent 28%);
  pointer-events: none;
}

.primer-cognie {
  min-height: 260px;
  box-shadow: 0 22px 58px rgba(15, 143, 95, 0.13);
}

.primer-cognie::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(15, 143, 95, 0.13);
  border-radius: calc(var(--radius) - 7px);
  opacity: 0.75;
  pointer-events: none;
}

.primer-domain {
  min-height: 260px;
  padding: 20px;
}

.primer-domain h3 {
  font-size: 1.17rem;
}

.primer-domain p {
  font-size: 0.89rem;
  line-height: 1.54;
}

.product-cognie-spine {
  margin-bottom: 20px;
  padding: 20px 24px;
  border-color: rgba(15, 143, 95, 0.3);
}

.product-domain-grid {
  gap: 18px;
}

.product-domain-column {
  padding: 24px;
}

.product-domain-column a {
  min-height: 106px;
  padding: 17px 16px 17px 18px;
}

.cookie-consent {
  left: clamp(12px, 2.6vw, 34px);
  bottom: 16px;
}

.cookie-consent-card {
  width: min(326px, calc(100vw - 28px));
  gap: 12px;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(19, 47, 42, 0.14);
}

.cookie-consent-copy {
  grid-template-columns: 31px minmax(0, 1fr);
  column-gap: 10px;
}

.cookie-consent-icon {
  width: 30px;
  height: 30px;
}

.cookie-consent-icon svg {
  width: 19px;
  height: 19px;
}

.cookie-consent-copy h2 {
  margin-bottom: 5px;
  font-size: 0.93rem;
}

.cookie-consent-copy p:last-child {
  font-size: 0.72rem;
  line-height: 1.45;
}

.cookie-consent-actions {
  grid-template-columns: minmax(0, 1fr) 82px 82px;
  gap: 8px;
}

.cookie-consent-actions .btn,
.cookie-text-action {
  min-height: 35px;
  font-size: 0.7rem;
}

@media (max-width: 680px) {
  .hero-copy h1 {
    max-width: 11.6ch;
  }

  .ecosystem-primer-copy h2 {
    font-size: 2.12rem;
  }

  .primer-cognie,
  .primer-domain {
    min-height: auto;
  }
}
/* Live homepage polish v18: wider readable domain map on common desktop widths */
@media (min-width: 1024px) and (max-width: 1400px) {
  .ecosystem-primer-map {
    grid-template-columns: minmax(150px, 0.76fr) repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .ecosystem-primer-map::before {
    left: clamp(150px, 24%, 215px);
    right: 7%;
  }

  .primer-cognie {
    grid-row: span 2;
    min-height: 100%;
  }

  .primer-domain {
    min-height: 214px;
  }

  .primer-domain h3 {
    font-size: 1.12rem;
  }

  .primer-domain p {
    margin-bottom: 4px;
  }
}
/* Live homepage polish v19: keep assistant visible without covering dense homepage text */
@media (min-width: 1024px) {
  .chatbot-preload-cta {
    right: 12px !important;
    bottom: 10px !important;
    min-height: 42px !important;
    padding: 0 13px !important;
    font-size: 12px !important;
    box-shadow: 0 14px 30px rgba(9, 109, 110, 0.24) !important;
  }

  .chatbot-preload-cta::before {
    width: 8px !important;
    height: 8px !important;
    box-shadow: 0 0 0 5px rgba(159, 255, 217, 0.14) !important;
  }
}
/* Live homepage polish v20: product grid clears assistant pill on standard desktop widths */
@media (min-width: 1024px) and (max-width: 1400px) {
  .product-domain-system {
    width: min(1180px, calc(100% - 236px));
    margin-left: clamp(42px, 4.6vw, 64px);
    margin-right: auto;
  }
}
/* Live homepage polish v21: more compact first-visit cookie card */
@media (min-width: 681px) {
  .cookie-consent {
    left: clamp(10px, 2vw, 26px);
    bottom: 12px;
  }

  .cookie-consent-card {
    width: min(292px, calc(100vw - 24px));
    gap: 9px;
    padding: 12px;
    border-radius: 9px;
  }

  .cookie-consent-copy {
    grid-template-columns: 27px minmax(0, 1fr);
    column-gap: 9px;
  }

  .cookie-consent-icon {
    width: 25px;
    height: 25px;
  }

  .cookie-consent-icon svg {
    width: 16px;
    height: 16px;
  }

  .cookie-consent-copy h2 {
    margin: 0 0 4px;
    font-size: 0.84rem;
  }

  .cookie-consent-copy p:last-child {
    font-size: 0.66rem;
    line-height: 1.38;
  }

  .cookie-consent-actions {
    grid-template-columns: minmax(0, 1fr) 72px 72px;
    gap: 7px;
  }

  .cookie-consent-actions .btn,
  .cookie-text-action {
    min-height: 31px;
    padding: 0 9px;
    font-size: 0.65rem;
    border-radius: 7px;
  }

  .cookie-consent-options label {
    min-height: 31px;
    padding: 7px 8px;
    font-size: 0.68rem;
  }
}
/* Live homepage polish v22: ultra-compact first-visit consent that does not dominate hero CTA */
@media (min-width: 681px) {
  .cookie-consent-card {
    width: min(254px, calc(100vw - 24px));
    gap: 7px;
    padding: 10px;
  }

  .cookie-consent-copy {
    grid-template-columns: 23px minmax(0, 1fr);
    column-gap: 8px;
  }

  .cookie-consent-icon {
    width: 22px;
    height: 22px;
  }

  .cookie-consent-icon svg {
    width: 14px;
    height: 14px;
  }

  .cookie-consent-copy h2 {
    margin-bottom: 3px;
    font-size: 0.78rem;
  }

  .cookie-consent-copy p:last-child {
    font-size: 0.61rem;
    line-height: 1.32;
  }

  .cookie-consent-actions {
    grid-template-columns: minmax(0, 1fr) 64px 64px;
    gap: 6px;
  }

  .cookie-consent-actions .btn,
  .cookie-text-action {
    min-height: 28px;
    padding: 0 8px;
    font-size: 0.6rem;
  }
}
/* Live homepage polish v23: keep first-visit CTA above compact cookie panel */
@media (min-width: 1024px) and (max-height: 840px) {
  body:has(.cookie-consent) .hero-copy h1 {
    max-width: 16.5ch;
    margin-bottom: 12px;
    font-size: clamp(3rem, 4.1vw, 3.55rem);
    line-height: 1.03;
  }

  body:has(.cookie-consent) .hero-lead {
    max-width: 535px;
    margin-bottom: 14px;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  body:has(.cookie-consent) .hero-actions {
    gap: 10px;
  }

  body:has(.cookie-consent) .trust-row {
    display: none;
  }
}
/* Live homepage polish v24: first-visit CTAs stay clickable above the consent panel */
@media (min-width: 1024px) and (max-height: 840px) {
  body:has(.cookie-consent) .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  body:has(.cookie-consent) .hero-copy .eyebrow { order: 1; }
  body:has(.cookie-consent) .hero-copy h1 { order: 2; }

  body:has(.cookie-consent) .hero-actions {
    order: 3;
    margin: 0 0 12px;
  }

  body:has(.cookie-consent) .hero-lead {
    order: 4;
    margin-bottom: 0;
  }

  body:has(.cookie-consent) .trust-row { order: 5; }
}
/* Live homepage polish v25: minimal desktop cookie state, details remain in Preferences */
@media (min-width: 681px) {
  .cookie-consent-card {
    width: min(246px, calc(100vw - 24px));
    gap: 8px;
  }

  .cookie-consent-copy {
    align-items: center;
  }

  .cookie-consent-copy p:last-child {
    display: none;
  }

  .cookie-consent:has(.cookie-consent-options:not([hidden])) .cookie-consent-copy p:last-child {
    display: block;
  }

  .cookie-consent-actions {
    grid-template-columns: minmax(0, 1fr) 62px 62px;
  }
}
/* Live homepage polish v26: no partially hidden hero copy while consent is open */
@media (min-width: 1024px) and (max-height: 840px) {
  body:has(.cookie-consent) .hero-lead {
    display: none;
  }
}

/* Live homepage polish v28: leaner homepage rhythm after client simplification */
@media (min-width: 1024px) {
  .hero {
    min-height: clamp(560px, calc(100vh - 110px), 670px);
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .ecosystem-primer {
    padding-top: clamp(34px, 3.5vw, 54px);
    padding-bottom: clamp(18px, 2.2vw, 34px);
  }

  .motion-showcase {
    padding-top: clamp(34px, 3.6vw, 56px);
    padding-bottom: 0;
  }

  .cognie-action {
    padding-top: clamp(34px, 3.5vw, 54px);
    padding-bottom: clamp(8px, 1.2vw, 18px);
  }

  .human-journey {
    padding-top: clamp(34px, 3.7vw, 58px);
    padding-bottom: clamp(24px, 3vw, 48px);
  }

  .products-intro {
    padding-top: clamp(30px, 3vw, 44px);
    padding-bottom: 14px;
  }

  .product-domain-system {
    padding-top: 8px;
    padding-bottom: clamp(26px, 3vw, 46px);
  }

  .presence {
    padding-top: clamp(34px, 3.6vw, 56px);
    padding-bottom: clamp(30px, 3.6vw, 58px);
  }

  .cta-band {
    margin-top: 0;
    margin-bottom: clamp(30px, 4vw, 58px);
  }

  .cognie-action-copy {
    margin-bottom: 22px;
  }

  .motion-copy p:not(.eyebrow),
  .cognie-action-copy p:not(.eyebrow),
  .journey-copy p,
  .products-intro p,
  .presence-copy p:not(.eyebrow) {
    line-height: 1.56;
  }
}

/* Live polish v30: smaller mobile consent so the first view stays product-focused */
@media (max-width: 680px) {
  .cookie-consent {
    left: 12px;
    right: auto;
    bottom: 86px;
    width: min(326px, calc(100vw - 24px));
    max-width: none;
  }

  .cookie-consent-card {
    width: 100%;
    max-height: min(46vh, 360px);
    gap: 9px;
    padding: 12px;
    border-radius: 10px;
  }

  .cookie-consent-copy {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 9px;
    align-items: center;
  }

  .cookie-consent-icon {
    width: 26px;
    height: 26px;
  }

  .cookie-consent-icon svg {
    width: 16px;
    height: 16px;
  }

  .cookie-consent-copy h2 {
    margin: 0;
    font-size: 0.86rem;
  }

  .cookie-consent-copy p:last-child {
    display: none;
  }

  .cookie-consent:has(.cookie-consent-options:not([hidden])) .cookie-consent-copy p:last-child {
    display: block;
    grid-column: 2;
    font-size: 0.68rem;
    line-height: 1.38;
  }

  .cookie-consent-actions {
    grid-template-columns: minmax(0, 1fr) 82px 82px;
    gap: 7px;
  }

  .cookie-consent-actions .btn,
  .cookie-text-action {
    min-height: 32px;
    padding: 0 9px;
    font-size: 0.66rem;
    border-radius: 8px;
  }
}

/* Live homepage polish v31: tighter, more premium card proportions */
@media (min-width: 1024px) {
  .ecosystem-primer {
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(26px, 3.2vw, 44px);
  }

  .ecosystem-primer-map {
    grid-template-columns: minmax(136px, 0.58fr) repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
    padding: 16px;
    border-radius: 14px;
    box-shadow: 0 22px 58px rgba(16, 66, 55, 0.12);
  }

  .ecosystem-primer-map::before {
    left: clamp(128px, 17%, 170px);
    right: 7%;
  }

  .primer-cognie,
  .primer-domain,
  .product-cognie-spine,
  .product-domain-column,
  .product-domain-column a,
  .journey-step,
  .presence-proof article {
    border-radius: 14px;
  }

  .primer-cognie {
    min-height: 212px;
    padding: 16px 14px;
    gap: 6px;
  }

  .primer-cognie img {
    width: 92px;
  }

  .primer-cognie strong {
    font-size: 1.08rem;
  }

  .primer-cognie span {
    max-width: 142px;
    font-size: 0.78rem;
    line-height: 1.36;
  }

  .primer-domain {
    min-height: 212px;
    gap: 8px;
    padding: 16px;
  }

  .primer-domain span,
  .product-domain-kicker {
    padding: 5px 9px;
    font-size: 0.66rem;
  }

  .primer-domain h3 {
    font-size: 1.02rem;
    line-height: 1.18;
  }

  .primer-domain p {
    margin-bottom: 6px;
    font-size: 0.82rem;
    line-height: 1.43;
  }

  .primer-domain a {
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .motion-showcase {
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    gap: 28px;
  }

  .motion-media,
  .motion-media video {
    min-height: 332px;
  }

  .motion-caption {
    min-height: auto;
    padding: 12px 14px;
  }

  .motion-caption strong {
    font-size: 0.92rem;
  }

  .motion-caption span {
    font-size: 0.8rem;
  }

  .cognie-action-stage {
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
    gap: 18px;
  }

  .human-journey .journey-track {
    gap: 12px;
    padding-top: 14px;
  }

  .journey-step {
    min-height: 154px;
    gap: 5px 12px;
    padding: 15px;
  }

  .journey-step::before {
    right: 14px;
    top: 12px;
    font-size: 1.96rem;
  }

  .journey-avatar {
    width: 66px;
    height: 66px;
  }

  .journey-step span {
    font-size: 0.66rem;
  }

  .journey-step h3 {
    font-size: 1rem;
  }

  .journey-step p {
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .products-intro {
    padding-bottom: 8px;
  }

  .product-cognie-spine {
    width: min(980px, 100%);
    margin: 0 auto 14px;
    padding: 14px 18px;
    gap: 14px;
    box-shadow: 0 14px 34px rgba(23, 54, 47, 0.07);
  }

  .product-cognie-spine img {
    width: 58px;
    flex-basis: 58px;
  }

  .product-cognie-spine strong {
    margin-bottom: 2px;
    font-size: 1rem;
  }

  .product-cognie-spine span {
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .product-domain-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr) minmax(0, 1.05fr);
    gap: 14px;
    align-items: start;
  }

  .product-domain-column {
    gap: 9px;
    padding: 18px;
    box-shadow: 0 12px 34px rgba(23, 54, 47, 0.07);
  }

  .product-domain-column h3 {
    max-width: 14.5rem;
    margin-bottom: 2px;
    font-size: 1.02rem;
    line-height: 1.2;
  }

  .product-domain-column a {
    min-height: auto;
    gap: 3px;
    padding: 12px 14px 12px 16px;
  }

  .product-domain-column a::before {
    top: 12px;
    bottom: 12px;
    width: 3px;
  }

  .product-domain-column strong {
    font-size: 0.94rem;
  }

  .product-domain-column small {
    font-size: 0.8rem;
    line-height: 1.38;
  }

  .presence-proof {
    gap: 12px;
  }

  .presence-proof article {
    min-height: auto;
    padding: 18px 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .ecosystem-primer-map {
    grid-template-columns: minmax(132px, 0.64fr) repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .primer-cognie {
    min-height: 100%;
  }

  .primer-domain {
    min-height: 172px;
  }
}

/* Live homepage polish v32: bento-like ecosystem cards and less overlong product banner */
@media (min-width: 1024px) {
  .product-cognie-spine {
    width: min(780px, 100%);
  }

  .product-domain-column.people {
    align-self: center;
  }
}

@media (min-width: 1024px) and (max-width: 1520px) {
  .ecosystem-primer-map {
    grid-template-columns: minmax(138px, 0.56fr) repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .ecosystem-primer-map::before {
    left: clamp(138px, 20%, 184px);
    right: 8%;
  }

  .primer-cognie {
    grid-row: span 2;
    min-height: 100%;
  }

  .primer-domain {
    min-height: 160px;
  }

  .primer-domain.deep {
    grid-column: 2 / span 2;
    min-height: 132px;
  }

  .primer-domain.deep p {
    max-width: 620px;
  }
}

/* Live homepage polish v33: balance PeopleTech without oversized empty cards */
.product-capability-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

.product-capability-strip span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  border: 1px solid rgba(125, 59, 212, 0.14);
  border-radius: 10px;
  background: rgba(125, 59, 212, 0.055);
  color: var(--violet);
  font-size: 0.72rem;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 1024px) {
  .product-cognie-spine {
    width: min(720px, 100%);
    padding: 12px 16px;
  }

  .product-cognie-spine img {
    width: 52px;
    flex-basis: 52px;
  }

  .product-domain-column.people {
    align-self: start;
  }
}

/* Live homepage polish v35: smoother ecosystem hierarchy and unified product architecture */
.domain-thread-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.domain-thread-list span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(15, 143, 95, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(236, 255, 248, 0.72));
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .ecosystem-primer {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: clamp(26px, 3vw, 42px);
  }

  .ecosystem-primer-copy h2 {
    max-width: 520px;
    font-size: clamp(2.05rem, 2.85vw, 3.05rem);
    line-height: 1.04;
  }

  .ecosystem-primer-copy p:not(.eyebrow) {
    max-width: 500px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .ecosystem-primer-map {
    position: relative;
    grid-template-columns: minmax(144px, 0.56fr) repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 18px;
    overflow: hidden;
    background:
      radial-gradient(circle at 15% 50%, rgba(15, 143, 95, 0.1), transparent 30%),
      radial-gradient(circle at 86% 18%, rgba(125, 59, 212, 0.08), transparent 27%),
      rgba(255, 255, 255, 0.86);
  }

  .ecosystem-primer-map::before {
    height: 2px;
    background: linear-gradient(90deg, rgba(15, 143, 95, 0.08), rgba(15, 143, 95, 0.38), rgba(125, 59, 212, 0.28));
  }

  .primer-cognie {
    min-height: 100%;
    border-color: rgba(15, 143, 95, 0.24);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(234, 255, 247, 0.84));
  }

  .primer-domain {
    min-height: 158px;
    justify-content: space-between;
    border-color: rgba(17, 78, 67, 0.11);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(23, 54, 47, 0.055);
  }

  .primer-domain.deep {
    grid-column: 2 / span 2;
    min-height: 126px;
  }

  .product-domain-system {
    position: relative;
    margin-top: 4px;
    padding: clamp(24px, 2.8vw, 34px);
    border: 1px solid rgba(15, 143, 95, 0.16);
    border-radius: 18px;
    background:
      linear-gradient(90deg, rgba(15, 143, 95, 0.07), transparent 24%, transparent 76%, rgba(125, 59, 212, 0.055)),
      rgba(255, 255, 255, 0.62);
    box-shadow: 0 24px 80px rgba(17, 75, 65, 0.09);
  }

  .product-domain-system::before {
    content: "";
    position: absolute;
    left: clamp(34px, 4vw, 54px);
    right: clamp(34px, 4vw, 54px);
    top: clamp(96px, 8vw, 118px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 143, 95, 0.32), rgba(125, 59, 212, 0.2), transparent);
    pointer-events: none;
  }

  .product-cognie-spine {
    position: relative;
    z-index: 1;
    width: min(860px, 100%);
    margin-bottom: clamp(20px, 2.2vw, 28px);
    padding: 14px 18px;
    border-color: rgba(15, 143, 95, 0.24);
    background:
      radial-gradient(circle at 8% 50%, rgba(15, 143, 95, 0.14), transparent 32%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 255, 248, 0.88));
    box-shadow: 0 16px 42px rgba(15, 143, 95, 0.12);
  }

  .product-domain-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(14px, 1.6vw, 20px);
    align-items: start;
  }

  .product-domain-column {
    padding: clamp(17px, 1.8vw, 22px);
    border-color: rgba(17, 78, 67, 0.1);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 42px rgba(23, 54, 47, 0.065);
  }

  .product-domain-column.people {
    transform: translateY(14px);
  }

  .product-domain-column h3 {
    max-width: 100%;
    min-height: 2.45em;
  }

  .product-domain-column a {
    padding: 13px 14px 13px 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 250, 0.86));
  }

  .product-domain-column a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(23, 54, 47, 0.08);
  }

  .product-capability-strip {
    gap: 7px;
  }

  .product-capability-strip span {
    min-height: 32px;
    border-radius: 9px;
    background: rgba(125, 59, 212, 0.07);
  }
}

@media (max-width: 680px) {
  .domain-thread-list {
    margin-top: 14px;
  }

  .domain-thread-list span {
    min-height: 31px;
    padding: 0 11px;
    font-size: 0.68rem;
  }

  .product-domain-system {
    padding-top: 10px;
  }
}

/* Live polish v36: premium mobile navigation panel */
@media (max-width: 900px) {
  body.nav-open::before {
    background:
      radial-gradient(circle at 20% 10%, rgba(15, 143, 95, 0.18), transparent 34%),
      rgba(8, 20, 17, 0.36);
    backdrop-filter: blur(10px);
  }

  body.nav-open .cookie-consent {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }

  .site-nav.is-open {
    top: 72px;
    left: 12px;
    right: 12px;
    gap: 7px;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    padding: 10px;
    border-radius: 18px;
    border-color: rgba(15, 143, 95, 0.2);
    background:
      linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(239, 255, 249, 0.92)),
      rgba(255, 255, 255, 0.96);
    box-shadow: 0 30px 80px rgba(8, 28, 23, 0.24);
  }

  .site-nav.is-open::before {
    content: "CereBree ecosystem";
    display: flex;
    min-height: 34px;
    align-items: center;
    padding: 0 10px 3px;
    color: rgba(23, 51, 45, 0.68);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .site-nav.is-open a {
    min-height: 44px;
    padding: 0 12px 0 14px;
    border-radius: 12px;
    border-color: rgba(204, 226, 219, 0.78);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 253, 251, 0.84));
    font-size: 0.91rem;
    box-shadow: 0 9px 20px rgba(23, 54, 47, 0.045);
  }

  .site-nav.is-open a:hover,
  .site-nav.is-open a:focus-visible {
    border-color: rgba(15, 143, 95, 0.24);
    background: rgba(239, 255, 248, 0.94);
  }

  .site-nav.is-open a::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    color: var(--green);
    transform: rotate(45deg);
  }

  .site-nav.is-open .mobile-nav-cta {
    min-height: 48px;
    margin-top: 4px;
    border-color: rgba(15, 143, 95, 0.42);
    background:
      linear-gradient(135deg, #0f8f5f, #08795a);
    box-shadow: 0 16px 34px rgba(15, 143, 95, 0.22);
  }

  .site-nav.is-open .mobile-nav-cta::after {
    color: #fff;
  }
}

/* Live polish v37: subpage hero visual system feels less templated */
.page-visual.photo-visual {
  isolation: isolate;
  border-color: rgba(15, 143, 95, 0.2);
  background:
    linear-gradient(115deg, rgba(7, 24, 21, 0.86), rgba(7, 24, 21, 0.48) 48%, rgba(15, 143, 95, 0.16)),
    var(--page-image) center / cover no-repeat;
  box-shadow: 0 28px 76px rgba(13, 55, 48, 0.16);
}

.page-visual.photo-visual::before {
  inset: 16px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  z-index: 0;
}

.page-visual.photo-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 80% 18%, rgba(100, 230, 176, 0.18), transparent 28%),
    linear-gradient(180deg, transparent 52%, rgba(6, 28, 24, 0.42));
  pointer-events: none;
}

.photo-visual .visual-stack {
  z-index: 1;
  inset: auto 24px 24px;
  gap: 10px;
}

.photo-visual .visual-stack span {
  position: relative;
  min-height: 52px;
  padding: 12px 15px 12px 38px;
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  color: #17332d;
  line-height: 1.24;
  box-shadow: 0 18px 34px rgba(6, 27, 23, 0.16);
}

.photo-visual .visual-stack span::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(15, 143, 95, 0.12);
  transform: translateY(-50%);
}

.photo-visual .visual-stack span:nth-child(2) {
  margin-left: 34px;
}

.photo-visual .visual-stack span:nth-child(3) {
  margin-left: 68px;
}

@media (min-width: 1024px) {
  .page-hero {
    gap: clamp(42px, 5vw, 70px);
  }

  .page-hero h1 {
    max-width: 11.8ch;
    font-size: clamp(3.05rem, 4vw, 3.75rem);
  }

  .page-hero p:not(.eyebrow) {
    max-width: 620px;
    font-size: 1.04rem;
    line-height: 1.64;
  }

  .page-visual {
    min-height: 374px;
  }
}

@media (max-width: 680px) {
  .photo-visual .visual-stack {
    inset: auto 14px 14px;
    gap: 8px;
  }

  .photo-visual .visual-stack span {
    min-height: 44px;
    padding: 10px 12px 10px 32px;
    font-size: 0.76rem;
  }

  .photo-visual .visual-stack span::before {
    left: 12px;
    width: 8px;
    height: 8px;
  }

  .photo-visual .visual-stack span:nth-child(2),
  .photo-visual .visual-stack span:nth-child(3) {
    margin-left: 0;
  }
}

/* Live polish v39: cleaner mobile floating stack after cookie/AI review */
@media (max-width: 680px) {
  .cookie-consent {
    left: 12px;
    right: auto;
    bottom: 86px;
    width: min(326px, calc(100vw - 24px));
    max-width: none;
  }

  .cookie-consent-card {
    width: 100%;
    max-height: min(42vh, 320px);
    gap: 9px;
    padding: 12px;
    border-radius: 12px;
  }

  .cookie-consent-actions {
    grid-template-columns: minmax(0, 1fr) 82px 82px;
    gap: 7px;
  }

  .chatbot-preload-cta {
    right: 14px !important;
    bottom: 84px !important;
    min-height: 42px !important;
    padding: 0 13px !important;
    font-size: 12px !important;
  }

  body:has(.cookie-consent) .chatbot-preload-cta {
    display: none !important;
  }
}

/* Live v40: design files and frontend handoff page */
.handoff-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(15, 143, 95, 0.08), transparent 28%),
    radial-gradient(circle at 88% 28%, rgba(125, 59, 212, 0.065), transparent 26%);
}

body:has(.handoff-page) .cookie-consent,
body:has(.handoff-page) .sticky-connect,
body:has(.handoff-page) .chatbot-preload-cta,
body:has(.handoff-page) .chatbot-cta {
  display: none !important;
}

.handoff-hero {
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
}

.handoff-hero-board {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(15, 143, 95, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(236, 255, 248, 0.78));
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(13, 55, 48, 0.13);
}

.handoff-hero-board::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(15, 143, 95, 0.11);
  border-radius: 14px;
  pointer-events: none;
}

.handoff-hero-desktop {
  position: absolute;
  left: 34px;
  top: 42px;
  width: 74%;
  max-width: none;
  border: 1px solid rgba(213, 230, 224, 0.95);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(19, 47, 42, 0.18);
}

.handoff-hero-mobile {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 25%;
  max-width: 170px;
  border: 1px solid rgba(213, 230, 224, 0.95);
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(19, 47, 42, 0.24);
}

.handoff-status,
.handoff-token-grid,
.handoff-frame-grid,
.handoff-mobile-grid,
.handoff-component-grid {
  display: grid;
  gap: 16px;
}

.handoff-status {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 10px;
  padding-bottom: 46px;
}

.handoff-status article,
.handoff-token-card,
.handoff-frame,
.handoff-mobile-grid article,
.handoff-component-grid article {
  border: 1px solid rgba(213, 230, 224, 0.94);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 42px rgba(23, 54, 47, 0.06);
}

.handoff-status article {
  padding: 20px;
}

.handoff-status span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(15, 143, 95, 0.1);
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.handoff-status h2,
.handoff-token-card h3,
.handoff-frame h3,
.handoff-mobile-grid h3,
.handoff-component-grid h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.2;
}

.handoff-status p,
.handoff-token-card p,
.handoff-frame p,
.handoff-mobile-grid p,
.handoff-component-grid p,
.handoff-page-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.handoff-section {
  padding-top: clamp(44px, 4.5vw, 76px);
}

.handoff-token-grid {
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
}

.handoff-token-card {
  padding: 22px;
}

.handoff-token-card code {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(15, 143, 95, 0.08);
  color: var(--green-dark);
  font-size: 0.82em;
}

.handoff-swatches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.handoff-swatches span {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
}

.handoff-swatches span::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: var(--swatch);
  box-shadow: 0 8px 18px rgba(19, 47, 42, 0.11);
}

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

.handoff-frame.large {
  grid-column: span 3;
}

.handoff-frame {
  overflow: hidden;
}

.handoff-frame img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
  border-bottom: 1px solid rgba(213, 230, 224, 0.88);
}

.handoff-frame.large img {
  height: 520px;
}

.handoff-frame div,
.handoff-mobile-grid article,
.handoff-component-grid article {
  padding: 18px;
}

.handoff-mobile-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.handoff-mobile-grid img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  border-bottom: 1px solid rgba(213, 230, 224, 0.88);
}

.handoff-mobile-grid article {
  padding: 0;
  overflow: hidden;
}

.handoff-mobile-grid article h3,
.handoff-mobile-grid article p {
  padding-left: 18px;
  padding-right: 18px;
}

.handoff-mobile-grid article h3 {
  padding-top: 18px;
}

.handoff-mobile-grid article p {
  padding-bottom: 18px;
}

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

.handoff-page-list {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 34px;
  align-items: start;
}

.handoff-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.handoff-page-links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(15, 143, 95, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

@media (max-width: 1100px) {
  .handoff-hero,
  .handoff-page-list {
    grid-template-columns: 1fr;
  }

  .handoff-hero-board {
    min-height: 460px;
  }

  .handoff-status,
  .handoff-token-grid,
  .handoff-frame-grid,
  .handoff-mobile-grid,
  .handoff-component-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .handoff-frame.large {
    grid-column: span 2;
  }
}

@media (max-width: 680px) {
  .handoff-hero-board {
    min-height: 430px;
  }

  .handoff-hero-desktop {
    left: 16px;
    top: 24px;
    width: 88%;
  }

  .handoff-hero-mobile {
    right: 18px;
    bottom: 20px;
    width: 34%;
  }

  .handoff-status,
  .handoff-token-grid,
  .handoff-frame-grid,
  .handoff-mobile-grid,
  .handoff-component-grid {
    grid-template-columns: 1fr;
  }

  .handoff-frame.large {
    grid-column: span 1;
  }

  .handoff-frame img,
  .handoff-frame.large img {
    height: 360px;
  }

  .handoff-mobile-grid img {
    height: 420px;
  }

  .handoff-swatches {
    grid-template-columns: 1fr;
  }
}

/* 2026-06-04 homepage reset: CereBree first, Cogni second, products third */
.homepage-reset {
  background: #f7faf9;
}

.homepage-reset .top-strip {
  background: #06110f;
}

.homepage-reset .site-header {
  position: absolute;
  left: 50%;
  top: 50px;
  width: min(1180px, calc(100% - 40px));
  min-height: 64px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateX(-50%);
  backdrop-filter: none;
}

.homepage-reset .brand {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.homepage-reset .brand img {
  width: 150px;
}

.homepage-reset .site-nav {
  gap: 8px;
}

.homepage-reset .site-nav a {
  position: relative;
  padding: 10px 13px 13px;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
}

.homepage-reset .site-nav a:hover,
.homepage-reset .site-nav a:focus-visible {
  color: #ffffff;
  background: transparent;
}

.homepage-reset .site-nav a[href="index.html"] {
  color: #61efba;
  background: transparent;
}

.homepage-reset .site-nav a[href="index.html"]::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: #61efba;
}

.homepage-reset .header-cta {
  min-height: 46px;
  gap: 12px;
  padding: 0 20px;
  border-color: rgba(77, 244, 183, 0.38);
  border-radius: 999px;
  background: rgba(0, 40, 31, 0.18);
  color: #ffffff;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.homepage-reset .header-cta::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
  transform: rotate(45deg);
}

.homepage-reset main {
  overflow: hidden;
  background: #f7faf9;
}

.home-hero {
  position: relative;
  min-height: 760px;
  isolation: isolate;
  overflow: hidden;
  background: #07110f;
  color: #fff;
}

.home-hero-video,
.home-hero-shade {
  position: absolute;
  inset: 0;
}

.home-hero-video {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
}

.home-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 12, 11, 0.95) 0%, rgba(4, 12, 11, 0.84) 38%, rgba(4, 12, 11, 0.45) 70%, rgba(4, 12, 11, 0.76) 100%),
    linear-gradient(180deg, rgba(4, 12, 11, 0.2), rgba(4, 12, 11, 0.78));
}

.home-hero-inner {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 54px;
  padding: 86px 0 78px;
}

.home-hero-copy {
  max-width: 840px;
}

.home-hero .eyebrow,
.home-cogni .eyebrow,
.home-gateways .eyebrow {
  color: #6ff1bd;
  letter-spacing: 0;
}

.home-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: 4.7rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-hero-lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: 1.28rem;
  line-height: 1.58;
}

.home-hero-proof {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(233, 255, 246, 0.78);
  font-size: 1.02rem;
  line-height: 1.75;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.home-hero-actions .btn {
  min-height: 48px;
  padding: 0 20px;
}

.home-hero-actions .btn.secondary {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.home-hero-answer {
  align-self: end;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(5, 19, 17, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.home-hero-answer dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.home-hero-answer div {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-hero-answer div:last-child {
  border-bottom: 0;
}

.home-hero-answer dt {
  margin-bottom: 8px;
  color: #6ff1bd;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.home-hero-answer dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.5;
}

.home-vision {
  padding: 96px 0 108px;
}

.home-section-kicker {
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.home-vision-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: 74px;
}

.home-vision-copy h2,
.home-cogni-copy h2,
.home-gateways-head h2 {
  margin: 0;
  color: #101d1b;
  font-size: 3.15rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.home-vision-copy p,
.home-cogni-copy p,
.home-gateways-head p {
  margin: 24px 0 0;
  color: #3d514e;
  font-size: 1.08rem;
  line-height: 1.76;
}

.home-vision-system {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding-top: 22px;
}

.vision-line {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 64px;
  height: 1px;
  background: linear-gradient(90deg, rgba(15, 143, 95, 0.08), rgba(23, 105, 212, 0.38), rgba(125, 59, 212, 0.2), rgba(15, 143, 95, 0.08));
}

.home-vision-system article {
  position: relative;
  padding-top: 112px;
}

.home-vision-system article::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(15, 143, 95, 0.22);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(15, 143, 95, 0.16), rgba(23, 105, 212, 0.1)),
    #fff;
}

.home-vision-system article:nth-child(3)::before {
  border-color: rgba(125, 59, 212, 0.22);
  background:
    linear-gradient(135deg, rgba(125, 59, 212, 0.14), rgba(23, 105, 212, 0.1)),
    #fff;
}

.home-vision-system article:nth-child(4)::before {
  border-color: rgba(23, 105, 212, 0.22);
  background:
    linear-gradient(135deg, rgba(23, 105, 212, 0.14), rgba(15, 143, 95, 0.1)),
    #fff;
}

.home-vision-system .vision-icon {
  --vision-mask: url("../icons/business/support.svg");
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 1;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: var(--green);
}

.home-vision-system .vision-icon::before {
  content: "";
  width: 34px;
  height: 34px;
  background: currentColor;
  -webkit-mask: var(--vision-mask) center / contain no-repeat;
  mask: var(--vision-mask) center / contain no-repeat;
}

.home-vision-system .vision-growth .vision-icon {
  --vision-mask: url("../icons/business/market.svg");
  color: #7d3bd4;
}

.home-vision-system .vision-personal .vision-icon {
  --vision-mask: url("../icons/business/goal.svg");
  color: var(--blue);
}

.home-vision-system .vision-number {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.home-vision-system h3 {
  margin: 0 0 12px;
  color: #111f1c;
  font-size: 1.32rem;
  line-height: 1.2;
}

.home-vision-system p {
  margin: 0;
  color: #526562;
  line-height: 1.68;
}

.home-vision-media {
  position: relative;
  overflow: hidden;
  margin: 72px 0 0;
  border-radius: 8px;
  background: #0b1715;
  box-shadow: 0 28px 90px rgba(23, 54, 47, 0.16);
}

.home-vision-media video {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.home-vision-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 15, 0), rgba(7, 17, 15, 0.54));
  pointer-events: none;
}

.home-vision-media figcaption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 1;
  max-width: 520px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
}

.home-cogni {
  position: relative;
  overflow: hidden;
  padding: 112px 0 118px;
  background:
    radial-gradient(circle at 68% 48%, rgba(0, 168, 255, 0.13), transparent 34%),
    radial-gradient(circle at 82% 42%, rgba(125, 59, 212, 0.12), transparent 32%),
    linear-gradient(135deg, #020708 0%, #020913 52%, #010507 100%);
  color: #fff;
}

.home-cogni::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(37, 157, 205, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 157, 205, 0.04) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.38;
}

.home-cogni::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 74% 48%, rgba(10, 44, 102, 0.78) 0%, rgba(6, 24, 61, 0.58) 34%, rgba(1, 5, 8, 0) 68%),
    linear-gradient(90deg, rgba(1, 5, 7, 0) 0%, rgba(1, 5, 7, 0) 34%, rgba(4, 13, 31, 0.58) 58%, rgba(3, 10, 24, 0.72) 100%);
  pointer-events: none;
}

.home-cogni-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 72px;
}

.home-cogni-copy h2 {
  color: #fff;
  max-width: 560px;
  font-size: clamp(2.18rem, 3vw, 2.8rem);
  line-height: 1.07;
}

.home-cogni-copy p {
  max-width: 540px;
  color: rgba(236, 255, 248, 0.78);
}

.home-cogni-steps {
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.home-cogni-steps li {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-cogni-steps strong {
  color: #78f4c1;
  font-size: 0.96rem;
}

.home-cogni-steps span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.58;
}

.home-cogni-visual {
  position: relative;
  min-height: 610px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.3);
}

.cogni-core-media {
  position: absolute;
  inset: 0;
}

.cogni-core-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  filter: saturate(0.92) contrast(1.04);
}

.cogni-core-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 17, 15, 0.9), rgba(6, 17, 15, 0.2) 48%, rgba(6, 17, 15, 0.86)),
    linear-gradient(180deg, rgba(6, 17, 15, 0.3), rgba(6, 17, 15, 0.88));
}

.cogni-core-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(111, 241, 189, 0.44);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    inset 0 0 42px rgba(111, 241, 189, 0.14),
    0 0 52px rgba(23, 105, 212, 0.18);
}

.cogni-core-orbit::before,
.cogni-core-orbit::after {
  content: "";
  position: absolute;
  inset: 44px;
  border: 1px solid rgba(23, 105, 212, 0.34);
  border-radius: 50%;
}

.cogni-core-orbit::after {
  inset: -62px;
  border-color: rgba(255, 255, 255, 0.1);
}

.cogni-core-center {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 210px;
  height: 210px;
  place-items: center;
  padding: 28px;
  border: 1px solid rgba(111, 241, 189, 0.42);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(5, 19, 17, 0.92), rgba(10, 32, 37, 0.88));
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.cogni-core-center span {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.cogni-core-center strong {
  display: block;
  color: #85f4c9;
  font-size: 0.86rem;
  line-height: 1.3;
}

.cogni-signal {
  position: absolute;
  min-width: 120px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(4, 16, 15, 0.72);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 850;
  text-align: center;
  backdrop-filter: blur(14px);
}

.signal-understand {
  left: 9%;
  top: 24%;
}

.signal-connect {
  right: 9%;
  top: 24%;
}

.signal-guide {
  left: 11%;
  bottom: 22%;
}

.signal-execute {
  right: 11%;
  bottom: 22%;
}

.home-gateways {
  padding: 106px 0 116px;
}

.home-hero + .home-gateways {
  padding-top: 68px;
  padding-bottom: 76px;
}

.home-gateways + .home-vision {
  padding-top: 82px;
}

.home-gateways-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.75fr);
  align-items: end;
  gap: 68px;
  margin-bottom: 46px;
}

.home-gateways-head .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
  width: fit-content;
  min-height: 0;
  margin: 0 0 -30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.home-gateways-head p {
  margin: 0;
}

.home-gateway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-gateway {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(16, 29, 27, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(23, 54, 47, 0.08);
}

.home-gateway::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(15, 143, 95, 0.1), transparent 52%),
    linear-gradient(0deg, rgba(247, 250, 249, 0), rgba(247, 250, 249, 0.7));
  opacity: 0.9;
  pointer-events: none;
}

.home-gateway.people::before {
  background:
    linear-gradient(145deg, rgba(125, 59, 212, 0.11), transparent 52%),
    linear-gradient(0deg, rgba(247, 250, 249, 0), rgba(247, 250, 249, 0.7));
}

.home-gateway.deep::before {
  background:
    linear-gradient(145deg, rgba(23, 105, 212, 0.12), transparent 52%),
    linear-gradient(0deg, rgba(247, 250, 249, 0), rgba(247, 250, 249, 0.7));
}

.home-gateway > * {
  position: relative;
}

.home-gateway span {
  margin-bottom: auto;
  color: rgba(16, 29, 27, 0.45);
  font-size: 0.8rem;
  font-weight: 900;
}

.home-gateway h3 {
  margin: 96px 0 14px;
  color: #101d1b;
  font-size: 2rem;
  line-height: 1.08;
}

.home-gateway p {
  min-height: 78px;
  margin: 0 0 26px;
  color: #50615f;
  line-height: 1.62;
}

.home-gateway strong {
  color: var(--green-dark);
  font-size: 0.92rem;
}

.home-gateway.people strong {
  color: var(--violet);
}

.home-gateway.deep strong {
  color: var(--blue);
}

.home-gateway:hover,
.home-gateway:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(15, 143, 95, 0.22);
  box-shadow: 0 28px 78px rgba(23, 54, 47, 0.13);
}

@keyframes cogniCorePulse {
  0%,
  100% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.025);
  }
}

.cogni-core-orbit {
  animation: cogniCorePulse 5.8s ease-in-out infinite;
}

@media (max-width: 1120px) {
  .home-hero-inner,
  .home-vision-grid,
  .home-cogni-inner,
  .home-gateways-head {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 0;
  }

  .home-hero-inner {
    min-height: 690px;
    padding: 76px 0 64px;
  }

  .home-hero h1 {
    font-size: 3.55rem;
  }

  .home-hero-answer {
    align-self: auto;
    max-width: 620px;
    margin-bottom: 0;
  }

  .home-vision-system,
  .home-gateway-grid {
    grid-template-columns: 1fr;
  }

  .home-gateways-head .eyebrow {
    margin-bottom: 0;
  }

  .home-cogni-visual {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .homepage-reset .top-strip {
    padding: 8px 14px;
  }

  .home-hero-inner {
    min-height: auto;
    gap: 32px;
    padding: 58px 0 48px;
  }

  .home-hero h1 {
    font-size: 2.35rem;
    line-height: 1.04;
  }

  .home-hero-lead {
    font-size: 1.05rem;
    line-height: 1.58;
  }

  .home-hero-proof {
    display: none;
  }

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

  .home-hero-actions .btn.secondary {
    display: none;
  }

  .home-hero-answer {
    display: none;
  }

  .home-vision,
  .home-gateways {
    padding: 70px 0 78px;
  }

  .home-cogni {
    padding: 76px 0 84px;
  }

  .home-vision-copy h2,
  .home-cogni-copy h2,
  .home-gateways-head h2 {
    font-size: 2.18rem;
    line-height: 1.08;
  }

  .home-vision-system {
    gap: 26px;
  }

  .home-vision-system article {
    padding-top: 112px;
  }

  .vision-line {
    display: none;
  }

  .home-vision-media {
    margin-top: 46px;
  }

  .home-vision-media video {
    height: 330px;
  }

  .home-cogni-steps li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .home-cogni-visual {
    min-height: 510px;
  }

  .cogni-core-orbit {
    width: 250px;
    height: 250px;
  }

  .cogni-core-center {
    width: 172px;
    height: 172px;
  }

  .cogni-core-center span {
    font-size: 2.38rem;
  }

  .cogni-signal {
    min-width: 104px;
    padding: 10px 11px;
    font-size: 0.78rem;
  }

  .signal-understand {
    left: 6%;
    top: 12%;
  }

  .signal-connect {
    right: 6%;
    top: 12%;
  }

  .signal-guide {
    left: 6%;
    bottom: 12%;
  }

  .signal-execute {
    right: 6%;
    bottom: 12%;
  }

  .home-gateway {
    min-height: 280px;
    padding: 24px;
  }

  .home-gateway h3 {
    margin-top: 70px;
    font-size: 1.72rem;
  }

  .home-gateway p {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-video,
  .home-vision-media video {
    animation: none;
  }

  .cogni-core-orbit {
    animation: none;
  }
}

.homepage-reset .home-hero {
  background: #050b0d;
}

.homepage-reset .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 78% 24%, rgba(74, 141, 255, 0.18), transparent 22%),
    radial-gradient(circle at 82% 58%, rgba(67, 228, 164, 0.16), transparent 24%),
    linear-gradient(120deg, rgba(4, 12, 11, 0.98) 0%, rgba(4, 12, 11, 0.92) 42%, rgba(6, 18, 22, 0.8) 100%),
    url("../img/cogni-hero-background.webp") center center / cover no-repeat;
  opacity: 1;
}

.homepage-reset .home-hero-video {
  display: none;
}

.homepage-reset .home-hero-shade {
  display: none;
  background: none;
}

.homepage-reset .home-hero-inner {
  min-height: 720px;
  grid-template-columns: minmax(0, 720px) minmax(340px, 1fr);
  gap: 36px;
  padding-top: 150px;
}

.homepage-reset .home-hero-copy {
  max-width: 690px;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.54);
}

.homepage-reset .home-hero h1 {
  max-width: 720px;
  font-size: 4.1rem;
  line-height: 1.01;
}

.homepage-reset .home-hero .eyebrow {
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 18px;
  border: 1px solid rgba(77, 244, 183, 0.42);
  border-radius: 999px;
  background: rgba(0, 40, 31, 0.26);
  color: #5df3bb;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(77, 244, 183, 0.06);
  backdrop-filter: blur(12px);
}

.homepage-reset .home-hero h1 .accent-green {
  color: #43e4a4;
}

.homepage-reset .home-hero h1 .accent-blue {
  color: #4a8dff;
}

.homepage-reset .home-hero-lead {
  max-width: 620px;
}

.homepage-reset .home-hero-proof {
  display: none;
  max-width: 610px;
}

.homepage-reset .home-hero-flow {
  display: grid;
  max-width: 680px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.homepage-reset .home-hero-flow li {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.homepage-reset .home-hero-flow strong {
  color: #65f1ba;
  font-size: 0.86rem;
  line-height: 1.35;
}

.homepage-reset .home-hero-flow span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  line-height: 1.42;
}

.homepage-reset .home-hero-actions {
  gap: 12px;
  margin-top: 24px;
}

.homepage-reset .home-hero-actions .btn {
  position: relative;
  min-height: 44px;
  gap: 11px;
  border-radius: 14px;
  padding: 0 18px;
  font-size: 0.92rem;
  box-shadow: none;
}

.homepage-reset .home-hero-actions .btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
  transform: rotate(45deg);
}

.homepage-reset .home-hero-actions .btn.primary {
  border-color: rgba(77, 244, 183, 0.26);
  background:
    linear-gradient(135deg, rgba(17, 135, 91, 0.76), rgba(5, 90, 67, 0.72));
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.homepage-reset .home-hero-actions .btn.secondary {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(4, 14, 18, 0.2);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.homepage-reset .hero-play-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
}

.homepage-reset .hero-play-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
}

body.homepage-reset .sticky-connect {
  display: none !important;
}

.home-hero-media {
  position: relative;
  align-self: center;
  justify-self: end;
  width: min(700px, 100%);
  margin: 0;
  border: 1px solid rgba(111, 241, 189, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(2, 8, 10, 0.72);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
}

.home-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 13, 12, 0.24), transparent 28%, transparent 72%, rgba(5, 13, 12, 0.18));
  pointer-events: none;
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: 50% 50%;
}

.home-hero-keyvisual {
  min-height: 560px;
  border-color: rgba(111, 241, 189, 0.12);
  background:
    radial-gradient(circle at 74% 30%, rgba(74, 141, 255, 0.18), transparent 22%),
    radial-gradient(circle at 72% 60%, rgba(67, 228, 164, 0.18), transparent 25%),
    linear-gradient(145deg, rgba(5, 16, 18, 0.96), rgba(7, 22, 26, 0.88));
}

.home-hero-keyvisual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.home-hero-keyvisual-globe,
.home-hero-keyvisual-robot {
  position: absolute;
  max-height: none;
}

.home-hero-keyvisual-globe {
  right: -10%;
  bottom: -7%;
  width: 96%;
  height: auto;
  object-fit: contain;
  object-position: center;
  opacity: 0.95;
  filter: saturate(1.06) brightness(1.02);
}

.home-hero-keyvisual-robot {
  right: 1%;
  bottom: -1%;
  width: min(62%, 420px);
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.34));
}

.home-gateways-core {
  position: relative;
  margin: -4px 0 28px;
  border: 1px solid rgba(16, 29, 27, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #07110f;
  box-shadow: 0 22px 70px rgba(23, 54, 47, 0.12);
}

.home-gateways-core img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.08) saturate(1.08);
}

.home-gateways-core::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 15, 0), rgba(7, 17, 15, 0.62));
  pointer-events: none;
}

.home-gateways-core figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 18px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .homepage-reset .home-hero-inner {
    grid-template-columns: 1fr;
  }

  .home-hero-media {
    justify-self: stretch;
    width: 100%;
    max-width: 760px;
  }

  .home-hero-keyvisual {
    min-height: 460px;
  }
}

@media (max-height: 820px) and (min-width: 900px) {
  .homepage-reset .home-hero,
  .homepage-reset .home-hero-inner {
    min-height: calc(100svh - 112px);
  }

  .homepage-reset .home-hero::before {
    background-size: auto 100%;
    background-position: center bottom;
  }

  .homepage-reset .home-hero-inner {
    padding: 126px 0 34px;
  }

  .homepage-reset .home-hero h1 {
    max-width: 620px;
    font-size: 3.05rem;
  }

  .homepage-reset .home-hero-lead {
    max-width: 560px;
    margin-top: 18px;
    font-size: 1.02rem;
  }

  .homepage-reset .home-hero-proof {
    display: none;
  }

  .homepage-reset .home-hero-flow {
    max-width: 590px;
    gap: 8px 18px;
    margin-top: 18px;
    padding-top: 14px;
  }

  .homepage-reset .home-hero-flow li {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
  }

  .homepage-reset .home-hero-flow strong,
  .homepage-reset .home-hero-flow span {
    font-size: 0.76rem;
  }

  .homepage-reset .home-hero-actions {
    margin-top: 18px;
  }

  .homepage-reset .home-hero-actions .btn {
    min-height: 42px;
    padding: 0 17px;
  }

  .home-hero-keyvisual {
    min-height: 430px;
  }
}

@media (max-width: 760px) {
  .homepage-reset .site-header {
    top: 46px;
    width: calc(100% - 24px);
    min-height: 58px;
    padding: 0 10px 0 12px;
    border-radius: 18px;
  }

  .homepage-reset .brand {
    min-height: 40px;
    padding: 0 9px;
  }

  .homepage-reset .brand img {
    width: 132px;
  }

  .homepage-reset .nav-toggle {
    border-color: rgba(255, 255, 255, 0.26);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
  }

  .homepage-reset .site-nav.is-open {
    top: 112px;
    border-radius: 18px;
  }

  .homepage-reset .home-hero::before {
    background-position: 63% bottom;
    background-size: auto 100%;
    opacity: 1;
  }

  .homepage-reset .home-hero-inner {
    min-height: auto;
    gap: 24px;
    padding: 132px 0 42px;
  }

  .home-hero-keyvisual {
    min-height: 360px;
  }

  .home-hero-keyvisual-globe {
    right: -14%;
    width: 108%;
  }

  .home-hero-keyvisual-robot {
    right: 0;
    width: min(68%, 320px);
  }

  .homepage-reset .home-hero h1 {
    font-size: 2.42rem;
    line-height: 1.04;
  }

  .homepage-reset .home-hero-lead {
    max-width: 350px;
  }

  .homepage-reset .home-hero-flow {
    max-width: 350px;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
    padding-top: 14px;
  }

  .homepage-reset .home-hero-flow li {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 8px;
  }

  .homepage-reset .home-hero-flow strong {
    font-size: 0.78rem;
  }

  .homepage-reset .home-hero-flow span {
    font-size: 0.78rem;
  }

  .homepage-reset .home-hero-shade {
    display: none;
    background: none;
  }

  .home-gateways-core {
    margin-bottom: 18px;
  }

  .home-gateways-core img {
    height: 230px;
  }

  .home-gateways-core figcaption {
    left: 16px;
    right: 16px;
    bottom: 14px;
    font-size: 0.82rem;
  }
}

/* Live polish v41: keep homepage mobile navigation readable on the light menu panel */
@media (max-width: 900px) {
  .homepage-reset .site-nav.is-open a {
    color: #17332d;
  }

  .homepage-reset .site-nav.is-open a[href="index.html"] {
    color: #0f8f5f;
  }

  .homepage-reset .site-nav.is-open a[href="index.html"]::after {
    position: static;
    left: auto;
    right: 12px;
    bottom: auto;
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-left: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    border-radius: 0;
    background: transparent;
    transform: rotate(45deg);
  }

  .homepage-reset .site-nav.is-open .mobile-nav-cta {
    color: #ffffff;
  }
}

@media (max-width: 420px) {
  .homepage-reset .home-hero h1 {
    font-size: 2.28rem;
  }
}

.home-cogni-points {
  display: grid;
  gap: 18px;
  max-width: 560px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.home-cogni-points li {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 0;
  border: 0;
}

.home-cogni-points strong {
  position: relative;
  display: block;
  padding-left: 28px;
  color: #78f4c1;
  font-size: 0.94rem;
  line-height: 1.34;
}

.home-cogni-points strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.04em;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(120, 244, 193, 0.78);
  border-radius: 50%;
}

.home-cogni-points strong::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 4px;
  height: 8px;
  border-right: 1.5px solid #78f4c1;
  border-bottom: 1.5px solid #78f4c1;
  transform: rotate(42deg);
}

.home-cogni-points span {
  color: rgba(236, 255, 248, 0.72);
  font-size: 0.93rem;
  line-height: 1.52;
}

.home-cogni-visual-image {
  position: relative;
  min-height: 0;
  aspect-ratio: 1983 / 1111;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.home-cogni-visual-image::before {
  content: "";
  position: absolute;
  inset: -8% -2%;
  background:
    radial-gradient(ellipse at 52% 52%, rgba(0, 210, 255, 0.25), rgba(28, 64, 208, 0.13) 42%, transparent 78%);
  filter: blur(42px);
  opacity: 0.92;
  pointer-events: none;
}

.home-cogni-visual-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  opacity: 0.98;
  mix-blend-mode: screen;
  filter: brightness(1.06) saturate(1.1) contrast(1.06);
  -webkit-mask-image: radial-gradient(ellipse 72% 60% at 52% 50%, #000 52%, rgba(0, 0, 0, 0.78) 72%, rgba(0, 0, 0, 0.12) 94%, transparent 100%);
  mask-image: radial-gradient(ellipse 72% 60% at 52% 50%, #000 52%, rgba(0, 0, 0, 0.78) 72%, rgba(0, 0, 0, 0.12) 94%, transparent 100%);
}

.home-cogni .eyebrow {
  min-height: 0;
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #78f4c1;
  font-size: 0.78rem;
  font-weight: 900;
}

.home-gateway {
  min-height: 390px;
  padding: 28px;
  border-color: rgba(255, 255, 255, 0.12);
  background: #07110f;
  color: #fff;
  isolation: isolate;
  box-shadow: 0 24px 72px rgba(23, 54, 47, 0.12);
}

.home-gateway::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 9, 10, 0.08) 0%, rgba(3, 9, 10, 0.28) 38%, rgba(3, 9, 10, 0.9) 100%),
    linear-gradient(135deg, rgba(15, 143, 95, 0.22), transparent 56%);
  opacity: 1;
}

.home-gateway.people::before {
  background:
    linear-gradient(180deg, rgba(3, 9, 10, 0.08) 0%, rgba(3, 9, 10, 0.28) 38%, rgba(3, 9, 10, 0.9) 100%),
    linear-gradient(135deg, rgba(125, 59, 212, 0.24), transparent 58%);
}

.home-gateway.deep::before {
  background:
    linear-gradient(180deg, rgba(3, 9, 10, 0.08) 0%, rgba(3, 9, 10, 0.28) 38%, rgba(3, 9, 10, 0.9) 100%),
    linear-gradient(135deg, rgba(23, 105, 212, 0.26), transparent 58%);
}

.gateway-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.82) saturate(1.08) contrast(1.05);
  transform: scale(1.01);
  transition: transform 500ms ease, filter 500ms ease;
}

.home-gateway > *:not(.gateway-video) {
  position: relative;
  z-index: 2;
}

.home-gateway .gateway-index {
  display: inline-flex;
  width: fit-content;
  margin-bottom: auto;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 900;
}

.gateway-content {
  display: grid;
  gap: 16px;
}

.home-gateway h3 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
}

.home-gateway p {
  min-height: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.home-gateway strong,
.home-gateway.people strong,
.home-gateway.deep strong {
  color: #78f4c1;
}

.home-gateway:hover .gateway-video,
.home-gateway:focus-visible .gateway-video {
  filter: brightness(0.94) saturate(1.14) contrast(1.05);
  transform: scale(1.055);
}

@media (min-width: 1121px) {
  .home-cogni-inner {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 48px;
  }

  .home-cogni-visual-image {
    margin-left: -36px;
    margin-right: -58px;
  }
}

@media (max-width: 1120px) {
  .home-cogni-visual-image {
    min-height: 0;
    margin-top: 6px;
  }
}

@media (max-width: 760px) {
  .home-hero + .home-gateways {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .home-cogni-points li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .home-cogni-visual-image {
    min-height: 0;
    aspect-ratio: 1983 / 1111;
  }

  .home-cogni-visual-image img {
    object-position: 50% 50%;
  }

  .home-gateway {
    min-height: 360px;
    padding: 24px;
  }

  .home-gateway h3 {
    font-size: 1.72rem;
  }
}

/* 2026-06-16 lifecycle one-page additions */
body.homepage-reset .home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(720px, 92vh, 960px);
  background: #07110f;
}

body.homepage-reset .home-hero-background-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(1.08) contrast(1.04) brightness(0.9);
}

body.homepage-reset .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 26%, rgba(27, 180, 132, 0.24), transparent 32%),
    radial-gradient(circle at 18% 84%, rgba(77, 126, 214, 0.22), transparent 36%),
    linear-gradient(90deg, rgba(4, 13, 12, 0.94) 0%, rgba(4, 13, 12, 0.72) 42%, rgba(4, 13, 12, 0.18) 100%);
  pointer-events: none;
}

body.homepage-reset .home-hero-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 17, 15, 0.16), rgba(7, 17, 15, 0.86)),
    linear-gradient(0deg, rgba(7, 17, 15, 0.04), rgba(7, 17, 15, 0.04));
}

body.homepage-reset .home-hero-inner {
  grid-template-columns: minmax(0, 820px);
  align-items: end;
  min-height: clamp(680px, 88vh, 920px);
  padding-top: clamp(118px, 13vw, 168px);
  padding-bottom: clamp(72px, 9vw, 116px);
}

body.homepage-reset .home-hero-copy {
  max-width: 820px;
}

body.homepage-reset .home-hero-copy h1 {
  text-wrap: balance;
}

.lifecycle-map-section {
  padding-top: clamp(76px, 9vw, 128px);
  padding-bottom: clamp(78px, 10vw, 140px);
}

.lifecycle-map-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.lifecycle-map-intro h2 {
  max-width: 880px;
  margin: 0 0 18px;
  color: #0c201c;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.lifecycle-map-intro p {
  max-width: 780px;
  margin: 0;
  color: rgba(16, 29, 27, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.7;
}

.lifecycle-download-card {
  display: grid;
  gap: 10px;
  min-height: 188px;
  padding: 24px;
  border: 1px solid rgba(15, 143, 95, 0.24);
  border-radius: 8px;
  color: #0c201c;
  text-decoration: none;
  background:
    radial-gradient(circle at 80% 20%, rgba(111, 236, 185, 0.34), transparent 34%),
    linear-gradient(135deg, rgba(244, 253, 249, 0.96), rgba(229, 242, 255, 0.92));
  box-shadow: 0 24px 70px rgba(16, 29, 27, 0.10);
}

.lifecycle-download-card span,
.lifecycle-download-card small {
  color: rgba(16, 29, 27, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lifecycle-download-card strong {
  font-size: 1.46rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.lifecycle-map-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
}

.lifecycle-map-board,
.lifecycle-map-detail {
  border: 1px solid rgba(16, 29, 27, 0.10);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(17, 39, 34, 0.08);
}

.lifecycle-map-board {
  min-height: 620px;
  padding: clamp(18px, 2.4vw, 30px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(108, 128, 247, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 143, 95, 0.07) 1px, transparent 1px),
    #fbfefd;
  background-size: 56px 56px;
}

.lifecycle-map-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.lifecycle-map-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lifecycle-map-breadcrumbs button,
.lifecycle-map-reset {
  min-height: 36px;
  border: 1px solid rgba(16, 29, 27, 0.10);
  border-radius: 999px;
  padding: 0 13px;
  color: rgba(16, 29, 27, 0.72);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.lifecycle-map-breadcrumbs button[aria-current="true"] {
  color: #073b2c;
  border-color: rgba(15, 143, 95, 0.34);
  background: rgba(121, 239, 190, 0.28);
}

.lifecycle-map-reset {
  flex: 0 0 auto;
}

.lifecycle-map-canvas {
  display: grid;
  grid-template-columns: repeat(3, minmax(210px, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
  align-items: center;
  min-height: 520px;
}

.lifecycle-map-column {
  position: relative;
  display: grid;
  gap: 18px;
  align-content: center;
  animation: lifecycleColumnIn 360ms ease both;
  animation-delay: calc(var(--column-index) * 70ms);
}

.lifecycle-map-column + .lifecycle-map-column::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(clamp(16px, 2.2vw, 28px) * -1);
  width: clamp(16px, 2.2vw, 28px);
  height: 2px;
  background: linear-gradient(90deg, rgba(95, 126, 214, 0.16), rgba(15, 143, 95, 0.45));
}

.lifecycle-map-node {
  position: relative;
  display: grid;
  gap: 5px;
  width: 100%;
  min-height: 76px;
  padding: 17px 18px;
  border: 1px solid rgba(88, 122, 196, 0.24);
  border-radius: 8px;
  color: #101d1b;
  text-align: left;
  background: linear-gradient(135deg, #d7e4f7, #eff7ff);
  box-shadow: 0 12px 30px rgba(52, 76, 133, 0.10);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lifecycle-map-column:nth-child(n + 2) .lifecycle-map-node {
  border-color: rgba(15, 143, 95, 0.20);
  background: linear-gradient(135deg, #b7dfd5, #e6fff3);
}

.lifecycle-map-node::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 14px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #0b3b31;
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-50%);
  font-weight: 900;
}

.lifecycle-map-node strong {
  padding-right: 34px;
  font-size: clamp(0.98rem, 1.3vw, 1.2rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.lifecycle-map-node span {
  padding-right: 34px;
  color: rgba(16, 29, 27, 0.58);
  font-size: 0.8rem;
  font-weight: 800;
}

.lifecycle-map-node:hover,
.lifecycle-map-node:focus-visible,
.lifecycle-map-node.is-active {
  transform: translateY(-2px);
  border-color: rgba(15, 143, 95, 0.52);
  box-shadow: 0 20px 46px rgba(15, 143, 95, 0.18);
}

.lifecycle-map-node.is-active {
  background: linear-gradient(135deg, #9ef0c9, #e7fff4);
}

.lifecycle-map-detail {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 78% 4%, rgba(115, 244, 193, 0.32), transparent 30%),
    #0b1715;
  color: #fff;
}

.lifecycle-map-detail span {
  color: rgba(120, 244, 193, 0.9);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lifecycle-map-detail h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.lifecycle-map-detail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.lifecycle-map-detail ul {
  display: grid;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.lifecycle-map-detail li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.45;
}

.lifecycle-map-detail li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #78f4c1;
}

.home-cogni-motion {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 44vw, 660px);
  border: 1px solid rgba(120, 244, 193, 0.24);
  border-radius: 8px;
  background: #07110f;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.home-cogni-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 15, 0.02), rgba(7, 17, 15, 0.34)),
    radial-gradient(circle at 76% 16%, rgba(120, 244, 193, 0.18), transparent 30%);
  pointer-events: none;
}

.home-cogni-motion video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(1.08) contrast(1.06);
}

.cogni-motion-caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(5, 15, 13, 0.68);
  backdrop-filter: blur(14px);
}

.cogni-motion-caption strong {
  font-size: 1.05rem;
}

.cogni-motion-caption span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.45;
}

.onepage-domain-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: clamp(54px, 7vw, 86px);
  padding-bottom: clamp(54px, 7vw, 86px);
}

.onepage-domain-strip article {
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(16, 29, 27, 0.10);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 0%, rgba(120, 244, 193, 0.22), transparent 34%),
    #fff;
  box-shadow: 0 24px 70px rgba(17, 39, 34, 0.08);
}

.onepage-domain-strip span {
  color: #0f8f5f;
  font-size: 0.82rem;
  font-weight: 900;
}

.onepage-domain-strip h3 {
  margin: 0;
  color: #0c201c;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1.02;
}

.onepage-domain-strip p {
  margin: 0;
  color: rgba(16, 29, 27, 0.68);
  line-height: 1.62;
}

.onepage-about-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 28px);
  padding-top: clamp(24px, 4vw, 52px);
  padding-bottom: clamp(72px, 9vw, 120px);
}

.onepage-about-card,
.onepage-contact-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 8px;
}

.onepage-about-card {
  border: 1px solid rgba(16, 29, 27, 0.10);
  background: #fff;
}

.onepage-contact-card {
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(120, 244, 193, 0.24), transparent 30%),
    linear-gradient(135deg, #07110f, #102c25);
  box-shadow: 0 30px 80px rgba(7, 17, 15, 0.18);
}

.onepage-about-card h2,
.onepage-contact-card h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.onepage-about-card p,
.onepage-contact-card p {
  margin: 0;
  max-width: 640px;
  color: rgba(16, 29, 27, 0.70);
  line-height: 1.7;
}

.onepage-contact-card p {
  color: rgba(255, 255, 255, 0.74);
}

@keyframes lifecycleColumnIn {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1080px) {
  .lifecycle-map-intro,
  .lifecycle-map-shell {
    grid-template-columns: 1fr;
  }

  .lifecycle-map-canvas {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .lifecycle-map-column + .lifecycle-map-column::before {
    top: -10px;
    left: 50%;
    width: 2px;
    height: 18px;
  }

  .onepage-domain-strip,
  .onepage-about-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.homepage-reset .home-hero {
    min-height: 780px;
  }

  body.homepage-reset .home-hero::before {
    background:
      radial-gradient(circle at 72% 18%, rgba(27, 180, 132, 0.22), transparent 38%),
      linear-gradient(90deg, rgba(4, 13, 12, 0.94) 0%, rgba(4, 13, 12, 0.74) 100%);
  }

  body.homepage-reset .home-hero-background-video {
    object-position: 58% 50%;
  }

  .lifecycle-map-board {
    min-height: 0;
    padding: 16px;
  }

  .lifecycle-map-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .lifecycle-map-node {
    min-height: 70px;
  }

  .home-cogni-motion {
    min-height: 360px;
  }

  .cogni-motion-caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px;
  }

  .onepage-domain-strip article,
  .onepage-about-card,
  .onepage-contact-card {
    min-height: 0;
  }
}

/* 2026-06-16 Cognie section polish */
.home-vision .home-vision-grid {
  margin-bottom: 0;
}

.cognie-showcase {
  padding: clamp(84px, 10vw, 148px) 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(15, 143, 95, 0.24), transparent 30%),
    radial-gradient(circle at 88% 54%, rgba(72, 126, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #06110f 0%, #071522 54%, #04100e 100%);
}

.cognie-showcase::before,
.cognie-showcase::after {
  opacity: 0.55;
}

.cognie-showcase-inner {
  display: grid;
  gap: clamp(34px, 5vw, 62px);
}

.cognie-showcase-head {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.cognie-showcase-head h2 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 6.6vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
}

.cognie-showcase-head p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.65;
}

.cognie-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: start;
}

.cognie-media-column {
  display: grid;
  align-content: start;
  gap: 16px;
}

.cognie-motion-stage,
.cognie-layer-panel {
  border: 1px solid rgba(120, 244, 193, 0.18);
  border-radius: 8px;
  background: rgba(3, 12, 11, 0.72);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.cognie-motion-stage {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 16 / 9;
  max-height: 560px;
  background:
    radial-gradient(circle at 50% 50%, rgba(120, 244, 193, 0.08), transparent 34%),
    #020807;
}

.cognie-motion-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 13, 12, 0.02), rgba(4, 13, 12, 0.34)),
    radial-gradient(circle at 50% 50%, transparent 28%, rgba(4, 13, 12, 0.34) 100%);
  pointer-events: none;
}

.cognie-motion-stage video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  object-position: 50% 50%;
  filter: saturate(1.1) contrast(1.04);
  background: #020807;
}

.cognie-stage-overlay {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(120, 244, 193, 0.18);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(120, 244, 193, 0.12), rgba(77, 132, 255, 0.07)),
    rgba(2, 10, 9, 0.82);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

.cognie-stage-overlay span {
  color: #78f4c1;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cognie-stage-overlay strong {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.25;
}

.cognie-layer-panel {
  display: grid;
  align-content: start;
  gap: 24px;
  min-height: 100%;
  padding: clamp(24px, 3.2vw, 38px);
}

.cognie-layer-panel > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
  line-height: 1.7;
}

.cognie-capability-stack {
  display: grid;
  gap: 12px;
}

.cognie-capability-stack article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cognie-capability-stack article:hover {
  transform: translateY(-2px);
  border-color: rgba(120, 244, 193, 0.34);
  background: rgba(120, 244, 193, 0.075);
}

.cognie-capability-stack article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #06110f;
  background: #78f4c1;
  font-size: 0.78rem;
  font-weight: 900;
}

.cognie-capability-stack h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.2;
}

.cognie-capability-stack p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.48;
}

@media (max-width: 1080px) {
  .cognie-showcase-grid {
    grid-template-columns: 1fr;
  }

  .cognie-motion-stage {
    min-height: 0;
    max-height: none;
  }
}

@media (max-width: 760px) {
  .cognie-showcase {
    padding: 72px 0;
  }

  .cognie-showcase-head h2 {
    font-size: clamp(2.25rem, 13vw, 3.4rem);
  }

  .cognie-motion-stage {
    min-height: 0;
  }

  .cognie-stage-overlay {
    padding: 14px;
  }

  .cognie-capability-stack article {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 15px;
  }

  .cognie-capability-stack article > span {
    width: 36px;
    height: 36px;
  }
}

/* 2026-06-16 executive lifecycle map final override */
.lifecycle-map-shell { grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); }
.lifecycle-map-board {
  position: relative;
  min-height: 570px;
  border-color: rgba(120, 244, 193, 0.18);
  background: radial-gradient(circle at 18% 50%, rgba(120, 244, 193, 0.20), transparent 28%), radial-gradient(circle at 76% 18%, rgba(77, 126, 214, 0.16), transparent 30%), linear-gradient(135deg, #07110f, #0b1d1a 44%, #071522);
  box-shadow: 0 32px 90px rgba(6, 17, 15, 0.18);
}
.lifecycle-map-toolbar { position: relative; z-index: 3; }
.lifecycle-map-breadcrumbs button, .lifecycle-map-reset { border-color: rgba(255, 255, 255, 0.14); color: rgba(255, 255, 255, 0.72); background: rgba(255, 255, 255, 0.075); backdrop-filter: blur(12px); }
.lifecycle-map-breadcrumbs button[aria-current="true"] { color: #06110f; border-color: rgba(120, 244, 193, 0.70); background: #78f4c1; }
.lifecycle-map-canvas { position: relative; z-index: 2; grid-template-columns: minmax(180px, 0.82fr) minmax(210px, 1fr) minmax(210px, 1fr) minmax(210px, 1fr); gap: clamp(14px, 1.8vw, 22px); min-height: 450px; }
.lifecycle-map-hub { position: relative; display: grid; align-content: center; justify-items: start; gap: 8px; min-height: 180px; padding: 24px; border: 1px solid rgba(120, 244, 193, 0.42); border-radius: 8px; color: #fff; background: radial-gradient(circle at 30% 20%, rgba(120, 244, 193, 0.28), transparent 45%), rgba(255, 255, 255, 0.075); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28); }
.lifecycle-map-hub::after { content: ""; position: absolute; top: 50%; right: -24px; width: 24px; height: 2px; background: linear-gradient(90deg, #78f4c1, rgba(120, 244, 193, 0)); }
.lifecycle-map-hub span { color: #78f4c1; font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.lifecycle-map-hub strong { max-width: 160px; font-size: clamp(1.45rem, 2.2vw, 2.15rem); line-height: 0.98; }
.lifecycle-map-column { gap: 12px; }
.lifecycle-map-column + .lifecycle-map-column::before { left: -22px; width: 22px; background: linear-gradient(90deg, rgba(120, 244, 193, 0.36), rgba(120, 244, 193, 0.72)); }
.lifecycle-map-column-1::before { content: ""; position: absolute; top: 50%; left: -22px; width: 22px; height: 2px; background: linear-gradient(90deg, rgba(120, 244, 193, 0.22), rgba(120, 244, 193, 0.72)); }
.lifecycle-map-node { min-height: 68px; padding: 15px 16px; border-color: rgba(255, 255, 255, 0.13); color: #fff; background: rgba(255, 255, 255, 0.075); box-shadow: none; backdrop-filter: blur(12px); }
.lifecycle-map-column:nth-child(n + 2) .lifecycle-map-node { border-color: rgba(255, 255, 255, 0.13); background: rgba(255, 255, 255, 0.075); }
.lifecycle-map-node span { color: rgba(255, 255, 255, 0.58); }
.lifecycle-map-node::after { color: #06110f; background: rgba(120, 244, 193, 0.86); }
.lifecycle-map-node:hover, .lifecycle-map-node:focus-visible, .lifecycle-map-node.is-active { transform: translateY(-2px); border-color: rgba(120, 244, 193, 0.72); background: rgba(120, 244, 193, 0.16); box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24); }
.lifecycle-map-node.is-active { color: #06110f; background: linear-gradient(135deg, #78f4c1, #d8fff0); }
.lifecycle-map-node.is-active span { color: rgba(6, 17, 15, 0.58); }
.lifecycle-map-column .lifecycle-map-node.is-active {
  color: #06110f;
  border-color: rgba(120, 244, 193, 0.88);
  background: linear-gradient(135deg, #78f4c1, #d8fff0);
}
.lifecycle-map-column .lifecycle-map-node.is-active span {
  color: rgba(6, 17, 15, 0.62);
}

/* 2026-06-16 gateway cards use supplied still images instead of videos */
.gateway-image {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

.home-gateway.health .gateway-image {
  object-position: 54% 50%;
}

.home-gateway.people .gateway-image {
  object-position: 55% 50%;
}

.home-gateway.deep .gateway-image {
  object-position: 50% 50%;
}

.home-gateway:hover .gateway-image,
.home-gateway:focus-visible .gateway-image {
  filter: brightness(0.96) saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

/* 2026-06-16 mobile gateway polish: keep chat access without covering card copy */
@media (max-width: 680px) {
  .chatbot-preload-cta {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    right: 12px !important;
    bottom: 76px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    font-size: 0 !important;
    overflow: hidden !important;
  }

  .chatbot-preload-cta::before {
    width: 11px !important;
    height: 11px !important;
    margin: 0 !important;
  }
}
.lifecycle-map-detail { min-height: 570px; border-color: rgba(120, 244, 193, 0.24); background: radial-gradient(circle at 70% 8%, rgba(120, 244, 193, 0.24), transparent 34%), linear-gradient(160deg, #06110f, #0e2a24); }
@media (max-width: 1080px) {
  .lifecycle-map-shell, .lifecycle-map-canvas { grid-template-columns: 1fr; }
  .lifecycle-map-board, .lifecycle-map-detail { min-height: 0; }
  .lifecycle-map-hub { min-height: 120px; }
  .lifecycle-map-hub::after, .lifecycle-map-column-1::before, .lifecycle-map-column + .lifecycle-map-column::before { display: none; }
}

/* Keep the executive map readable on desktop: full-width map, detail below. */
.lifecycle-map-shell {
  grid-template-columns: 1fr;
}

.lifecycle-map-detail {
  min-height: 0;
}

.lifecycle-map-detail ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1081px) {
  .lifecycle-map-canvas {
    grid-template-columns: minmax(190px, 0.78fr) repeat(3, minmax(200px, 1fr));
  }

  .lifecycle-map-detail {
    grid-template-columns: minmax(260px, 0.7fr) minmax(360px, 1fr);
    align-items: start;
  }

  .lifecycle-map-detail span,
  .lifecycle-map-detail h3,
  .lifecycle-map-detail p {
    grid-column: 1;
  }

  .lifecycle-map-detail ul {
    grid-column: 2;
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .lifecycle-map-detail ul {
    grid-template-columns: 1fr;
  }
}
