:root {
  --bg: #06070d;
  --bg-2: #101119;
  --panel: rgba(9, 11, 19, 0.74);
  --panel-2: rgba(255, 255, 255, 0.055);
  --line: rgba(105, 96, 255, 0.26);
  --line-soft: rgba(156, 170, 255, 0.13);
  --text: #f7f8ff;
  --text-soft: rgba(247, 248, 255, 0.74);
  --muted: rgba(247, 248, 255, 0.52);
  --gold: #0d7cff;
  --gold-2: #8d3cff;
  --gold-3: #24264f;
  --accent-blue: #1084ff;
  --accent-cyan: #25b4ff;
  --accent-violet: #9138ff;
  --accent-indigo: #4238ff;
  --accent-glow: rgba(76, 78, 255, 0.34);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --font: "Inter", "Avenir Next", "SF Pro Text", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.approach-section.method-section {
  width: 100%;
  max-width: none;
  padding: clamp(92px, 8vw, 126px) 0 clamp(76px, 7vw, 108px);
  background:
    radial-gradient(circle at 18% 10%, rgba(123, 73, 255, 0.08), transparent 30%),
    radial-gradient(circle at 86% 28%, rgba(16, 132, 255, 0.05), transparent 28%),
    linear-gradient(180deg, #fbfbff 0%, #ffffff 46%, #fbfbff 100%);
  color: #090d26;
}

.method-section .method-wrap {
  width: min(100%, 1130px);
  padding: 0 clamp(22px, 5.8vw, 82px);
}

.method-section .method-hero {
  display: block;
  max-width: 680px;
  margin-bottom: clamp(38px, 5vw, 58px);
}

.method-section .method-intro {
  gap: 20px;
}

.method-section .method-intro .eyebrow {
  color: #6d35ff;
  font-size: 0.78rem;
}

.approach-section.method-section .method-intro h2 {
  color: #080d27;
  font-size: clamp(3.15rem, 5.4vw, 5.55rem);
  font-weight: 650;
  line-height: 0.98;
}

.approach-section.method-section .method-intro h2 span {
  background: linear-gradient(102deg, #5236ff, #7b42ff 58%, #9b65ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.method-section .method-intro p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(21, 28, 55, 0.66);
  font-size: clamp(1.03rem, 1.3vw, 1.18rem);
  line-height: 1.72;
}

.method-section .method-pill {
  min-height: 44px;
  padding: 0 17px 0 12px;
  border-color: rgba(111, 80, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(75, 62, 160, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  color: #171b2d;
}

.method-section .method-pill span:first-child {
  color: #6d35ff;
}

.method-section .method-timeline {
  position: relative;
  display: grid;
  gap: clamp(24px, 3vw, 32px);
  padding: 6px 0 0 82px;
}

.method-section .method-rail {
  position: absolute;
  top: 4px;
  bottom: 6px;
  left: 0;
  width: 92px;
  height: calc(100% - 10px);
  overflow: visible;
  transform: none;
}

.method-section .method-rail path {
  fill: none;
  stroke: #7651ff;
  stroke-width: 2;
  stroke-dasharray: none;
  filter: drop-shadow(0 0 8px rgba(118, 81, 255, 0.24));
  animation: none;
}

.method-section .method-step,
.method-section .method-step-left,
.method-section .method-step-right {
  position: relative;
  display: block;
  min-height: 0;
}

.method-section .method-dot {
  position: absolute;
  top: 50%;
  left: -51px;
  z-index: 3;
  display: block;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(88, 58, 218, 0.18), 0 0 28px rgba(109, 53, 255, 0.16);
  transform: translateY(-50%);
}

.method-section .method-dot::before {
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  content: "";
  background: linear-gradient(135deg, #7e4dff, #5f37ff);
  box-shadow: 0 0 18px rgba(109, 53, 255, 0.5);
}

.method-section .method-dot::after {
  display: none;
}

.method-section .method-card {
  display: grid;
  grid-template-columns: 114px minmax(250px, 1fr) minmax(270px, 0.78fr);
  gap: clamp(22px, 3.5vw, 46px);
  align-items: center;
  min-height: 174px;
  padding: clamp(22px, 3vw, 28px) clamp(26px, 4vw, 40px);
  border: 1px solid rgba(116, 112, 155, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 55px rgba(53, 55, 91, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.method-section .method-number {
  display: grid;
  min-height: 96px;
  align-items: center;
  justify-items: center;
  border-right: 1px solid rgba(52, 58, 96, 0.12);
  background: linear-gradient(120deg, #4c37ff, #7a4cff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 720;
  line-height: 1;
}

.method-section .method-copy {
  display: grid;
  gap: 11px;
}

.method-section .method-copy h3 {
  color: #090d26;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  font-weight: 700;
  line-height: 1.24;
}

.method-section .method-copy p {
  max-width: 350px;
  color: rgba(19, 26, 52, 0.66);
  font-size: 0.92rem;
  line-height: 1.68;
}

.method-section .method-media {
  display: grid;
  min-height: 126px;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background:
    radial-gradient(circle at 72% 20%, rgba(128, 87, 255, 0.13), transparent 34%),
    linear-gradient(135deg, #f4f1ff, #eeebfb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.method-section .media-placeholder-icon {
  position: relative;
  width: 31px;
  height: 27px;
  border: 2px solid rgba(96, 102, 132, 0.55);
  border-radius: 5px;
}

.method-section .media-placeholder-icon::before,
.method-section .media-placeholder-icon::after {
  position: absolute;
  content: "";
}

.method-section .media-placeholder-icon::before {
  top: 5px;
  right: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(96, 102, 132, 0.55);
}

.method-section .media-placeholder-icon::after {
  right: 5px;
  bottom: 5px;
  left: 5px;
  height: 10px;
  border-radius: 3px 3px 2px 2px;
  background:
    linear-gradient(135deg, transparent 0 45%, rgba(96, 102, 132, 0.55) 46% 55%, transparent 56%),
    linear-gradient(45deg, transparent 0 45%, rgba(96, 102, 132, 0.55) 46% 55%, transparent 56%);
}

.method-section .method-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(20px, 3vw, 32px);
  width: calc(100% - 82px);
  margin: clamp(30px, 4vw, 40px) 0 0 82px;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(116, 112, 155, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 55px rgba(53, 55, 91, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.method-section .method-mark {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(135deg, #7b4dff, #b894ff);
  font-size: 1.45rem;
  box-shadow: 0 18px 40px rgba(123, 73, 255, 0.22);
}

.method-section .method-bottom h3 {
  color: #090d26;
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  font-weight: 720;
}

.method-section .method-bottom p {
  color: rgba(19, 26, 52, 0.62);
}

.method-section .method-bottom .button {
  min-height: 56px;
  padding: 0 26px;
  border-color: rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, #151515, #07080c);
  box-shadow: 0 18px 38px rgba(18, 18, 28, 0.2);
}

@media (max-width: 900px) {
  .method-section .method-timeline {
    padding-left: 58px;
  }

  .method-section .method-rail {
    left: -12px;
  }

  .method-section .method-dot {
    left: -45px;
  }

  .method-section .method-card {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .method-section .method-media {
    grid-column: 1 / -1;
  }

  .method-section .method-bottom {
    width: calc(100% - 58px);
    margin-left: 58px;
  }
}

@media (max-width: 640px) {
  .approach-section.method-section {
    padding: 76px 0;
  }

  .method-section .method-wrap {
    padding: 0 18px;
  }

  .approach-section.method-section .method-intro h2 {
    font-size: clamp(2.55rem, 12vw, 3.85rem);
  }

  .method-section .method-timeline {
    gap: 20px;
    padding-left: 36px;
  }

  .method-section .method-rail {
    left: -28px;
    width: 78px;
  }

  .method-section .method-dot {
    left: -36px;
    width: 28px;
    height: 28px;
  }

  .method-section .method-dot::before {
    inset: 8px;
  }

  .method-section .method-card {
    grid-template-columns: 1fr;
    gap: 15px;
    min-height: 0;
    padding: 22px;
    border-radius: 18px;
  }

  .method-section .method-number {
    min-height: 0;
    justify-items: start;
    border-right: 0;
    font-size: 2rem;
  }

  .method-section .method-copy p {
    max-width: none;
  }

  .method-section .method-media {
    min-height: 118px;
  }

  .method-section .method-bottom {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    justify-items: start;
    margin-left: 36px;
    border-radius: 18px;
  }

  .method-section .method-bottom .button {
    width: 100%;
    justify-content: space-between;
  }
}

.method-section .method-timeline {
  --method-axis-x: 28px;
  --method-axis-pad: 68px;
  --method-dot-size: 20px;
  padding-left: var(--method-axis-pad);
}

.method-section .method-rail {
  display: none;
}

.method-section .method-timeline::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: var(--method-axis-x);
  width: 1px;
  content: "";
  background:
    linear-gradient(180deg, transparent 0%, rgba(105, 72, 255, 0.42) 8%, rgba(105, 72, 255, 0.56) 50%, rgba(105, 72, 255, 0.42) 92%, transparent 100%);
  box-shadow: 0 0 12px rgba(105, 72, 255, 0.12);
}

.method-section .method-dot {
  left: calc(var(--method-axis-x) - var(--method-axis-pad) - (var(--method-dot-size) / 2));
  width: var(--method-dot-size);
  height: var(--method-dot-size);
  border: 1px solid rgba(118, 81, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 255, 0.94));
  box-shadow: 0 10px 24px rgba(88, 58, 218, 0.095), 0 0 0 5px rgba(118, 81, 255, 0.045);
}

.method-section .method-dot::before {
  inset: calc((var(--method-dot-size) - 6px) / 2);
  background: linear-gradient(135deg, #7048ff, #5d38f2);
  box-shadow: 0 0 10px rgba(109, 53, 255, 0.28);
}

.method-section .method-dot::after {
  display: none;
}

@media (max-width: 900px) {
  .method-section .method-timeline {
    --method-axis-x: 22px;
    --method-axis-pad: 54px;
    --method-dot-size: 19px;
    padding-left: var(--method-axis-pad);
  }
}

@media (max-width: 640px) {
  .method-section .method-timeline {
    --method-axis-x: 12px;
    --method-axis-pad: 30px;
    --method-dot-size: 17px;
    padding-left: var(--method-axis-pad);
  }

  .method-section .method-timeline::before {
    top: 10px;
    bottom: 10px;
  }
}

.method-section .method-media {
  position: relative;
  background: #111522;
  isolation: isolate;
}

.method-section .method-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 34%),
    radial-gradient(circle at 74% 22%, rgba(126, 77, 255, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(8, 10, 20, 0.1), rgba(8, 10, 20, 0.22));
  pointer-events: none;
}

.method-section .method-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(0.92) contrast(0.96);
  transform: scale(1.012);
}

@media (max-width: 640px) {
  .method-section .method-media {
    display: grid;
    grid-column: 1 / -1;
    min-height: 92px;
    margin-top: 2px;
  }
}

/* Timeline axis source of truth: one elegant rail, constant centered dots. */
.method-section .method-timeline {
  --method-axis-x: 28px;
  --method-axis-pad: 68px;
  --method-dot-size: 20px;
  padding-left: var(--method-axis-pad);
}

.method-section .method-rail {
  display: none;
}

.method-section .method-timeline::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: var(--method-axis-x);
  width: 1px;
  content: "";
  background:
    linear-gradient(180deg, transparent 0%, rgba(105, 72, 255, 0.42) 8%, rgba(105, 72, 255, 0.56) 50%, rgba(105, 72, 255, 0.42) 92%, transparent 100%);
  box-shadow: 0 0 12px rgba(105, 72, 255, 0.12);
}

.method-section .method-dot {
  left: calc(var(--method-axis-x) - var(--method-axis-pad) - (var(--method-dot-size) / 2));
  width: var(--method-dot-size);
  height: var(--method-dot-size);
  border: 1px solid rgba(118, 81, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 255, 0.94));
  box-shadow: 0 10px 24px rgba(88, 58, 218, 0.095), 0 0 0 5px rgba(118, 81, 255, 0.045);
}

.method-section .method-dot::before {
  inset: calc((var(--method-dot-size) - 6px) / 2);
  background: linear-gradient(135deg, #7048ff, #5d38f2);
  box-shadow: 0 0 10px rgba(109, 53, 255, 0.28);
}

.method-section .method-dot::after {
  display: none;
}

@media (max-width: 900px) {
  .method-section .method-timeline {
    --method-axis-x: 22px;
    --method-axis-pad: 54px;
    --method-dot-size: 19px;
    padding-left: var(--method-axis-pad);
  }
}

@media (max-width: 640px) {
  .method-section .method-timeline {
    --method-axis-x: 12px;
    --method-axis-pad: 30px;
    --method-dot-size: 17px;
    padding-left: var(--method-axis-pad);
  }

  .method-section .method-timeline::before {
    top: 10px;
    bottom: 10px;
  }
}

/* Symmetric refined timeline axis. */
.method-section .method-timeline {
  --method-axis-x: 28px;
  --method-axis-pad: 68px;
  --method-dot-size: 20px;
  padding-left: var(--method-axis-pad);
}

.method-section .method-timeline::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: var(--method-axis-x);
  width: 1px;
  content: "";
  background:
    linear-gradient(180deg, transparent, rgba(105, 72, 255, 0.48) 8%, rgba(105, 72, 255, 0.58) 50%, rgba(105, 72, 255, 0.48) 92%, transparent);
  box-shadow: 0 0 14px rgba(105, 72, 255, 0.14);
}

.method-section .method-rail {
  display: none;
}

.method-section .method-dot {
  left: calc(var(--method-axis-x) - var(--method-axis-pad) - (var(--method-dot-size) / 2));
  width: var(--method-dot-size);
  height: var(--method-dot-size);
  border: 1px solid rgba(118, 81, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 255, 0.94));
  box-shadow: 0 10px 24px rgba(88, 58, 218, 0.095), 0 0 0 5px rgba(118, 81, 255, 0.045);
}

.method-section .method-dot::before {
  inset: calc((var(--method-dot-size) - 6px) / 2);
  background: linear-gradient(135deg, #7048ff, #5d38f2);
  box-shadow: 0 0 10px rgba(109, 53, 255, 0.28);
}

.method-section .method-step:first-of-type .method-dot,
.method-section .method-step:last-of-type .method-dot {
  box-shadow: 0 10px 24px rgba(88, 58, 218, 0.095), 0 0 0 5px rgba(118, 81, 255, 0.045);
}

@media (max-width: 900px) {
  .method-section .method-timeline {
    --method-axis-x: 22px;
    --method-axis-pad: 54px;
    --method-dot-size: 19px;
  }
}

@media (max-width: 640px) {
  .method-section .method-timeline {
    --method-axis-x: 12px;
    --method-axis-pad: 30px;
    --method-dot-size: 17px;
    padding-left: var(--method-axis-pad);
  }

  .method-section .method-timeline::before {
    top: 10px;
    bottom: 10px;
  }
}

.approach-section.method-section {
  width: 100%;
  max-width: none;
  padding: clamp(96px, 9vw, 150px) 0 clamp(88px, 8vw, 132px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(132, 92, 255, 0.22), transparent 30%),
    radial-gradient(circle at 16% 34%, rgba(16, 132, 255, 0.1), transparent 34%),
    linear-gradient(180deg, #fbfbff 0%, #f5f3ff 52%, #ffffff 100%);
  color: #10131f;
}

.approach-section.method-section::before {
  display: none;
}

.method-wrap {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 92px);
}

.method-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.98fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: center;
  margin-bottom: clamp(68px, 8vw, 112px);
}

.method-intro {
  display: grid;
  justify-items: start;
  gap: 22px;
}

.method-intro .eyebrow {
  color: #7c4dff;
}

.approach-section.method-section .method-intro h2 {
  color: #10131f;
  font-size: clamp(2.95rem, 5vw, 5.25rem);
  font-weight: 650;
  line-height: 0.98;
}

.approach-section.method-section .method-intro h2 span {
  background: linear-gradient(105deg, #1084ff, #7a35ff 62%, #a676ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.method-intro p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: rgba(20, 25, 42, 0.68);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.7;
}

.method-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 18px 0 13px;
  border: 1px solid rgba(113, 83, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #151925;
  box-shadow: 0 18px 42px rgba(93, 79, 184, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 650;
  backdrop-filter: blur(14px);
}

.method-pill span:first-child {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(113, 83, 255, 0.2);
  border-radius: 50%;
  color: #7c4dff;
  font-size: 0.62rem;
  transform: translateX(1px);
}

.method-orbit {
  position: relative;
  min-height: 390px;
  isolation: isolate;
}

.method-orbit::before,
.method-orbit::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.method-orbit::before {
  inset: 18% 9% 17%;
  z-index: -2;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(130, 87, 255, 0.3), rgba(130, 87, 255, 0.12) 34%, transparent 67%);
  filter: blur(12px);
}

.method-orbit::after {
  inset: 12% 6% 10%;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 48%, rgba(123, 73, 255, 0.18), transparent 30%),
    radial-gradient(circle at 64% 28%, rgba(16, 132, 255, 0.08), transparent 24%);
}

.orbit-ring {
  position: absolute;
  inset: 64px 54px;
  border: 1px solid rgba(123, 73, 255, 0.24);
  border-radius: 50%;
  transform: rotate(-13deg);
}

.orbit-ring::before,
.orbit-ring::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #8d62ff;
  box-shadow: 0 0 22px rgba(124, 77, 255, 0.72);
}

.orbit-ring::before {
  top: 18%;
  left: 8%;
}

.orbit-ring::after {
  right: 14%;
  bottom: 12%;
}

.orbit-core,
.orbit-card {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 255, 0.68)),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 70px rgba(84, 68, 180, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.orbit-core {
  top: 50%;
  left: 50%;
  width: 156px;
  height: 128px;
  border-radius: 30px;
  transform: translate(-50%, -50%) rotate(3deg);
  animation: method-float 5.4s ease-in-out infinite;
}

.orbit-core span {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #1084ff, #7b35ff 62%, #9c58ff);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 18px 42px rgba(90, 67, 255, 0.32);
}

.orbit-card {
  width: 92px;
  height: 74px;
  animation: method-float 5.8s ease-in-out infinite;
}

.orbit-card-a {
  top: 40px;
  left: 27%;
  transform: rotate(10deg);
}

.orbit-card-b {
  top: 58px;
  right: 18%;
  animation-delay: -1.4s;
  transform: rotate(-8deg);
}

.orbit-card-c {
  right: 8%;
  bottom: 95px;
  animation-delay: -2.1s;
  transform: rotate(9deg);
}

.orbit-card-d {
  bottom: 46px;
  left: 36%;
  animation-delay: -3.2s;
  transform: rotate(-12deg);
}

.orbit-card-a span,
.orbit-card-c span {
  width: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, #98a1b5, #7b35ff);
}

.orbit-card-a {
  grid-template-columns: repeat(3, 10px);
  align-items: end;
  gap: 7px;
  padding-bottom: 21px;
}

.orbit-card-a span:nth-child(1) {
  height: 20px;
}

.orbit-card-a span:nth-child(2) {
  height: 32px;
}

.orbit-card-a span:nth-child(3) {
  height: 44px;
}

.orbit-card-b {
  grid-template-columns: 26px 34px;
  gap: 6px;
}

.orbit-card-b span:first-child {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #8e97ac;
}

.orbit-card-b span:last-child {
  width: 36px;
  height: 18px;
  border-radius: 18px 18px 9px 9px;
  background: #8e97ac;
}

.orbit-card-c {
  grid-template-rows: repeat(3, 7px);
  gap: 7px;
}

.orbit-card-c span {
  width: 42px;
  height: 7px;
  background: #8e97ac;
}

.orbit-card-d span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 44%, #8b5cff 45% 55%, transparent 56%),
    linear-gradient(45deg, transparent 44%, #1084ff 45% 55%, transparent 56%);
  box-shadow: 0 0 26px rgba(117, 76, 255, 0.34);
}

.orbit-line {
  position: absolute;
  z-index: -1;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(123, 73, 255, 0.36), transparent);
  transform-origin: left center;
}

.orbit-line-a {
  top: 142px;
  left: 33%;
  width: 188px;
  transform: rotate(18deg);
}

.orbit-line-b {
  right: 17%;
  bottom: 168px;
  width: 178px;
  transform: rotate(-21deg);
}

.orbit-line-c {
  bottom: 133px;
  left: 42%;
  width: 146px;
  transform: rotate(55deg);
}

.method-timeline {
  position: relative;
  display: grid;
  gap: clamp(42px, 6vw, 74px);
  padding: 8px 0 28px;
}

.method-rail {
  position: absolute;
  top: 14px;
  bottom: 18px;
  left: 50%;
  width: 120px;
  height: calc(100% - 32px);
  overflow: visible;
  transform: translateX(-50%);
  pointer-events: none;
}

.method-rail path {
  fill: none;
  stroke: rgba(124, 77, 255, 0.28);
  stroke-width: 2;
  stroke-dasharray: 12 16;
  animation: method-path 16s linear infinite;
}

.method-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
  gap: clamp(30px, 4.5vw, 64px);
  align-items: center;
  min-height: 232px;
}

.method-step .method-copy,
.method-step .method-dot,
.method-step .method-media {
  grid-row: 1;
}

.method-step-left .method-copy,
.method-step-right .method-media {
  grid-column: 1;
}

.method-step-left .method-dot,
.method-step-right .method-dot {
  grid-column: 2;
}

.method-step-left .method-media,
.method-step-right .method-copy {
  grid-column: 3;
}

.method-copy {
  display: grid;
  gap: 12px;
}

.method-copy span {
  color: #7b35ff;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 750;
  line-height: 1;
}

.method-copy h3,
.method-bottom h3 {
  margin: 0;
  color: #10131f;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.16;
}

.method-copy p,
.method-bottom p {
  max-width: 410px;
  margin: 0;
  color: rgba(20, 25, 42, 0.64);
  font-size: 0.98rem;
  line-height: 1.7;
}

.method-dot {
  position: relative;
  z-index: 2;
  display: block;
  justify-self: center;
  width: 18px;
  height: 18px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: #7b35ff;
  box-shadow: 0 0 0 1px rgba(123, 73, 255, 0.2), 0 0 24px rgba(123, 73, 255, 0.58);
}

.method-dot::after {
  position: absolute;
  inset: -13px;
  border: 1px solid rgba(123, 73, 255, 0.2);
  border-radius: inherit;
  content: "";
  animation: method-dot-pulse 2.8s ease-in-out infinite;
}

.method-media {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid rgba(128, 113, 198, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(rgba(114, 82, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 82, 255, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.58);
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow: 0 26px 70px rgba(92, 82, 160, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.method-media-a {
  background:
    linear-gradient(115deg, rgba(7, 11, 21, 0.78), rgba(14, 19, 33, 0.82)),
    radial-gradient(circle at 78% 22%, rgba(123, 73, 255, 0.26), transparent 34%);
}

.media-dashboard {
  position: absolute;
  inset: 32px 42px;
  display: grid;
  gap: 14px;
  align-content: center;
}

.media-dashboard span {
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(120, 91, 255, 0.42));
}

.media-dashboard span:nth-child(2) {
  width: 72%;
}

.media-dashboard span:nth-child(3) {
  width: 56%;
}

.method-media-b .map-node {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 255, 0.64)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(92, 82, 160, 0.15);
}

.method-media-b .map-node::before,
.method-media-b .map-node::after {
  position: absolute;
  content: "";
  background: rgba(123, 73, 255, 0.24);
}

.method-media-b .map-node-core {
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #1084ff, #7b35ff);
  transform: translate(-50%, -50%);
}

.method-media-b .map-node-core::before {
  inset: 24px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: -18px 0 0 rgba(255, 255, 255, 0.88), 18px 0 0 rgba(255, 255, 255, 0.88);
}

.method-media-b .map-node-a {
  top: 28px;
  left: 18%;
}

.method-media-b .map-node-b {
  top: 34px;
  right: 12%;
}

.method-media-b .map-node-c {
  bottom: 30px;
  left: 16%;
}

.method-media-b .map-node-d {
  right: 16%;
  bottom: 28px;
}

.method-media-b::before,
.method-media-b::after {
  position: absolute;
  inset: 50% 17%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(123, 73, 255, 0.32), transparent);
}

.method-media-b::after {
  transform: rotate(90deg);
}

.method-media-c {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.44);
}

.method-media-c span {
  min-height: 44px;
  border-radius: 8px;
  background: rgba(16, 20, 34, 0.085);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.method-media-c span:nth-child(1),
.method-media-c span:nth-child(4) {
  background: linear-gradient(135deg, rgba(16, 132, 255, 0.12), rgba(123, 73, 255, 0.18));
}

.method-media-d {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 30%, rgba(123, 73, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #111522, #080b13);
}

.method-media-d > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 28px;
  width: min(100%, 300px);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.method-media-d span,
.method-media-d strong {
  font-size: 0.94rem;
  font-style: normal;
}

.method-media-d i {
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.method-media-d i::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: inherit;
  background: linear-gradient(90deg, #1084ff, #7b35ff, #b277ff);
  box-shadow: 0 0 24px rgba(123, 73, 255, 0.52);
}

.method-media-e {
  display: grid;
  place-items: center;
  background:
    linear-gradient(115deg, rgba(7, 11, 21, 0.82), rgba(14, 19, 33, 0.64)),
    radial-gradient(circle at 62% 22%, rgba(123, 73, 255, 0.24), transparent 38%);
}

.training-screen {
  width: min(78%, 330px);
  height: 108px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 51% 47%, rgba(123, 73, 255, 0.8) 0 9px, transparent 10px),
    linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.28) 50%, transparent 51%),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.method-media-e > span {
  position: absolute;
  bottom: 22px;
  width: 26px;
  height: 26px;
  border-radius: 50% 50% 8px 8px;
  background: rgba(255, 255, 255, 0.28);
}

.method-media-e > span:nth-of-type(1) {
  left: 22%;
}

.method-media-e > span:nth-of-type(2) {
  left: 48%;
}

.method-media-e > span:nth-of-type(3) {
  right: 22%;
}

.method-media-f {
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(114, 82, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 82, 255, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.56);
  background-size: 40px 40px, 40px 40px, auto;
}

.method-media-f svg {
  width: 78%;
  max-width: 350px;
  overflow: visible;
}

.method-media-f polyline {
  fill: none;
  stroke: #7b35ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 7;
  filter: drop-shadow(0 0 14px rgba(123, 73, 255, 0.34));
}

.method-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: clamp(52px, 7vw, 86px) auto 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(128, 113, 198, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 26px 70px rgba(92, 82, 160, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.method-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #1084ff, #7b35ff);
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 18px 40px rgba(123, 73, 255, 0.24);
}

.method-bottom .button {
  background:
    linear-gradient(135deg, rgba(16, 132, 255, 0.14), rgba(123, 73, 255, 0.18)),
    #111318;
  box-shadow: 0 18px 46px rgba(20, 19, 42, 0.18);
}

@keyframes method-path {
  to {
    stroke-dashoffset: -112;
  }
}

@keyframes method-dot-pulse {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.78);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.16);
  }
}

@keyframes method-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@media (max-width: 1180px) {
  .method-hero {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .method-orbit {
    min-height: 340px;
  }

  .method-step {
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
    gap: 26px;
  }
}

@media (max-width: 760px) {
  .approach-section.method-section {
    padding: 78px 0;
  }

  .method-wrap {
    padding: 0 22px;
  }

  .method-hero {
    margin-bottom: 54px;
  }

  .method-intro {
    gap: 18px;
  }

  .method-intro h2 {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  .method-orbit {
    min-height: 300px;
    margin: 0 -12px;
  }

  .orbit-ring {
    inset: 56px 28px;
  }

  .orbit-core {
    width: 122px;
    height: 104px;
  }

  .orbit-core span {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 2rem;
  }

  .orbit-card {
    width: 72px;
    height: 58px;
    border-radius: 18px;
  }

  .orbit-card-a {
    left: 19%;
  }

  .orbit-card-b {
    right: 12%;
  }

  .orbit-card-c {
    right: 5%;
    bottom: 78px;
  }

  .orbit-card-d {
    left: 30%;
  }

  .method-timeline {
    gap: 34px;
    padding-left: 28px;
  }

  .method-rail {
    left: 0;
    width: 58px;
    transform: none;
  }

  .method-step,
  .method-step-left,
  .method-step-right {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-height: 0;
  }

  .method-step-left .method-dot,
  .method-step-right .method-dot {
    grid-column: 1;
    grid-row: 1;
    margin-top: 4px;
  }

  .method-step-left .method-copy,
  .method-step-right .method-copy {
    grid-column: 2;
    grid-row: 1;
  }

  .method-step-left .method-media,
  .method-step-right .method-media {
    grid-column: 2;
    grid-row: 2;
  }

  .method-copy p {
    max-width: none;
  }

  .method-media {
    min-height: 170px;
  }

  .method-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .method-bottom .button {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .method-rail path,
  .method-dot::after,
  .orbit-core,
  .orbit-card {
    animation: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    radial-gradient(ellipse at 24% 0%, rgba(16, 132, 255, 0.16), transparent 42%),
    radial-gradient(ellipse at 78% 4%, rgba(145, 56, 255, 0.18), transparent 46%),
    var(--bg);
  background-size: 92px 92px, 92px 92px, auto, auto, auto;
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

img,
svg {
  display: block;
}

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

button,
input,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
  width: 100%;
  padding: 28px clamp(24px, 7vw, 150px);
  color: var(--text);
  background: linear-gradient(180deg, rgba(5, 6, 13, 0.76), rgba(5, 6, 13, 0));
  isolation: isolate;
  pointer-events: none;
}

.site-header::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(ellipse at 10% 36%, rgba(80, 63, 255, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(5, 6, 13, 0.88) 0%, rgba(5, 6, 13, 0.58) 64%, rgba(5, 6, 13, 0.16) 100%);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0.92;
  pointer-events: none;
}

.site-header > * {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--text);
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
}

.brand-logo {
  width: clamp(156px, 12vw, 214px);
  height: auto;
  filter: drop-shadow(0 0 18px rgba(74, 83, 255, 0.45)) drop-shadow(0 0 26px rgba(145, 56, 255, 0.25));
  mix-blend-mode: screen;
}

.footer-brand .brand-logo {
  width: 156px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 3.6vw, 58px);
  color: rgba(247, 248, 255, 0.9);
  font-size: 0.93rem;
  font-weight: 500;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
  transition: color 180ms ease;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--accent-blue), var(--accent-violet));
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--accent-cyan);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.menu-button {
  display: none;
  width: 64px;
  height: 64px;
  place-content: center;
  justify-items: center;
  gap: 7px;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  color: #111318;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.64) inset;
}

.menu-button span {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transition: width 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.menu-button span:nth-child(2) {
  width: 30px;
}

.menu-button span:nth-child(3) {
  width: 22px;
  transform: translateX(5px);
}

.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(10px) rotate(45deg);
}

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

.menu-button[aria-expanded="true"] span:nth-child(3) {
  width: 28px;
  transform: translateY(-10px) rotate(-45deg);
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease, background 180ms ease;
}

.button {
  padding: 0 24px;
  border: 1px solid rgba(106, 96, 255, 0.58);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(16, 132, 255, 0.28), rgba(145, 56, 255, 0.22)),
    rgba(8, 10, 20, 0.74);
  color: #f9fbff;
  box-shadow: 0 18px 46px var(--accent-glow), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.text-link {
  color: rgba(247, 248, 255, 0.84);
}

.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
}

.button:hover,
.button:focus-visible {
  border-color: rgba(37, 180, 255, 0.82);
  box-shadow: 0 22px 58px rgba(74, 83, 255, 0.36), 0 0 28px rgba(145, 56, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  padding: 132px clamp(24px, 7vw, 150px) 36px;
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero::before {
  z-index: -2;
  background-image: url("/assets/hero/bewise-flow-city-bg.png");
  background-position: center center;
  background-size: cover;
}

.hero::after {
  z-index: -1;
  background:
    radial-gradient(ellipse at 68% 38%, rgba(73, 70, 255, 0.2), transparent 42%),
    radial-gradient(ellipse at 80% 26%, rgba(37, 180, 255, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(5, 6, 13, 0.97) 0%, rgba(5, 6, 13, 0.86) 31%, rgba(5, 6, 13, 0.42) 58%, rgba(5, 6, 13, 0.1) 100%),
    linear-gradient(180deg, rgba(5, 6, 13, 0.12) 0%, rgba(5, 6, 13, 0.06) 46%, rgba(5, 6, 13, 0.92) 100%);
}

.hero-content {
  display: grid;
  align-self: center;
  gap: 22px;
  width: min(100%, 760px);
  padding-top: 34px;
}

.eyebrow {
  margin: 0;
  color: rgba(135, 156, 255, 0.78);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero h1,
.ecosystem-section h2,
.approach-section h2,
.solutions-section h2,
.results-section h2,
.audit-section h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.7rem, 3.8vw, 4.05rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(3.15rem, 5vw, 5.65rem);
  line-height: 1.04;
}

.hero h1 span,
.ecosystem-section h2 span {
  background: linear-gradient(100deg, var(--accent-cyan), var(--accent-blue) 44%, var(--accent-violet));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero h1 span {
  white-space: nowrap;
}

.hero-intro {
  width: min(100%, 560px);
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 30px;
  margin-top: 10px;
}

.trusted {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.trusted p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.trusted-slider {
  position: relative;
  width: min(100%, 720px);
  overflow: hidden;
  padding: 8px 0;
  border-top: 1px solid rgba(156, 170, 255, 0.13);
  border-bottom: 1px solid rgba(156, 170, 255, 0.08);
  background: linear-gradient(90deg, transparent, rgba(8, 11, 22, 0.46) 12%, rgba(8, 11, 22, 0.36) 88%, transparent);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent);
}

.trusted-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 30px;
  animation: trusted-slide 34s linear infinite;
}

.trusted-logo {
  display: grid;
  width: 148px;
  height: 48px;
  place-items: center;
  flex: 0 0 148px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.trusted-logo img {
  width: 100%;
  max-width: 124px;
  max-height: 34px;
  object-fit: contain;
  opacity: 0.78;
  filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 0 12px rgba(87, 113, 255, 0.16));
}

.trusted-logo img[src*="hola"],
.trusted-logo img[src*="iad"] {
  max-width: 94px;
  max-height: 40px;
}

@keyframes trusted-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .trusted-track {
    animation: none;
  }

  .flow-core::before,
  .flow-line::after {
    animation: none;
  }
}

.stat-panel {
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) minmax(160px, 0.95fr) minmax(260px, 1.42fr) minmax(160px, 0.95fr) minmax(120px, 0.72fr);
  gap: clamp(12px, 1.7vw, 22px);
  align-items: center;
  width: min(100%, 1280px);
  margin: 0 auto;
}

.stat-panel article {
  position: relative;
  display: grid;
  min-height: 178px;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 28px 22px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)),
    rgba(7, 10, 18, 0.72);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  text-align: center;
}

.stat-panel article::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(37, 180, 255, 0.48), rgba(145, 56, 255, 0.42), transparent);
}

.stat-panel .stat-card-edge {
  min-height: 140px;
  opacity: 0.72;
  transform: scale(0.94);
}

.stat-panel .stat-card-featured {
  min-height: 282px;
  padding: 38px 26px;
  border-color: rgba(105, 96, 255, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 180, 255, 0.22), transparent 38%),
    radial-gradient(circle at 50% 100%, rgba(145, 56, 255, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.026)),
    rgba(8, 10, 20, 0.84);
  box-shadow: 0 26px 90px rgba(73, 70, 255, 0.24), 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.stat-panel strong {
  background: linear-gradient(105deg, var(--accent-cyan), var(--accent-violet));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(2rem, 3vw, 3.3rem);
  font-weight: 500;
  line-height: 1.1;
}

.stat-panel small {
  color: var(--text-soft);
  font-size: 0.85rem;
}

.stat-panel .stat-card-featured strong {
  font-size: clamp(5rem, 8vw, 8.5rem);
  line-height: 0.9;
}

.stat-panel .stat-card-featured span {
  font-size: 1.02rem;
}

.stat-panel .stat-card-edge strong {
  font-size: clamp(2.1rem, 2.7vw, 3rem);
}

.stat-panel span {
  color: var(--text-soft);
  max-width: 210px;
  font-size: 0.88rem;
  line-height: 1.45;
}

.stat-panel p {
  max-width: 230px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.metrics-section {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 7vw, 124px) clamp(24px, 7vw, 150px) clamp(82px, 7.6vw, 132px);
  background:
    radial-gradient(ellipse at 50% 18%, rgba(37, 180, 255, 0.13), transparent 42%),
    radial-gradient(ellipse at 50% 70%, rgba(145, 56, 255, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(5, 6, 13, 0.96), rgba(6, 7, 14, 0.88) 45%, rgba(5, 6, 13, 0.98));
}

.metrics-heading {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto clamp(42px, 5vw, 72px);
  text-align: center;
}

.metrics-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.2rem, 3.4vw, 4.05rem);
  font-weight: 400;
  line-height: 1.12;
}

