body.product-detail--ecosystem {
  --eco-bg-1: #f7f9fc;
  --eco-bg-2: #edf2f8;
  --eco-surface: #ffffff;
  --eco-surface-soft: #f8fafc;
  --eco-ink: #0f172a;
  --eco-muted: #334155;
  --eco-accent: #b91c1c;
  --eco-bg-default: linear-gradient(135deg, #4b3f44 0%, #2f2c31 100%);
  --eco-bg-core: linear-gradient(135deg, #243b64 0%, #1f2f4f 52%, #1f2937 100%);
  --eco-bg-active: linear-gradient(135deg, #d70f16 0%, #7a2d2d 55%, #4a2a2f 100%);
  --eco-text-on-dark: #ffffff;
  --eco-kicker-on-dark: rgba(255, 255, 255, 0.72);
  --eco-border: rgba(15, 23, 42, 0.1);
  --eco-shadow-1: 0 8px 20px rgba(15, 23, 42, 0.06);
  --eco-shadow-2: 0 20px 44px rgba(15, 23, 42, 0.1);
  --eco-shadow-3: 0 32px 74px rgba(15, 23, 42, 0.16);
  background: #ffffff;
  color: var(--eco-ink);
}

.ecosystem-main {
  gap: clamp(2.2rem, 4.8vw, 3.7rem);
  padding-top: 0;
}

.ecosystem-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #ffffff;
  border: 0;
  box-shadow: none;
  color: #0f172a;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(clamp(1rem, 3vw, 2.5rem), calc((100vw - min(1180px, 94vw)) / 2));
  padding-right: max(clamp(1rem, 3vw, 2.5rem), calc((100vw - min(1180px, 94vw)) / 2));
}

.ecosystem-hero::before {
  content: none;
}

.ecosystem-hero .product-hero__copy,
.ecosystem-hero .product-hero__visual {
  position: relative;
  z-index: 1;
}

.ecosystem-hero .product-hero__eyebrow,
.ecosystem-hero .product-hero__lead {
  color: #334155;
}

.ecosystem-hero .product-hero__copy {
  max-width: 64ch;
}

.ecosystem-hero__lead-group {
  display: grid;
  gap: 0.82rem;
  max-width: 60ch;
}

.ecosystem-hero__lead-group p {
  margin: 0;
  line-height: 1.72;
}

.ecosystem-hero__lead-group p:first-child {
  font-weight: 700;
  color: #1f2937;
}

.ecosystem-hero__trust-line {
  margin: 0.12rem 0 0;
  padding-left: 0.9rem;
  border-left: 3px solid rgba(200, 0, 0, 0.48);
  font-size: 0.96rem;
  line-height: 1.55;
  color: #1f2937;
  font-weight: 600;
}

.ecosystem-hero .product-hero__title {
  letter-spacing: -0.02em;
  background: linear-gradient(110deg, #0f172a 0%, #1e293b 30%, #9f1239 52%, #1e3a8a 72%, #0f172a 100%);
  background-size: 220% 220%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: ecosystem-title-gradient 8s ease-in-out infinite;
}

@keyframes ecosystem-title-gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.ecosystem-hero .btn {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.eco-hero__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: start;
}

/* ===== Ecosystem Navigator: hard isolation ===== */
.eco-nav,
.eco-nav * {
  writing-mode: horizontal-tb !important;
  transform: none !important;
  letter-spacing: normal;
}

.eco-nav {
  width: 100%;
  max-width: 560px;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: auto;
  column-gap: 12px !important;
  row-gap: 10px !important;
  align-content: start;
  justify-items: stretch;
  padding: clamp(0.75rem, 1.7vw, 1rem);
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: linear-gradient(165deg, #f1f5f9 0%, #e5e7eb 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}


.eco-nav__intro {
  grid-column: 1 / -1;
  text-decoration: none;
  color: #0f172a;
  display: grid;
  gap: 0.08rem;
  padding: 0.05rem 0.1rem 0;
  margin-bottom: 0;
}

.eco-nav__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
}


.eco-tile {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: static !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: visible !important;
}

.eco-tile--wide {
  grid-column: 1 / -1;
}

.eco-tile__card {
  height: 100%;
  min-height: 92px;
  padding: 11px 12px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
  background: var(--eco-bg-default);
  color: var(--eco-text-on-dark);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.eco-tile__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.96);
}

.eco-tile__icon svg {
  width: 18px;
  height: 18px;
}

.eco-tile__icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.eco-tile--link {
  text-decoration: none;
  color: inherit;
}

.eco-tile--link:focus-visible .eco-tile__card {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 2px;
}


.eco-tile__kicker {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  opacity: 0.72;
  margin-bottom: 8px;
  white-space: nowrap;
  color: var(--eco-kicker-on-dark);
}
.eco-tile__top {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.eco-tile__top .eco-tile__title {
  min-width: 0;
}

.eco-tile__title,
.eco-tile__subtitle,
.eco-tile__meta {
  margin: 0;
  color: var(--eco-text-on-dark);
}

.eco-tile__title {
  font-size: 1.02rem;
  line-height: 1.2;
  overflow-wrap: normal;
  word-break: normal;
}

.eco-tile__subtitle {
  margin: 2px 0 0 0;
  font-size: 0.76rem;
  color: rgba(248, 250, 252, 0.88);
  display: block;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.eco-tile--wide .eco-tile__subtitle {
  font-size: 0.74rem;
}

.eco-tile__meta {
  margin-top: 6px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.84);
}


.eco-tile:focus {
  outline: none;
}

.eco-tile:hover .eco-tile__card,
.eco-tile:focus-visible .eco-tile__card,
.eco-tile.is-active .eco-tile__card,
.eco-tile[aria-selected="true"] .eco-tile__card {
  background: var(--eco-bg-active);
}

.eco-tile:focus-visible .eco-tile__card,
.eco-tile.is-active .eco-tile__card,
.eco-tile[aria-selected="true"] .eco-tile__card {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
}


.ecosystem-map {
  width: min(680px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  position: relative;
  --eco-card-gradient: linear-gradient(120deg, #c80000 0%, #8c1f1f 38%, #3c2a29 100%);
}


.ecosystem-map__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.ecosystem-map__item {
  margin: 0;
}

.ecosystem-map__item--core {
  grid-column: 1 / -1;
}

.ecosystem-map__node {
  border-radius: 14px;
  padding: 1.08rem 1.05rem;
  background: var(--eco-card-gradient);
  background-size: 220% 220%;
  animation: ecosystem-map-card-flow 8.2s linear infinite;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ecosystem-map__node--menu {
  font: inherit;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.74rem;
  width: 100%;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ecosystem-map__icon {
  width: 1.95rem;
  height: 1.95rem;
  margin-top: 0.02rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.96);
  opacity: 0.92;
  transition: transform 220ms ease, opacity 220ms ease, background-color 220ms ease;
}

.ecosystem-map__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.ecosystem-map__icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ecosystem-map__node--menu h3,
.ecosystem-map__node--menu p,
.ecosystem-map__node--menu small {
  grid-column: 2;
}

.ecosystem-map__node--menu h3 {
  overflow-wrap: normal;
  word-break: normal;
}

.ecosystem-map__node--menu p,
.ecosystem-map__node--menu small {
  overflow-wrap: normal;
  word-break: normal;
}

.ecosystem-map__node--menu:hover,
.ecosystem-map__node--menu:focus-visible,
.ecosystem-map__node--menu.is-active,
.ecosystem-map__node--menu[aria-selected="true"] {
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.ecosystem-map__node--menu:hover .ecosystem-map__icon,
.ecosystem-map__node--menu:focus-visible .ecosystem-map__icon,
.ecosystem-map__node--menu.is-active .ecosystem-map__icon,
.ecosystem-map__node--menu[aria-selected="true"] .ecosystem-map__icon {
  transform: translateX(2px) scale(1.06);
  opacity: 1;
  background: rgba(255, 255, 255, 0.22);
}

.ecosystem-map__node--menu:focus-visible {
  outline: 2px solid rgba(248, 250, 252, 0.9);
  outline-offset: 2px;
}

.ecosystem-map__node::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 40%);
  pointer-events: none;
}

.ecosystem-map__node--core {
  background-size: 240% 240%;
  animation-duration: 9.2s;
}

@keyframes ecosystem-map-card-flow {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .ecosystem-map__node {
    animation: none;
  }
}

.ecosystem-map__node h3,
.ecosystem-map__node p {
  margin: 0;
}

.ecosystem-map__node p {
  margin-top: 0.34rem;
  font-size: 0.88rem;
  color: rgba(248, 250, 252, 0.95);
}

.ecosystem-map__node small {
  display: block;
  margin-top: 0.46rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.84);
}

.ecosystem-map__node h3 {
  color: #ffffff;
  font-size: clamp(1.06rem, 0.62vw + 0.9rem, 1.3rem);
  line-height: 1.18;
}


.ecosystem-proof-card {
  margin: clamp(2.2rem, 4.8vw, 3.7rem) 0 0;
  border-radius: 16px;
  border: 1px solid rgba(185, 28, 28, 0.34);
  background: linear-gradient(128deg, #1f2329 0%, #4a2a2f 60%, #991b1b 100%);
  color: #f8fafc;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22);
  padding: clamp(1rem, 1.8vw, 1.25rem);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 6px;
  gap: 1rem;
}

.ecosystem-proof-card > .ecosystem-story__cta {
  margin-left: auto;
  align-self: center;
  flex-shrink: 0;
}

.ecosystem-proof-card__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.74rem;
  color: rgba(248, 250, 252, 0.82);
}

.ecosystem-proof-card__title {
  margin: 0.4rem 0 0;
  font-size: clamp(1.2rem, 1.7vw, 1.45rem);
  line-height: 1.28;
}

.ecosystem-proof-card__body {
  margin: 0.55rem 0 0;
  color: rgba(248, 250, 252, 0.92);
  line-height: 1.58;
  max-width: 74ch;
}


.ecosystem-signals-block {
  display: grid;
  gap: 0.62rem;
}

.ecosystem-signals {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
  border-radius: 24px;
  padding: clamp(1.1rem, 2.2vw, 1.6rem);
  background:
    radial-gradient(130% 150% at 92% 2%, rgba(200, 0, 0, 0.22), transparent 54%),
    linear-gradient(138deg, #251f24 0%, #3c2a29 56%, #c80000 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 60px rgba(40, 16, 18, 0.34);
  overflow: hidden;
}

.ecosystem-signals::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 46px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 50%);
  opacity: 0.45;
}

.ecosystem-signals__intro {
  grid-column: 1 / -1;
  padding-bottom: 0.12rem;
}

.ecosystem-signals__intro .product-section__title {
  margin-bottom: 0.2rem;
}

.ecosystem-signals__intro .product-section__lead {
  max-width: 70ch;
}

.ecosystem-signal-card {
  position: relative;
  z-index: 1;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(145deg, rgba(55, 26, 31, 0.88) 0%, rgba(37, 42, 45, 0.82) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 28px rgba(28, 8, 10, 0.34);
  padding: 1rem 1.05rem;
}

.ecosystem-signal-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  color: #f8fafc;
}

.ecosystem-signal-card p {
  margin: 0.52rem 0 0;
  color: rgba(226, 232, 240, 0.92);
  line-height: 1.56;
}


.ecosystem-signal-card,
.ecosystem-signal-card h3,
.ecosystem-signal-card p {
  cursor: default;
}

.ecosystem-panel__carousel {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ecosystem-panel__nav {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.42);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.92));
  color: #8f1515;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, color 220ms ease, background 220ms ease;
}

.ecosystem-panel__nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.ecosystem-panel__nav-icon svg {
  width: 20px;
  height: 20px;
}

#eco-prev {
  left: clamp(-24px, -2.2vw, -16px);
}

#eco-next {
  right: clamp(-24px, -2.2vw, -16px);
}

