:root {
  --ideas-ink: var(--cb-ink, #07083f);
  --ideas-primary: var(--cb-primary, #2510f3);
  --ideas-blue: #2874f6;
  --ideas-violet: #7557ef;
  --ideas-cyan: #16aee8;
  --ideas-green: #159d70;
  --ideas-line: rgba(26, 40, 98, 0.14);
  --ideas-muted: #637092;
  --ideas-mist: #f4f7fc;
  --ideas-white: #fff;
  --ideas-shell: min(calc(100% - 120px), 1520px);
  --ideas-display: "Cerebri Sans", "CerebriSans", Arial, sans-serif;
}

.ideas-page {
  background: #fbfcff;
  color: var(--ideas-ink);
  overflow-x: clip;
}

.ideas-page main {
  overflow: clip;
}

.ideas-shell {
  width: var(--ideas-shell);
  margin-inline: auto;
}

.ideas-eyebrow {
  margin: 0 0 18px;
  color: var(--ideas-primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ideas-section {
  position: relative;
  padding: clamp(90px, 9vw, 154px) 0;
}

.ideas-section__head {
  max-width: 940px;
  margin-bottom: clamp(48px, 5vw, 76px);
}

.ideas-section__head h2,
.ideas-final h2 {
  margin: 0;
  color: var(--ideas-ink);
  font-family: var(--ideas-display);
  font-size: clamp(2.65rem, 4.8vw, 5.35rem);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 1.06;
}

.ideas-section__head > p:last-child {
  max-width: 780px;
  margin: 28px 0 0;
  color: var(--ideas-muted);
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.65;
}

.ideas-section__head--side {
  margin: 0;
}

.ideas-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 14px 22px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.ideas-btn svg,
.ideas-path a svg,
.ideas-form__submit svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

.ideas-btn:hover,
.ideas-path a:hover {
  transform: translateY(-2px);
}

.ideas-btn:hover svg,
.ideas-path a:hover svg {
  transform: translateX(3px);
}

.ideas-btn--primary {
  background: var(--ideas-primary);
  box-shadow: 0 15px 38px rgba(37, 16, 243, 0.22);
  color: #fff;
}

.ideas-btn--primary:hover {
  background: #1607cd;
  box-shadow: 0 18px 44px rgba(37, 16, 243, 0.3);
}

.ideas-btn--secondary {
  border-color: rgba(26, 40, 98, 0.2);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ideas-ink);
}

.ideas-btn--secondary:hover {
  border-color: rgba(37, 16, 243, 0.45);
  background: #fff;
}

.ideas-btn:focus-visible,
.ideas-path a:focus-visible,
.ideas-form input:focus-visible,
.ideas-form textarea:focus-visible,
.ideas-form button:focus-visible {
  outline: 3px solid #10a9e8;
  outline-offset: 3px;
}

/* Hero */
.ideas-hero {
  position: relative;
  padding: clamp(76px, 8vw, 126px) 0 clamp(72px, 8vw, 120px);
  background:
    radial-gradient(circle at 79% 17%, rgba(76, 89, 246, 0.09), transparent 27%),
    linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.ideas-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(35, 53, 117, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 53, 117, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
  pointer-events: none;
}

.ideas-hero__grid {
  position: relative;
  display: grid;
  align-items: center;
  gap: clamp(42px, 5vw, 84px);
  grid-template-columns: minmax(360px, 0.82fr) minmax(620px, 1.18fr);
}

.ideas-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.ideas-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ideas-ink);
  font-family: var(--ideas-display);
  font-size: clamp(3.6rem, 5.6vw, 6.45rem);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 1.06;
}

.ideas-hero__lead {
  max-width: 670px;
  margin: 30px 0 0;
  color: #536181;
  font-size: clamp(1.08rem, 1.32vw, 1.28rem);
  line-height: 1.66;
}

.ideas-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ideas-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 17px;
  margin: 30px 0 0;
  padding: 0;
  color: #425070;
  font-size: 0.88rem;
  list-style: none;
}

.ideas-reassurance li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ideas-reassurance svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--ideas-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

/* One connected transformation, supported by the existing Forge network artwork. */
.ideas-pipeline {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(44, 62, 137, 0.14);
  border-radius: 28px;
  padding: clamp(24px, 2.2vw, 34px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 35px 85px rgba(27, 45, 108, 0.14);
  isolation: isolate;
}

.ideas-pipeline::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(40, 116, 246, 0.12), transparent 34%, rgba(117, 87, 239, 0.1));
  content: "";
}

.ideas-pipeline__network {
  position: absolute;
  inset: 10% -4% auto 6%;
  z-index: -1;
  width: 98%;
  height: auto;
  opacity: 0.2;
  filter: saturate(1.12);
  pointer-events: none;
}