.ecosystem-section,
.approach-section,
.solutions-section,
.results-section,
.audit-section,
.site-footer {
  width: min(100%, 1640px);
  margin: 0 auto;
  padding-right: clamp(24px, 7vw, 150px);
  padding-left: clamp(24px, 7vw, 150px);
}

.ecosystem-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(46px, 8vw, 130px);
  align-items: start;
  padding-top: 44px;
  padding-bottom: 56px;
}

.section-copy,
.section-heading {
  display: grid;
  gap: 18px;
}

.ecosystem-section h2,
.approach-section h2,
.solutions-section h2,
.results-section h2,
.audit-section h2 {
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  line-height: 1.18;
}

.section-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.audit-card > div > p:not(.eyebrow) {
  max-width: 700px;
  margin: 0;
  color: var(--text-soft);
}

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

.feature-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.feature-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 132, 255, 0.2), rgba(145, 56, 255, 0.16)),
    rgba(255, 255, 255, 0.045);
  color: #dce7ff;
  box-shadow: 0 18px 38px rgba(74, 83, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 1.4rem;
}

.feature-grid h3,
.approach-grid h3,
.solution-grid h3 {
  margin: 0;
  color: #dce7ff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.feature-grid p,
.approach-grid p,
.solution-grid p,
.result-cards p {
  margin: 6px 0 0;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.55;
}

.approach-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(96px, 9vw, 156px);
  padding-bottom: clamp(96px, 9vw, 156px);
}

.approach-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(ellipse at 18% 38%, rgba(16, 132, 255, 0.13), transparent 42%),
    radial-gradient(ellipse at 72% 18%, rgba(145, 56, 255, 0.11), transparent 38%);
  pointer-events: none;
}

.solutions-section,
.results-section {
  padding-top: 58px;
  padding-bottom: 58px;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 28px;
}

.approach-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(48px, 7vw, 116px);
  align-items: center;
}

.approach-copy {
  display: grid;
  gap: 24px;
}

.approach-copy .section-heading {
  margin-bottom: 10px;
}

.approach-copy .section-heading p:not(.eyebrow) {
  max-width: 720px;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.approach-visual {
  position: relative;
  min-height: 560px;
}

.flow-map {
  position: sticky;
  top: 126px;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 48%, rgba(37, 180, 255, 0.15), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.018)),
    rgba(7, 10, 18, 0.74);
  background-size: 74px 74px, 74px 74px, auto, auto, auto;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
}

.flow-core,
.flow-node {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 5px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(8, 11, 22, 0.86);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.flow-core {
  top: 50%;
  left: 50%;
  width: min(52%, 250px);
  min-height: 150px;
  place-content: center;
  padding: 26px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.flow-core::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(37, 180, 255, 0.28);
  border-radius: 8px;
  content: "";
  animation: approach-pulse 3.8s ease-in-out infinite;
}

.flow-core span,
.flow-node span {
  color: rgba(135, 156, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-core strong {
  color: var(--text);
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}

.flow-node {
  width: 160px;
  padding: 15px 16px;
}

.flow-node strong {
  color: #dce7ff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.flow-node-a {
  top: 42px;
  left: 34px;
}

.flow-node-b {
  top: 52%;
  right: 28px;
  transform: translateY(-50%);
}

.flow-node-c {
  bottom: 42px;
  left: 52px;
}

.flow-line {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 180, 255, 0), rgba(37, 180, 255, 0.72), rgba(145, 56, 255, 0));
  opacity: 0.74;
  overflow: hidden;
  transform-origin: left center;
}

.flow-line::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
  transform: translateX(-100%);
  animation: approach-signal 3.6s linear infinite;
}

.flow-line-a {
  top: 178px;
  left: 172px;
  width: 214px;
  transform: rotate(23deg);
}

.flow-line-b {
  top: 314px;
  left: 235px;
  width: 190px;
  transform: rotate(-8deg);
}

.flow-line-c {
  top: 350px;
  left: 126px;
  width: 210px;
  transform: rotate(-39deg);
}

.approach-grid,
.solution-grid,
.result-cards {
  display: grid;
  gap: 18px;
}

.approach-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.approach-grid article,
.solution-grid article,
.result-cards article,
.audit-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(255, 255, 255, 0.028);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.approach-grid article,
.solution-grid article,
.result-cards article {
  min-height: 0;
  padding: 30px;
}

.approach-grid article::before,
.solution-grid article::before,
.result-cards article::before,
.audit-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(37, 180, 255, 0.72), rgba(145, 56, 255, 0.72), transparent);
}

.approach-grid span {
  display: inline-grid;
  width: 44px;
  height: 28px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(6, 8, 16, 0.74);
  color: var(--accent-cyan);
  font-size: 0.78rem;
  font-weight: 600;
}

.approach-grid small {
  display: block;
  margin-top: 14px;
  color: rgba(135, 156, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.5;
}

@keyframes approach-signal {
  to {
    transform: translateX(100%);
  }
}

@keyframes approach-pulse {
  0%,
  100% {
    opacity: 0.36;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.9;
    transform: scale(1);
  }
}

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

.solution-grid article {
  min-height: 178px;
}

.solution-grid article::after {
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: rgba(112, 126, 255, 0.42);
  content: "→";
  font-size: 1.2rem;
}

.results-section {
  padding-bottom: 32px;
}

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

.result-cards strong {
  display: block;
  background: linear-gradient(105deg, var(--accent-cyan), var(--accent-violet));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.1;
}

.audit-section {
  padding-top: 28px;
  padding-bottom: 62px;
}

.audit-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.9fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: start;
  padding: clamp(28px, 4vw, 52px);
  background:
    radial-gradient(circle at 0% 0%, rgba(16, 132, 255, 0.16), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(145, 56, 255, 0.13), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 18, 0.78);
}

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

.audit-form label {
  display: grid;
  gap: 7px;
}

.audit-form label span {
  color: var(--text-soft);
  font-size: 0.78rem;
}

.audit-form input,
.audit-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(3, 6, 10, 0.72);
  color: var(--text);
  outline: none;
}

.audit-form textarea {
  resize: vertical;
}

.audit-form input:focus,
.audit-form textarea:focus {
  border-color: rgba(37, 180, 255, 0.68);
  box-shadow: 0 0 0 3px rgba(74, 83, 255, 0.16);
}

.field-wide,
.audit-form button,
.form-status {
  grid-column: 1 / -1;
}

.audit-form button {
  justify-self: start;
  margin-top: 8px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-status.is-success {
  color: #95ddb8;
}

.form-status.is-error {
  color: #ff9a9a;
}

.contact-section {
  padding-top: 34px;
}

.contact-card {
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.9fr);
}

.contact-card #contact-title + p {
  margin-top: 12px;
}

.contact-response-time {
  margin-top: 10px;
  color: rgba(238, 241, 255, 0.62);
  font-size: 0.92rem;
  font-style: italic;
}

.contact-email {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  color: rgba(165, 117, 255, 0.96);
  font-size: 0.98rem;
  font-weight: 600;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 34px;
  padding-bottom: 36px;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
}

.footer-brand {
  font-size: 1.24rem;
}

.site-footer p {
  margin: 10px 0 0;
  font-size: 0.86rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-actions {
  display: grid;
  justify-items: end;
  gap: 13px;
}

.footer-links button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-soft);
}

.footer-links button:hover,
.footer-links button:focus-visible {
  color: var(--accent-cyan);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  border-color: rgba(116, 142, 255, 0.42);
  background: rgba(116, 142, 255, 0.12);
  transform: translateY(-1px);
}

.footer-socials img {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  object-fit: contain;
}

.legal-modal[hidden],
.cookie-banner[hidden] {
  display: none !important;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(1, 4, 8, 0.72);
  backdrop-filter: blur(18px);
}

.legal-modal-card {
  width: min(100%, 660px);
  max-height: min(720px, calc(100dvh - 44px));
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10, 14, 19, 0.96);
  box-shadow: var(--shadow);
}

.legal-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 24px 8px;
}

.legal-modal h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.modal-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 1.4rem;
}

.legal-modal-body {
  padding: 10px 24px 26px;
  color: var(--text-soft);
  white-space: pre-line;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(560px, calc(100vw - 48px));
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10, 14, 19, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.cookie-banner p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.86rem;
}

.cookie-banner .button {
  min-height: 42px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    background: rgba(6, 7, 14, 0.78);
    backdrop-filter: blur(18px);
  }

  .menu-button {
    display: grid;
  }

  .main-nav {
    position: fixed;
    top: 86px;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 2px;
    justify-content: stretch;
    padding: 18px;
    border: 1px solid var(--line-soft);
    border-radius: 8px;
    background: rgba(6, 10, 15, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    min-height: 42px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

  .hero::before {
    background-position: 58% center;
  }

  .hero::after {
    background:
      radial-gradient(ellipse at 68% 24%, rgba(73, 70, 255, 0.18), transparent 42%),
      linear-gradient(90deg, rgba(5, 6, 13, 0.97) 0%, rgba(5, 6, 13, 0.84) 54%, rgba(5, 6, 13, 0.34) 100%),
      linear-gradient(180deg, rgba(5, 6, 13, 0.18) 0%, rgba(5, 6, 13, 0.16) 46%, rgba(5, 6, 13, 0.98) 100%);
  }

  .stat-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 820px;
  }

  .stat-panel .stat-card-featured {
    grid-column: 1 / -1;
    order: -1;
  }

  .stat-panel .stat-card-edge {
    opacity: 0.86;
    transform: none;
  }

  .ecosystem-section,
  .approach-shell,
  .audit-card {
    grid-template-columns: 1fr;
  }

  .approach-visual {
    min-height: 460px;
  }

  .flow-map {
    position: relative;
    top: auto;
    min-height: 460px;
  }

  .feature-grid,
  .solution-grid,
  .result-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    background-size: 62px 62px, 62px 62px, auto, auto, auto;
  }

  .site-header {
    padding: 18px 22px;
  }

  .brand {
    font-size: 1.55rem;
  }

  .brand-logo {
    width: 134px;
  }

  .main-nav {
    top: 72px;
  }

  .hero {
    min-height: 920px;
    padding: 108px 22px 28px;
  }

  .hero::before {
    background-position: 58% top;
  }

  .hero::after {
    background:
      radial-gradient(ellipse at 62% 18%, rgba(73, 70, 255, 0.18), transparent 42%),
      linear-gradient(90deg, rgba(5, 6, 13, 0.98) 0%, rgba(5, 6, 13, 0.86) 72%, rgba(5, 6, 13, 0.5) 100%),
      linear-gradient(180deg, rgba(5, 6, 13, 0.16) 0%, rgba(5, 6, 13, 0.22) 46%, rgba(5, 6, 13, 0.99) 100%);
  }

  .hero-content {
    padding-top: 0;
  }

  .hero h1 {
    font-size: clamp(3rem, 13vw, 4.6rem);
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
    justify-content: space-between;
  }

  .trusted-slider {
    width: 100%;
  }

  .trusted-track {
    gap: 24px;
    animation-duration: 30s;
  }

  .trusted-logo {
    width: 128px;
    height: 46px;
    flex-basis: 128px;
  }

  .trusted-logo img {
    max-width: 108px;
    max-height: 32px;
  }

  .stat-panel {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 520px;
  }

  .stat-panel article,
  .stat-panel article:nth-child(even),
  .stat-panel article:nth-child(5) {
    border-left: 0;
  }

  .stat-panel article {
    min-height: 132px;
    padding: 24px 20px;
  }

  .stat-panel .stat-card-featured {
    min-height: 224px;
  }

  .stat-panel .stat-card-featured strong {
    font-size: clamp(5rem, 25vw, 6.8rem);
  }

  .stat-panel .stat-card-edge {
    min-height: 118px;
    opacity: 0.82;
  }

  .ecosystem-section,
  .approach-section,
  .solutions-section,
  .results-section,
  .audit-section,
  .site-footer {
    padding-right: 22px;
    padding-left: 22px;
  }

  .ecosystem-section {
    padding-top: 36px;
  }

  .approach-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .approach-shell {
    gap: 34px;
  }

  .approach-visual {
    min-height: 390px;
  }

  .flow-map {
    min-height: 390px;
  }

  .flow-core {
    width: 188px;
    min-height: 126px;
    padding: 22px;
  }

  .flow-node {
    width: 132px;
    padding: 12px 13px;
  }

  .flow-node strong {
    font-size: 0.88rem;
  }

  .flow-node-a {
    top: 28px;
    left: 22px;
  }

  .flow-node-b {
    right: 18px;
  }

  .flow-node-c {
    bottom: 28px;
    left: 28px;
  }

  .flow-line-a {
    top: 138px;
    left: 118px;
    width: 164px;
    transform: rotate(28deg);
  }

  .flow-line-b {
    top: 236px;
    left: 182px;
    width: 142px;
    transform: rotate(-5deg);
  }

  .flow-line-c {
    top: 270px;
    left: 92px;
    width: 148px;
    transform: rotate(-39deg);
  }

  .feature-grid,
  .approach-grid,
  .solution-grid,
  .result-cards,
  .audit-form {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .feature-icon {
    width: 48px;
    height: 48px;
  }

  .approach-grid article,
  .solution-grid article,
  .result-cards article {
    min-height: 0;
    padding: 22px;
  }

  .audit-card {
    padding: 24px;
  }

  .contact-card {
    gap: 24px;
  }

  .audit-form button {
    width: 100%;
    justify-content: space-between;
  }

  .site-footer {
    display: grid;
  }

  .cookie-banner {
    right: 16px;
    bottom: 16px;
    left: 16px;
    grid-template-columns: 1fr;
    width: auto;
  }
}