.ecosystem-panel__nav:hover,
.ecosystem-panel__nav:focus-visible {
  transform: translateY(calc(-50% - 2px));
  border-color: rgba(185, 28, 28, 0.62);
  color: #ffffff;
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
  box-shadow: 0 14px 30px rgba(185, 28, 28, 0.28);
  outline: none;
}

.ecosystem-panel__nav:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.92), 0 0 0 6px rgba(185, 28, 28, 0.42), 0 14px 30px rgba(185, 28, 28, 0.26);
}

.ecosystem-proofline {
  margin: 0.2rem auto 0.2rem;
  max-width: 82ch;
  text-align: center;
  color: #f8fafc;
  font-size: 1.03rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: linear-gradient(130deg, #0f172a 0%, #1e293b 55%, #334155 100%);
  border: 1px solid rgba(148, 163, 184, 0.36);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.3);
}

.ecosystem-proofline--support {
  color: #f8fafc;
}

.product-section {
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: clamp(1.2rem, 2.3vw, 1.6rem);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), var(--eco-shadow-1);
  backdrop-filter: blur(4px);
}


.ecosystem-architecture {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}


.ecosystem-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(34px, 7vw, 72px);
  align-items: center;
  padding: clamp(48px, 6vw, 80px) clamp(32px, 6vw, 72px);
  border: 1px solid rgba(24, 28, 36, 0.12);
  border-radius: clamp(26px, 4.2vw, 36px);
  background: #f3f4f6;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
  scroll-margin-top: 7rem;
}