.ideas-pipeline__prompt {
  position: relative;
  max-width: 92%;
  border: 1px solid rgba(53, 75, 155, 0.18);
  border-radius: 16px;
  padding: 17px 20px 18px 52px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 35px rgba(34, 50, 108, 0.1);
}

.ideas-pipeline__prompt::before {
  position: absolute;
  top: 17px;
  left: 17px;
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ideas-blue), var(--ideas-violet));
  color: #fff;
  content: "+";
  font-size: 1.05rem;
  place-items: center;
}

.ideas-pipeline__prompt span,
.ideas-pipeline__panel header > span {
  color: var(--ideas-primary);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ideas-pipeline__prompt p {
  margin: 6px 0 0;
  color: #283557;
  font-size: 0.84rem;
  line-height: 1.5;
}

.ideas-pipeline__stages {
  position: relative;
  display: grid;
  margin: 20px 0 18px;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(5, 1fr);
}

.ideas-pipeline__stages::before {
  position: absolute;
  top: 13px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--ideas-blue), var(--ideas-violet), var(--ideas-cyan));
  content: "";
  opacity: 0.45;
}

.ideas-pipeline__stages li {
  position: relative;
  display: grid;
  gap: 6px;
  color: #627090;
  font-size: 0.59rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-align: center;
}

.ideas-pipeline__stages span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 27px;
  height: 27px;
  margin-inline: auto;
  border: 2px solid #b9c5df;
  border-radius: 50%;
  background: #fff;
  color: #506087;
  font-size: 0.55rem;
  letter-spacing: 0;
  place-items: center;
}

.ideas-pipeline__workspace {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.05fr 0.95fr;
}

.ideas-pipeline__panel {
  min-width: 0;
  border: 1px solid rgba(40, 61, 127, 0.13);
  border-radius: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 9px 26px rgba(27, 44, 104, 0.07);
}

.ideas-pipeline__panel--build {
  grid-row: span 2;
}

.ideas-pipeline__panel--run {
  grid-column: 1 / -1;
}

.ideas-pipeline__panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(40, 61, 127, 0.09);
}

.ideas-pipeline__panel header strong {
  color: #263353;
  font-size: 0.78rem;
  line-height: 1.3;
  text-align: right;
}

.ideas-data-model {
  margin-top: 15px;
}

.ideas-data-model small,
.ideas-offer small,
.ideas-run-metrics small {
  color: #6c7896;
  font-size: 0.67rem;
}

.ideas-data-model > div {
  display: grid;
  gap: 7px;
  margin-top: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.ideas-data-model span {
  overflow: hidden;
  border: 1px solid rgba(52, 88, 181, 0.14);
  border-radius: 7px;
  padding: 8px 5px;
  background: #f5f8ff;
  color: #354263;
  font-size: 0.61rem;
  text-align: center;
  text-overflow: ellipsis;
}

.ideas-pipeline__rows {
  display: grid;
  gap: 8px;
  margin: 13px 0 0;
}

.ideas-pipeline__rows > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 8px;
  padding: 9px 10px;
  background: #f8faff;
}

.ideas-pipeline__rows dt {
  color: #465372;
  font-size: 0.65rem;
}

.ideas-pipeline__rows dd,
.ideas-pipeline__panel li,
.ideas-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: var(--ideas-green);
  font-size: 0.62rem;
  font-weight: 650;
}

.ideas-pipeline__panel svg,
.ideas-paths__rule svg,
.stayflow svg,
.ideas-commercial__partners svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.ideas-pipeline__panel ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.ideas-status--ready {
  margin-top: 12px;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(21, 157, 112, 0.1);
}

.ideas-offer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  border-radius: 8px;
  padding: 9px 10px;
  background: linear-gradient(90deg, rgba(40, 116, 246, 0.09), rgba(117, 87, 239, 0.08));
}

.ideas-offer b {
  color: var(--ideas-primary);
  font-size: 0.82rem;
}

.ideas-run-metrics {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.ideas-run-metrics div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 7px;
  border-radius: 8px;
  padding: 9px 10px;
  background: #f7f9ff;
}

.ideas-run-metrics b {
  color: var(--ideas-ink);
  font-size: 0.8rem;
}

.ideas-pipeline__disclaimer {
  margin: 13px 0 0;
  color: #77829d;
  font-size: 0.6rem;
  line-height: 1.45;
  text-align: center;
}

/* The DOM remains visible without JavaScript. JS opts the scene into this sequence. */
.ideas-pipeline[data-animate="true"] [data-sequence] {
  opacity: 0;
  transform: translateY(10px);
}

.ideas-pipeline[data-animate="true"].is-playing [data-sequence="prompt"] {
  animation: ideas-reveal 560ms 80ms ease forwards;
}

.ideas-pipeline[data-animate="true"].is-playing [data-sequence="stage"] {
  animation: ideas-stage 420ms ease forwards;
}