/* Final method layout, matching the stacked timeline mockup. */
.approach-section.method-section {
  width: 100%;
  max-width: none;
  padding: clamp(84px, 7.4vw, 116px) 0 clamp(70px, 6.5vw, 98px);
  background:
    radial-gradient(circle at 18% 9%, rgba(123, 73, 255, 0.055), transparent 28%),
    radial-gradient(circle at 84% 30%, rgba(16, 132, 255, 0.035), transparent 28%),
    linear-gradient(180deg, #fcfcff 0%, #ffffff 48%, #fbfbff 100%);
  color: #090d26;
}

.approach-section.method-section::before {
  display: none;
}

.method-section .method-wrap {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 0 clamp(22px, 5.4vw, 72px);
}

.method-section .method-hero {
  display: block;
  max-width: 610px;
  margin-bottom: clamp(34px, 4.5vw, 52px);
}

.method-section .method-intro {
  gap: 16px;
}

.method-section .method-intro .eyebrow {
  color: #6d35ff;
  font-size: 0.7rem;
  font-weight: 650;
}

.approach-section.method-section .method-intro h2 {
  color: #080d27;
  font-size: clamp(2.65rem, 4.65vw, 4.65rem);
  font-weight: 560;
  line-height: 1.04;
}

.approach-section.method-section .method-intro h2 span {
  background: linear-gradient(102deg, #5236ff, #7b42ff 58%, #9b65ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.method-section .method-intro p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(21, 28, 55, 0.66);
  font-size: clamp(0.96rem, 1.15vw, 1.06rem);
  line-height: 1.76;
}

.method-section .method-pill {
  min-height: 38px;
  padding: 0 15px 0 10px;
  border-color: rgba(111, 80, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 30px rgba(75, 62, 160, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  color: #171b2d;
  font-size: 0.78rem;
}

.method-section .method-pill span:first-child {
  color: #6d35ff;
}

.method-section .method-timeline {
  position: relative;
  display: grid;
  gap: clamp(18px, 2.5vw, 25px);
  padding: 4px 0 0 68px;
}

.method-section .method-rail {
  position: absolute;
  top: 4px;
  bottom: 6px;
  left: 0;
  width: 76px;
  height: calc(100% - 10px);
  overflow: visible;
  transform: none;
}

.method-section .method-rail path {
  fill: none;
  stroke: rgba(118, 81, 255, 0.62);
  stroke-width: 1.35;
  stroke-dasharray: none;
  filter: drop-shadow(0 0 5px rgba(118, 81, 255, 0.14));
  animation: none;
}

.method-section .method-step,
.method-section .method-step-left,
.method-section .method-step-right {
  position: relative;
  display: block;
  min-height: 0;
}

.method-section .method-step .method-copy,
.method-section .method-step .method-dot,
.method-section .method-step .method-media {
  grid-row: auto;
  grid-column: auto;
}

.method-section .method-dot {
  position: absolute;
  top: 50%;
  left: -42px;
  z-index: 3;
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(88, 58, 218, 0.12), 0 0 20px rgba(109, 53, 255, 0.1);
  transform: translateY(-50%);
}

.method-section .method-dot::before {
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  content: "";
  background: linear-gradient(135deg, #7e4dff, #5f37ff);
  box-shadow: 0 0 12px rgba(109, 53, 255, 0.36);
}

.method-section .method-dot::after {
  display: none;
}

.method-section .method-card {
  display: grid;
  grid-template-columns: 88px minmax(260px, 1fr) minmax(220px, 0.66fr);
  gap: clamp(20px, 3vw, 38px);
  align-items: center;
  min-height: 138px;
  padding: clamp(18px, 2.5vw, 23px) clamp(22px, 3.3vw, 32px);
  border: 1px solid rgba(116, 112, 155, 0.085);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(53, 55, 91, 0.052), inset 0 1px 0 rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
}

.method-section .method-number {
  display: grid;
  min-height: 78px;
  align-items: center;
  justify-items: center;
  border-right: 1px solid rgba(52, 58, 96, 0.09);
  background: linear-gradient(120deg, #4c37ff, #7a4cff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(1.45rem, 2.25vw, 2.05rem);
  font-weight: 560;
  line-height: 1;
}

.method-section .method-copy {
  display: grid;
  gap: 8px;
}

.method-section .method-copy h3 {
  color: #090d26;
  font-size: clamp(0.98rem, 1.22vw, 1.12rem);
  font-weight: 620;
  line-height: 1.28;
}

.method-section .method-copy p {
  max-width: 330px;
  color: rgba(19, 26, 52, 0.58);
  font-size: 0.84rem;
  line-height: 1.64;
}

.method-section .method-media {
  display: grid;
  min-height: 100px;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 72% 18%, rgba(128, 87, 255, 0.08), transparent 34%),
    linear-gradient(135deg, #f7f5ff, #f0eefb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.method-section .media-placeholder-icon {
  position: relative;
  width: 25px;
  height: 22px;
  border: 1.5px solid rgba(96, 102, 132, 0.42);
  border-radius: 5px;
}

.method-section .media-placeholder-icon::before,
.method-section .media-placeholder-icon::after {
  position: absolute;
  content: "";
}

.method-section .media-placeholder-icon::before {
  top: 5px;
  right: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(96, 102, 132, 0.42);
}

.method-section .media-placeholder-icon::after {
  right: 5px;
  bottom: 5px;
  left: 5px;
  height: 10px;
  border-radius: 3px 3px 2px 2px;
  background:
    linear-gradient(135deg, transparent 0 45%, rgba(96, 102, 132, 0.42) 46% 55%, transparent 56%),
    linear-gradient(45deg, transparent 0 45%, rgba(96, 102, 132, 0.42) 46% 55%, transparent 56%);
}

.method-section .method-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(18px, 2.6vw, 28px);
  width: calc(100% - 68px);
  margin: clamp(24px, 3.3vw, 34px) 0 0 68px;
  padding: clamp(20px, 2.6vw, 27px);
  border: 1px solid rgba(116, 112, 155, 0.085);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(53, 55, 91, 0.052), inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.method-section .method-mark {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(135deg, #7b4dff, #b894ff);
  font-size: 1.08rem;
  box-shadow: 0 14px 32px rgba(123, 73, 255, 0.16);
}

.method-section .method-bottom h3 {
  color: #090d26;
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  font-weight: 620;
}

.method-section .method-bottom p {
  color: rgba(19, 26, 52, 0.62);
}

.method-section .method-bottom .button {
  min-height: 48px;
  padding: 0 22px;
  border-color: rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, #151515, #07080c);
  box-shadow: 0 14px 30px rgba(18, 18, 28, 0.16);
  font-size: 0.84rem;
}

@media (max-width: 900px) {
  .method-section .method-timeline {
    padding-left: 50px;
  }

  .method-section .method-rail {
    left: -14px;
  }

  .method-section .method-dot {
    left: -38px;
  }

  .method-section .method-card {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .method-section .method-media {
    grid-column: 1 / -1;
  }

  .method-section .method-bottom {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}

@media (max-width: 640px) {
  .approach-section.method-section {
    padding: 70px 0;
  }

  .method-section .method-wrap {
    padding: 0 18px;
  }

  .approach-section.method-section .method-intro h2 {
    font-size: clamp(2.18rem, 9.8vw, 3.05rem);
    line-height: 1.08;
  }

  .method-section .method-timeline {
    gap: 16px;
    padding-left: 28px;
  }

  .method-section .method-rail {
    left: -30px;
    width: 66px;
  }

  .method-section .method-dot {
    left: -29px;
    width: 22px;
    height: 22px;
  }

  .method-section .method-dot::before {
    inset: 7px;
  }

  .method-section .method-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    align-items: start;
    padding: 18px 18px 18px 20px;
    border-radius: 16px;
  }

  .method-section .method-number {
    min-height: 0;
    justify-items: center;
    padding-top: 2px;
    border-right: 1px solid rgba(52, 58, 96, 0.08);
    font-size: 1.35rem;
  }

  .method-section .method-copy p {
    max-width: none;
  }

  .method-section .method-media {
    display: none;
  }

  .method-section .method-bottom {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    justify-items: start;
    margin-left: 28px;
    border-radius: 16px;
  }

  .method-section .method-bottom .button {
    width: 100%;
    justify-content: space-between;
  }
}

/* Terminal override: centered and constant approach timeline axis. */
.method-section .method-timeline {
  --method-axis-x: 28px;
  --method-axis-pad: 68px;
  --method-dot-size: 20px;
  padding-left: var(--method-axis-pad);
}

.method-section .method-rail {
  display: none;
}

.method-section .method-timeline::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: var(--method-axis-x);
  width: 1px;
  content: "";
  background:
    linear-gradient(180deg, transparent 0%, rgba(105, 72, 255, 0.42) 8%, rgba(105, 72, 255, 0.56) 50%, rgba(105, 72, 255, 0.42) 92%, transparent 100%);
  box-shadow: 0 0 12px rgba(105, 72, 255, 0.12);
}

.method-section .method-dot {
  left: calc(var(--method-axis-x) - var(--method-axis-pad) - (var(--method-dot-size) / 2));
  width: var(--method-dot-size);
  height: var(--method-dot-size);
  border: 1px solid rgba(118, 81, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 255, 0.94));
  box-shadow: 0 10px 24px rgba(88, 58, 218, 0.095), 0 0 0 5px rgba(118, 81, 255, 0.045);
}

.method-section .method-dot::before {
  inset: calc((var(--method-dot-size) - 6px) / 2);
  background: linear-gradient(135deg, #7048ff, #5d38f2);
  box-shadow: 0 0 10px rgba(109, 53, 255, 0.28);
}

.method-section .method-dot::after {
  display: none;
}

@media (max-width: 900px) {
  .method-section .method-timeline {
    --method-axis-x: 22px;
    --method-axis-pad: 54px;
    --method-dot-size: 19px;
    padding-left: var(--method-axis-pad);
  }
}

@media (max-width: 640px) {
  .method-section .method-timeline {
    --method-axis-x: 12px;
    --method-axis-pad: 30px;
    --method-dot-size: 17px;
    padding-left: var(--method-axis-pad);
  }

  .method-section .method-timeline::before {
    top: 10px;
    bottom: 10px;
  }
}

.method-section .method-media {
  position: relative;
  background: #111522;
  isolation: isolate;
}

.method-section .method-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 34%),
    radial-gradient(circle at 74% 22%, rgba(126, 77, 255, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(8, 10, 20, 0.1), rgba(8, 10, 20, 0.22));
  pointer-events: none;
}

.method-section .method-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(0.92) contrast(0.96);
  transform: scale(1.012);
}

@media (max-width: 640px) {
  .method-section .method-media {
    display: grid;
    grid-column: 1 / -1;
    min-height: 92px;
    margin-top: 2px;
  }
}

@media (max-width: 640px) {
  .method-section .method-step .method-media {
    display: grid;
    grid-column: 1 / -1;
    min-height: 104px;
  }
}

.method-section .method-step .method-media {
  height: clamp(96px, 9vw, 112px);
  min-height: 0;
}

.method-section .method-step .method-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

@media (max-width: 640px) {
  .method-section .method-step .method-media {
    height: 104px;
    min-height: 0;
  }
}

.method-section .method-timeline {
  --method-progress: 1;
}

.method-section .method-timeline::before {
  background:
    linear-gradient(180deg, transparent 0%, rgba(105, 72, 255, 0.11) 8%, rgba(105, 72, 255, 0.15) 50%, rgba(105, 72, 255, 0.11) 92%, transparent 100%);
  box-shadow: none;
}

.method-section .method-timeline::after {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: var(--method-axis-x);
  width: 1px;
  content: "";
  background:
    linear-gradient(180deg, transparent 0%, rgba(105, 72, 255, 0.44) 8%, rgba(105, 72, 255, 0.68) 50%, rgba(105, 72, 255, 0.44) 92%, transparent 100%);
  box-shadow: 0 0 14px rgba(105, 72, 255, 0.14);
  transform: scaleY(var(--method-progress));
  transform-origin: top center;
}

.js-enabled .method-section .method-timeline {
  --method-progress: 0;
}

.js-enabled .method-section .method-timeline::after {
  transition: transform 180ms linear;
}

.js-enabled .method-section .method-card {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(22px) scale(0.988);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 760ms ease;
  transition-delay: calc(var(--method-step-index, 0) * 30ms);
  will-change: opacity, filter, transform;
}

.js-enabled .method-section .method-step.is-visible .method-card {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.js-enabled .method-section .method-dot {
  opacity: 0.42;
  transform: translateY(-50%) scale(0.72);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 620ms ease;
}

.js-enabled .method-section .method-step.is-visible .method-dot {
  opacity: 1;
  box-shadow: 0 10px 24px rgba(88, 58, 218, 0.12), 0 0 0 6px rgba(118, 81, 255, 0.06);
  transform: translateY(-50%) scale(1);
}

.js-enabled .method-section .method-media img {
  opacity: 0.72;
  transform: scale(1.05);
  transition:
    opacity 920ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js-enabled .method-section .method-step.is-visible .method-media img {
  opacity: 0.88;
  transform: scale(1.012);
}

@media (max-width: 640px) {
  .method-section .method-timeline::after {
    top: 10px;
    bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .method-section .method-timeline::after,
  .js-enabled .method-section .method-card,
  .js-enabled .method-section .method-dot,
  .js-enabled .method-section .method-media img {
    transition: none;
  }

  .js-enabled .method-section .method-card,
  .js-enabled .method-section .method-dot,
  .js-enabled .method-section .method-media img {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .js-enabled .method-section .method-dot {
    transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  .method-section .method-card {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .method-section .method-media,
  .method-section .method-step .method-media {
    display: none;
  }
}

/* Ecosystem redesign */
.ecosystem-section {
  position: relative;
  display: block;
  grid-template-columns: none;
  gap: 0;
  align-items: initial;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(92px, 8vw, 132px) clamp(24px, 6vw, 96px) clamp(82px, 7vw, 118px);
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(38, 130, 255, 0.14), transparent 29%),
    radial-gradient(circle at 84% 20%, rgba(123, 54, 255, 0.14), transparent 30%),
    radial-gradient(circle at 50% 62%, rgba(112, 72, 255, 0.13), transparent 42%),
    linear-gradient(180deg, #040712 0%, #060915 48%, #03050d 100%);
  color: var(--text);
}

.ecosystem-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.021) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  pointer-events: none;
}

.ecosystem-section::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 7, 18, 0.98), rgba(4, 7, 18, 0.5) 42%, rgba(4, 7, 18, 0.9)),
    radial-gradient(ellipse at 50% 38%, transparent 0%, rgba(3, 5, 13, 0.28) 64%, rgba(3, 5, 13, 0.78) 100%);
  pointer-events: none;
}

.ecosystem-section > * {
  position: relative;
  z-index: 1;
}

.ecosystem-header,
.ecosystem-stage,
.ecosystem-bottom {
  width: min(100%, 1500px);
  margin-right: auto;
  margin-left: auto;
}

.ecosystem-header {
  display: grid;
  grid-template-columns: minmax(440px, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(36px, 5vw, 86px);
  align-items: start;
}

.ecosystem-copy {
  display: grid;
  gap: 22px;
  max-width: 700px;
}

.ecosystem-copy .eyebrow {
  color: #a978ff;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
}

.ecosystem-section h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.85rem, 4vw, 4.85rem);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.02;
}

.ecosystem-section h2 span {
  background: linear-gradient(100deg, #8f57ff 0%, #6d42ff 52%, #2e91ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.ecosystem-copy > p:not(.eyebrow),
.ecosystem-controls > p {
  margin: 0;
  color: rgba(248, 249, 255, 0.74);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 400;
  line-height: 1.72;
}

.ecosystem-action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-self: start;
  min-height: 52px;
  padding: 0 20px 0 12px;
  border: 1px solid rgba(176, 144, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 520;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.ecosystem-action:hover {
  border-color: rgba(176, 144, 255, 0.68);
  background: rgba(120, 80, 255, 0.1);
  transform: translateY(-1px);
}

.ecosystem-action-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(164, 129, 255, 0.68);
  border-radius: 50%;
  color: #d8c5ff;
  background: rgba(106, 68, 255, 0.14);
}

.ecosystem-action-icon svg,
.ecosystem-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.ecosystem-controls {
  display: grid;
  gap: 28px;
  justify-items: end;
  padding-top: 10px;
}

.ecosystem-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 860px);
  min-height: 70px;
  padding: 10px;
  border: 1px solid rgba(164, 174, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.026);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.065), 0 22px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.ecosystem-tabs button {
  min-width: 0;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 0.98rem;
  font-weight: 460;
  letter-spacing: 0;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ecosystem-tabs button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
}

.ecosystem-tabs button.is-active {
  color: #fff;
  background:
    radial-gradient(circle at 28% 0%, rgba(151, 92, 255, 0.42), transparent 58%),
    linear-gradient(135deg, rgba(91, 58, 255, 0.72), rgba(76, 43, 166, 0.64));
  box-shadow: 0 14px 32px rgba(86, 56, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.17);
}

.ecosystem-controls > p {
  max-width: 640px;
  padding-right: 52px;
}

.ecosystem-stage {
  position: relative;
  min-height: clamp(410px, 33vw, 510px);
  margin-top: clamp(42px, 5.4vw, 76px);
  isolation: isolate;
}

.ecosystem-orbit {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 0;
  width: clamp(420px, 44vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(118, 81, 255, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(100, 63, 255, 0.13), transparent 47%),
    radial-gradient(circle, transparent 0 39%, rgba(84, 60, 255, 0.18) 40%, transparent 40.4%),
    radial-gradient(circle, transparent 0 62%, rgba(124, 96, 255, 0.12) 63%, transparent 63.4%);
  box-shadow: 0 0 90px rgba(88, 52, 255, 0.13);
  transform: translate(-50%, -50%);
}

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

.ecosystem-orbit::before {
  inset: 16%;
  border: 1px solid rgba(118, 81, 255, 0.28);
}

.ecosystem-orbit::after {
  inset: -3px;
  border: 1px dashed rgba(147, 92, 255, 0.26);
  animation: ecosystem-spin 24s linear infinite;
}

.ecosystem-flow {
  position: absolute;
  right: 0;
  bottom: clamp(16px, 3vw, 34px);
  left: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 44px);
  align-items: start;
}

.ecosystem-flow::before {
  position: absolute;
  top: clamp(58px, 5vw, 68px);
  right: 9%;
  left: 9%;
  height: 1px;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(154, 109, 255, 0.26) 8%, rgba(154, 109, 255, 0.82) 50%, rgba(154, 109, 255, 0.26) 92%, transparent);
  box-shadow: 0 0 18px rgba(125, 83, 255, 0.34);
}

.ecosystem-node {
  position: relative;
  display: grid;
  gap: 18px;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.ecosystem-node::after {
  position: absolute;
  top: clamp(54px, 5vw, 64px);
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #fff;
  box-shadow: 0 0 18px rgba(152, 105, 255, 0.9), 0 0 0 4px rgba(119, 80, 255, 0.18);
  transform: translate(-50%, -50%);
}

.ecosystem-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: clamp(104px, 8.7vw, 132px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(162, 128, 255, 0.34);
  border-radius: 28px;
  color: #be93ff;
  background:
    radial-gradient(circle at 50% 18%, rgba(171, 110, 255, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.032));
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.ecosystem-icon svg {
  width: clamp(38px, 3.4vw, 50px);
  height: clamp(38px, 3.4vw, 50px);
  stroke-width: 1.55;
}

.ecosystem-node.is-primary .ecosystem-icon {
  color: #d0aeff;
  border-color: rgba(180, 139, 255, 0.48);
  background:
    radial-gradient(circle at 50% 35%, rgba(153, 93, 255, 0.28), transparent 52%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: 0 30px 76px rgba(90, 54, 255, 0.21), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.ecosystem-node h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 1.5vw, 1.48rem);
  font-weight: 560;
  line-height: 1.18;
}

.ecosystem-node p {
  max-width: 230px;
  margin: -8px 0 0;
  color: rgba(248, 249, 255, 0.66);
  font-size: clamp(0.92rem, 1.05vw, 1.02rem);
  line-height: 1.5;
}

.ecosystem-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  max-width: 1180px;
  margin-top: clamp(44px, 4.8vw, 74px);
  padding: 28px 34px;
  border: 1px solid rgba(154, 166, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.074), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.024);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.085);
  backdrop-filter: blur(18px);
}

.ecosystem-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(170, 133, 255, 0.2);
  border-radius: 14px;
  color: #f1eaff;
  background:
    radial-gradient(circle at 58% 30%, rgba(255, 255, 255, 0.34), transparent 22%),
    linear-gradient(135deg, rgba(126, 75, 255, 0.82), rgba(68, 48, 176, 0.68));
  box-shadow: 0 20px 44px rgba(91, 58, 255, 0.21);
  font-size: 1.42rem;
}

.ecosystem-bottom h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.12rem, 1.5vw, 1.36rem);
  font-weight: 560;
  line-height: 1.25;
}

.ecosystem-bottom p {
  margin: 8px 0 0;
  color: rgba(248, 249, 255, 0.66);
  font-size: 1rem;
  line-height: 1.45;
}

.ecosystem-bottom .button {
  min-height: 58px;
  border-color: rgba(186, 155, 255, 0.45);
  background: rgba(255, 255, 255, 0.028);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.js-enabled .ecosystem-node {
  opacity: 0;
  transform: translateY(20px);
  animation: ecosystem-rise 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--ecosystem-index, 0) * 90ms);
}

.js-enabled .ecosystem-flow::before {
  transform: scaleX(0);
  transform-origin: left center;
  animation: ecosystem-line 1100ms cubic-bezier(0.22, 1, 0.36, 1) 140ms forwards;
}

.ecosystem-node.is-switching h3,
.ecosystem-node.is-switching p {
  animation: ecosystem-text-switch 260ms ease;
}