.ecosystem-panel__content {
  display: grid;
  gap: clamp(18px, 3.6vw, 28px);
  max-width: min(640px, 100%);
}

.ecosystem-panel__title {
  margin: 0;
  font-size: clamp(1.95rem, 3.6vw, 2.9rem);
  line-height: 1.18;
  color: #1f2329;
}

.ecosystem-panel__body {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.72;
  color: rgba(24, 28, 36, 0.72);
  max-width: 40ch;
}

.ecosystem-panel__bullets {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.64;
  color: rgba(24, 28, 36, 0.74);
}

.ecosystem-panel__actions {
  margin-top: 0.2rem;
}

.ecosystem-panel__media {
  margin: 0;
  min-height: clamp(280px, 32vw, 420px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecosystem-panel__media img {
  display: block;
  width: min(100%, 460px);
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

.ecosystem-panel__media video {
  display: block;
  width: min(100%, 560px);
  max-height: clamp(260px, 32vw, 400px);
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  background: #111;
}

.ecosystem-storyboard {
  position: relative;
  display: grid;
  gap: clamp(1.8rem, 3.2vw, 2.6rem);
  margin-top: 1rem;
}

.ecosystem-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(34px, 7vw, 72px);
  align-items: center;
  padding: clamp(48px, 6vw, 80px) clamp(32px, 6vw, 72px);
  border: 1px solid rgba(24, 28, 36, 0.12);
  border-radius: clamp(26px, 4.2vw, 36px);
  background: #f3f4f6;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
  scroll-margin-top: 7rem;
}

.ecosystem-story::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 2px solid transparent;
  pointer-events: none;
}

.ecosystem-story--pulse::after {
  animation: ecosystem-story-boundary-pulse 1.1s ease-out 1;
}

.ecosystem-story--arrived::after {
  border-color: rgba(200, 0, 0, 0.35);
}

@keyframes ecosystem-story-boundary-pulse {
  0% {
    border-color: rgba(200, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(200, 0, 0, 0);
  }
  30% {
    border-color: rgba(200, 0, 0, 0.9);
    box-shadow: 0 0 0 5px rgba(200, 0, 0, 0.14);
  }
  100% {
    border-color: rgba(200, 0, 0, 0.28);
    box-shadow: 0 0 0 0 rgba(200, 0, 0, 0);
  }
}

.ecosystem-story__content {
  padding: 0;
  display: grid;
  gap: clamp(20px, 4vw, 30px);
  max-width: min(640px, 100%);
}

.ecosystem-story:nth-child(even) .ecosystem-story__content {
  order: 2;
}

.ecosystem-story:nth-child(even) .ecosystem-story__media {
  order: 1;
}

.ecosystem-story__content .product-card__title {
  margin: 0;
  font-size: clamp(1.95rem, 3.6vw, 2.9rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: #1f2329;
}

.ecosystem-brand {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.ecosystem-brand__x {
  color: #b91c1c;
  font-weight: 800;
}

.ecosystem-story__actions {
  margin-top: 0.2rem;
}

.ecosystem-story__cta {
  border-radius: 999px;
  padding: 0.82rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.ecosystem-story__content .product-card__body,
.ecosystem-energy__card,
.ecosystem-vision__body,
.ecosystem-contact-cta__body {
  color: rgba(24, 28, 36, 0.72);
}

.ecosystem-story__content .product-card__body {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.72;
  max-width: 40ch;
}

.ecosystem-story__media {
  margin: 0;
  min-height: clamp(260px, 30vw, 360px);
  border-radius: 0;
  overflow: hidden;
  align-self: center;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecosystem-story__media img {
  display: block;
  width: min(100%, 460px);
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

.ecosystem-applications {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.64;
  color: rgba(24, 28, 36, 0.74);
}

.ecosystem-energy__card {
  border-radius: 14px;
  border: 1px solid var(--eco-border);
  background: var(--eco-surface);
  box-shadow: var(--eco-shadow-1);
  padding: 1rem 1.05rem;
}

.ecosystem-energy__card p {
  margin: 0;
  line-height: 1.6;
}

.ecosystem-energy__card .ecosystem-applications {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

.ecosystem-vision__body {
  margin: 0.8rem 0 0;
  font-size: 1.06rem;
  line-height: 1.76;
  color: rgba(15, 23, 42, 0.74);
  max-width: 64ch;
}

.ecosystem-vision__body:first-of-type {
  margin-top: 0.4rem;
}

.ecosystem-thesis-card .ecosystem-vision__body:first-of-type {
  color: rgba(15, 23, 42, 0.9);
}

.ecosystem-pitch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.ecosystem-pitch__card {
  border-radius: 14px;
  border: 1px solid var(--eco-border);
  background: var(--eco-surface);
  box-shadow: var(--eco-shadow-1);
  padding: 1.12rem;
}

.ecosystem-pitch__card--primary {
  background: linear-gradient(145deg, #111827 0%, #7f1d1d 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ecosystem-pitch__card h3 {
  margin-top: 0;
}

.ecosystem-pitch__card ul {
  margin: 0;
  padding-left: 1.12rem;
  line-height: 1.64;
}


.ecosystem-investor-resources {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(200, 0, 0, 0.1), transparent 50%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.99), rgba(243, 247, 252, 0.98));
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.1);
  padding: clamp(1.2rem, 2.3vw, 1.7rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px;
  align-items: center;
  gap: 1rem;
}

.ecosystem-investor-resources__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ecosystem-platform-strategy {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.95));
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.08);
  padding: clamp(1.2rem, 2.3vw, 1.7rem);
  display: grid;
  gap: 0.85rem;
}

.ecosystem-platform-strategy__body {
  margin: 0.45rem 0 0;
  max-width: 72ch;
  line-height: 1.62;
  color: rgba(30, 41, 59, 0.86);
}

.ecosystem-platform-strategy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ecosystem-contact-cta {
  border-radius: 18px;
  border: 1px solid var(--eco-border);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.96));
  box-shadow: var(--eco-shadow-2);
  padding: clamp(1.2rem, 2.3vw, 1.7rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px;
  align-items: center;
  gap: 1rem;
}

.ecosystem-contact-cta__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9f1239;
  font-weight: 700;
  font-size: 0.74rem;
}

.ecosystem-contact-cta__title {
  margin: 0.35rem 0 0;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
}

.ecosystem-contact-cta__body {
  margin: 0.5rem 0 0;
  max-width: 64ch;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(30, 41, 59, 0.86);
}


/* Professional polish: plain SVG icons + investor sections */
.eco-tile__card {
  transition: background 180ms ease, transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
}

.eco-tile__icon {
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 1.45rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 4px 10px rgba(21, 24, 31, 0.22);
}

.eco-tile__icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.eco-tile:hover .eco-tile__card {
  transform: translateY(-2px);
  filter: saturate(1.07);
}

.eco-tile:hover .eco-tile__icon,
.eco-tile.is-active .eco-tile__icon,
.eco-tile[aria-selected="true"] .eco-tile__icon {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.14));
  border-color: rgba(255, 255, 255, 0.5);
}