.ideas-pipeline[data-animate="true"].is-playing [data-stage="1"] { animation-delay: 500ms; }
.ideas-pipeline[data-animate="true"].is-playing [data-stage="2"] { animation-delay: 900ms; }
.ideas-pipeline[data-animate="true"].is-playing [data-stage="3"] { animation-delay: 1600ms; }
.ideas-pipeline[data-animate="true"].is-playing [data-stage="4"] { animation-delay: 2850ms; }
.ideas-pipeline[data-animate="true"].is-playing [data-stage="5"] { animation-delay: 4200ms; }
.ideas-pipeline[data-animate="true"].is-playing [data-sequence="build"] { animation: ideas-reveal 620ms 1050ms ease forwards; }
.ideas-pipeline[data-animate="true"].is-playing [data-sequence="launch"] { animation: ideas-reveal 620ms 2100ms ease forwards; }
.ideas-pipeline[data-animate="true"].is-playing [data-sequence="sale"] { animation: ideas-reveal 620ms 3450ms ease forwards; }
.ideas-pipeline[data-animate="true"].is-playing [data-sequence="run"] { animation: ideas-reveal 620ms 4750ms ease forwards; }

@keyframes ideas-reveal {
  to { opacity: 1; transform: none; }
}

@keyframes ideas-stage {
  to { opacity: 1; transform: none; color: var(--ideas-primary); }
}

/* Page navigation */
.ideas-subnav {
  border-top: 1px solid rgba(27, 43, 99, 0.08);
}

/* Journey */
.ideas-journey {
  background: #fff;
}

.ideas-journey__steps {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(5, 1fr);
}

.ideas-journey__steps::before {
  position: absolute;
  top: 22px;
  right: 3%;
  left: 3%;
  height: 1px;
  background: linear-gradient(90deg, var(--ideas-blue), var(--ideas-violet), var(--ideas-cyan));
  content: "";
  opacity: 0.45;
}

.ideas-journey__steps li {
  position: relative;
  min-width: 0;
  padding: 0 clamp(18px, 2vw, 32px) 0 0;
}

.ideas-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(37, 16, 243, 0.28);
  border-radius: 50%;
  background: #fff;
  color: var(--ideas-primary);
  font-size: 0.7rem;
  font-weight: 750;
  place-items: center;
}

.ideas-journey__steps h3 {
  margin: 24px 0 11px;
  color: var(--ideas-ink);
  font-size: 0.84rem;
  letter-spacing: 0.12em;
}