@keyframes ecosystem-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ecosystem-line {
  to {
    transform: scaleX(1);
  }
}

@keyframes ecosystem-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ecosystem-text-switch {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1320px) {
  .ecosystem-header {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ecosystem-controls {
    justify-items: start;
  }

  .ecosystem-controls > p {
    max-width: 780px;
    padding-right: 0;
  }

  .ecosystem-stage {
    min-height: 500px;
  }

  .ecosystem-flow {
    gap: 18px;
  }

  .ecosystem-node p {
    max-width: 190px;
  }
}

@media (max-width: 880px) {
  .ecosystem-section {
    padding: 78px 22px 76px;
  }

  .ecosystem-section h2 {
    font-size: clamp(2.55rem, 10vw, 4.2rem);
  }

  .ecosystem-tabs {
    display: flex;
    width: 100%;
    min-height: 60px;
    overflow-x: auto;
    padding: 8px;
    border-radius: 22px;
    scrollbar-width: none;
  }

  .ecosystem-tabs::-webkit-scrollbar {
    display: none;
  }

  .ecosystem-tabs button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 18px;
    font-size: 0.92rem;
  }

  .ecosystem-stage {
    min-height: auto;
    margin-top: 38px;
  }

  .ecosystem-orbit,
  .ecosystem-flow::before,
  .ecosystem-node::after {
    display: none;
  }

  .ecosystem-flow {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ecosystem-node {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 8px 16px;
    justify-items: start;
    align-items: center;
    min-height: 104px;
    padding: 16px;
    border: 1px solid rgba(154, 166, 255, 0.14);
    border-radius: 18px;
    text-align: left;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
      rgba(255, 255, 255, 0.024);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  }

  .ecosystem-icon {
    grid-row: 1 / span 2;
    width: 64px;
    border-radius: 16px;
  }

  .ecosystem-icon svg {
    width: 30px;
    height: 30px;
  }

  .ecosystem-node h3 {
    align-self: end;
    font-size: 1.08rem;
  }

  .ecosystem-node p {
    max-width: none;
    margin: 0;
    font-size: 0.9rem;
  }

  .ecosystem-bottom {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 20px;
  }

  .ecosystem-bottom .button {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 560px) {
  .ecosystem-copy {
    gap: 18px;
  }

  .ecosystem-action {
    width: 100%;
    justify-content: center;
  }

  .ecosystem-tabs {
    margin-right: -2px;
    margin-left: -2px;
  }

  .ecosystem-node {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 94px;
    padding: 14px;
  }

  .ecosystem-icon {
    width: 54px;
  }

  .ecosystem-icon svg {
    width: 27px;
    height: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ecosystem-orbit::after,
  .js-enabled .ecosystem-node,
  .js-enabled .ecosystem-flow::before,
  .ecosystem-node.is-switching h3,
  .ecosystem-node.is-switching p {
    animation: none;
  }

  .js-enabled .ecosystem-node,
  .js-enabled .ecosystem-flow::before {
    opacity: 1;
    transform: none;
  }
}

/* Ecosystem refinement pass */
.ecosystem-section {
  padding: clamp(88px, 7vw, 116px) clamp(24px, 5.2vw, 84px) clamp(86px, 7vw, 112px);
  scroll-margin-top: 104px;
  background:
    radial-gradient(circle at 18% 18%, rgba(42, 130, 255, 0.075), transparent 32%),
    radial-gradient(circle at 82% 22%, rgba(116, 70, 255, 0.085), transparent 34%),
    linear-gradient(180deg, #050814 0%, #070a15 54%, #04060f 100%);
}

.ecosystem-section::before {
  opacity: 0.42;
  background-size: 104px 104px;
}

.ecosystem-section::after {
  background:
    linear-gradient(90deg, rgba(5, 8, 20, 0.92), rgba(5, 8, 20, 0.2) 48%, rgba(5, 8, 20, 0.74)),
    radial-gradient(ellipse at 50% 50%, transparent 0%, rgba(4, 6, 15, 0.42) 74%, rgba(4, 6, 15, 0.78) 100%);
}

.ecosystem-header,
.ecosystem-stage {
  width: min(100%, 1340px);
}

.ecosystem-header {
  grid-template-columns: minmax(410px, 0.82fr) minmax(520px, 1fr);
  gap: clamp(44px, 5.2vw, 82px);
  align-items: start;
}

.ecosystem-copy {
  max-width: 590px;
  gap: 18px;
}

.ecosystem-copy .eyebrow {
  color: rgba(174, 126, 255, 0.88);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.ecosystem-section h2 {
  max-width: 640px;
  font-size: clamp(2.45rem, 3.45vw, 4.05rem);
  font-weight: 470;
  line-height: 1.07;
}

.ecosystem-copy > p:not(.eyebrow),
.ecosystem-controls > p {
  color: rgba(248, 249, 255, 0.68);
  font-size: clamp(0.96rem, 1.08vw, 1.08rem);
  line-height: 1.68;
}

.ecosystem-action {
  min-height: 46px;
  padding: 0 18px 0 10px;
  border-color: rgba(168, 137, 255, 0.26);
  font-size: 0.91rem;
  font-weight: 480;
  background: rgba(255, 255, 255, 0.018);
}

.ecosystem-action-icon {
  width: 30px;
  height: 30px;
  color: rgba(225, 210, 255, 0.92);
  background: rgba(106, 68, 255, 0.09);
}

.ecosystem-action-icon svg {
  width: 17px;
  height: 17px;
}

.ecosystem-controls {
  gap: 22px;
  padding-top: 4px;
}

.ecosystem-tabs {
  width: min(100%, 780px);
  min-height: 58px;
  padding: 7px;
  border-color: rgba(173, 184, 255, 0.15);
  background: rgba(255, 255, 255, 0.018);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 48px rgba(0, 0, 0, 0.17);
}

.ecosystem-tabs button {
  min-height: 42px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 440;
  white-space: nowrap;
}

.ecosystem-tabs button.is-active {
  background:
    radial-gradient(circle at 30% 0%, rgba(145, 82, 255, 0.26), transparent 60%),
    linear-gradient(135deg, rgba(91, 58, 255, 0.46), rgba(54, 37, 124, 0.52));
  box-shadow: 0 10px 24px rgba(86, 56, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ecosystem-controls > p {
  max-width: 610px;
  padding-right: 14px;
}

.ecosystem-stage {
  min-height: clamp(350px, 29vw, 430px);
  margin-top: clamp(52px, 5vw, 76px);
}

.ecosystem-orbit {
  top: 47%;
  width: clamp(360px, 38vw, 560px);
  border-color: rgba(118, 81, 255, 0.16);
  background:
    radial-gradient(circle, rgba(100, 63, 255, 0.065), transparent 48%),
    radial-gradient(circle, transparent 0 40%, rgba(84, 60, 255, 0.105) 40.2%, transparent 40.5%),
    radial-gradient(circle, transparent 0 63%, rgba(124, 96, 255, 0.085) 63.2%, transparent 63.5%);
  box-shadow: 0 0 70px rgba(88, 52, 255, 0.065);
}

.ecosystem-orbit::before {
  border-color: rgba(118, 81, 255, 0.17);
}

.ecosystem-orbit::after {
  border-color: rgba(147, 92, 255, 0.16);
}

.ecosystem-flow {
  bottom: clamp(14px, 2.6vw, 26px);
  gap: clamp(16px, 2.2vw, 34px);
}

.ecosystem-flow::before {
  top: clamp(45px, 4.4vw, 55px);
  right: 10%;
  left: 10%;
  background:
    linear-gradient(90deg, transparent, rgba(154, 109, 255, 0.18) 8%, rgba(154, 109, 255, 0.52) 50%, rgba(154, 109, 255, 0.18) 92%, transparent);
  box-shadow: 0 0 10px rgba(125, 83, 255, 0.18);
}

.ecosystem-node {
  gap: 14px;
}

.ecosystem-node::after {
  top: clamp(42px, 4.4vw, 52px);
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 12px rgba(152, 105, 255, 0.58), 0 0 0 3px rgba(119, 80, 255, 0.12);
}

.ecosystem-icon {
  width: clamp(82px, 6.8vw, 102px);
  border-color: rgba(162, 128, 255, 0.22);
  border-radius: 22px;
  color: rgba(199, 161, 255, 0.9);
  background:
    radial-gradient(circle at 50% 18%, rgba(171, 110, 255, 0.095), transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.022));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.095);
}

.ecosystem-icon svg {
  width: clamp(28px, 2.65vw, 38px);
  height: clamp(28px, 2.65vw, 38px);
  stroke-width: 1.45;
}

.ecosystem-node.is-primary .ecosystem-icon {
  color: rgba(214, 187, 255, 0.95);
  border-color: rgba(180, 139, 255, 0.32);
  background:
    radial-gradient(circle at 50% 35%, rgba(153, 93, 255, 0.16), transparent 54%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028));
  box-shadow: 0 22px 52px rgba(90, 54, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ecosystem-node h3 {
  font-size: clamp(1.02rem, 1.22vw, 1.22rem);
  font-weight: 500;
}

.ecosystem-node p {
  max-width: 205px;
  margin-top: -6px;
  color: rgba(248, 249, 255, 0.6);
  font-size: clamp(0.82rem, 0.92vw, 0.92rem);
  line-height: 1.48;
}

.ecosystem-bottom {
  max-width: 1050px;
  margin-top: clamp(36px, 4.2vw, 58px);
  padding: 20px 24px;
  border-color: rgba(154, 166, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.018);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.066);
}

.ecosystem-mark {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 58% 30%, rgba(255, 255, 255, 0.24), transparent 22%),
    linear-gradient(135deg, rgba(126, 75, 255, 0.58), rgba(68, 48, 176, 0.5));
  box-shadow: 0 14px 30px rgba(91, 58, 255, 0.13);
  font-size: 1.12rem;
}

.ecosystem-bottom h3 {
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 500;
}

.ecosystem-bottom p {
  margin-top: 5px;
  color: rgba(248, 249, 255, 0.58);
  font-size: 0.9rem;
}

.ecosystem-bottom .button {
  min-height: 48px;
  padding: 0 20px;
  border-color: rgba(186, 155, 255, 0.28);
  font-size: 0.88rem;
  background: rgba(255, 255, 255, 0.018);
}

@media (max-width: 1120px) {
  .ecosystem-header {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ecosystem-controls {
    justify-items: start;
  }

  .ecosystem-controls > p {
    max-width: 760px;
    padding-right: 0;
  }
}

@media (max-width: 880px) {
  .ecosystem-section {
    padding: 72px 22px 72px;
  }

  .ecosystem-section h2 {
    font-size: clamp(2.18rem, 8.8vw, 3.35rem);
  }

  .ecosystem-tabs {
    min-height: 54px;
    padding: 6px;
    border-radius: 18px;
  }

  .ecosystem-tabs button {
    min-height: 40px;
    padding: 0 15px;
    font-size: 0.86rem;
  }

  .ecosystem-stage {
    margin-top: 32px;
  }

  .ecosystem-node {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 88px;
    padding: 13px 14px;
    border-radius: 15px;
  }

  .ecosystem-icon {
    width: 52px;
    border-radius: 14px;
  }

  .ecosystem-icon svg {
    width: 25px;
    height: 25px;
  }

  .ecosystem-node h3 {
    font-size: 0.98rem;
  }

  .ecosystem-node p {
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .ecosystem-bottom {
    padding: 20px;
    border-radius: 16px;
  }
}

@media (max-width: 1320px) {
  .ecosystem-header {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ecosystem-copy {
    max-width: 760px;
  }

  .ecosystem-section h2 {
    max-width: 760px;
  }

  .ecosystem-controls {
    justify-items: start;
  }

  .ecosystem-tabs {
    width: min(100%, 860px);
  }

  .ecosystem-controls > p {
    max-width: 760px;
    padding-right: 0;
  }
}

/* Ecosystem content detail */
.ecosystem-audit-note {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.ecosystem-audit-note h3 {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.12rem, 1.45vw, 1.38rem);
  font-weight: 480;
  line-height: 1.34;
}

.ecosystem-audit-note p {
  max-width: 760px;
  margin: 0;
  color: rgba(248, 249, 255, 0.58);
  font-size: clamp(0.88rem, 1vw, 0.98rem);
  line-height: 1.7;
}

.ecosystem-sector-context {
  display: grid;
  gap: 5px;
  max-width: 760px;
  color: rgba(248, 249, 255, 0.78);
}

.ecosystem-sector-context strong {
  color: #fff;
  font-size: clamp(0.98rem, 1.12vw, 1.08rem);
  font-weight: 520;
  line-height: 1.25;
}

.ecosystem-sector-context span {
  color: rgba(248, 249, 255, 0.52);
  font-size: clamp(0.82rem, 0.95vw, 0.9rem);
  line-height: 1.5;
}

.ecosystem-stage {
  min-height: clamp(470px, 37vw, 560px);
}

.ecosystem-flow {
  bottom: clamp(10px, 2vw, 22px);
}

.ecosystem-icon {
  width: clamp(70px, 5.8vw, 88px);
  border-radius: 19px;
}

.ecosystem-icon svg {
  width: clamp(25px, 2.2vw, 33px);
  height: clamp(25px, 2.2vw, 33px);
}

.ecosystem-flow::before {
  top: clamp(37px, 3.7vw, 46px);
}

.ecosystem-node::after {
  top: clamp(34px, 3.7vw, 43px);
}

.ecosystem-node {
  gap: 12px;
}

.ecosystem-node h3 {
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
}

.ecosystem-node ul {
  display: grid;
  gap: 5px;
  width: min(100%, 210px);
  margin: -3px 0 0;
  padding: 0;
  color: rgba(248, 249, 255, 0.58);
  font-size: clamp(0.76rem, 0.84vw, 0.84rem);
  line-height: 1.38;
  list-style: none;
}

.ecosystem-node li {
  position: relative;
  padding-left: 12px;
}

.ecosystem-node li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: "";
  background: rgba(184, 145, 255, 0.72);
  transform: translateY(-50%);
}

.ecosystem-node.is-switching h3,
.ecosystem-node.is-switching ul {
  animation: ecosystem-text-switch 260ms ease;
}

@media (max-width: 1320px) {
  .ecosystem-stage {
    min-height: 520px;
  }
}

@media (max-width: 880px) {
  .ecosystem-audit-note {
    gap: 9px;
  }

  .ecosystem-audit-note h3 {
    font-size: 1.08rem;
  }

  .ecosystem-audit-note p {
    font-size: 0.86rem;
  }

  .ecosystem-sector-context span {
    font-size: 0.8rem;
  }

  .ecosystem-stage {
    min-height: auto;
  }

  .ecosystem-node {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 122px;
    align-content: center;
  }

  .ecosystem-icon {
    width: 48px;
    border-radius: 13px;
  }

  .ecosystem-icon svg {
    width: 23px;
    height: 23px;
  }

  .ecosystem-node ul {
    max-width: none;
    width: auto;
    margin: 0;
    font-size: 0.8rem;
  }
}

/* Ecosystem modern compact pass */
.ecosystem-section {
  padding-top: clamp(74px, 6vw, 96px);
  padding-bottom: clamp(70px, 6vw, 92px);
  scroll-margin-top: 142px;
}

.ecosystem-header {
  gap: clamp(26px, 3.8vw, 56px);
}

.ecosystem-copy {
  gap: 16px;
}

.ecosystem-section h2 {
  max-width: 760px;
  font-size: clamp(2.35rem, 3.1vw, 3.7rem);
  line-height: 1.04;
}

.ecosystem-copy > p:not(.eyebrow) {
  max-width: 620px;
  font-size: clamp(0.98rem, 1.06vw, 1.08rem);
  line-height: 1.55;
}

.ecosystem-controls {
  gap: 18px;
}

.ecosystem-audit-note {
  gap: 7px;
  max-width: 720px;
  padding: 0;
  border: 0;
  background: transparent;
}

.ecosystem-audit-note h3 {
  font-size: clamp(1rem, 1.16vw, 1.16rem);
  font-weight: 500;
  line-height: 1.28;
}

.ecosystem-audit-note p {
  max-width: 690px;
  color: rgba(248, 249, 255, 0.48);
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: 1.55;
}

.ecosystem-tabs {
  width: min(100%, 760px);
  min-height: 48px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.014);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.ecosystem-tabs button {
  min-height: 36px;
  padding: 0 14px;
  font-size: 0.82rem;
  font-weight: 450;
}

.ecosystem-tabs button.is-active {
  background:
    linear-gradient(135deg, rgba(94, 61, 255, 0.42), rgba(56, 43, 126, 0.5));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.ecosystem-tabs button:focus,
.ecosystem-tabs button:focus-visible {
  outline: none;
}

.ecosystem-tabs button:focus-visible {
  box-shadow: 0 0 0 1px rgba(156, 119, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ecosystem-sector-context {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  max-width: 760px;
}

.ecosystem-sector-context strong {
  font-size: 0.92rem;
}

.ecosystem-sector-context span {
  max-width: 560px;
  overflow: hidden;
  color: rgba(248, 249, 255, 0.42);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ecosystem-stage {
  min-height: 0;
  margin-top: clamp(30px, 3.6vw, 46px);
}

.ecosystem-orbit {
  display: none;
}

.ecosystem-flow {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 16px);
}

.ecosystem-flow::before {
  top: 34px;
  right: 8%;
  left: 8%;
  opacity: 0.58;
}

.ecosystem-node {
  min-height: 148px;
  justify-items: start;
  align-content: start;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(154, 166, 255, 0.105);
  border-radius: 16px;
  text-align: left;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.017)),
    rgba(255, 255, 255, 0.014);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.ecosystem-node::after {
  top: 33px;
  left: 36px;
  width: 4px;
  height: 4px;
  box-shadow: 0 0 10px rgba(152, 105, 255, 0.42);
}

.ecosystem-icon {
  width: 42px;
  border-radius: 12px;
  border-color: rgba(162, 128, 255, 0.16);
  color: rgba(205, 174, 255, 0.82);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
}

.ecosystem-icon svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.55;
}

.ecosystem-node.is-primary .ecosystem-icon {
  border-color: rgba(180, 139, 255, 0.24);
  background: rgba(121, 76, 255, 0.08);
  box-shadow: none;
}

.ecosystem-node h3 {
  margin-top: 6px;
  font-size: clamp(0.94rem, 1vw, 1.03rem);
  font-weight: 510;
}

.ecosystem-node ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  max-width: none;
  margin: 0;
  color: rgba(248, 249, 255, 0.5);
  font-size: 0.7rem;
  line-height: 1.2;
}

.ecosystem-node li {
  max-width: 100%;
  padding: 5px 7px;
  overflow: hidden;
  border: 1px solid rgba(168, 137, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.018);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ecosystem-node li::before {
  display: none;
}

.ecosystem-node li:nth-child(n+3) {
  display: none;
}

.ecosystem-bottom {
  display: none;
}

@media (max-width: 1320px) {
  .ecosystem-stage {
    min-height: 0;
  }

  .ecosystem-tabs {
    width: min(100%, 760px);
  }
}

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

  .ecosystem-flow::before,
  .ecosystem-node::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .ecosystem-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .ecosystem-tabs {
    border-radius: 16px;
  }

  .ecosystem-sector-context span {
    white-space: normal;
  }

  .ecosystem-flow {
    grid-template-columns: 1fr;
  }

  .ecosystem-node {
    min-height: 0;
  }
}

/* Ecosystem locked proportions */
.ecosystem-flow {
  align-items: stretch;
}

.ecosystem-node {
  grid-template-columns: 1fr;
  grid-template-rows: 42px 24px 1fr;
  box-sizing: border-box;
  height: 164px;
  min-height: 164px;
  max-height: 164px;
  overflow: hidden;
}

.ecosystem-node h3 {
  align-self: end;
  width: 100%;
  min-width: 0;
  min-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ecosystem-node ul {
  align-content: start;
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
}

.ecosystem-node li {
  max-width: 100%;
}

@media (max-width: 940px) {
  .ecosystem-node {
    grid-template-rows: 42px 24px 1fr;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
  }
}

@media (max-width: 640px) {
  .ecosystem-node {
    grid-template-rows: 38px 22px 1fr;
    height: 134px;
    min-height: 134px;
    max-height: 134px;
  }

  .ecosystem-node h3 {
    min-height: 22px;
  }

  .ecosystem-node ul {
    min-height: 58px;
    max-height: 58px;
  }
}

/* Ecosystem frieze reveal */
.js-enabled .ecosystem-section .ecosystem-node {
  opacity: 1;
  transform: none;
  animation: none;
}

.js-enabled .ecosystem-section:not(.is-in-view) .ecosystem-node {
  opacity: 0;
  transform: translate3d(-12px, 8px, 0);
}

.js-enabled .ecosystem-flow::before {
  transform: scaleX(1);
  animation: none;
}

.js-enabled .ecosystem-section.is-in-view .ecosystem-flow.is-switching::before {
  transform-origin: left center;
  animation: ecosystem-frieze-line 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js-enabled .ecosystem-section.is-in-view .ecosystem-node.is-switching {
  animation: ecosystem-frieze-card 430ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
  animation-delay: calc(var(--ecosystem-index, 0) * 58ms);
}

.ecosystem-node.is-switching h3,
.ecosystem-node.is-switching ul {
  animation: none;
}

@keyframes ecosystem-frieze-card {
  0% {
    opacity: 0;
    transform: translate3d(-14px, 9px, 0) scale(0.985);
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes ecosystem-frieze-line {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  100% {
    opacity: 0.58;
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled .ecosystem-section:not(.is-in-view) .ecosystem-node,
  .js-enabled .ecosystem-section.is-in-view .ecosystem-node.is-switching,
  .js-enabled .ecosystem-section.is-in-view .ecosystem-flow.is-switching::before {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Final scale tuning */
.metrics-section {
  padding-top: clamp(58px, 5.4vw, 88px);
  padding-bottom: clamp(62px, 5.8vw, 92px);
}

.metrics-heading {
  gap: 10px;
  max-width: 660px;
  margin-bottom: clamp(28px, 3.4vw, 44px);
}

.metrics-heading h2 {
  font-size: clamp(1.72rem, 2.35vw, 2.85rem);
  font-weight: 380;
  line-height: 1.16;
  letter-spacing: 0;
}

.stat-panel {
  grid-template-columns: minmax(112px, 0.74fr) minmax(150px, 0.94fr) minmax(230px, 1.28fr) minmax(150px, 0.94fr) minmax(112px, 0.74fr);
  gap: clamp(10px, 1.25vw, 16px);
  width: min(100%, 1120px);
}

.stat-panel article {
  min-height: 142px;
  gap: 7px;
  padding: 22px 18px;
  border-color: rgba(154, 166, 255, 0.11);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    rgba(7, 10, 18, 0.62);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.046);
}

.stat-panel .stat-card-edge {
  min-height: 118px;
  opacity: 0.78;
  transform: scale(0.96);
}

.stat-panel .stat-card-featured {
  min-height: 218px;
  padding: 30px 22px;
  border-color: rgba(120, 92, 255, 0.32);
  box-shadow: 0 20px 64px rgba(73, 70, 255, 0.18), 0 18px 54px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.085);
}

.stat-panel strong {
  font-size: clamp(1.72rem, 2.35vw, 2.7rem);
  font-weight: 470;
  line-height: 1;
}

.stat-panel .stat-card-featured strong {
  font-size: clamp(3.85rem, 5.8vw, 6.15rem);
  line-height: 0.92;
}

.stat-panel .stat-card-edge strong {
  font-size: clamp(1.84rem, 2.25vw, 2.55rem);
}

.stat-panel span {
  max-width: 188px;
  font-size: 0.8rem;
  line-height: 1.38;
}

.stat-panel .stat-card-featured span {
  max-width: 220px;
  font-size: 0.88rem;
}

.stat-panel p {
  max-width: 205px;
  font-size: 0.72rem;
  line-height: 1.42;
}

.approach-section.method-section {
  padding-top: clamp(68px, 6.2vw, 96px);
}

.method-section .method-hero {
  max-width: 560px;
  margin-bottom: clamp(30px, 3.8vw, 46px);
}

.method-section .method-intro {
  gap: 14px;
}

.approach-section.method-section .method-intro h2 {
  font-size: clamp(2.18rem, 3.55vw, 3.75rem);
  font-weight: 520;
  line-height: 1.08;
}

.method-section .method-intro p:not(.eyebrow) {
  max-width: 500px;
  font-size: clamp(0.9rem, 1.02vw, 1rem);
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .stat-panel {
    max-width: 760px;
  }

  .stat-panel .stat-card-featured {
    min-height: 190px;
  }
}

@media (max-width: 760px) {
  .metrics-section {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .metrics-heading h2 {
    font-size: clamp(1.55rem, 7vw, 2.18rem);
  }

  .stat-panel article {
    min-height: 112px;
    padding: 18px 18px;
  }

  .stat-panel .stat-card-featured {
    min-height: 154px;
  }

  .stat-panel .stat-card-featured strong {
    font-size: clamp(3.3rem, 17vw, 4.8rem);
  }

  .stat-panel .stat-card-edge {
    min-height: 104px;
  }

  .approach-section.method-section .method-intro h2 {
    font-size: clamp(2rem, 10vw, 2.95rem);
  }
}

/* Method closing CTA refinement */
.method-section .method-bottom {
  position: relative;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  width: min(100% - 68px, 920px);
  margin-top: clamp(26px, 3.6vw, 40px);
  padding: clamp(22px, 2.8vw, 32px) 0 0;
  border: 0;
  border-top: 1px solid rgba(86, 74, 142, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.method-section .method-bottom::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: min(180px, 32%);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(93, 61, 255, 0.58), rgba(93, 61, 255, 0));
}

.method-bottom-copy {
  display: grid;
  gap: 7px;
}

.method-bottom-copy > span {
  color: rgba(103, 68, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.method-section .method-bottom h3 {
  max-width: 620px;
  margin: 0;
  color: #0b1028;
  font-size: clamp(1.02rem, 1.38vw, 1.28rem);
  font-weight: 540;
  line-height: 1.28;
}

.method-section .method-bottom p {
  max-width: 620px;
  margin: 0;
  color: rgba(23, 29, 54, 0.56);
  font-size: clamp(0.82rem, 0.94vw, 0.92rem);
  line-height: 1.58;
}

.method-bottom-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 17px 0 19px;
  border: 1px solid rgba(19, 21, 33, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #111525;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 560;
  white-space: nowrap;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, background 160ms ease;
}

.method-bottom-link:hover,
.method-bottom-link:focus-visible {
  border-color: rgba(101, 67, 255, 0.3);
  background: rgba(255, 255, 255, 0.82);
  color: #5835ff;
  transform: translateY(-1px);
}

.method-bottom-link span:last-child {
  color: #6f43ff;
  font-size: 1rem;
}

@media (max-width: 760px) {
  .method-section .method-bottom {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    padding-top: 22px;
  }

  .method-bottom-link {
    justify-self: start;
  }
}

/* About section */
.about-section {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(74px, 7vw, 116px) clamp(24px, 5.8vw, 92px);
  overflow: hidden;
  scroll-margin-top: 104px;
  background:
    radial-gradient(circle at 12% 12%, rgba(116, 70, 255, 0.075), transparent 28%),
    radial-gradient(circle at 86% 0%, rgba(16, 132, 255, 0.045), transparent 30%),
    linear-gradient(180deg, #fcfcff 0%, #ffffff 56%, #f8f8ff 100%);
  color: #090d26;
}

.about-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(58, 53, 92, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58, 53, 92, 0.028) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 86%, transparent 100%);
  pointer-events: none;
}

.about-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(36px, 4.8vw, 64px);
  width: min(100%, 1320px);
  margin: 0 auto;
}

.about-founders {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.about-statement {
  display: grid;
  gap: clamp(22px, 2.4vw, 30px);
}

.about-section .eyebrow {
  color: #6d35ff;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.18em;
}

.about-statement h2 {
  max-width: 760px;
  margin: 0;
  color: #0a0f28;
  font-size: clamp(2.02rem, 3.28vw, 3.55rem);
  font-weight: 510;
  letter-spacing: 0;
  line-height: 1.18;
}

.about-statement h2::after {
  display: block;
  width: 64px;
  height: 2px;
  margin-top: clamp(22px, 2.7vw, 34px);
  content: "";
  background: linear-gradient(90deg, #6b40ff, rgba(107, 64, 255, 0));
}

.about-statement h2 span {
  display: block;
  margin-top: 6px;
  background: linear-gradient(103deg, #6137ff, #8560ff 62%, #2690ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.about-text {
  display: grid;
  gap: 16px;
  padding-left: clamp(28px, 4.2vw, 54px);
  border-left: 1px solid rgba(49, 44, 82, 0.13);
}

.about-text p {
  max-width: 560px;
  margin: 0;
  color: rgba(11, 16, 40, 0.82);
  font-size: clamp(0.98rem, 1.12vw, 1.1rem);
  line-height: 1.74;
}

.about-text strong {
  color: #6d35ff;
  font-weight: 650;
}

.about-system-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.2fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  padding: clamp(28px, 3.8vw, 44px);
  border: 1px solid rgba(113, 83, 255, 0.115);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 50%, rgba(119, 74, 255, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(250, 249, 255, 0.72));
  box-shadow: 0 22px 62px rgba(62, 56, 108, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.about-system-intro {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.about-mark {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.64), transparent 28%),
    linear-gradient(135deg, #7b4dff, #5338e8 64%, #1c85ff);
  box-shadow: 0 18px 42px rgba(98, 62, 255, 0.2);
}

.about-mark img {
  width: 42px;
  height: auto;
  filter: brightness(0) invert(1);
}

.about-system-intro p {
  max-width: 430px;
  margin: 0;
  color: rgba(10, 15, 40, 0.86);
  font-size: clamp(1rem, 1.24vw, 1.18rem);
  line-height: 1.58;
}

.about-system-intro strong {
  display: block;
  margin-top: 6px;
  color: #6d43ff;
  font-weight: 590;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.about-pillars article {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 8px clamp(14px, 1.7vw, 26px);
  border-left: 1px solid rgba(49, 44, 82, 0.11);
  text-align: center;
}

.about-pillars svg,
.about-proof-list svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.about-pillars svg {
  color: #7145ff;
}

.about-pillars span {
  max-width: 150px;
  color: rgba(11, 16, 40, 0.76);
  font-size: 0.88rem;
  line-height: 1.44;
}

.about-experience {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: start;
  padding-top: clamp(34px, 4.6vw, 58px);
  border-top: 1px solid rgba(49, 44, 82, 0.105);
}

.about-experience-copy {
  display: grid;
  gap: 12px;
}

.about-experience-copy h3 {
  margin: 0;
  color: #0b1028;
  font-size: clamp(1.22rem, 1.8vw, 1.7rem);
  font-weight: 560;
  line-height: 1.24;
}

.about-experience-copy > p:not(.eyebrow):not(.about-note) {
  margin: 0;
  color: rgba(12, 18, 42, 0.68);
  font-size: clamp(0.94rem, 1.05vw, 1.04rem);
  line-height: 1.62;
}

.about-logo-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  width: min(100%, 780px);
  margin-top: clamp(22px, 3vw, 34px);
}

.about-logo-row span {
  display: grid;
  min-height: 48px;
  place-items: center;
  padding: 0 22px;
  border-left: 1px solid rgba(49, 44, 82, 0.105);
}

.about-logo-row span:first-child {
  border-left: 0;
  padding-left: 0;
}

.about-logo-row img {
  max-width: 138px;
  max-height: 38px;
  object-fit: contain;
  opacity: 0.62;
  filter: grayscale(1) contrast(0.82);
}

.about-logo-row span:first-child img {
  max-width: 112px;
}

.about-wordmark {
  color: rgba(11, 16, 40, 0.58);
  font-size: 1.45rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.about-note {
  max-width: 680px;
  margin: clamp(20px, 2.8vw, 30px) 0 0;
  color: rgba(12, 18, 42, 0.52);
  font-size: 0.84rem;
  line-height: 1.58;
}

.about-proof-list {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  padding-left: clamp(32px, 4.8vw, 62px);
  border-left: 1px solid rgba(49, 44, 82, 0.13);
}

.about-proof-list article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.about-proof-list svg {
  width: 42px;
  height: 42px;
  color: #7145ff;
}

.about-proof-list h4 {
  margin: 0;
  color: #0b1028;
  font-size: 0.94rem;
  font-weight: 690;
  letter-spacing: 0.02em;
  line-height: 1.28;
  text-transform: uppercase;
}

.about-proof-list p {
  max-width: 390px;
  margin: 7px 0 0;
  color: rgba(12, 18, 42, 0.65);
  font-size: 0.88rem;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .about-founders,
  .about-system-card,
  .about-experience {
    grid-template-columns: 1fr;
  }

  .about-text,
  .about-proof-list {
    padding-left: 0;
    border-left: 0;
  }

  .about-system-card {
    gap: 30px;
  }
}

@media (max-width: 760px) {
  .about-section {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .about-statement h2 {
    font-size: clamp(1.86rem, 8.5vw, 2.6rem);
  }

  .about-system-card {
    padding: 24px;
    border-radius: 16px;
  }

  .about-system-intro {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
  }

  .about-mark {
    width: 58px;
    height: 58px;
    border-radius: 17px;
  }

  .about-mark img {
    width: 32px;
  }

  .about-pillars,
  .about-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-pillars article:nth-child(odd),
  .about-logo-row span:nth-child(odd) {
    border-left: 0;
  }

  .about-pillars article {
    padding: 18px 12px;
    border-top: 1px solid rgba(49, 44, 82, 0.1);
  }

  .about-logo-row span {
    min-height: 58px;
    padding: 0 14px;
    border-top: 1px solid rgba(49, 44, 82, 0.09);
  }

  .about-proof-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .about-proof-list svg {
    width: 34px;
    height: 34px;
  }
}

/* About compact pass */
.about-section {
  padding-top: clamp(54px, 5.2vw, 78px);
  padding-bottom: clamp(54px, 5.2vw, 78px);
}

.about-wrap {
  gap: clamp(24px, 3.2vw, 40px);
  width: min(100%, 1240px);
}

.about-founders {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.82fr);
  gap: clamp(28px, 4.8vw, 68px);
}

.about-statement {
  gap: 18px;
}

.about-statement h2 {
  max-width: 700px;
  font-size: clamp(1.72rem, 2.65vw, 2.95rem);
  line-height: 1.16;
}

.about-statement h2::after {
  width: 52px;
  margin-top: 22px;
}

.about-text {
  gap: 10px;
  padding-left: clamp(22px, 3.4vw, 42px);
}

.about-text p {
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.62;
}

.about-system-card {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(18px, 2.8vw, 38px);
  padding: clamp(20px, 2.6vw, 30px);
}

.about-system-intro {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
}

.about-mark {
  width: 58px;
  height: 58px;
  border-radius: 17px;
}

.about-mark img {
  width: 32px;
}

.about-system-intro p {
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  line-height: 1.5;
}

.about-pillars article {
  gap: 9px;
  padding: 4px clamp(10px, 1.25vw, 18px);
}

.about-pillars svg {
  width: 28px;
  height: 28px;
}

.about-pillars span {
  font-size: 0.78rem;
  line-height: 1.35;
}

.about-experience {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  padding-top: clamp(22px, 3vw, 34px);
}

.about-experience-copy {
  gap: 8px;
}

.about-experience-copy h3 {
  font-size: clamp(1.04rem, 1.38vw, 1.34rem);
}

.about-experience-copy > p:not(.eyebrow):not(.about-note) {
  font-size: 0.92rem;
  line-height: 1.5;
}

.about-logo-row {
  width: min(100%, 650px);
  margin-top: 16px;
}

.about-logo-row span {
  min-height: 40px;
  padding: 0 16px;
}

.about-logo-row img {
  max-width: 112px;
  max-height: 30px;
}

.about-logo-row span:first-child img {
  max-width: 86px;
}

.about-wordmark {
  font-size: 1.12rem;
}

.about-note {
  max-width: 620px;
  margin-top: 14px;
  font-size: 0.74rem;
  line-height: 1.45;
}

.about-proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
  max-width: 330px;
}

.about-proof-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(113, 83, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: rgba(13, 18, 43, 0.72);
  font-size: 0.78rem;
  font-weight: 560;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .about-founders,
  .about-system-card,
  .about-experience {
    grid-template-columns: 1fr;
  }

  .about-proof-chips {
    justify-content: flex-start;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .about-section {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .about-wrap {
    gap: 24px;
  }

  .about-statement h2 {
    font-size: clamp(1.72rem, 8vw, 2.28rem);
  }

  .about-text {
    padding-left: 0;
    border-left: 0;
  }

  .about-system-card {
    padding: 20px;
  }

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

  .about-logo-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
  }

  .about-logo-row span {
    min-height: 36px;
    padding: 0 8px;
  }

  .about-logo-row img {
    max-width: 82px;
    max-height: 24px;
  }

  .about-logo-row span:first-child img {
    max-width: 58px;
  }

  .about-wordmark {
    font-size: 0.92rem;
  }
}

/* About shorter composition */
.about-section {
  padding-top: clamp(34px, 3.6vw, 48px);
  padding-bottom: clamp(36px, 3.8vw, 52px);
}

.about-wrap {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  grid-template-areas:
    "founders founders"
    "system experience";
  gap: clamp(16px, 2vw, 24px) clamp(22px, 3.6vw, 48px);
}

.about-founders {
  grid-area: founders;
  grid-template-columns: minmax(0, 0.96fr) minmax(330px, 0.68fr);
  gap: clamp(22px, 3.4vw, 46px);
}

.about-system-card {
  grid-area: system;
  grid-template-columns: 1fr;
  align-self: stretch;
  padding: clamp(16px, 1.8vw, 21px);
}

.about-pillars {
  display: none;
}

.about-experience {
  grid-area: experience;
  grid-template-columns: 1fr;
  align-self: stretch;
  gap: 16px;
  padding: clamp(16px, 1.8vw, 21px);
  border: 1px solid rgba(113, 83, 255, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(250, 249, 255, 0.58));
  box-shadow: 0 18px 48px rgba(62, 56, 108, 0.052), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.about-proof-chips {
  justify-content: flex-start;
  max-width: none;
  margin-top: 10px;
}

.about-proof-chips span {
  min-height: 30px;
  padding: 0 11px;
  font-size: 0.72rem;
}

.about-logo-row {
  width: 100%;
  margin-top: 12px;
}

.about-logo-row span {
  min-height: 34px;
  padding: 0 10px;
}

.about-logo-row img {
  max-width: 92px;
  max-height: 24px;
}

.about-logo-row span:first-child img {
  max-width: 62px;
}

.about-note {
  margin-top: 8px;
  font-size: 0.7rem;
}

.about-statement h2 {
  font-size: clamp(1.56rem, 2.35vw, 2.52rem);
}

.about-statement h2::after {
  width: 46px;
  margin-top: 16px;
}

.about-text {
  gap: 0;
}

.about-text p {
  font-size: clamp(0.84rem, 0.94vw, 0.94rem);
  line-height: 1.58;
}

.about-experience-copy h3 {
  font-size: clamp(0.98rem, 1.26vw, 1.18rem);
}

.about-experience-copy > p:not(.eyebrow):not(.about-note) {
  font-size: 0.82rem;
  line-height: 1.42;
}

/* About logo and quote refinement */
.about-system-intro {
  grid-template-columns: 64px minmax(0, 1fr);
}

.about-quote-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: #6d43ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.4rem;
  line-height: 1;
  transform: translateY(7px);
}

.about-logo-row {
  align-items: center;
  gap: 0;
}

.about-logo-row .about-logo {
  min-height: 46px;
  padding: 0 clamp(10px, 1.3vw, 16px);
  overflow: visible;
}

.about-logo-row .about-logo:first-child {
  padding-left: 0;
}

.about-logo-row .about-logo img {
  display: block;
  width: auto;
  object-fit: contain;
  opacity: 0.7;
  filter: grayscale(1) saturate(0.2) contrast(0.9);
}

.about-logo-bnp img {
  max-width: 38px;
  max-height: 38px;
}

.about-logo-total img {
  max-width: 62px;
  max-height: 42px;
}

.about-logo-sopra img {
  max-width: 118px;
  max-height: 28px;
}

.about-logo-ibm img {
  max-width: 76px;
  max-height: 28px;
}

.about-logo-aws img {
  max-width: 78px;
  max-height: 36px;
}

.about-wordmark {
  display: none;
}

@media (max-width: 760px) {
  .about-system-intro {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .about-quote-mark {
    width: 48px;
    height: 48px;
    font-size: 4.4rem;
  }

  .about-logo-row .about-logo {
    min-height: 38px;
    padding: 0 7px;
  }

  .about-logo-bnp img {
    max-width: 30px;
    max-height: 30px;
  }

  .about-logo-total img {
    max-width: 48px;
    max-height: 34px;
  }

  .about-logo-sopra img {
    max-width: 78px;
    max-height: 22px;
  }

  .about-logo-ibm img {
    max-width: 52px;
  }

  .about-logo-aws img {
    max-width: 52px;
    max-height: 26px;
  }
}

@media (max-width: 920px) {
  .about-wrap {
    grid-template-columns: 1fr;
    grid-template-areas:
      "founders"
      "system"
      "experience";
  }
}

/* About reference layout */
.about-section {
  padding: clamp(54px, 5vw, 72px) clamp(24px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(114, 79, 255, 0.052), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfbff 72%, #ffffff 100%);
}

.about-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "founders"
    "system"
    "experience";
  gap: clamp(30px, 4vw, 46px);
  width: min(100%, 1040px);
}

.about-founders {
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.4vw, 26px);
}

.about-statement {
  gap: clamp(14px, 1.8vw, 18px);
}

.about-section .eyebrow {
  font-size: 0.66rem;
  font-weight: 680;
  letter-spacing: 0.19em;
}

.about-statement h2 {
  position: relative;
  max-width: 790px;
  font-size: clamp(1.62rem, 2.45vw, 2.45rem);
  font-weight: 520;
  line-height: 1.2;
}

.about-statement h2::before {
  position: absolute;
  top: -0.31em;
  left: -0.5em;
  content: "“";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 5.4vw, 5.4rem);
  font-weight: 400;
  line-height: 1;
  color: rgba(109, 67, 255, 0.2);
  text-shadow: 0 14px 34px rgba(109, 67, 255, 0.14);
  pointer-events: none;
}

.about-statement h2 span {
  margin-top: 3px;
}

.about-statement h2::after {
  width: 58px;
  height: 2px;
  margin-top: clamp(18px, 2.2vw, 24px);
  background: #6d43ff;
}

.about-text {
  max-width: 940px;
  padding-left: 0;
  border-left: 0;
}

.about-text p {
  max-width: 940px;
  color: rgba(11, 16, 40, 0.82);
  font-size: clamp(0.9rem, 0.98vw, 1rem);
  line-height: 1.58;
}

.about-system-card {
  position: relative;
  min-height: clamp(142px, 13vw, 176px);
  padding: clamp(28px, 3.2vw, 38px) clamp(36px, 5vw, 70px);
  overflow: hidden;
  border-color: rgba(112, 80, 255, 0.15);
  border-radius: 10px;
  background:
    radial-gradient(circle at 42% 50%, rgba(116, 78, 255, 0.08), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(249, 247, 255, 0.76));
  box-shadow: 0 22px 70px rgba(63, 55, 120, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.about-system-card::before {
  position: absolute;
  top: clamp(28px, 3.2vw, 38px);
  bottom: clamp(28px, 3.2vw, 38px);
  left: clamp(34px, 4.4vw, 50px);
  width: 3px;
  border-radius: 999px;
  content: "";
  background: #6d43ff;
}

.about-system-card::after {
  position: absolute;
  top: 54%;
  right: clamp(24px, 4vw, 54px);
  width: clamp(100px, 14vw, 168px);
  aspect-ratio: 1;
  content: "";
  background: url("/assets/bewise-mark.png") center / contain no-repeat;
  filter: grayscale(1);
  opacity: 0.045;
  transform: translateY(-50%);
  pointer-events: none;
}

.about-system-intro {
  display: block;
  max-width: 790px;
  padding-left: clamp(40px, 4.8vw, 66px);
}

.about-quote-mark {
  display: none;
}

.about-system-intro p {
  max-width: 680px;
  color: #0a0f28;
  font-size: clamp(1.12rem, 1.52vw, 1.56rem);
  font-weight: 520;
  line-height: 1.4;
}

.about-system-intro strong {
  display: inline;
  color: #6d43ff;
  font-weight: 520;
}

.about-pillars,
.about-proof-chips {
  display: none;
}

.about-experience {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 20px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-experience-copy {
  gap: 10px;
}

.about-experience-copy h3 {
  font-size: clamp(1.18rem, 1.55vw, 1.58rem);
  font-weight: 520;
  line-height: 1.22;
}

.about-experience-copy > p:not(.eyebrow):not(.about-note) {
  display: none;
}

.about-logo-row {
  grid-template-columns: 0.82fr 0.84fr 0.78fr 1.04fr 1fr;
  width: min(100%, 1000px);
  margin-top: 4px;
}

.about-logo-row .about-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 clamp(18px, 2.2vw, 28px);
  border-left: 1px solid rgba(49, 44, 82, 0.14);
  overflow: hidden;
}

.about-logo-row .about-logo:first-child {
  border-left: 0;
  padding-left: 0;
}

.about-logo-row .about-logo img {
  display: block;
  width: auto;
  height: auto;
  opacity: 0.72;
  filter: grayscale(1) saturate(0.15) contrast(0.86);
}

.about-logo-bnp img {
  max-width: 34px;
  max-height: 34px;
}

.about-logo-ibm img {
  max-width: 86px;
  max-height: 31px;
}

.about-logo-aws img {
  max-width: 78px;
  max-height: 38px;
}

.about-logo-row .about-logo-total img {
  width: 136px;
  height: 34px;
  max-width: 136px;
  max-height: 34px;
  object-fit: contain;
}

.about-logo-sopra img {
  max-width: 122px;
  max-height: 30px;
}

.about-note {
  max-width: 1000px;
  margin: 0;
  text-align: center;
  font-size: 0.76rem;
}

.about-cta-band {
  position: relative;
  left: 50%;
  display: grid;
  justify-items: center;
  width: 100vw;
  min-height: clamp(218px, 19vw, 260px);
  margin-top: clamp(36px, 4.5vw, 54px);
  margin-left: -50vw;
  padding: clamp(32px, 4.5vw, 46px) 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 24%),
    radial-gradient(ellipse at 50% 0%, rgba(37, 180, 255, 0.11), transparent 48%),
    radial-gradient(ellipse at 50% 42%, rgba(96, 58, 255, 0.16), transparent 46%),
    linear-gradient(180deg, #040915 0%, #050b19 100%);
  border-top: 1px solid rgba(142, 166, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 -26px 80px rgba(7, 10, 24, 0.12);
  color: #fff;
  text-align: center;
}

.about-cta-band::before {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, #6d43ff, transparent);
}

.about-cta-lines {
  position: absolute;
  right: -7%;
  bottom: -28%;
  width: min(720px, 62vw);
  aspect-ratio: 1.45;
  opacity: 0.46;
  background:
    repeating-radial-gradient(ellipse at 100% 85%, transparent 0 24px, rgba(112, 72, 255, 0.55) 25px 26px, transparent 27px 42px);
  pointer-events: none;
}

.about-cta-band p {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: clamp(18px, 2.4vw, 26px) 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.08rem, 1.55vw, 1.42rem);
  font-weight: 410;
  line-height: 1.42;
}

.about-cta-band p span {
  color: #a575ff;
}

.about-cta-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  margin-top: clamp(20px, 2.6vw, 30px);
  padding: 0 28px;
  border: 1px solid rgba(175, 135, 255, 0.34);
  border-radius: 9px;
  background: linear-gradient(135deg, #7446ff, #6d35ff 55%, #8a58ff);
  color: #fff;
  box-shadow: 0 22px 52px rgba(83, 55, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
  font-weight: 620;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.about-cta-button:hover,
.about-cta-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 26px 60px rgba(83, 55, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

@media (max-width: 760px) {
  .about-section {
    padding: 58px 22px 0;
  }

  .about-wrap {
    gap: 40px;
  }

  .about-statement h2 {
    font-size: clamp(1.5rem, 6.8vw, 2.08rem);
    padding-left: 14px;
  }

  .about-statement h2::before {
    top: -0.32em;
    left: -0.12em;
    font-size: clamp(3.1rem, 14vw, 4.25rem);
  }

  .about-system-card {
    min-height: 0;
    padding: 34px 24px;
  }

  .about-system-card::before {
    top: 34px;
    bottom: 34px;
    left: 24px;
  }

  .about-system-intro {
    padding-left: 28px;
  }

  .about-system-intro p {
    font-size: clamp(1.1rem, 5vw, 1.42rem);
  }

  .about-experience-copy h3 {
    font-size: clamp(1.22rem, 5.6vw, 1.62rem);
  }

  .about-logo-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .about-logo-row .about-logo {
    min-height: 40px;
    padding: 0 8px;
  }

  .about-logo-bnp img {
    max-width: 30px;
    max-height: 30px;
  }

  .about-logo-ibm img {
    max-width: 52px;
  }

  .about-logo-aws img {
    max-width: 52px;
    max-height: 28px;
  }

  .about-logo-row .about-logo-total img {
    width: 82px;
    height: 28px;
    max-width: 82px;
    max-height: 28px;
  }

  .about-logo-sopra img {
    max-width: 72px;
  }

  .about-note {
    font-size: 0.68rem;
  }

  .about-cta-band {
    min-height: 240px;
    margin-top: 34px;
  }

  .about-cta-button {
    width: min(100%, 360px);
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
  }
}

/* Mobile repair pass */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    min-height: 74px;
    padding: 14px 18px;
  }

  .site-header::before {
    opacity: 0.96;
  }

  .brand-logo {
    width: 124px;
  }

  .menu-button {
    width: 54px;
    height: 54px;
    gap: 6px;
    border-radius: 18px;
  }

  .menu-button span {
    width: 24px;
    height: 2px;
  }

  .menu-button span:nth-child(2) {
    width: 26px;
  }

  .menu-button span:nth-child(3) {
    width: 20px;
    transform: translateX(4px);
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    width: 24px;
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-nav {
    top: 74px;
    right: 18px;
    left: 18px;
  }

  .hero {
    min-height: auto;
    padding: 112px 22px 34px;
  }

  .hero-content {
    gap: 18px;
    padding-top: 0;
  }

  .hero h1 {
    font-size: clamp(2.44rem, 11.2vw, 3.35rem);
    line-height: 1.05;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero-intro {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    min-height: 50px;
  }

  .trusted {
    margin-top: 10px;
  }

  .trusted-slider {
    width: 100%;
  }

  .trusted-track {
    gap: 18px;
  }

  .trusted-logo {
    width: 116px;
    height: 42px;
    flex-basis: 116px;
  }

  .trusted-logo img {
    max-width: 98px;
    max-height: 30px;
  }

  .metrics-section {
    padding-top: 48px;
    padding-bottom: 50px;
  }

  .metrics-heading {
    margin-bottom: 24px;
  }

  .metrics-heading h2 {
    font-size: clamp(1.44rem, 6.4vw, 1.92rem);
  }

  .stat-panel {
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100%, 520px);
    max-width: 520px;
  }

  .stat-panel article,
  .stat-panel .stat-card-edge,
  .stat-panel .stat-card-featured {
    min-height: 0;
    padding: 18px;
    opacity: 1;
    transform: none;
  }

  .stat-panel .stat-card-featured {
    order: -1;
    min-height: 148px;
  }

  .stat-panel strong,
  .stat-panel .stat-card-edge strong {
    font-size: clamp(1.72rem, 8vw, 2.35rem);
  }

  .stat-panel .stat-card-featured strong {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }

  .stat-panel span,
  .stat-panel .stat-card-featured span,
  .stat-panel p {
    max-width: 240px;
  }

  .approach-section.method-section {
    padding: 58px 0;
  }

  .method-section .method-wrap {
    padding: 0 18px;
  }

  .method-section .method-hero {
    margin-bottom: 28px;
  }

  .approach-section.method-section .method-intro h2 {
    font-size: clamp(1.92rem, 8.6vw, 2.55rem);
  }

  .method-section .method-timeline {
    gap: 14px;
    padding-left: 0;
  }

  .method-section .method-rail,
  .method-section .method-dot {
    display: none;
  }

  .method-section .method-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    min-height: 0;
    padding: 16px;
    border-radius: 15px;
  }

  .method-section .method-number {
    min-height: 0;
    padding-top: 2px;
    font-size: 1.12rem;
  }

  .method-section .method-copy h3 {
    font-size: 1rem;
  }

  .method-section .method-copy p {
    max-width: none;
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .method-section .method-media {
    display: none;
  }

  .method-section .method-bottom {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 22px 0 0;
    padding-top: 20px;
  }

  .method-bottom-link {
    width: 100%;
    justify-content: space-between;
  }

  .ecosystem-section {
    display: block;
    padding: 54px 20px;
  }

  .ecosystem-header,
  .ecosystem-copy {
    width: 100%;
  }

  .ecosystem-section h2 {
    font-size: clamp(1.84rem, 8vw, 2.42rem);
  }

  .ecosystem-tabs {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .ecosystem-tab {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 14px;
    white-space: nowrap;
  }

  .ecosystem-flow {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 12px;
  }

  .ecosystem-node {
    grid-template-rows: none;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 16px;
    overflow: visible;
  }

  .ecosystem-node h3 {
    min-height: 0;
    white-space: normal;
  }

  .ecosystem-node ul {
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .about-section {
    padding: 52px 20px 0;
  }

  .about-wrap {
    gap: 30px;
  }

  .about-statement h2 {
    padding-left: 12px;
  }

  .about-system-card {
    padding: 28px 22px;
  }

  .about-system-card::before {
    top: 28px;
    bottom: 28px;
    left: 22px;
  }

  .about-system-card::after {
    right: 2px;
    width: 116px;
    opacity: 0.035;
  }

  .about-system-intro {
    padding-left: 26px;
  }

  .about-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 0;
    width: 100%;
  }

  .about-logo-row .about-logo {
    min-height: 48px;
    padding: 8px 10px;
    border-top: 1px solid rgba(49, 44, 82, 0.12);
    border-left: 0;
    overflow: visible;
  }

  .about-logo-row .about-logo:nth-child(-n+2) {
    border-top: 0;
  }

  .about-logo-row .about-logo-total img {
    width: 118px;
    height: 30px;
    max-width: 118px;
    max-height: 30px;
  }

  .about-logo-sopra img {
    max-width: 104px;
    max-height: 28px;
  }

  .about-cta-band {
    left: auto;
    width: calc(100% + 40px);
    min-height: 0;
    margin: 30px -20px 0;
    padding: 34px 20px;
  }

  .about-cta-band p {
    font-size: clamp(1.06rem, 5vw, 1.28rem);
  }

  .contact-section {
    padding-top: 40px;
  }

  .audit-card,
  .contact-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 22px;
  }

  .audit-form,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .audit-form button {
    width: 100%;
    justify-content: space-between;
  }

  .site-footer {
    display: grid;
    gap: 20px;
  }

  .footer-actions {
    justify-items: start;
    gap: 12px;
  }

  .footer-socials a {
    width: 32px;
    height: 32px;
  }

  .footer-socials img {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(2.26rem, 10.5vw, 2.85rem);
  }

  .about-logo-row {
    grid-template-columns: 1fr;
  }

  .about-logo-row .about-logo:nth-child(-n+2) {
    border-top: 1px solid rgba(49, 44, 82, 0.12);
  }

  .about-logo-row .about-logo:first-child {
    border-top: 0;
  }
}

/* Mobile layout hardening */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .metrics-section {
    padding: 48px 18px 56px !important;
    overflow: hidden;
  }

  .metrics-heading {
    width: 100%;
    max-width: 360px !important;
    margin: 0 auto 22px !important;
  }

  .metrics-heading h2 {
    max-width: 340px;
    margin: 0 auto;
    font-size: clamp(1.48rem, 6.4vw, 1.88rem) !important;
    line-height: 1.18 !important;
    text-align: center;
    text-wrap: balance;
  }

  .stat-panel {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .stat-panel article,
  .stat-panel .stat-card-edge,
  .stat-panel .stat-card-featured {
    grid-column: auto !important;
    grid-row: auto !important;
    display: grid !important;
    justify-items: center !important;
    align-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 112px !important;
    max-height: none !important;
    padding: 18px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    transform: none !important;
    text-align: center !important;
  }

  .stat-panel .stat-card-featured {
    order: -1 !important;
    min-height: 146px !important;
    padding: 20px 18px !important;
  }

  .stat-panel .stat-card-edge {
    min-height: 104px !important;
  }

  .stat-panel strong,
  .stat-panel .stat-card-edge strong {
    max-width: 100%;
    font-size: clamp(1.74rem, 7.8vw, 2.35rem) !important;
    line-height: 1 !important;
    white-space: normal !important;
  }

  .stat-panel .stat-card-featured strong {
    max-width: 100%;
    font-size: clamp(3.1rem, 16.5vw, 4.25rem) !important;
    line-height: 0.95 !important;
    white-space: normal !important;
  }

  .stat-panel span,
  .stat-panel .stat-card-featured span,
  .stat-panel p {
    max-width: 260px !important;
    margin: 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.42 !important;
    overflow-wrap: anywhere;
  }

  .ecosystem-section {
    display: block !important;
    padding: 58px 18px 64px !important;
    overflow: hidden !important;
  }

  .ecosystem-header {
    display: grid !important;
    gap: 22px !important;
  }

  .ecosystem-copy,
  .ecosystem-controls {
    width: 100% !important;
    min-width: 0 !important;
  }

  .ecosystem-section h2 {
    font-size: clamp(1.82rem, 7.8vw, 2.36rem) !important;
    line-height: 1.08 !important;
  }

  .ecosystem-copy p,
  .ecosystem-audit-note p {
    max-width: 340px;
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .ecosystem-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 5px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .ecosystem-tabs::-webkit-scrollbar {
    display: none;
  }

  .ecosystem-tabs button {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    white-space: nowrap !important;
    scroll-snap-align: start;
  }

  .ecosystem-stage {
    width: 100% !important;
    margin-top: 24px !important;
  }

  .ecosystem-flow {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .ecosystem-flow::before,
  .ecosystem-node::after {
    display: none !important;
  }

  .ecosystem-node {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 8px 12px !important;
    align-items: start !important;
    justify-items: start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 132px !important;
    max-height: none !important;
    padding: 16px 14px !important;
    overflow: visible !important;
    text-align: left !important;
  }

  .ecosystem-icon {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  .ecosystem-node h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 1px 0 0 !important;
    overflow: visible !important;
    font-size: 0.98rem !important;
    line-height: 1.25 !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  .ecosystem-node ul {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 5px !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: visible !important;
    color: rgba(247, 248, 255, 0.62) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .ecosystem-node li,
  .ecosystem-node li:nth-child(n+3) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(247, 248, 255, 0.62) !important;
    font-size: 0.76rem !important;
    line-height: 1.36 !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  .ecosystem-node li::before {
    display: none !important;
  }
}

.about-logo-marquee {
  width: 100%;
}

.about-logo-row .about-logo.is-duplicate {
  display: none;
}

/* Mobile scale refinement */
@media (max-width: 760px) {
  body {
    font-size: 0.94rem;
  }

  .site-header {
    min-height: 68px !important;
    padding: 11px 16px !important;
  }

  .brand-logo {
    width: 112px !important;
  }

  .menu-button {
    width: 48px !important;
    height: 48px !important;
    border-radius: 16px !important;
  }

  .menu-button span {
    width: 22px !important;
  }

  .menu-button span:nth-child(2) {
    width: 24px !important;
  }

  .menu-button span:nth-child(3) {
    width: 18px !important;
  }

  .main-nav {
    top: 68px !important;
  }

  .eyebrow {
    font-size: 0.68rem !important;
    letter-spacing: 0.12em !important;
  }

  .hero {
    padding: 98px 20px 30px !important;
  }

  .hero-content {
    gap: 15px !important;
  }

  .hero h1 {
    font-size: clamp(2.02rem, 8.7vw, 2.58rem) !important;
    line-height: 1.07 !important;
  }

  .hero-intro {
    max-width: 330px;
    font-size: 0.88rem !important;
    line-height: 1.58 !important;
  }

  .hero-actions {
    gap: 10px !important;
  }

  .button,
  .hero-actions .button,
  .hero-actions .text-link {
    min-height: 46px !important;
    padding: 0 18px !important;
    font-size: 0.84rem !important;
  }

  .trusted p {
    font-size: 0.68rem !important;
  }

  .trusted-logo {
    width: 102px !important;
    height: 38px !important;
    flex-basis: 102px !important;
  }

  .trusted-logo img {
    max-width: 86px !important;
    max-height: 25px !important;
  }

  .metrics-section {
    padding: 42px 18px 50px !important;
  }

  .metrics-heading {
    max-width: 330px !important;
    margin-bottom: 18px !important;
  }

  .metrics-heading h2 {
    max-width: 315px !important;
    font-size: clamp(1.32rem, 5.8vw, 1.7rem) !important;
    line-height: 1.18 !important;
  }

  .stat-panel {
    width: min(100%, 350px) !important;
    max-width: 350px !important;
    gap: 10px !important;
  }

  .stat-panel article,
  .stat-panel .stat-card-edge,
  .stat-panel .stat-card-featured {
    min-height: 96px !important;
    padding: 15px 16px !important;
    border-radius: 12px !important;
  }

  .stat-panel .stat-card-featured {
    min-height: 126px !important;
  }

  .stat-panel strong,
  .stat-panel .stat-card-edge strong {
    font-size: clamp(1.48rem, 6.6vw, 2rem) !important;
  }

  .stat-panel .stat-card-featured strong {
    font-size: clamp(2.72rem, 13.2vw, 3.5rem) !important;
  }

  .stat-panel span,
  .stat-panel .stat-card-featured span,
  .stat-panel p {
    max-width: 230px !important;
    font-size: 0.76rem !important;
    line-height: 1.38 !important;
  }

  .approach-section.method-section {
    padding: 50px 0 !important;
  }

  .method-section .method-wrap {
    padding: 0 18px !important;
  }

  .approach-section.method-section .method-intro h2 {
    font-size: clamp(1.72rem, 7.2vw, 2.18rem) !important;
    line-height: 1.1 !important;
  }

  .method-section .method-intro p:not(.eyebrow) {
    max-width: 330px !important;
    font-size: 0.84rem !important;
    line-height: 1.58 !important;
  }

  .method-section .method-card {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 14px !important;
    border-radius: 13px !important;
  }

  .method-section .method-number {
    font-size: 0.98rem !important;
  }

  .method-section .method-copy h3 {
    font-size: 0.92rem !important;
  }

  .method-section .method-copy p {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
  }

  .method-bottom-copy h3 {
    font-size: 0.98rem !important;
  }

  .method-bottom-copy p {
    font-size: 0.82rem !important;
  }

  .ecosystem-section {
    padding: 52px 18px 58px !important;
  }

  .ecosystem-section h2 {
    font-size: clamp(1.58rem, 6.8vw, 2.02rem) !important;
    line-height: 1.1 !important;
  }

  .ecosystem-copy p,
  .ecosystem-audit-note p {
    max-width: 320px !important;
    font-size: 0.82rem !important;
    line-height: 1.52 !important;
  }

  .ecosystem-audit-note h3 {
    font-size: 0.94rem !important;
  }

  .ecosystem-tabs button {
    min-height: 36px !important;
    padding: 0 12px !important;
    font-size: 0.76rem !important;
  }

  .ecosystem-node {
    min-height: 116px !important;
    padding: 14px !important;
    border-radius: 13px !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
  }

  .ecosystem-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 11px !important;
  }

  .ecosystem-icon svg {
    width: 19px !important;
    height: 19px !important;
  }

  .ecosystem-node h3 {
    font-size: 0.9rem !important;
    line-height: 1.22 !important;
  }

  .ecosystem-node li,
  .ecosystem-node li:nth-child(n+3) {
    font-size: 0.7rem !important;
    line-height: 1.32 !important;
  }

  .about-section {
    padding: 46px 20px 0 !important;
  }

  .about-wrap {
    gap: 26px !important;
  }

  .about-statement h2 {
    max-width: 340px !important;
    padding-left: 10px !important;
    font-size: clamp(1.5rem, 6.2vw, 1.92rem) !important;
    line-height: 1.2 !important;
  }

  .about-statement h2::before {
    top: -0.22em !important;
    left: -0.08em !important;
    font-size: clamp(2.5rem, 11vw, 3.35rem) !important;
  }

  .about-text p {
    max-width: 340px !important;
    font-size: 0.84rem !important;
    line-height: 1.58 !important;
  }

  .about-system-card {
    padding: 24px 18px !important;
    border-radius: 14px !important;
  }

  .about-system-card::before {
    top: 24px !important;
    bottom: 24px !important;
    left: 18px !important;
  }

  .about-system-card::after {
    width: 98px !important;
  }

  .about-system-intro {
    padding-left: 24px !important;
  }

  .about-system-intro p {
    font-size: clamp(0.98rem, 4.5vw, 1.18rem) !important;
    line-height: 1.35 !important;
  }

  .about-pillars {
    gap: 10px !important;
  }

  .about-pillars article {
    gap: 8px !important;
    font-size: 0.75rem !important;
  }

  .about-experience {
    padding-top: 24px !important;
  }

  .about-experience-copy h3 {
    font-size: clamp(1.08rem, 4.8vw, 1.36rem) !important;
    line-height: 1.18 !important;
  }

  .about-proof-chips {
    gap: 8px !important;
  }

  .about-proof-chips span {
    min-height: 34px !important;
    padding: 0 12px !important;
    font-size: 0.72rem !important;
  }

  .about-logo-marquee {
    width: calc(100% + 40px) !important;
    margin: 14px -20px 0 !important;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  }

  .about-logo-row {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    gap: 0 !important;
    width: max-content !important;
    min-width: max-content !important;
    padding: 0 !important;
    animation: about-logo-mobile-marquee 22s linear infinite;
  }

  .about-logo-row .about-logo,
  .about-logo-row .about-logo.is-duplicate {
    display: inline-flex !important;
    flex: 0 0 126px !important;
    width: 126px !important;
    min-width: 126px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 6px 14px !important;
    border: 0 !important;
    border-left: 1px solid rgba(49, 44, 82, 0.12) !important;
    overflow: visible !important;
  }

  .about-logo-row .about-logo:first-child,
  .about-logo-row .about-logo:nth-child(-n+2) {
    border-top: 0 !important;
  }

  .about-logo-row .about-logo img {
    width: auto !important;
    max-width: 92px !important;
    max-height: 24px !important;
    object-fit: contain !important;
  }

  .about-logo-bnp img {
    max-width: 30px !important;
    max-height: 30px !important;
  }

  .about-logo-ibm img {
    max-width: 52px !important;
  }

  .about-logo-aws img {
    max-width: 52px !important;
    max-height: 27px !important;
  }

  .about-logo-row .about-logo-total img {
    width: 82px !important;
    height: auto !important;
    max-width: 82px !important;
    max-height: 24px !important;
  }

  .about-logo-sopra img {
    max-width: 72px !important;
  }

  .about-cta-band {
    margin-top: 26px !important;
    padding: 30px 20px !important;
  }

  .about-cta-band p {
    font-size: clamp(0.96rem, 4.4vw, 1.16rem) !important;
    line-height: 1.45 !important;
  }

  .about-cta-button {
    min-height: 46px !important;
    font-size: 0.82rem !important;
  }

  .results-section {
    padding: 48px 20px !important;
  }

  .section-heading h2,
  .results-section h2,
  .audit-card h2,
  .contact-card h2 {
    font-size: clamp(1.46rem, 6.2vw, 1.9rem) !important;
    line-height: 1.16 !important;
  }

  .result-cards {
    gap: 12px !important;
  }

  .result-cards article {
    min-height: 0 !important;
    padding: 18px !important;
    border-radius: 13px !important;
  }

  .result-cards strong {
    font-size: 1.52rem !important;
  }

  .result-cards p,
  .contact-card p,
  .audit-card p {
    font-size: 0.84rem !important;
    line-height: 1.55 !important;
  }

  .contact-section {
    padding: 38px 18px 58px !important;
  }

  .audit-card,
  .contact-card {
    padding: 20px !important;
    border-radius: 14px !important;
  }

  .audit-form input,
  .audit-form textarea {
    min-height: 46px !important;
    font-size: 0.86rem !important;
  }

  .site-footer {
    padding: 28px 20px !important;
    font-size: 0.78rem !important;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(1.92rem, 8.4vw, 2.38rem) !important;
  }

  .stat-panel {
    width: min(100%, 330px) !important;
    max-width: 330px !important;
  }

  .about-logo-row {
    grid-template-columns: none !important;
  }
}

@keyframes about-logo-mobile-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Final mobile navigation and ecosystem chips */
@media (max-width: 760px) {
  .menu-button {
    display: inline-flex !important;
    flex-direction: column !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  .menu-button span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .menu-button span:nth-child(2) {
    width: 22px !important;
  }

  .menu-button span:nth-child(3) {
    width: 22px !important;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(7px) rotate(45deg) !important;
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(0.7) !important;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    width: 22px !important;
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  .ecosystem-node ul {
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: start !important;
    gap: 6px !important;
  }

  .ecosystem-node li,
  .ecosystem-node li:nth-child(n+3) {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 24px !important;
    align-items: center !important;
    padding: 4px 8px !important;
    overflow: hidden !important;
    border: 1px solid rgba(167, 133, 255, 0.16) !important;
    border-radius: 999px !important;
    background:
      linear-gradient(135deg, rgba(129, 88, 255, 0.11), rgba(255, 255, 255, 0.035)),
      rgba(255, 255, 255, 0.025) !important;
    color: rgba(248, 249, 255, 0.68) !important;
    font-size: 0.68rem !important;
    line-height: 1.15 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

/* Global art-direction harmonization */
:root {
  --bewise-accent-blue: #1084ff;
  --bewise-accent-cyan: #25b4ff;
  --bewise-accent-violet: #8d3cff;
  --bewise-title-accent: linear-gradient(100deg, #25b4ff 0%, #1084ff 42%, #8d3cff 100%);
  --bewise-kicker: #8ea6ff;
  --bewise-cta-bg:
    linear-gradient(135deg, rgba(16, 132, 255, 0.3), rgba(141, 60, 255, 0.24)),
    rgba(8, 10, 20, 0.76);
  --bewise-cta-border: rgba(106, 96, 255, 0.58);
  --bewise-cta-shadow: 0 18px 46px rgba(76, 78, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  --bewise-cta-shadow-hover: 0 22px 58px rgba(74, 83, 255, 0.36), 0 0 28px rgba(145, 56, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.site-header {
  background: linear-gradient(180deg, rgba(5, 6, 13, 0.46), rgba(5, 6, 13, 0));
}

.site-header::before {
  background:
    radial-gradient(ellipse at 10% 36%, rgba(80, 63, 255, 0.11), transparent 42%),
    linear-gradient(180deg, rgba(5, 6, 13, 0.62) 0%, rgba(5, 6, 13, 0.36) 64%, rgba(5, 6, 13, 0.05) 100%);
  opacity: 0.58;
}

.eyebrow,
.method-section .method-intro .eyebrow,
.method-intro .eyebrow,
.ecosystem-copy .eyebrow,
.about-section .eyebrow,
.section-heading .eyebrow,
.audit-card .eyebrow,
.contact-card .eyebrow {
  color: var(--bewise-kicker) !important;
  text-shadow: 0 0 18px rgba(74, 83, 255, 0.16);
}

.hero h1 span,
.approach-section.method-section .method-intro h2 span,
.method-section .method-intro h2 span,
.ecosystem-section h2 span,
.about-statement h2 span,
.about-cta-band p span {
  background: var(--bewise-title-accent) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.button,
.header-cta,
.hero-actions .button,
.method-bottom-link,
.about-cta-button,
.audit-form button,
.contact-form button,
.cookie-banner .button {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--bewise-cta-border) !important;
  border-radius: 999px !important;
  background: var(--bewise-cta-bg) !important;
  color: #f9fbff !important;
  box-shadow: var(--bewise-cta-shadow) !important;
  font-weight: 560;
  letter-spacing: 0;
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible,
.hero-actions .button:hover,
.hero-actions .button:focus-visible,
.method-bottom-link:hover,
.method-bottom-link:focus-visible,
.about-cta-button:hover,
.about-cta-button:focus-visible,
.audit-form button:hover,
.audit-form button:focus-visible,
.contact-form button:hover,
.contact-form button:focus-visible,
.cookie-banner .button:hover,
.cookie-banner .button:focus-visible {
  border-color: rgba(37, 180, 255, 0.82) !important;
  color: #fff !important;
  box-shadow: var(--bewise-cta-shadow-hover) !important;
  transform: translateY(-2px);
}

.method-bottom-link span:last-child,
.about-cta-button span:last-child,
.button span:last-child {
  color: inherit !important;
}

.hero-actions .text-link {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(142, 166, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.026);
  color: rgba(247, 248, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-actions .text-link:hover,
.hero-actions .text-link:focus-visible {
  border-color: rgba(37, 180, 255, 0.38);
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
}

.ecosystem-tabs button.is-active {
  background:
    radial-gradient(circle at 28% 0%, rgba(37, 180, 255, 0.2), transparent 58%),
    var(--bewise-cta-bg) !important;
  box-shadow: 0 14px 32px rgba(76, 78, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

.ecosystem-tabs button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 760px) {
  .site-header::before {
    opacity: 0.5;
  }

  .button,
  .header-cta,
  .hero-actions .button,
  .method-bottom-link,
  .about-cta-button,
  .audit-form button,
  .contact-form button,
  .cookie-banner .button,
  .hero-actions .text-link {
    min-height: 46px !important;
    padding: 0 18px !important;
  }
}

/* About section typography refinement */
.about-experience-copy h3 {
  font-size: clamp(1.02rem, 1.2vw, 1.28rem) !important;
  font-weight: 500 !important;
  line-height: 1.24 !important;
}

@media (max-width: 760px) {
  .about-experience-copy h3 {
    font-size: clamp(0.98rem, 4.1vw, 1.16rem) !important;
  }
}

/* Desktop logo optical balance */
@media (min-width: 761px) {
  .about-logo-bnp img {
    max-width: 52px !important;
    max-height: 52px !important;
  }

  .about-logo-row .about-logo-total img {
    width: auto !important;
    height: 46px !important;
    max-width: 118px !important;
    max-height: 46px !important;
  }
}

/* Hero secondary action: refined text link */
.hero-actions .text-link {
  position: relative;
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  isolation: isolate;
  min-height: auto !important;
  padding: 10px 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(247, 248, 255, 0.86) !important;
  overflow: visible;
}

.hero-actions .text-link::before {
  content: "";
  position: absolute;
  inset: 2px -12px;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 50%, rgba(37, 180, 255, 0.2), transparent 58%),
    linear-gradient(135deg, rgba(55, 92, 255, 0.12), rgba(138, 70, 255, 0.1));
  opacity: 0;
  transform: scaleX(0.88);
  transition: opacity 180ms ease, transform 180ms ease;
}

.hero-actions .text-link span:last-child {
  color: rgba(120, 136, 255, 0.92) !important;
  transform: translateX(0);
  transition: transform 180ms ease, color 180ms ease;
}

.hero-actions .text-link:hover,
.hero-actions .text-link:focus-visible {
  color: #fff !important;
  transform: translateY(-1px);
}

.hero-actions .text-link:hover::before,
.hero-actions .text-link:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.hero-actions .text-link:hover span:last-child,
.hero-actions .text-link:focus-visible span:last-child {
  color: #25b4ff !important;
  transform: translateX(3px);
}

/* Results section spacing and title balance */
@media (min-width: 901px) {
  .results-section {
    padding-top: clamp(42px, 4vw, 52px) !important;
    padding-bottom: clamp(38px, 3.8vw, 48px) !important;
  }

  .results-section .section-heading {
    max-width: none !important;
    margin-bottom: 22px !important;
    gap: 12px !important;
  }

  .results-section h2 {
    max-width: none !important;
    font-size: clamp(1.72rem, 2.35vw, 2.55rem) !important;
    line-height: 1.08 !important;
    white-space: nowrap;
  }

  .result-cards {
    gap: 16px !important;
  }

  .result-cards article {
    padding: 24px 26px !important;
  }
}

/* Mobile breathing pass */
@media (max-width: 760px) {
  body {
    line-height: 1.5;
  }

  .hero {
    padding: 116px 22px 56px !important;
  }

  .hero-content {
    gap: 18px !important;
  }

  .hero-actions {
    gap: 12px 18px !important;
    margin-top: 8px !important;
  }

  .trusted {
    gap: 14px !important;
    margin-top: 26px !important;
  }

  .metrics-section {
    padding: 62px 20px 70px !important;
  }

  .metrics-heading {
    gap: 12px !important;
    margin-bottom: 26px !important;
  }

  .stat-panel {
    gap: 14px !important;
  }

  .stat-panel article,
  .stat-panel .stat-card-edge,
  .stat-panel .stat-card-featured {
    padding: 18px !important;
  }

  .approach-section.method-section {
    padding: 68px 0 74px !important;
  }

  .method-section .method-wrap {
    padding: 0 20px !important;
  }

  .method-section .method-hero {
    margin-bottom: 34px !important;
  }

  .method-section .method-intro {
    gap: 15px !important;
  }

  .method-section .method-timeline {
    gap: 17px !important;
  }

  .method-section .method-card {
    gap: 12px !important;
    padding: 16px !important;
  }

  .method-section .method-copy {
    gap: 7px !important;
  }

  .method-section .method-bottom {
    gap: 16px !important;
    margin-top: 30px !important;
    padding: 22px 20px !important;
  }

  .ecosystem-section {
    padding: 70px 20px 76px !important;
  }

  .ecosystem-header {
    gap: 26px !important;
  }

  .ecosystem-copy {
    display: grid !important;
    gap: 14px !important;
  }

  .ecosystem-controls {
    display: grid !important;
    gap: 18px !important;
  }

  .ecosystem-stage {
    margin-top: 30px !important;
  }

  .ecosystem-flow {
    gap: 14px !important;
  }

  .ecosystem-node {
    min-height: 140px !important;
    gap: 10px 13px !important;
    padding: 18px 16px !important;
  }

  .ecosystem-node ul {
    gap: 7px !important;
  }

  .about-section {
    padding: 70px 20px 0 !important;
  }

  .about-wrap {
    gap: 34px !important;
  }

  .about-founders {
    gap: 22px !important;
  }

  .about-statement {
    gap: 16px !important;
  }

  .about-text p {
    line-height: 1.66 !important;
  }

  .about-system-card {
    margin-top: 2px !important;
    padding: 28px 20px !important;
  }

  .about-experience {
    padding-top: 30px !important;
  }

  .about-logo-marquee {
    margin-top: 18px !important;
  }

  .about-cta-band {
    margin-top: 36px !important;
    padding: 38px 22px !important;
  }

  .results-section {
    padding: 64px 20px 66px !important;
  }

  .results-section .section-heading {
    gap: 12px !important;
    margin-bottom: 24px !important;
  }

  .result-cards {
    gap: 14px !important;
  }

  .result-cards article {
    padding: 21px 20px !important;
  }

  .contact-section {
    padding: 58px 20px 72px !important;
  }

  .contact-card {
    gap: 28px !important;
    padding: 24px 22px !important;
  }

  .contact-card > div {
    display: grid !important;
    gap: 14px !important;
  }

  .audit-form,
  .contact-form {
    gap: 15px !important;
  }

  .site-footer {
    padding: 34px 20px !important;
  }

  .approach-section.method-section,
  .ecosystem-section,
  .about-section,
  .results-section,
  .contact-section {
    scroll-margin-top: 76px !important;
  }
}

/* Calendly audit popup */
body.is-modal-open {
  overflow: hidden;
}

.calendly-modal {
  z-index: 110;
  padding: clamp(16px, 3vw, 34px);
  background:
    radial-gradient(circle at 24% 10%, rgba(37, 180, 255, 0.12), transparent 28%),
    radial-gradient(circle at 78% 14%, rgba(141, 60, 255, 0.18), transparent 34%),
    rgba(1, 4, 10, 0.78);
}

.calendly-modal-card {
  width: min(100%, 1040px);
  max-height: min(860px, calc(100dvh - 40px));
  border-color: rgba(154, 166, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 11, 22, 0.96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46), 0 0 56px rgba(82, 54, 255, 0.18);
}

.calendly-modal-header {
  padding: 22px 24px 16px;
  border-bottom: 1px solid rgba(154, 166, 255, 0.12);
}

.calendly-modal-header > div {
  display: grid;
  gap: 7px;
}

.calendly-modal .eyebrow {
  margin: 0;
}

.calendly-modal h2 {
  color: #f8f9ff;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  font-weight: 500;
  line-height: 1.14;
}

.calendly-modal .modal-close {
  border-color: rgba(154, 166, 255, 0.17);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.calendly-modal .calendly-inline-widget {
  width: 100%;
  min-width: 0 !important;
  overflow: hidden;
  border: 0;
  background: #ffffff;
}

@media (max-width: 760px) {
  .calendly-modal {
    padding: 10px;
  }

  .calendly-modal-card {
    max-height: calc(100dvh - 20px);
    border-radius: 16px;
  }

  .calendly-modal-header {
    padding: 16px 16px 12px;
  }

  .calendly-modal h2 {
    font-size: 1.12rem;
  }

  .calendly-modal .modal-close {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .calendly-modal .calendly-inline-widget {
    height: calc(100dvh - 104px) !important;
  }
}

/* Method closing CTA text fit */
@media (min-width: 901px) {
  .method-section .method-bottom h3 {
    max-width: 740px !important;
    font-size: clamp(0.96rem, 1.12vw, 1.1rem) !important;
    line-height: 1.24 !important;
  }

  .method-section .method-bottom p {
    max-width: 740px !important;
    font-size: clamp(0.78rem, 0.84vw, 0.84rem) !important;
    line-height: 1.45 !important;
  }
}

/* Impact mesurable: subtle reveal */
.metrics-section::before,
.metrics-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
  opacity: 0;
}

.metrics-section::before {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 47%, rgba(106, 92, 255, 0.16), transparent 50%),
    radial-gradient(ellipse at 42% 36%, rgba(37, 180, 255, 0.075), transparent 46%);
  filter: blur(10px);
  transform: translateY(12px);
  transition: opacity 900ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.metrics-section::after {
  inset: 14% 8% 10%;
  z-index: 0;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(88, 116, 255, 0.13), transparent 54%),
    radial-gradient(ellipse at 58% 65%, rgba(141, 60, 255, 0.13), transparent 58%),
    radial-gradient(ellipse at 32% 48%, rgba(37, 180, 255, 0.06), transparent 56%);
  filter: blur(34px);
  transform: translateY(10px) scale(0.96);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 44%, rgba(0, 0, 0, 0.72) 58%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, #000 0 44%, rgba(0, 0, 0, 0.72) 58%, transparent 78%);
  transition: opacity 1100ms ease, transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.metrics-section > * {
  position: relative;
  z-index: 1;
}

.stat-panel .stat-card-featured::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.09), transparent 34%),
    linear-gradient(125deg, transparent 18%, rgba(255, 255, 255, 0.055) 47%, transparent 68%);
  transition: opacity 780ms ease;
}

.stat-panel article > * {
  position: relative;
  z-index: 1;
}

.js-enabled .metrics-section .metrics-heading,
.js-enabled .metrics-section .stat-panel article {
  will-change: opacity, transform;
  transition:
    opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 640ms ease,
    box-shadow 640ms ease;
}

.js-enabled .metrics-section:not(.is-visible) .metrics-heading,
.js-enabled .metrics-section:not(.is-visible) .stat-panel article {
  opacity: 0 !important;
  transform: translateY(14px) scale(0.985) !important;
}

.js-enabled .metrics-section:not(.is-visible) .stat-panel .stat-card-featured {
  transform: translateY(18px) scale(0.965) !important;
}

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

.js-enabled .metrics-section.is-visible::after {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.js-enabled .metrics-section.is-visible .metrics-heading,
.js-enabled .metrics-section.is-visible .stat-panel article {
  opacity: 1 !important;
  transform: none !important;
}

.js-enabled .metrics-section.is-visible .stat-panel .stat-card-featured {
  border-color: rgba(120, 92, 255, 0.42);
  box-shadow: 0 22px 72px rgba(73, 70, 255, 0.2), 0 18px 54px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.095);
}

.js-enabled .metrics-section.is-visible .stat-panel .stat-card-featured::after {
  opacity: 1;
}

.js-enabled .metrics-section .metrics-heading {
  transition-delay: 70ms;
}

.js-enabled .metrics-section .stat-panel article:nth-child(3) {
  transition-delay: 120ms;
}

.js-enabled .metrics-section .stat-panel article:nth-child(2),
.js-enabled .metrics-section .stat-panel article:nth-child(4) {
  transition-delay: 245ms;
}

.js-enabled .metrics-section .stat-panel article:nth-child(1),
.js-enabled .metrics-section .stat-panel article:nth-child(5) {
  transition-delay: 340ms;
}

@media (min-width: 761px) {
  .js-enabled .metrics-section.is-visible .stat-panel .stat-card-edge {
    transform: scale(0.96) !important;
  }
}

@media (max-width: 760px) {
  .metrics-section::after {
    inset: 12% -34%;
  }

  .js-enabled .metrics-section:not(.is-visible) .metrics-heading,
  .js-enabled .metrics-section:not(.is-visible) .stat-panel article,
  .js-enabled .metrics-section:not(.is-visible) .stat-panel .stat-card-edge,
  .js-enabled .metrics-section:not(.is-visible) .stat-panel .stat-card-featured {
    transform: translateY(12px) scale(0.99) !important;
  }

  .js-enabled .metrics-section.is-visible .stat-panel .stat-card-edge,
  .js-enabled .metrics-section.is-visible .stat-panel .stat-card-featured {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .metrics-section::before,
  .metrics-section::after,
  .stat-panel .stat-card-featured::after,
  .js-enabled .metrics-section .metrics-heading,
  .js-enabled .metrics-section .stat-panel article {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Admin dashboard */
.admin-body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(73, 70, 255, 0.18), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(37, 180, 255, 0.1), transparent 32%),
    linear-gradient(135deg, #050712 0%, #080a16 42%, #0d0a19 100%);
  color: #f7f8ff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(154, 166, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 166, 255, 0.045) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 84%);
}

.admin-body button,
.admin-body input,
.admin-body textarea,
.admin-body select {
  font: inherit;
}

.admin-body a {
  color: inherit;
}

.admin-shell {
  min-height: 100vh;
}

.admin-body [hidden] {
  display: none !important;
}

.admin-login {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px;
}

.admin-login-brand {
  position: fixed;
  top: 30px;
  left: 34px;
  display: inline-flex;
  align-items: center;
  width: 150px;
  height: 44px;
}

.admin-login-brand img,
.admin-logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(82, 54, 255, 0.38));
}

.admin-login-card {
  width: min(100%, 430px);
  display: grid;
  gap: 20px;
  padding: 32px;
  border: 1px solid rgba(154, 166, 255, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.026)),
    rgba(7, 10, 18, 0.76);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
}

.admin-login-card h1,
.admin-topbar h1,
.admin-section-heading h2 {
  margin: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
}

.admin-login-card h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.02;
}

.admin-login-card p {
  margin: 0;
  color: rgba(235, 238, 255, 0.72);
  line-height: 1.62;
}

.admin-kicker {
  margin: 0;
  color: #8fa7ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.admin-form,
.admin-content-form {
  display: grid;
  gap: 16px;
}

.admin-form label,
.admin-content-form label {
  display: grid;
  gap: 8px;
  color: rgba(235, 238, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 600;
}

.admin-form input,
.admin-content-form input,
.admin-content-form textarea,
.admin-status-select {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(154, 166, 255, 0.14);
  border-radius: 12px;
  background: rgba(2, 5, 14, 0.72);
  color: #fff;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.admin-form input,
.admin-content-form input,
.admin-status-select {
  min-height: 46px;
  padding: 0 14px;
}

.admin-content-form textarea {
  min-height: 114px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.55;
}

.admin-form input:focus,
.admin-content-form input:focus,
.admin-content-form textarea:focus,
.admin-status-select:focus {
  border-color: rgba(130, 98, 255, 0.66);
  background: rgba(4, 7, 17, 0.92);
  box-shadow: 0 0 0 4px rgba(99, 87, 255, 0.14);
}

.admin-primary-button,
.admin-ghost-button,
.admin-ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.admin-primary-button {
  border: 1px solid rgba(123, 94, 255, 0.6);
  padding: 0 21px;
  background:
    linear-gradient(120deg, rgba(37, 180, 255, 0.34), rgba(113, 67, 255, 0.86)),
    rgba(14, 18, 42, 0.9);
  color: #fff;
  box-shadow: 0 12px 34px rgba(82, 54, 255, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  font-weight: 650;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.admin-primary-button:hover,
.admin-primary-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(37, 180, 255, 0.62);
  box-shadow: 0 16px 42px rgba(82, 54, 255, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.admin-primary-button:disabled,
.admin-ghost-button:disabled,
.admin-content-form input:disabled,
.admin-content-form textarea:disabled {
  cursor: not-allowed;
  opacity: 0.54;
}

.admin-small-button {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.82rem;
}

.admin-ghost-button,
.admin-ghost-link {
  border: 1px solid rgba(154, 166, 255, 0.16);
  padding: 0 17px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(248, 250, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 650;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.admin-ghost-button:hover,
.admin-ghost-button:focus-visible,
.admin-ghost-link:hover,
.admin-ghost-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(143, 167, 255, 0.34);
  background: rgba(255, 255, 255, 0.075);
}

.admin-dashboard {
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: grid;
  align-content: start;
  gap: 28px;
  height: 100vh;
  padding: 24px 18px;
  border-right: 1px solid rgba(154, 166, 255, 0.12);
  background:
    radial-gradient(circle at 30% 4%, rgba(82, 54, 255, 0.22), transparent 38%),
    rgba(4, 6, 14, 0.72);
  backdrop-filter: blur(22px);
}

.admin-logo {
  display: inline-flex;
  width: 146px;
  height: 44px;
  align-items: center;
}

.admin-nav {
  display: grid;
  gap: 7px;
}

.admin-nav {
  scrollbar-width: none;
}

.admin-nav::-webkit-scrollbar {
  display: none;
}

.admin-nav button {
  width: 100%;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 13px;
  background: transparent;
  color: rgba(235, 238, 255, 0.66);
  cursor: pointer;
  text-align: left;
  font-size: 0.88rem;
  font-weight: 650;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.admin-nav button:hover,
.admin-nav button:focus-visible,
.admin-nav button.is-active {
  border-color: rgba(137, 108, 255, 0.24);
  background:
    linear-gradient(120deg, rgba(37, 180, 255, 0.08), rgba(123, 73, 255, 0.22)),
    rgba(255, 255, 255, 0.045);
  color: #fff;
}

.admin-sidebar-foot {
  position: absolute;
  right: 18px;
  bottom: 20px;
  left: 18px;
  display: grid;
  gap: 10px;
}

.admin-sidebar-foot span {
  color: rgba(143, 167, 255, 0.82);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-main {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 24px clamp(22px, 4vw, 54px) 54px;
}

.admin-topbar,
.admin-section-heading,
.admin-card-heading,
.admin-edit-lock,
.admin-connect-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.admin-topbar {
  min-height: 76px;
  padding: 18px 0 10px;
}

.admin-topbar h1 {
  margin-top: 7px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.06;
}

.admin-topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-panel {
  display: none;
  gap: 20px;
}

.admin-panel.is-active {
  display: grid;
}

.admin-section-heading {
  align-items: end;
  margin-bottom: 2px;
}

.admin-section-heading h2 {
  max-width: 820px;
  margin-top: 9px;
  font-size: clamp(1.48rem, 2.5vw, 2.45rem);
  line-height: 1.12;
}

.admin-section-heading > p,
.admin-card-heading span,
.admin-kpi-card p,
.admin-highlight span,
.admin-empty-state,
.admin-empty-cell,
.admin-connect-card p {
  margin: 0;
  color: rgba(225, 230, 255, 0.62);
}

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

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

.admin-kpi-card,
.admin-card,
.admin-edit-lock,
.content-editor-card,
.admin-insight-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(154, 166, 255, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    rgba(7, 10, 18, 0.72);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.admin-kpi-card::before,
.admin-card::before,
.content-editor-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(37, 180, 255, 0.38), rgba(141, 60, 255, 0.32), transparent);
}

.admin-kpi-card {
  display: grid;
  min-height: 126px;
  align-content: space-between;
  gap: 12px;
  padding: 18px;
}

.admin-kpi-card span {
  color: rgba(235, 238, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 650;
}

.admin-kpi-card strong {
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  font-weight: 520;
  line-height: 1;
}

.admin-kpi-card:nth-child(6) strong,
.admin-kpi-card:nth-child(7) strong,
.admin-highlight strong,
.admin-bar-row em {
  background: linear-gradient(105deg, #25b4ff, #8c5cff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.admin-card {
  padding: 20px;
}

.admin-card-heading {
  margin-bottom: 18px;
}

.admin-card-heading h3,
.admin-connect-card h3,
.content-editor-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 650;
}

.admin-two-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 16px;
}

.admin-mini-funnel,
.visitor-journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

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

.mini-funnel-step,
.journey-step {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(154, 166, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.mini-funnel-step span,
.journey-step span,
.admin-insight-card span {
  color: #8fa7ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.mini-funnel-step strong,
.journey-step strong,
.admin-highlight strong {
  color: #fff;
  font-size: 1.28rem;
  font-weight: 560;
}

.mini-funnel-step p,
.journey-step p {
  margin: 0;
  color: rgba(225, 230, 255, 0.64);
  font-size: 0.82rem;
  line-height: 1.45;
}

.admin-highlight {
  display: grid;
  gap: 10px;
}

.admin-highlight strong {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.admin-highlight p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
}

.admin-bars {
  display: grid;
  gap: 14px;
}

.admin-bar-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.62fr) minmax(160px, 1fr) 54px;
  align-items: center;
  gap: 14px;
}

.admin-bar-row > div:first-child {
  display: grid;
  gap: 4px;
}

.admin-bar-row strong {
  color: #fff;
  font-size: 0.9rem;
}

.admin-bar-row span {
  color: rgba(225, 230, 255, 0.56);
  font-size: 0.76rem;
}

.admin-bar-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
}

.admin-bar-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #25b4ff, #8c5cff);
  box-shadow: 0 0 18px rgba(82, 54, 255, 0.3);
}

.admin-bar-row em {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: right;
}

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.admin-conversion-table {
  min-width: 1180px;
  table-layout: fixed;
}

.admin-conversion-table th:nth-child(1),
.admin-conversion-table td:nth-child(1) {
  width: 110px;
}

.admin-conversion-table th:nth-child(2),
.admin-conversion-table td:nth-child(2),
.admin-conversion-table th:nth-child(3),
.admin-conversion-table td:nth-child(3) {
  width: 150px;
}

.admin-conversion-table th:nth-child(4),
.admin-conversion-table td:nth-child(4) {
  width: 205px;
}

.admin-conversion-table th:nth-child(5),
.admin-conversion-table td:nth-child(5) {
  width: 120px;
}

.admin-conversion-table th:nth-child(6),
.admin-conversion-table td:nth-child(6) {
  width: 150px;
}

.admin-conversion-table th:nth-child(7),
.admin-conversion-table td:nth-child(7) {
  width: 280px;
}

.admin-conversion-table th:nth-child(8),
.admin-conversion-table td:nth-child(8) {
  width: 158px;
}

.admin-table th,
.admin-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(154, 166, 255, 0.1);
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  color: rgba(143, 167, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-table td {
  color: rgba(242, 244, 255, 0.76);
  font-size: 0.84rem;
}

.admin-table td strong,
.admin-table a {
  color: #fff;
  font-weight: 650;
  text-decoration: none;
}

.admin-muted-cell {
  color: rgba(225, 230, 255, 0.38);
}

.admin-message-details {
  position: relative;
}

.admin-message-details summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.admin-message-details summary::-webkit-details-marker {
  display: none;
}

.admin-message-details summary span {
  overflow: hidden;
  color: rgba(246, 248, 255, 0.82);
  font-size: 0.8rem;
  line-height: 1.42;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-message-details summary em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(143, 167, 255, 0.18);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(159, 178, 255, 0.94);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 760;
}

.admin-message-details[open] summary span {
  white-space: normal;
}

.admin-message-full {
  max-width: 520px;
  margin: 14px auto 2px;
  border: 1px solid rgba(126, 146, 255, 0.12);
  border-radius: 14px;
  padding: 13px 14px 14px;
  background:
    radial-gradient(circle at 18% 0%, rgba(49, 156, 255, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.032);
}

.admin-message-full > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(143, 167, 255, 0.92);
  font-size: 0.66rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.admin-message-full p {
  margin: 0 0 10px;
  border-left: 1px solid rgba(143, 167, 255, 0.34);
  padding-left: 12px;
  color: rgba(246, 248, 255, 0.9);
  font-size: 0.82rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.admin-message-full a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(154, 166, 255, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(235, 238, 255, 0.72);
  font-size: 0.76rem;
}

.admin-message-full a.is-disabled {
  pointer-events: none;
  opacity: 0.58;
}

.admin-empty-cell {
  padding: 28px 12px !important;
  text-align: center !important;
}

.admin-status-select {
  width: 100%;
  min-width: 0;
  appearance: none;
  border: 1px solid rgba(143, 167, 255, 0.18);
  border-radius: 999px;
  padding: 9px 32px 9px 12px;
  background:
    linear-gradient(45deg, transparent 50%, rgba(245, 247, 255, 0.72) 50%) right 15px center / 6px 6px no-repeat,
    linear-gradient(135deg, rgba(37, 180, 255, 0.14), rgba(140, 92, 255, 0.24)),
    rgba(8, 11, 20, 0.84);
  color: rgba(250, 251, 255, 0.94);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 680;
  outline: none;
}

.admin-status-select:focus-visible {
  border-color: rgba(143, 167, 255, 0.58);
  box-shadow: 0 0 0 3px rgba(88, 99, 255, 0.18);
}

.admin-status-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(154, 166, 255, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(235, 238, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
}

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

.admin-connect-card {
  padding: 22px;
}

.admin-connect-card p {
  max-width: 680px;
  margin-top: 8px;
  line-height: 1.58;
}

.admin-connect-card > span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(143, 167, 255, 0.18);
  border-radius: 999px;
  padding: 0 13px;
  color: #8fa7ff;
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-alerts {
  display: grid;
  gap: 10px;
}

.admin-alert {
  border: 1px solid rgba(154, 166, 255, 0.12);
  border-radius: 12px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(242, 244, 255, 0.78);
  font-size: 0.88rem;
}

.admin-insight-list {
  display: grid;
  gap: 12px;
}

.admin-insight-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
}

.admin-insight-card p {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.48;
}

.admin-edit-lock {
  padding: 18px;
}

.admin-edit-lock > div {
  display: grid;
  gap: 5px;
}

.admin-edit-lock strong {
  color: #fff;
}

.admin-edit-lock span {
  color: rgba(225, 230, 255, 0.62);
  font-size: 0.86rem;
}

.admin-edit-lock.is-unlocked {
  border-color: rgba(37, 180, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(37, 180, 255, 0.09), rgba(123, 73, 255, 0.15)),
    rgba(7, 10, 18, 0.76);
}

.content-editor-grid {
  display: grid;
  gap: 16px;
}

.content-editor-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  padding: 22px;
}

.content-editor-card p {
  margin: 8px 0 0;
  color: rgba(225, 230, 255, 0.6);
  font-size: 0.84rem;
  line-height: 1.55;
}

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

.content-editor-fields label:has(textarea),
.content-editor-fields label:first-child:last-child {
  grid-column: 1 / -1;
}

.content-editor-grid.is-title-editor {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.content-title-card {
  display: grid;
  gap: 16px;
  min-height: 184px;
  border: 1px solid rgba(154, 166, 255, 0.1);
  border-radius: 10px;
  padding: 18px;
  background:
    radial-gradient(circle at 12% 4%, rgba(37, 180, 255, 0.08), transparent 30%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.014)),
    rgba(12, 15, 24, 0.72);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.content-title-card header {
  display: grid;
  gap: 5px;
}

.content-title-card header span {
  color: rgba(143, 167, 255, 0.76);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.content-title-card header strong {
  color: rgba(248, 250, 255, 0.94);
  font-size: 0.98rem;
  font-weight: 590;
  letter-spacing: 0;
}

.content-title-card label {
  gap: 7px;
}

.content-title-card label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.content-title-card textarea {
  min-height: 86px;
  border-radius: 9px;
  padding: 13px 14px;
  color: rgba(250, 251, 255, 0.92);
  font-size: 0.96rem;
  font-weight: 480;
  line-height: 1.45;
}

.content-title-card textarea:disabled {
  color: rgba(238, 241, 255, 0.56);
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: rgba(225, 230, 255, 0.62);
  font-size: 0.86rem;
}

.form-status.is-success {
  color: #77e7b3;
}

.form-status.is-error {
  color: #ff9ca8;
}

@media (max-width: 1180px) {
  .admin-kpi-grid,
  .admin-seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-two-columns,
  .content-editor-card {
    grid-template-columns: 1fr;
  }

  .content-editor-grid.is-title-editor {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .admin-dashboard {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(154, 166, 255, 0.12);
  }

  .admin-logo {
    width: 132px;
  }

  .admin-nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .admin-nav button {
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .admin-sidebar-foot {
    position: static;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .admin-main {
    padding: 18px 16px 38px;
  }

  .admin-topbar,
  .admin-section-heading,
  .admin-card-heading,
  .admin-edit-lock,
  .admin-connect-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-topbar-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .admin-mini-funnel,
  .visitor-journey,
  .admin-performance-grid {
    grid-template-columns: 1fr;
  }

  .content-editor-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .admin-login {
    padding: 24px 16px;
  }

  .admin-login-brand {
    position: static;
    width: 132px;
    justify-self: start;
    margin-bottom: 20px;
  }

  .admin-login-card {
    padding: 24px 20px;
  }

  .admin-kpi-grid,
  .admin-seo-grid {
    grid-template-columns: 1fr;
  }

  .admin-kpi-card {
    min-height: 112px;
  }

  .admin-bar-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .admin-bar-row em {
    text-align: left;
  }

  .admin-insight-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* Admin dashboard: compact premium layout */
.admin-body {
  background:
    radial-gradient(circle at 78% -12%, rgba(100, 75, 255, 0.14), transparent 34%),
    radial-gradient(circle at 18% 8%, rgba(37, 180, 255, 0.08), transparent 30%),
    linear-gradient(135deg, #070a11 0%, #0a0d16 42%, #090b12 100%);
  color: #f8f9ff;
}

.admin-body::before {
  opacity: 0.26;
}

.admin-dashboard {
  grid-template-columns: 232px minmax(0, 1fr);
}

.admin-sidebar {
  gap: 26px;
  padding: 25px 14px 18px;
  border-right-color: rgba(154, 166, 255, 0.13);
  background:
    radial-gradient(circle at 28% 6%, rgba(93, 76, 255, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(9, 12, 20, 0.92), rgba(5, 7, 13, 0.92));
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.025);
}

.admin-logo {
  width: 122px;
  height: 36px;
  margin: 0 8px 6px;
  filter: drop-shadow(0 0 18px rgba(98, 72, 255, 0.24));
}

.admin-nav {
  gap: 8px;
}

.admin-nav button {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 12px;
  color: rgba(236, 240, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 560;
}

.admin-nav button:hover,
.admin-nav button:focus-visible,
.admin-nav button.is-active {
  border-color: rgba(107, 91, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(77, 63, 219, 0.42), rgba(55, 45, 133, 0.5)),
    rgba(255, 255, 255, 0.035);
  color: #fff;
  box-shadow: 0 10px 28px rgba(77, 63, 219, 0.16);
}

.admin-nav-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  flex: 0 0 22px;
  color: rgba(225, 230, 255, 0.76);
  font-size: 0.84rem;
  line-height: 1;
  overflow: visible;
}

.admin-nav-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  overflow: visible;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.admin-nav-icon svg * {
  vector-effect: non-scaling-stroke;
}

.admin-nav button.is-active .admin-nav-icon {
  color: #9a8cff;
}

.admin-sidebar-foot {
  right: 14px;
  bottom: 18px;
  left: 14px;
  gap: 18px;
}

.admin-site-link {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(154, 166, 255, 0.12);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  font-size: 0.87rem;
  font-weight: 600;
  text-decoration: none;
}

.admin-site-link span,
.admin-user-avatar,
.admin-user-card div span {
  letter-spacing: 0;
  text-transform: none;
}

.admin-user-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 10px;
}

.admin-user-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #070a11;
  font-size: 1rem;
  font-weight: 800;
}

.admin-user-card div {
  display: grid;
  gap: 2px;
}

.admin-user-card strong {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 650;
}

.admin-user-card div span {
  color: rgba(226, 231, 255, 0.62);
  font-size: 0.78rem;
}

.admin-user-logout {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(238, 241, 255, 0.78);
  cursor: pointer;
  font-size: 1rem;
}

.admin-danger-zone {
  border-top: 1px solid rgba(154, 166, 255, 0.08);
  padding-top: 8px;
  opacity: 0.18;
  transition: opacity 160ms ease;
}

.admin-sidebar-foot:hover .admin-danger-zone,
.admin-danger-zone[open] {
  opacity: 0.82;
}

.admin-danger-zone summary {
  cursor: pointer;
  color: rgba(226, 231, 255, 0.48);
  font-size: 0.62rem;
  font-weight: 620;
  letter-spacing: 0.14em;
  list-style: none;
  text-transform: uppercase;
}

.admin-danger-zone summary::-webkit-details-marker {
  display: none;
}

.admin-reset-form {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.admin-reset-form label {
  display: grid;
  gap: 4px;
}

.admin-reset-form label span {
  color: rgba(226, 231, 255, 0.52);
  font-size: 0.67rem;
}

.admin-reset-form input {
  min-height: 30px;
  border: 1px solid rgba(154, 166, 255, 0.12);
  border-radius: 7px;
  padding: 0 9px;
  background: rgba(4, 7, 17, 0.62);
  color: #fff;
  font-size: 0.74rem;
}

.admin-reset-form input:focus {
  border-color: rgba(123, 108, 255, 0.42);
  outline: none;
  box-shadow: 0 0 0 3px rgba(99, 83, 255, 0.12);
}

.admin-danger-button {
  min-height: 30px;
  border: 1px solid rgba(255, 108, 128, 0.24);
  border-radius: 7px;
  background: rgba(255, 91, 118, 0.08);
  color: rgba(255, 204, 213, 0.92);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 620;
}

.admin-danger-button:hover,
.admin-danger-button:focus-visible {
  border-color: rgba(255, 128, 146, 0.4);
  background: rgba(255, 91, 118, 0.12);
  outline: none;
}

.admin-danger-button:disabled {
  cursor: wait;
  opacity: 0.52;
}

.admin-maintenance-status {
  min-height: 14px;
  margin: 0;
  color: rgba(226, 231, 255, 0.54);
  font-size: 0.68rem;
  line-height: 1.35;
}

.admin-maintenance-status.is-success {
  color: #77e7a0;
}

.admin-maintenance-status.is-error {
  color: #ff9aaf;
}

.admin-main {
  gap: 20px;
  padding: 42px clamp(28px, 3.4vw, 48px) 42px;
}

.admin-topbar {
  min-height: auto;
  padding: 0 0 8px;
}

.admin-topbar h1 {
  margin: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.72rem);
  font-weight: 680;
  letter-spacing: -0.02em;
}

.admin-topbar p {
  margin: 9px 0 0;
  color: rgba(228, 232, 255, 0.72);
  font-size: 0.92rem;
}

.admin-topbar-actions {
  gap: 14px;
}

.admin-shortcut {
  color: rgba(222, 227, 255, 0.5);
  font-size: 0.74rem;
}

.admin-date-range {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(154, 166, 255, 0.12);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(248, 250, 255, 0.88);
  font-size: 0.84rem;
  white-space: nowrap;
}

.admin-small-button {
  min-height: 42px;
  border-radius: 8px;
  padding-inline: 13px;
}

.admin-panel {
  gap: 18px;
}

.admin-kpi-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

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

.admin-kpi-card,
.admin-card,
.admin-edit-lock,
.content-editor-card,
.admin-insight-card {
  border-color: rgba(158, 168, 215, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
    rgba(12, 15, 24, 0.82);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.admin-kpi-card::before,
.admin-card::before,
.content-editor-card::before {
  opacity: 0.55;
}

.admin-kpi-card {
  min-height: 142px;
  gap: 14px;
  padding: 19px;
}

.admin-kpi-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.admin-kpi-card span {
  color: rgba(235, 238, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 520;
}

.admin-kpi-icon,
.admin-compact-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(123, 108, 255, 0.2);
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(78, 68, 255, 0.55), rgba(77, 53, 167, 0.48));
  color: #a99dff;
  box-shadow: 0 16px 34px rgba(83, 68, 255, 0.18);
}

.admin-kpi-icon svg,
.admin-compact-icon svg {
  width: 20px;
  height: 20px;
}

.admin-kpi-card strong {
  font-size: clamp(1.5rem, 2.2vw, 1.86rem);
  font-weight: 680;
  letter-spacing: -0.03em;
}

.admin-kpi-trend {
  color: rgba(228, 232, 255, 0.58);
  font-size: 0.78rem;
}

.admin-kpi-trend.is-positive {
  color: #6be79b;
}

.admin-card {
  padding: 22px;
}

.admin-card-heading {
  min-height: 34px;
  margin-bottom: 16px;
}

.admin-card-heading h3,
.admin-connect-card h3,
.content-editor-card h3 {
  font-size: 0.98rem;
  font-weight: 650;
}

.admin-card-heading a,
.admin-card-link,
.admin-card-heading span {
  color: rgba(154, 177, 255, 0.86);
  font-size: 0.8rem;
  text-decoration: none;
}

.admin-card-link {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}

.admin-card-link:hover,
.admin-card-link:focus-visible {
  color: #fff;
}

.admin-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(360px, 1fr);
  gap: 16px;
}

.admin-funnel-card {
  min-height: 344px;
}

.admin-sources-card {
  min-height: 344px;
}

.admin-audits-card,
.admin-seo-card,
.admin-performance-card {
  min-height: 310px;
}

.admin-seo-card,
.admin-performance-card {
  grid-column: span 1;
}

.admin-mini-funnel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.admin-funnel-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.52fr) 64px minmax(180px, 1fr) 56px;
  align-items: center;
  gap: 14px;
}

.admin-funnel-row > span {
  color: rgba(236, 240, 255, 0.7);
  font-size: 0.84rem;
}

.admin-funnel-row strong {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 690;
  text-align: right;
}

.admin-funnel-row em {
  color: rgba(236, 240, 255, 0.76);
  font-style: normal;
  font-size: 0.82rem;
  text-align: right;
}

.admin-bar-track {
  height: 7px;
  background: rgba(255, 255, 255, 0.085);
}

.admin-traffic-sources {
  display: grid;
  grid-template-columns: 206px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.admin-traffic-donut {
  position: relative;
  width: 188px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(var(--traffic-stops));
  box-shadow: 0 24px 54px rgba(44, 94, 255, 0.18);
}

.admin-traffic-donut::after {
  position: absolute;
  inset: 46px;
  border-radius: inherit;
  background: #0b0e16;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  content: "";
}

.admin-traffic-legend {
  display: grid;
  gap: 13px;
}

.admin-traffic-row {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 12px;
  color: rgba(236, 240, 255, 0.72);
  font-size: 0.86rem;
}

.admin-traffic-row > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--traffic-color);
}

.admin-traffic-row strong {
  font-weight: 520;
}

.admin-traffic-row em {
  color: rgba(248, 250, 255, 0.84);
  font-style: normal;
  text-align: right;
}

.admin-compact-list,
.admin-seo-preview,
.admin-performance-preview {
  display: grid;
  gap: 10px;
}

.admin-compact-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 92px 86px;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  border-bottom: 1px solid rgba(154, 166, 255, 0.09);
  padding-bottom: 10px;
}

.admin-compact-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.admin-compact-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(220, 225, 255, 0.74);
  box-shadow: none;
}

.admin-compact-icon svg {
  width: 14px;
  height: 14px;
}

.admin-compact-row strong,
.admin-compact-row time {
  overflow: hidden;
  color: rgba(248, 250, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 520;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-compact-row time {
  color: rgba(226, 231, 255, 0.6);
  text-align: right;
}

.admin-list-status {
  justify-self: end;
  border-radius: 6px;
  padding: 4px 8px;
  background: rgba(66, 142, 255, 0.16);
  color: #7db1ff;
  font-size: 0.72rem;
  font-weight: 650;
}

.admin-list-status.is-warm {
  background: rgba(255, 181, 67, 0.16);
  color: #ffd166;
}

.admin-list-status.is-done {
  background: rgba(77, 215, 139, 0.14);
  color: #6be79b;
}

.admin-list-status.is-scheduled {
  background: rgba(136, 100, 255, 0.17);
  color: #b19eff;
}

.admin-seo-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  align-items: end;
  gap: 10px 18px;
  border-bottom: 1px solid rgba(154, 166, 255, 0.09);
  padding: 0 0 12px;
}

.admin-seo-line span,
.admin-vitals-row span,
.admin-gauge-item span {
  color: rgba(226, 231, 255, 0.62);
  font-size: 0.78rem;
}

.admin-seo-line strong {
  color: #fff;
  font-size: 1.2rem;
}

.admin-seo-line em {
  color: #67df98;
  font-style: normal;
  font-size: 0.78rem;
}

.admin-seo-line i {
  height: 28px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, transparent 0 32%, rgba(99, 83, 255, 0.9) 33% 37%, transparent 38% 49%, rgba(99, 83, 255, 0.82) 50% 54%, transparent 55% 64%, rgba(99, 83, 255, 0.72) 65% 69%, transparent 70%),
    linear-gradient(90deg, rgba(99, 83, 255, 0.05), rgba(99, 83, 255, 0.16));
  grid-column: 2;
  grid-row: 1 / span 2;
  opacity: 0.78;
}

.admin-gauge-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.admin-gauge-item {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.admin-gauge {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #10141f 0 55%, transparent 56%),
    conic-gradient(#58e497 var(--score), rgba(255, 255, 255, 0.09) 0);
  color: #fff;
  font-size: 1.08rem;
  font-weight: 650;
}

.admin-gauge-item em {
  color: #6be79b;
  font-style: normal;
  font-size: 0.74rem;
}

.admin-vitals-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border-top: 1px solid rgba(154, 166, 255, 0.1);
  margin-top: 18px;
  padding-top: 18px;
}

.admin-vitals-row div {
  display: grid;
  gap: 6px;
  border-right: 1px solid rgba(154, 166, 255, 0.1);
}

.admin-vitals-row div:last-child {
  border-right: 0;
}

.admin-vitals-row strong {
  color: #fff;
  font-size: 0.96rem;
}

.journey-step-wide {
  grid-column: 1 / -1;
}

@media (max-width: 1240px) {
  .admin-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-overview-grid {
    grid-template-columns: 1fr;
  }

  .admin-traffic-sources {
    grid-template-columns: 190px minmax(0, 1fr);
  }
}

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

  .admin-sidebar {
    position: static;
    height: auto;
    padding: 16px;
  }

  .admin-nav {
    display: flex;
    overflow-x: auto;
  }

  .admin-nav button {
    width: auto;
    grid-template-columns: 22px auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .admin-sidebar-foot {
    position: static;
    grid-template-columns: 1fr;
  }

  .admin-main {
    padding: 24px 16px 36px;
  }

  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 640px) {
  .admin-kpi-grid,
  .admin-gauge-row,
  .admin-vitals-row {
    grid-template-columns: 1fr;
  }

  .admin-traffic-sources {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .admin-funnel-row,
  .admin-compact-row,
  .admin-seo-line {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .admin-funnel-row strong,
  .admin-funnel-row em,
  .admin-compact-row time {
    text-align: left;
  }

  .admin-list-status {
    justify-self: start;
  }

  .admin-seo-line i {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }
}

/* Admin finesse pass */
.admin-primary-button {
  border-color: rgba(126, 103, 255, 0.42);
  background:
    linear-gradient(120deg, rgba(41, 144, 255, 0.22), rgba(104, 74, 255, 0.64)),
    rgba(14, 18, 42, 0.78);
  box-shadow: 0 10px 26px rgba(82, 54, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: 580;
}

.admin-primary-button:hover,
.admin-primary-button:focus-visible {
  border-color: rgba(119, 147, 255, 0.48);
  box-shadow: 0 12px 30px rgba(82, 54, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.admin-dashboard {
  grid-template-columns: 224px minmax(0, 1fr);
}

.admin-sidebar {
  gap: 22px;
  padding: 24px 13px 17px;
}

.admin-logo {
  width: 116px;
  height: 34px;
  filter: drop-shadow(0 0 14px rgba(98, 72, 255, 0.18));
}

.admin-nav {
  gap: 6px;
}

.admin-nav button {
  grid-template-columns: 26px minmax(0, 1fr);
  min-height: 42px;
  border-radius: 7px;
  color: rgba(236, 240, 255, 0.68);
  font-size: 0.86rem;
  font-weight: 520;
}

.admin-nav button:hover,
.admin-nav button:focus-visible,
.admin-nav button.is-active {
  background:
    linear-gradient(135deg, rgba(77, 63, 219, 0.3), rgba(55, 45, 133, 0.36)),
    rgba(255, 255, 255, 0.026);
  box-shadow: 0 8px 22px rgba(77, 63, 219, 0.11);
}

.admin-nav-icon svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.45;
}

.admin-site-link {
  min-height: 42px;
  border-radius: 7px;
  font-size: 0.84rem;
  font-weight: 540;
}

.admin-main {
  gap: 28px;
  padding: 48px clamp(24px, 3vw, 42px) 44px;
}

.admin-topbar {
  padding-bottom: 8px;
}

.admin-topbar-actions {
  padding-top: 6px;
}

.admin-panel {
  gap: 24px;
}

.admin-section-heading {
  margin-bottom: 4px;
}

.admin-topbar h1 {
  font-weight: 620;
}

.admin-topbar p {
  color: rgba(228, 232, 255, 0.66);
}

.admin-kpi-grid {
  gap: 14px;
}

.admin-kpi-card,
.admin-card,
.admin-edit-lock,
.content-editor-card,
.admin-insight-card {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.014)),
    rgba(12, 15, 24, 0.76);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.admin-kpi-card {
  min-height: 122px;
  gap: 10px;
  padding: 16px;
}

.admin-kpi-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(83, 68, 255, 0.13);
}

.admin-kpi-icon svg {
  width: 17px;
  height: 17px;
}

.admin-kpi-card strong {
  font-size: clamp(1.34rem, 1.8vw, 1.62rem);
  font-weight: 620;
}

.admin-card {
  padding: 18px;
}

.admin-card-heading h3,
.admin-connect-card h3,
.content-editor-card h3 {
  font-size: 0.93rem;
  font-weight: 600;
}

.admin-funnel-card,
.admin-sources-card {
  min-height: 314px;
}

.admin-audits-card,
.admin-seo-card,
.admin-performance-card {
  min-height: 276px;
}

.admin-funnel-row {
  gap: 12px;
}

.admin-funnel-row strong {
  font-weight: 620;
}

.admin-traffic-sources {
  grid-template-columns: 178px minmax(0, 1fr);
}

.admin-traffic-donut {
  width: 164px;
}

.admin-traffic-donut::after {
  inset: 40px;
}

.admin-gauge {
  width: 62px;
  height: 62px;
  font-size: 1rem;
  font-weight: 600;
}

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

  .admin-main {
    gap: 22px;
    padding-top: 30px;
  }

  .admin-topbar-actions {
    padding-top: 0;
  }
}