.ecosystem-signals-block {
  border-radius: 26px;
  padding: clamp(1rem, 2vw, 1.35rem);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.01));
}

.ecosystem-signals__intro .product-section__title {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.ecosystem-signal-card {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ecosystem-signal-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 20px 36px rgba(28, 8, 10, 0.35);
}

.ecosystem-thesis {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
  margin-top: clamp(0.3rem, 1vw, 0.8rem);
  margin-bottom: clamp(1.6rem, 3vw, 2.6rem);
}

.ecosystem-thesis__intro {
  padding-left: 0.15rem;
}

.ecosystem-thesis__intro .ecosystem-contact-cta__eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
}

.ecosystem-thesis__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.ecosystem-thesis-card {
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background:
    linear-gradient(120deg, rgba(200, 0, 0, 0.04), transparent 26%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.99), rgba(249, 250, 252, 0.96));
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  padding: clamp(1.25rem, 2.5vw, 1.7rem);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ecosystem-thesis-card::before {
  content: '';
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(185, 28, 28, 0.46), rgba(185, 28, 28, 0));
  opacity: 0;
  transition: opacity 180ms ease;
}

.ecosystem-thesis-card .ecosystem-contact-cta__eyebrow {
  letter-spacing: 0.16em;
  color: rgba(159, 18, 57, 0.9);
  margin-bottom: 0.3rem;
}