.ideas-journey__steps p {
  margin: 0;
  color: var(--ideas-muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

/* Platform cutaway */
.ideas-platform {
  background: var(--ideas-mist);
}

.ideas-platform__grid {
  display: grid;
  align-items: start;
  gap: clamp(48px, 7vw, 110px);
  grid-template-columns: minmax(330px, 0.72fr) minmax(600px, 1.28fr);
}

.ideas-platform__rule {
  border-left: 2px solid var(--ideas-primary);
  padding-left: 18px;
  color: #3c496b !important;
  font-size: 0.98rem !important;
  line-height: 1.55 !important;
}

.ideas-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 34px;
}

.ideas-stack::before {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 10px;
  width: 2px;
  background: linear-gradient(var(--ideas-blue), var(--ideas-violet), var(--ideas-cyan));
  content: "";
}

.ideas-stack__layer {
  position: relative;
  border: 1px solid rgba(38, 56, 119, 0.13);
  border-radius: 18px;
  padding: 24px 26px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(28, 45, 103, 0.08);
}

.ideas-stack__layer::before {
  position: absolute;
  top: 32px;
  left: -30px;
  width: 18px;
  height: 2px;
  background: var(--ideas-blue);
  content: "";
}

.ideas-stack__layer--2 {
  margin-left: 20px;
  border-color: rgba(117, 87, 239, 0.22);
}

.ideas-stack__layer--2::before { left: -50px; width: 38px; background: var(--ideas-violet); }

.ideas-stack__layer--3 {
  margin-left: 40px;
  background: var(--ideas-ink);
  color: #fff;
}

.ideas-stack__layer--3::before { left: -70px; width: 58px; background: var(--ideas-cyan); }

.ideas-stack__title {
  display: flex;
  align-items: flex-start;
  gap: 17px;
}

.ideas-stack__title > span {
  color: var(--ideas-primary);
  font-size: 0.68rem;
  font-weight: 750;
}

.ideas-stack__layer--3 .ideas-stack__title > span { color: #72d3ff; }

.ideas-stack__title small {
  color: #667493;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.15em;
}

.ideas-stack__layer--3 .ideas-stack__title small { color: #aebce0; }

.ideas-stack__title h3 {
  margin: 7px 0 0;
  color: var(--ideas-ink);
  font-size: 1.16rem;
}

.ideas-stack__layer--3 .ideas-stack__title h3 { color: #fff; }

.ideas-stack__layer > p {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 0 40px;
}

.ideas-stack__layer > p span {
  border: 1px solid rgba(44, 62, 128, 0.12);
  border-radius: 999px;
  padding: 6px 9px;
  background: #f5f7fc;
  color: #435171;
  font-size: 0.72rem;
}

.ideas-stack__layer--3 > p span {
  border-color: rgba(170, 195, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #dce4fb;
}

/* Two routes */
.ideas-paths {
  background: #fff;
}

.ideas-paths__grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}

.ideas-path {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(41, 60, 128, 0.14);
  border-radius: 22px;
  padding: clamp(32px, 4vw, 58px);
  background: #f8faff;
}

.ideas-path::before {
  position: absolute;
  inset: auto -16% -45% 32%;
  height: 75%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40, 116, 246, 0.15), transparent 68%);
  content: "";
}

.ideas-path--partner::before {
  background: radial-gradient(circle, rgba(117, 87, 239, 0.18), transparent 68%);
}

.ideas-path__number {
  position: absolute;
  top: 28px;
  right: 32px;
  color: rgba(37, 16, 243, 0.17);
  font-family: var(--ideas-display);
  font-size: 4.6rem;
  font-weight: 300;
  letter-spacing: -0.06em;
}

.ideas-path h3 {
  position: relative;
  max-width: 560px;
  margin: 0;
  color: var(--ideas-ink);
  font-family: var(--ideas-display);
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.ideas-path > p:not(.ideas-eyebrow) {
  position: relative;
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--ideas-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.ideas-path a {
  position: absolute;
  bottom: 48px;
  left: clamp(32px, 4vw, 58px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ideas-primary);
  font-weight: 700;
  text-decoration: none;
}

.ideas-paths__rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 30px 0 0;
  color: #3f4c6c;
  font-size: 0.93rem;
  text-align: center;
}

.ideas-paths__rule svg { color: var(--ideas-green); }

/* StayFlow */
.ideas-example {
  background: linear-gradient(180deg, #f7f9fd, #eef3fb);
}

.stayflow {
  overflow: hidden;
  border: 1px solid rgba(43, 61, 126, 0.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(28, 45, 104, 0.1);
}

.stayflow__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 23px 30px;
  border-bottom: 1px solid rgba(43, 61, 126, 0.1);
}

.stayflow__brand > span {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--ideas-blue), var(--ideas-violet));
  color: #fff;
  font-weight: 750;
  place-items: center;
}

.stayflow__brand div {
  display: grid;
  gap: 2px;
}

.stayflow__brand strong { color: var(--ideas-ink); }
.stayflow__brand small { color: var(--ideas-muted); }

.stayflow__columns {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 118px 1fr;
}

.stayflow__columns section {
  padding: clamp(30px, 4vw, 54px);
}

.stayflow__columns h3 {
  margin: 0 0 22px;
  color: #495776;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}

.stayflow__columns ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stayflow__columns li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(41, 61, 127, 0.12);
  border-radius: 8px;
  padding: 8px 10px;
  background: #f7f9fd;
  color: #435171;
  font-size: 0.79rem;
}

.stayflow__columns li svg { color: var(--ideas-green); }

.stayflow__connector {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  background: linear-gradient(180deg, rgba(40, 116, 246, 0.05), rgba(117, 87, 239, 0.08));
}

.stayflow__connector span {
  width: 1px;
  height: 52px;
  background: linear-gradient(var(--ideas-blue), var(--ideas-violet));
}

.stayflow__connector b {
  display: grid;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--ideas-ink);
  color: #fff;
  font-size: 0.78rem;
  place-items: center;
}

.stayflow__result {
  margin: 0;
  padding: 26px 30px;
  border-top: 1px solid rgba(43, 61, 126, 0.1);
  background: var(--ideas-ink);
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.55;
  text-align: center;
}

.stayflow__disclaimer {
  display: block;
  padding: 10px 20px 13px;
  background: var(--ideas-ink);
  color: #aebbe0;
  font-size: 0.68rem;
  text-align: center;
}

/* Demand Exchange */
.ideas-exchange {
  background: #fff;
}

.ideas-exchange__grid {
  display: grid;
  align-items: start;
  gap: clamp(50px, 8vw, 130px);
  grid-template-columns: 1fr 0.9fr;
}

.ideas-exchange__flow {
  position: relative;
  display: grid;
  gap: 0;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.ideas-exchange__flow::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 16px;
  width: 1px;
  background: linear-gradient(var(--ideas-blue), var(--ideas-violet), var(--ideas-cyan));
  content: "";
}

.ideas-exchange__flow li {
  position: relative;
  display: grid;
  align-items: center;
  gap: 16px;
  padding: 9px 0;
  grid-template-columns: 34px 1fr;
}

.ideas-exchange__flow span {
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(37, 16, 243, 0.22);
  border-radius: 50%;
  background: #fff;
  color: var(--ideas-primary);
  font-size: 0.62rem;
  font-weight: 750;
  place-items: center;
}

.ideas-exchange__flow p {
  margin: 0;
  color: #4c5978;
  line-height: 1.55;
}

.ideas-distribution {
  overflow: hidden;
  border: 1px solid rgba(44, 62, 128, 0.14);
  border-radius: 22px;
  background: #f7f9fe;
}

.ideas-distribution article {
  display: grid;
  gap: 20px;
  padding: 28px 30px;
  border-bottom: 1px solid rgba(44, 62, 128, 0.1);
  grid-template-columns: 40px 1fr;
}

.ideas-distribution article > span {
  color: var(--ideas-primary);
  font-size: 0.66rem;
  font-weight: 750;
}

.ideas-distribution h3 {
  margin: 0;
  color: var(--ideas-ink);
  font-size: 0.76rem;
  letter-spacing: 0.13em;
}

.ideas-distribution article p {
  margin: 8px 0 0;
  color: var(--ideas-muted);
  font-size: 0.91rem;
  line-height: 1.55;
}

.ideas-distribution__note {
  margin: 0;
  padding: 30px;
  background: var(--ideas-ink);
  color: #dce4fb;
  font-size: 0.91rem;
  line-height: 1.62;
}

/* Commercial model */
.ideas-commercial {
  background: #f3f6fb;
}

.ideas-commercial__principles {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(43, 61, 126, 0.13);
  border-radius: 18px;
  background: #fff;
  grid-template-columns: repeat(3, 1fr);
}

.ideas-commercial__principles p {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 28px 30px;
  border-right: 1px solid rgba(43, 61, 126, 0.1);
  color: var(--ideas-ink);
  font-family: var(--ideas-display);
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.ideas-commercial__principles p:last-child { border-right: 0; }

.ideas-commercial__principles span {
  color: var(--ideas-primary);
  font-family: Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0;
}

.ideas-commercial__grid {
  display: grid;
  gap: 22px;
  margin-top: 22px;
  grid-template-columns: 1.35fr 0.65fr;
}

.ideas-commercial__elements {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(43, 61, 126, 0.13);
  border-radius: 18px;
  background: #fff;
  grid-template-columns: repeat(2, 1fr);
}

.ideas-commercial__elements article {
  padding: 25px 28px;
  border-right: 1px solid rgba(43, 61, 126, 0.1);
  border-bottom: 1px solid rgba(43, 61, 126, 0.1);
}

.ideas-commercial__elements article:nth-child(2n) { border-right: 0; }
.ideas-commercial__elements article:nth-last-child(-n + 2) { border-bottom: 0; }

.ideas-commercial__elements h3 {
  margin: 0;
  color: var(--ideas-primary);
  font-size: 0.69rem;
  letter-spacing: 0.12em;
}

.ideas-commercial__elements p {
  margin: 10px 0 0;
  color: var(--ideas-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.ideas-commercial__partners {
  border-radius: 18px;
  padding: 30px;
  background: var(--ideas-ink);
  color: #fff;
}

.ideas-commercial__partners .ideas-eyebrow { color: #72d3ff; }

.ideas-commercial__partners ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ideas-commercial__partners li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #dce4fb;
  font-size: 0.88rem;
  line-height: 1.45;
}

.ideas-commercial__partners li svg { color: #56d5aa; }

.ideas-commercial__cta {
  margin-top: 28px;
}

/* Final conversion */
.ideas-final {
  position: relative;
  padding: clamp(90px, 10vw, 164px) 0;
  background: var(--ideas-ink);
  color: #fff;
}

.ideas-final::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(40, 116, 246, 0.28), transparent 31%),
    radial-gradient(circle at 87% 82%, rgba(117, 87, 239, 0.22), transparent 33%);
  content: "";
  pointer-events: none;
}

.ideas-final__grid {
  position: relative;
  display: grid;
  align-items: start;
  gap: clamp(50px, 8vw, 130px);
  grid-template-columns: 0.8fr 1.2fr;
}

.ideas-final .ideas-eyebrow { color: #77d6ff; }

.ideas-final h2 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.5rem);
}

.ideas-final h2 span { display: block; }

.ideas-final__copy > p:last-child {
  max-width: 590px;
  margin: 30px 0 0;
  color: #c5d0ed;
  font-size: 1.08rem;
  line-height: 1.65;
}

.ideas-form {
  display: grid;
  gap: 22px;
  border: 1px solid rgba(182, 199, 244, 0.2);
  border-radius: 22px;
  padding: clamp(28px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 70px rgba(0, 0, 25, 0.24);
  backdrop-filter: blur(12px);
}

.ideas-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ideas-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.ideas-field label,
.ideas-profile legend {
  color: #edf2ff;
  font-size: 0.82rem;
  font-weight: 650;
}

.ideas-field input,
.ideas-field textarea {
  width: 100%;
  border: 1px solid rgba(188, 203, 243, 0.25);
  border-radius: 10px;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ideas-ink);
  font: inherit;
  line-height: 1.5;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ideas-field textarea {
  min-height: 150px;
  resize: vertical;
}

.ideas-field input::placeholder,
.ideas-field textarea::placeholder { color: #7d88a3; opacity: 1; }

.ideas-field input[aria-invalid="true"],
.ideas-field textarea[aria-invalid="true"] {
  border-color: #e34e70;
  box-shadow: 0 0 0 3px rgba(227, 78, 112, 0.15);
}

.ideas-profile {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.ideas-profile > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.ideas-profile label { cursor: pointer; }

.ideas-profile input {
  position: absolute;
  opacity: 0;
}

.ideas-profile label span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(188, 203, 243, 0.28);
  border-radius: 999px;
  padding: 10px 17px;
  background: rgba(255, 255, 255, 0.08);
  color: #e7ecfb;
  font-size: 0.84rem;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ideas-profile input:checked + span {
  border-color: #73d5ff;
  background: #fff;
  color: var(--ideas-ink);
}

.ideas-profile input:focus-visible + span {
  outline: 3px solid #10a9e8;
  outline-offset: 3px;
}

.ideas-profile[aria-invalid="true"] label span { border-color: #e97891; }

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

.ideas-error {
  min-height: 1.1em;
  color: #ff9bb0;
  font-size: 0.75rem;
}

.ideas-form__submit {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.ideas-form__privacy,
.ideas-form__status,
.ideas-form__fallback {
  margin: -8px 0 0;
  color: #aebbe0;
  font-size: 0.74rem;
  line-height: 1.5;
}

.ideas-form__status {
  color: #86e2c1;
  font-weight: 650;
}

.ideas-form__fallback { color: #d7dff4; }

@media (prefers-reduced-motion: reduce) {
  .ideas-page *,
  .ideas-page *::before,
  .ideas-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
  }

  .ideas-pipeline[data-animate="true"] [data-sequence] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1240px) {
  .ideas-hero__grid {
    grid-template-columns: minmax(320px, 0.74fr) minmax(570px, 1.26fr);
    gap: 38px;
  }

  .ideas-hero h1 { font-size: clamp(3.35rem, 5.3vw, 5.4rem); }
  .ideas-pipeline { padding: 24px; }
  .ideas-platform__grid { gap: 60px; }
}

@media (max-width: 1120px) {
  :root { --ideas-shell: min(calc(100% - 64px), 980px); }

  .ideas-hero__grid,
  .ideas-platform__grid,
  .ideas-exchange__grid,
  .ideas-final__grid {
    grid-template-columns: 1fr;
  }

  .ideas-hero__copy { max-width: 800px; }
  .ideas-hero h1 { max-width: 800px; font-size: clamp(3.7rem, 8vw, 6.2rem); }
  .ideas-pipeline { max-width: 860px; }
  .ideas-section__head--side { max-width: 800px; }
  .ideas-stack { max-width: 860px; }
  .ideas-journey__steps { grid-template-columns: repeat(3, 1fr); gap: 36px 20px; }
  .ideas-journey__steps::before { display: none; }
  .ideas-commercial__grid { grid-template-columns: 1fr; }
  .ideas-final__copy { max-width: 850px; }
  .ideas-form { max-width: 850px; }
}

@media (max-width: 760px) {
  :root { --ideas-shell: min(calc(100% - 36px), 680px); }

  .ideas-section { padding: 82px 0; }
  .ideas-section__head { margin-bottom: 42px; }
  .ideas-section__head h2,
  .ideas-final h2 { font-size: clamp(2.55rem, 11vw, 4.4rem); }

  .ideas-hero { padding: 62px 0 78px; }
  .ideas-hero h1 { font-size: clamp(3.1rem, 14vw, 5rem); }
  .ideas-hero__lead { margin-top: 24px; }
  .ideas-actions { align-items: stretch; flex-direction: column; }
  .ideas-btn { width: 100%; }
  .ideas-reassurance { display: grid; }

  .ideas-pipeline { border-radius: 20px; padding: 18px; }
  .ideas-pipeline__prompt { max-width: 100%; padding: 16px 16px 17px 48px; }
  .ideas-pipeline__stages { gap: 0; overflow: visible; }
  .ideas-pipeline__stages li { font-size: 0.52rem; letter-spacing: 0.05em; }
  .ideas-pipeline__stages span { width: 25px; height: 25px; }
  .ideas-pipeline__workspace { grid-template-columns: 1fr; }
  .ideas-pipeline__panel--build,
  .ideas-pipeline__panel--run { grid-row: auto; grid-column: auto; }
  .ideas-data-model > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .ideas-journey__steps { grid-template-columns: 1fr; gap: 0; padding-left: 12px; }
  .ideas-journey__steps::before { display: block; top: 22px; right: auto; bottom: 22px; left: 34px; width: 1px; height: auto; }
  .ideas-journey__steps li { display: grid; gap: 0 18px; padding: 0 0 34px; grid-template-columns: 45px 1fr; }
  .ideas-journey__steps li:last-child { padding-bottom: 0; }
  .ideas-journey__steps h3 { margin: 5px 0 8px; }
  .ideas-journey__steps p { grid-column: 2; }

  .ideas-stack { padding-left: 23px; }
  .ideas-stack::before { left: 4px; }
  .ideas-stack__layer,
  .ideas-stack__layer--2,
  .ideas-stack__layer--3 { margin-left: 0; padding: 22px 20px; }
  .ideas-stack__layer::before,
  .ideas-stack__layer--2::before,
  .ideas-stack__layer--3::before { left: -20px; width: 14px; }
  .ideas-stack__layer > p { margin-left: 0; }

  .ideas-paths__grid { grid-template-columns: 1fr; }
  .ideas-path { min-height: 420px; padding: 32px 26px; }
  .ideas-path a { bottom: 34px; left: 26px; right: 26px; }
  .ideas-path__number { top: 21px; right: 24px; font-size: 3.7rem; }

  .stayflow__columns { grid-template-columns: 1fr; }
  .stayflow__connector { grid-template-columns: 1fr auto 1fr; padding: 20px 28px; }
  .stayflow__connector span { width: 100%; height: 1px; }
  .stayflow__connector b { width: 56px; height: 56px; }

  .ideas-commercial__principles { grid-template-columns: 1fr; }
  .ideas-commercial__principles p { border-right: 0; border-bottom: 1px solid rgba(43, 61, 126, 0.1); }
  .ideas-commercial__principles p:last-child { border-bottom: 0; }
  .ideas-commercial__elements { grid-template-columns: 1fr; }
  .ideas-commercial__elements article { border-right: 0; border-bottom: 1px solid rgba(43, 61, 126, 0.1) !important; }
  .ideas-commercial__elements article:last-child { border-bottom: 0 !important; }

  .ideas-final { padding: 84px 0; }
  .ideas-form { padding: 25px 20px; backdrop-filter: none; }
  .ideas-form__row { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  :root { --ideas-shell: calc(100% - 28px); }
  .ideas-hero h1 { font-size: clamp(2.85rem, 14.4vw, 3.65rem); }
  .ideas-pipeline { padding: 14px; }
  .ideas-pipeline__prompt p { font-size: 0.76rem; }
  .ideas-pipeline__stages li { font-size: 0.46rem; }
  .ideas-pipeline__stages span { width: 23px; height: 23px; }
  .ideas-data-model span { font-size: 0.54rem; }
  .ideas-run-metrics { grid-template-columns: 1fr; }
  .ideas-path { min-height: 455px; }
  .stayflow__brand { padding: 20px; }
  .stayflow__columns section { padding: 28px 20px; }
  .ideas-distribution article { padding: 24px 20px; }
  .ideas-distribution__note { padding: 24px 20px; }
}
/* ---------------------------------------------------------------------------
   The StayFlow scroll film: a pinned hero whose footage follows the scroll.
   Desktop scrubs; the five static gates below turn the same markup into a
   composed still hero (phones, portrait, reduced motion). The page must stay
   complete and beautiful if the video never loads.
--------------------------------------------------------------------------- */
.ideas-scrub {
  position: relative;
  height: 860vh;
}

.ideas-scrub__stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #f6f3ee;
}

.ideas-scrub__media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.ideas-scrub__poster,
.ideas-scrub__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateZ(0);
  will-change: transform;
}

.ideas-scrub__poster {
  background-position: center;
  background-size: cover;
}

.ideas-scrub__video {
  opacity: 0;
  transition: opacity 420ms ease;
}

.ideas-scrub__stage.isb-video-ready .ideas-scrub__video { opacity: 1; }
.ideas-scrub__stage.isb-video-failed .ideas-scrub__video { display: none; }

.ideas-scrub__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: var(--isb-veil, 1);
  background: linear-gradient(90deg,
    #f6f3ee 0%,
    rgba(246, 243, 238, .96) 24%,
    rgba(246, 243, 238, .8) 40%,
    rgba(246, 243, 238, .42) 58%,
    rgba(246, 243, 238, .08) 78%,
    rgba(246, 243, 238, 0) 100%);
}

.ideas-scrub__grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-items: center;
  width: var(--ideas-shell);
  margin-inline: auto;
  padding-top: var(--partner-overview-header-h, 84px);
}

.ideas-band {
  grid-area: 1 / 1;
  max-width: 640px;
  opacity: 0;
  pointer-events: none;
}

.ideas-band.isb-on { pointer-events: auto; }

.ideas-band .ideas-eyebrow {
  text-shadow: 0 1px 0 rgba(246, 243, 238, .9), 0 2px 10px rgba(246, 243, 238, .7);
}

.ideas-band h1,
.ideas-band .isb-title {
  margin: 0;
  color: var(--ideas-ink);
  font-family: var(--ideas-display);
  font-size: clamp(2.7rem, 4.4vw, 4.6rem);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 1.06;
  text-shadow: 0 1px 0 rgba(246, 243, 238, .92), 0 2px 12px rgba(246, 243, 238, .78), 0 10px 40px rgba(246, 243, 238, .8);
}

.ideas-band .isb-sub {
  max-width: 34ch;
  margin: 22px 0 0;
  color: #414e6e;
  font-size: clamp(1.02rem, 1.3vw, 1.24rem);
  line-height: 1.6;
  text-shadow: 0 1px 0 rgba(246, 243, 238, .9), 0 2px 10px rgba(246, 243, 238, .75);
}

.ideas-band .ideas-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ideas-band--settle .ideas-actions,
.ideas-band--settle .isb-chips {
  opacity: var(--kb, 0);
  transform: translateY(calc((1 - var(--kb, 0)) * 14px));
}

.ideas-band .ideas-btn { text-shadow: none; }

.isb-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.isb-chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid rgba(117, 87, 239, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #3c3f74;
  font-size: 0.78rem;
  font-weight: 650;
  backdrop-filter: blur(8px);
}

.isb-chips svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--ideas-green);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Word assembly, scrubbed off each band's --k. */
.isb-w {
  display: inline-block;
  --kc: clamp(0, calc((var(--k, 0) - var(--th, 0)) * 2.8), 1);
  opacity: var(--kc);
  transform: translateY(calc((1 - var(--kc)) * 18px));
}

/* IDEA -> BUILD -> LAUNCH -> SELL -> RUN, lighting with the journey. */
.ideas-scrub__rail {
  position: absolute;
  bottom: 74px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
}

.ideas-scrub__rail li {
  padding: 6px 12px;
  border: 1px solid var(--ideas-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #8a93ad;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  backdrop-filter: blur(8px);
  transition: color 320ms ease, border-color 320ms ease, background-color 320ms ease;
}

.ideas-scrub__rail li.isb-lit {
  border-color: rgba(117, 87, 239, .45);
  background: rgba(255, 255, 255, .92);
  color: var(--ideas-primary);
}

.ideas-scrub__cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #737e9b;
  font-size: 0.6rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%);
  opacity: var(--isb-cue, 1);
  transition: opacity 300ms ease;
  pointer-events: none;
}

.ideas-scrub__cue i {
  width: 1px;
  height: 26px;
  background: linear-gradient(180deg, var(--ideas-violet), transparent);
  transform-origin: top;
}

@media (prefers-reduced-motion: no-preference) {
  .ideas-scrub__cue i { animation: isb-cue-drop 2.4s cubic-bezier(.23, 1, .32, 1) -1.2s infinite; }

  @keyframes isb-cue-drop {
    0% { transform: scaleY(0); }
    45%, 100% { transform: scaleY(1); }
  }
}

@media (max-height: 560px) {
  .ideas-scrub__rail,
  .ideas-scrub__cue { display: none; }
}

/* The five static gates: identical strings live in the page controller.
   The same markup becomes a composed still hero: band one in flow over the
   poster, the film bands hidden, no video ever requested. */
@media (max-width: 760px),
       (orientation: portrait) and (max-width: 1024px),
       (orientation: portrait) and (pointer: coarse),
       (orientation: landscape) and (pointer: coarse) and (max-height: 560px),
       (prefers-reduced-motion: reduce) {
  .ideas-scrub { height: auto; }

  .ideas-scrub__stage {
    position: relative;
    height: auto;
    min-height: 88svh;
  }

  .ideas-scrub__grid {
    position: relative;
    inset: auto;
    align-content: center;
    min-height: 88svh;
    padding-top: 40px;
    padding-bottom: 96px;
  }

  .ideas-band {
    opacity: 1 !important;
    pointer-events: auto;
    transform: none;
  }

  .ideas-band[data-ideas-band]:not(.ideas-band--opening) { display: none; }

  .ideas-scrub__veil {
    opacity: 1;
    background: linear-gradient(180deg,
      #f6f3ee 0%,
      rgba(246, 243, 238, .95) 42%,
      rgba(246, 243, 238, .78) 68%,
      rgba(246, 243, 238, .3) 100%);
  }

  .isb-w {
    opacity: 1;
    transform: none;
  }

  .ideas-scrub__video { display: none; }
  .ideas-scrub__cue { display: none; }

  .ideas-scrub__rail {
    position: absolute;
    bottom: 28px;
  }

  .ideas-scrub__rail li:first-child {
    border-color: rgba(117, 87, 239, .45);
    color: var(--ideas-primary);
  }
}

@media (max-width: 760px) {
  .ideas-band h1 {
    font-size: clamp(2.35rem, 9vw, 3.1rem);
  }

  .ideas-scrub__rail {
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 32px);
  }
}