.ecosystem-thesis-card:hover {
  transform: translateY(-3px);
  border-color: rgba(159, 18, 57, 0.26);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
}

.ecosystem-thesis-card:hover::before {
  opacity: 1;
}

.ecosystem-contact-cta {
  border: 1px solid rgba(15, 23, 42, 0.14);
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(200, 0, 0, 0.13), transparent 50%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.99), rgba(243, 247, 252, 0.98));
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.1);
}


@media (max-width: 1200px) {
  .ecosystem-thesis__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .eco-hero__grid {
    grid-template-columns: 1fr;
  }

  .eco-nav {
    max-width: 100%;
    row-gap: 9px !important;
    column-gap: 10px !important;
  }

  .ecosystem-map {
    width: min(520px, 100%);
  }

  .ecosystem-map__node {
    padding: 0.95rem 0.92rem;
  }

  .ecosystem-map__node p {
    font-size: 0.9rem;
  }

  .ecosystem-map__node h3 {
    font-size: 1.25rem;
  }

  .ecosystem-signals,
  .ecosystem-pitch,
  .ecosystem-thesis__grid {
    grid-template-columns: 1fr;
  }

  .ecosystem-panel {
    grid-template-columns: 1fr;
    border-radius: 22px;
    padding: clamp(28px, 5vw, 44px) clamp(20px, 4vw, 32px);
    gap: 1.4rem;
  }

  .ecosystem-panel__media {
    min-height: 240px;
  }

  .ecosystem-story {
    grid-template-columns: 1fr;
    border-radius: 22px;
    padding: clamp(28px, 5vw, 44px) clamp(20px, 4vw, 32px);
    gap: 1.4rem;
  }

  .ecosystem-story:nth-child(even) .ecosystem-story__content,
  .ecosystem-story:nth-child(even) .ecosystem-story__media {
    order: initial;
  }

  .ecosystem-story__media {
    min-height: 220px;
  }

  .ecosystem-panel__carousel {
    position: static;
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
    gap: 0.75rem;
  }

  .ecosystem-panel__nav {
    position: static;
    transform: none;
    width: 44px;
    height: 44px;
  }

  #eco-prev,
  #eco-next {
    left: auto;
    right: auto;
  }

  .ecosystem-panel__nav:hover,
  .ecosystem-panel__nav:focus-visible {
    transform: translateY(-2px);
  }

  .ecosystem-proof-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .ecosystem-proof-card > .ecosystem-story__cta {
    margin-left: 0;
    align-self: flex-start;
  }
}


@media (max-width: 760px) {
  .ecosystem-map__list {
    grid-template-columns: 1fr;
  }

}


/* Hero menu state hardening: ensure hover visibly switches from graphite to active gradient */
.eco-tile:not(.is-core):not(.is-active):not([aria-selected="true"]) .eco-tile__card {
  background: var(--eco-bg-default);
}

.eco-tile:not(.is-core):hover .eco-tile__card,
.eco-tile:not(.is-core):focus-visible .eco-tile__card,
.eco-tile:not(.is-core).is-active .eco-tile__card,
.eco-tile:not(.is-core)[aria-selected="true"] .eco-tile__card {
  background: var(--eco-bg-active);
}


.page-last-modified {
  margin: 0.45rem 0 0;
  text-align: right;
  font-size: 0.82rem;
  color: rgba(71, 85, 105, 0.86);
}
