.content-page {
  background:
    radial-gradient(circle at 50% 2%, rgba(28, 133, 238, .075), transparent 31rem),
    #060708;
}

.content-page main {
  overflow: clip;
}

.content-page .mobile-menu a[aria-current="page"] {
  color: #fff;
  background: rgba(21, 139, 255, .08);
}

.page-shell {
  width: min(100% - var(--gutter) * 2, var(--max));
  margin: 0 auto;
}

.page-hero {
  position: relative;
  display: grid;
  min-height: 720px;
  padding: 154px var(--gutter) 94px;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.page-hero .particle-field,
.error-page .particle-field {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 300px;
  content: "";
  background: linear-gradient(180deg, transparent, #060708);
  pointer-events: none;
}

.page-hero__content {
  width: min(100%, 900px);
  margin: auto;
  text-align: center;
}

.page-hero h1 {
  max-width: 880px;
  margin: 28px auto 24px;
  color: #f5f6f8;
  font-size: clamp(54px, 7vw, 86px);
  font-weight: 625;
  letter-spacing: -.064em;
  line-height: .98;
}

.page-hero__lede {
  max-width: 720px;
  margin: 0 auto;
  color: #949aa4;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.55;
}

.page-hero__actions {
  display: flex;
  margin-top: 38px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.page-statement {
  position: relative;
  z-index: 2;
  width: min(100% - var(--gutter) * 2, 920px);
  margin: -78px auto 0;
  padding: 30px 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(12, 14, 17, .92);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
  text-align: center;
}

.page-statement strong {
  display: block;
  margin-bottom: 7px;
  color: #f0f3f6;
  font-size: 19px;
  font-weight: 680;
}

.page-statement span {
  color: #8e959f;
  font-size: 15px;
}

.page-section {
  padding: 120px 0;
}

.page-section + .page-section {
  border-top: 1px solid rgba(255, 255, 255, .04);
}

.page-section--compact {
  padding-block: 88px;
}

.page-section--surface {
  background: #080a0c;
}

.page-heading {
  max-width: 720px;
  margin-bottom: 54px;
}

.page-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.page-heading h2 {
  margin: 20px 0 17px;
  color: #f2f4f6;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 625;
  letter-spacing: -.052em;
  line-height: 1.02;
}

.page-heading p {
  margin: 0;
  color: #9097a1;
  font-size: 17px;
  line-height: 1.66;
}

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

.page-card {
  position: relative;
  min-height: 240px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
  transition: transform 280ms var(--ease), border-color 280ms ease, background 280ms ease;
}

.page-card:hover {
  transform: translateY(-4px);
  border-color: rgba(71, 164, 250, .27);
  background: linear-gradient(145deg, rgba(32, 139, 237, .07), rgba(255, 255, 255, .014));
}

.page-card__number,
.workflow-step__number {
  display: inline-flex;
  min-width: 34px;
  min-height: 26px;
  padding: 0 8px;
  align-items: center;
  justify-content: center;
  color: #75bfff;
  border: 1px solid rgba(72, 168, 255, .22);
  border-radius: 999px;
  background: rgba(21, 139, 255, .07);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .05em;
}

.page-card h3 {
  margin: 38px 0 12px;
  color: #edf0f3;
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -.025em;
}

.page-card p {
  margin: 0;
  color: #8b929d;
  font-size: 15px;
  line-height: 1.62;
}

.page-split {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .94fr) minmax(360px, 1.06fr);
  gap: clamp(58px, 9vw, 118px);
}

.page-split .page-heading {
  margin: 0;
}

.signal-list {
  display: grid;
  gap: 10px;
}

.signal-list span {
  display: flex;
  min-height: 66px;
  padding: 0 20px;
  align-items: center;
  gap: 14px;
  color: #cdd2d8;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .018);
  font-size: 15px;
}

.signal-list span::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  content: "";
  border-radius: 50%;
  background: var(--blue-bright);
  box-shadow: 0 0 16px rgba(72, 168, 255, .55);
}

.decision-flow,
.loop-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.decision-flow__item,
.loop-flow__item {
  position: relative;
  min-height: 150px;
  padding: 24px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0b0d10;
}

.decision-flow__item:not(:last-child)::after,
.loop-flow__item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -12px;
  display: grid;
  width: 17px;
  height: 17px;
  content: "→";
  transform: translateY(-50%);
  place-items: center;
  color: #5aaeff;
  border-radius: 50%;
  background: #090b0e;
  font-size: 13px;
}

.decision-flow__item strong,
.loop-flow__item strong {
  display: block;
  margin-bottom: 13px;
  color: #e9edf1;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .08em;
}

.decision-flow__item span,
.loop-flow__item span {
  color: #858d98;
  font-size: 13px;
  line-height: 1.52;
}

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

.comparison-note {
  min-height: 280px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #0a0c0f;
}

.comparison-note--active {
  border-color: rgba(72, 168, 255, .25);
  background: linear-gradient(145deg, rgba(21, 139, 255, .08), #0a0c0f 66%);
}

.comparison-note > span {
  color: #79818d;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.comparison-note blockquote {
  margin: 74px 0 0;
  color: #c8cdd3;
  font-size: 22px;
  font-weight: 570;
  line-height: 1.45;
}

.comparison-note--active blockquote {
  color: #f0f3f6;
}

.workflow-list {
  position: relative;
  display: grid;
  max-width: 920px;
  margin: 0 auto;
  gap: 12px;
}

.workflow-list::before {
  position: absolute;
  top: 44px;
  bottom: 44px;
  left: 36px;
  width: 1px;
  content: "";
  background: linear-gradient(var(--blue), rgba(21, 139, 255, .05));
}

.workflow-step {
  position: relative;
  display: grid;
  min-height: 164px;
  padding: 28px 32px 28px 94px;
  align-items: center;
  grid-template-columns: 160px 1fr;
  gap: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(12, 14, 17, .88);
}

.workflow-step__number {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 23px;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  padding: 0;
  transform: translateY(-50%);
  background: #0b1722;
}

.workflow-step > strong {
  color: #7dbfff;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.workflow-step h3 {
  margin: 0 0 8px;
  color: #f0f2f5;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -.025em;
}

.workflow-step p {
  margin: 0;
  color: #8d949e;
  font-size: 15px;
  line-height: 1.62;
}

.loop-flow {
  position: relative;
}

.loop-flow::after {
  position: absolute;
  right: 15px;
  bottom: -38px;
  left: 15px;
  color: #5baeff;
  content: "↺  CONTINUOUS ANALYSIS";
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .1em;
  text-align: center;
}

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

.principle-card,
.benefit-card,
.pilot-card {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .018);
}

.principle-card h3,
.benefit-card h3,
.pilot-card h3 {
  margin: 0 0 13px;
  color: #edf0f3;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -.02em;
}

.principle-card p,
.benefit-card p,
.pilot-card p {
  margin: 0;
  color: #89919b;
  font-size: 14px;
  line-height: 1.62;
}

.about-manifesto {
  max-width: 820px;
}

.about-manifesto > p {
  color: #9aa1aa;
  font-size: 19px;
  line-height: 1.72;
}

.about-manifesto__statement {
  margin: 48px 0 30px;
  color: #eef1f4;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 620;
  letter-spacing: -.045em;
}

.about-questions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.about-questions span {
  min-height: 98px;
  padding: 18px;
  color: #c7ccd2;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #0b0d0f;
  font-size: 14px;
  line-height: 1.5;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 18px;
}

.contact-form,
.contact-aside {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #0a0c0f;
}

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

.form-field {
  display: grid;
  gap: 9px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label,
.form-group > legend {
  color: #cfd4da;
  font-size: 13px;
  font-weight: 650;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: #eef1f4;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  outline: 0;
  background: #080a0c;
  font-size: 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field textarea {
  min-height: 126px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(72, 168, 255, .55);
  box-shadow: 0 0 0 3px rgba(21, 139, 255, .1);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #606873;
}

.form-group {
  display: grid;
  margin: 0;
  padding: 0;
  grid-column: 1 / -1;
  gap: 12px;
  border: 0;
}

.form-group > legend {
  margin-bottom: 10px;
}

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

.checkbox-grid label {
  display: flex;
  min-height: 44px;
  padding: 10px 12px;
  align-items: center;
  gap: 10px;
  color: #9299a3;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 9px;
  background: rgba(255, 255, 255, .014);
  font-size: 13px;
}

.checkbox-grid input {
  width: 15px;
  height: 15px;
  accent-color: var(--blue);
}

.form-consent {
  margin: 16px 0 20px;
  color: #747c87;
  font-size: 13px;
  line-height: 1.55;
}

.contact-aside h2 {
  margin: 0 0 30px;
  color: #f0f2f4;
  font-size: 31px;
  font-weight: 630;
  letter-spacing: -.04em;
}

.expectation-list {
  display: grid;
  counter-reset: expectation;
  gap: 0;
}

.expectation {
  position: relative;
  padding: 24px 0 24px 48px;
  counter-increment: expectation;
  border-top: 1px solid var(--line-soft);
}

.expectation::before {
  position: absolute;
  top: 24px;
  left: 0;
  color: #67b6fb;
  content: "0" counter(expectation);
  font-size: 13px;
  font-weight: 720;
}

.expectation h3 {
  margin: 0 0 8px;
  color: #dfe3e8;
  font-size: 16px;
}

.expectation p {
  margin: 0;
  color: #858d98;
  font-size: 14px;
  line-height: 1.58;
}

.direct-contact {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.direct-contact span {
  display: block;
  margin-bottom: 8px;
  color: #737b86;
  font-size: 13px;
}

.direct-contact a {
  color: #e6f3ff;
  font-size: 17px;
  font-weight: 650;
}

.pilot-hero .page-hero__lede {
  max-width: 760px;
}

.pilot-offer {
  display: grid;
  align-items: center;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(50px, 8vw, 100px);
}

.pilot-duration {
  padding: 38px;
  border: 1px solid rgba(72, 168, 255, .25);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(21, 139, 255, .12), rgba(255, 255, 255, .018));
}

.pilot-duration strong {
  display: block;
  color: #f1f7fd;
  font-size: clamp(64px, 8vw, 96px);
  font-weight: 620;
  letter-spacing: -.07em;
  line-height: .9;
}

.pilot-duration span {
  display: block;
  margin-top: 18px;
  color: #9dcdf8;
  font-size: 16px;
  line-height: 1.5;
}

.pilot-copy h2 {
  margin: 0 0 22px;
  color: #f2f4f6;
  font-size: clamp(38px, 5vw, 57px);
  font-weight: 625;
  letter-spacing: -.052em;
  line-height: 1.03;
}

.pilot-copy p {
  margin: 0 0 17px;
  color: #9198a2;
  font-size: 16px;
  line-height: 1.66;
}

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

.pilot-process article {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #0a0c0f;
}

.pilot-process span {
  color: #5caeff;
  font-size: 13px;
  font-weight: 760;
}

.pilot-process h3 {
  margin: 54px 0 12px;
  color: #edf0f3;
  font-size: 19px;
}

.pilot-process p {
  margin: 0;
  color: #89919b;
  font-size: 14px;
  line-height: 1.6;
}

.pilot-note {
  max-width: 780px;
  margin: 50px auto 0;
  color: #7f8792;
  font-size: 14px;
  line-height: 1.62;
  text-align: center;
}

.page-final-cta {
  padding: 104px var(--gutter);
  text-align: center;
}

.page-final-cta h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #f2f4f6;
  font-size: clamp(42px, 6vw, 66px);
  font-weight: 625;
  letter-spacing: -.057em;
  line-height: 1;
}

.page-final-cta p {
  max-width: 640px;
  margin: 0 auto 32px;
  color: #8d949e;
  font-size: 16px;
}

.error-page {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 100px var(--gutter) 44px;
  overflow: hidden;
  place-items: center;
  background: #060708;
  isolation: isolate;
}

.error-page__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
}

.error-marquee {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  display: flex;
  width: max-content;
  transform: translateY(-55%);
  animation: errorDrift 20s linear infinite;
}

.error-marquee span {
  padding-right: .16em;
  color: rgba(255, 255, 255, .072);
  font-size: clamp(250px, 34vw, 570px);
  font-weight: 650;
  letter-spacing: -.08em;
  line-height: .8;
  white-space: nowrap;
}

.error-page h1 {
  margin: 0 0 14px;
  color: #f3f5f7;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 630;
  letter-spacing: -.055em;
}

.error-page p {
  max-width: 520px;
  margin: 0 0 30px;
  color: #969da7;
  font-size: 16px;
  line-height: 1.6;
}

@keyframes errorDrift {
  from { transform: translate3d(0, -55%, 0); }
  to { transform: translate3d(-33.333%, -55%, 0); }
}

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

  .decision-flow,
  .loop-flow {
    overflow-x: auto;
    padding-bottom: 10px;
    grid-template-columns: repeat(6, 170px);
    scrollbar-width: thin;
  }

  .philosophy-grid,
  .benefit-grid,
  .pilot-grid,
  .pilot-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .page-hero {
    min-height: 0;
    padding: calc(var(--header-h) + 58px) var(--gutter) 84px;
  }

  .page-hero h1 {
    font-size: clamp(44px, 9vw, 68px);
  }

  .page-section {
    padding: var(--space-section) 0;
  }

  .page-split,
  .pilot-offer,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .workflow-step {
    padding: 28px 26px 28px 82px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .comparison-pair {
    grid-template-columns: 1fr;
  }

  .comparison-note {
    min-height: 220px;
  }

  .comparison-note blockquote {
    margin-top: 46px;
  }
}

@media (max-width: 640px) {
  .page-hero {
    padding-top: calc(var(--header-h) + 42px);
  }

  .page-hero h1 {
    margin-top: 20px;
    font-size: clamp(36px, 10.6vw, 56px);
  }

  .page-hero__lede {
    font-size: 16px;
  }

  .page-hero__actions {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }

  .page-hero__actions .button {
    width: min(100%, 300px);
  }

  .page-statement {
    margin-top: -52px;
    padding: 25px 22px;
  }

  .page-heading {
    margin-bottom: var(--space-block);
  }

  .page-heading h2 {
    font-size: clamp(30px, 8.2vw, 42px);
  }

  .page-heading p {
    font-size: 16px;
  }

  .page-card-grid,
  .philosophy-grid,
  .benefit-grid,
  .pilot-grid,
  .pilot-process,
  .about-questions,
  .form-grid,
  .checkbox-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-card {
    min-height: 0;
  }

  .form-field--full,
  .form-group {
    grid-column: auto;
  }

  .contact-form,
  .contact-aside {
    padding: 24px 20px;
    border-radius: 15px;
  }

  .pilot-duration {
    padding: 30px;
  }

  .page-final-cta {
    padding-block: var(--space-section);
  }

  .page-final-cta h2 {
    font-size: clamp(32px, 8.8vw, 48px);
  }

  .error-page {
    padding-top: calc(var(--header-h) + 24px);
  }

  .error-page h1 {
    font-size: clamp(30px, 8.4vw, 44px);
  }

  .error-page p {
    font-size: 15.5px;
  }
}

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

/* Quiet, editorial product-page system. */
.content-page {
  background: #050506;
}

.content-page main {
  background:
    radial-gradient(ellipse 62% 26% at 50% 0%, rgba(255, 255, 255, .045), transparent 72%),
    #050506;
}

.content-page .site-header.is-scrolled {
  background: rgba(5, 5, 6, .78);
  border-color: rgba(255, 255, 255, .07);
  box-shadow: none;
  backdrop-filter: blur(24px) saturate(125%);
}

.content-page .eyebrow,
.error-page .eyebrow {
  min-height: 0;
  padding: 0;
  color: #8e949d;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.content-page .particle-field {
  opacity: .52;
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 70%, transparent 96%);
}

.page-hero {
  min-height: min(860px, 92svh);
  padding: 174px 24px 128px;
}

.page-hero::after {
  height: 360px;
  background: linear-gradient(180deg, transparent, #050506 92%);
}

.page-hero__content {
  width: min(100%, 1040px);
}

.page-hero h1 {
  max-width: 1020px;
  margin: 34px auto 28px;
  font-size: clamp(64px, 7.6vw, 102px);
  font-weight: 590;
  letter-spacing: -.071em;
  line-height: .94;
}

.page-hero__lede {
  max-width: 760px;
  color: #90949b;
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.58;
}

.page-hero__actions {
  margin-top: 44px;
  gap: 10px;
}

.content-page .button,
.error-page .button {
  min-height: 48px;
  padding-inline: 22px;
}

.page-statement {
  width: min(100% - var(--gutter) * 2, var(--max));
  margin: 0 auto;
  padding: 52px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-statement strong {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 620;
  letter-spacing: -.025em;
}

.page-statement span {
  color: #858a92;
  font-size: 16px;
}

.page-section {
  padding: 148px 0;
}

.page-section + .page-section {
  border-top-color: rgba(255, 255, 255, .055);
}

.page-section--compact {
  padding-block: 118px;
}

.page-section--surface {
  background: #080809;
}

.page-heading {
  max-width: 790px;
  margin-bottom: 70px;
}

.page-heading h2 {
  margin: 22px 0 20px;
  font-size: clamp(46px, 5.4vw, 68px);
  font-weight: 590;
  letter-spacing: -.06em;
  line-height: .98;
}

.page-heading p {
  max-width: 700px;
  color: #90949b;
  font-size: 18px;
  line-height: 1.65;
}

.page-card-grid {
  gap: 16px;
}

.page-card {
  min-height: 286px;
  padding: 38px;
  border-color: rgba(255, 255, 255, .07);
  border-radius: 26px;
  background: #0c0c0e;
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
  transition: border-color 240ms ease, background 240ms ease;
}

.page-card:hover {
  transform: none;
  border-color: rgba(255, 255, 255, .13);
  background: #0e0e10;
}

.page-card__number,
.workflow-step__number {
  min-width: 0;
  min-height: 0;
  padding: 0;
  color: #6fb8fa;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 13px;
  letter-spacing: .1em;
}

.page-card h3 {
  margin: 74px 0 14px;
  font-size: 23px;
  font-weight: 620;
  letter-spacing: -.035em;
}

.page-card p {
  color: #898e96;
  font-size: 16px;
  line-height: 1.62;
}

.page-split {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr);
  gap: clamp(70px, 10vw, 140px);
}

.signal-list {
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.signal-list span {
  min-height: 70px;
  padding: 0;
  color: #c8ccd2;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
  border-radius: 0;
  background: transparent;
  font-size: 16px;
}

.signal-list span::before {
  width: 5px;
  height: 5px;
  background: #9ea4ad;
  box-shadow: none;
}

.decision-flow,
.loop-flow {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 26px;
  background: #0b0b0d;
}

.decision-flow__item,
.loop-flow__item {
  min-height: 178px;
  padding: 34px 24px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .07);
  border-radius: 0;
  background: transparent;
}

.decision-flow__item:last-child,
.loop-flow__item:last-child {
  border-right: 0;
}

.decision-flow__item:not(:last-child)::after,
.loop-flow__item:not(:last-child)::after {
  display: none;
}

.decision-flow__item strong,
.loop-flow__item strong {
  margin-bottom: 28px;
  color: #aeb3ba;
  font-size: 12px;
  letter-spacing: .12em;
}

.decision-flow__item span,
.loop-flow__item span {
  color: #7f858e;
  font-size: 14px;
  line-height: 1.55;
}

.comparison-pair {
  gap: 18px;
}

.comparison-note {
  min-height: 330px;
  padding: 42px;
  border-color: rgba(255, 255, 255, .07);
  border-radius: 28px;
  background: #0b0b0d;
}

.comparison-note--active {
  border-color: rgba(255, 255, 255, .12);
  background:
    radial-gradient(circle at 100% 0%, rgba(21, 139, 255, .09), transparent 45%),
    #0d0d0f;
}

.comparison-note > span {
  color: #777d86;
  font-size: 13px;
}

.comparison-note blockquote {
  margin-top: 92px;
  font-size: 24px;
  font-weight: 530;
  letter-spacing: -.025em;
  line-height: 1.45;
}

.workflow-list {
  max-width: 1020px;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.workflow-list::before {
  display: none;
}

.workflow-step {
  min-height: 210px;
  padding: 50px 12px 50px 96px;
  grid-template-columns: 180px minmax(0, 1fr);
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
  border-radius: 0;
  background: transparent;
}

.workflow-step__number {
  top: 56px;
  left: 12px;
  width: auto;
  height: auto;
  transform: none;
  font-size: 13px;
}

.workflow-step > strong {
  align-self: start;
  color: #a7acb4;
  font-size: 13px;
  letter-spacing: .12em;
}

.workflow-step h3 {
  margin-bottom: 12px;
  font-size: 27px;
  font-weight: 590;
  letter-spacing: -.04em;
}

.workflow-step p {
  max-width: 620px;
  color: #898e96;
  font-size: 16px;
}

.loop-flow::after {
  bottom: -48px;
  color: #737983;
  font-size: 12px;
}

.philosophy-grid,
.benefit-grid,
.pilot-grid {
  gap: 16px;
}

.principle-card,
.benefit-card,
.pilot-card {
  min-height: 244px;
  padding: 34px;
  border-color: rgba(255, 255, 255, .07);
  border-radius: 24px;
  background: #0c0c0e;
}

.principle-card h3,
.benefit-card h3,
.pilot-card h3 {
  margin-bottom: 18px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.035em;
}

.principle-card p,
.benefit-card p,
.pilot-card p {
  color: #858b93;
  font-size: 15px;
  line-height: 1.65;
}

.about-manifesto {
  max-width: 960px;
}

.about-manifesto > p {
  max-width: 800px;
  color: #91969e;
  font-size: 21px;
  line-height: 1.68;
}

.about-manifesto__statement {
  margin: 72px 0 42px;
  font-size: clamp(42px, 5.5vw, 68px);
  font-weight: 580;
  letter-spacing: -.06em;
}

.about-questions {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 24px;
  background: #0b0b0d;
}

.about-questions span {
  min-height: 126px;
  padding: 28px 22px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .07);
  border-radius: 0;
  background: transparent;
  font-size: 15px;
}

.about-questions span:last-child {
  border-right: 0;
}

.contact-layout {
  grid-template-columns: minmax(0, 1.24fr) minmax(300px, .76fr);
  gap: 22px;
}

.contact-form,
.contact-aside {
  padding: clamp(32px, 5vw, 56px);
  border-color: rgba(255, 255, 255, .08);
  border-radius: 28px;
  background: #0b0b0d;
}

.form-grid {
  gap: 24px 16px;
}

.form-field label,
.form-group > legend {
  color: #b6bbc2;
  font-size: 13px;
  font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
  min-height: 56px;
  padding: 15px 16px;
  border-color: rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: #111113;
  font-size: 15px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(255, 255, 255, .28);
  box-shadow: none;
}

.checkbox-grid label {
  min-height: 48px;
  border-color: rgba(255, 255, 255, .075);
  border-radius: 11px;
  background: #111113;
  font-size: 14px;
}

.form-consent {
  color: #777d85;
  font-size: 13px;
}

.contact-aside h2 {
  font-size: 38px;
  font-weight: 590;
}

.expectation {
  padding-block: 30px;
}

.expectation::before {
  top: 30px;
  color: #858b93;
}

.expectation h3 {
  font-size: 18px;
}

.expectation p {
  font-size: 15px;
}

.pilot-offer {
  grid-template-columns: .68fr 1.32fr;
  gap: clamp(76px, 10vw, 150px);
}

.pilot-duration {
  padding: 54px;
  border-color: rgba(255, 255, 255, .09);
  border-radius: 30px;
  background:
    radial-gradient(circle at 30% 0%, rgba(21, 139, 255, .13), transparent 55%),
    #0b0b0d;
}

.pilot-duration strong {
  font-size: clamp(84px, 10vw, 124px);
  font-weight: 570;
}

.pilot-duration span {
  color: #a4aab2;
  font-size: 17px;
}

.pilot-copy h2 {
  font-size: clamp(46px, 5.4vw, 66px);
  font-weight: 590;
  letter-spacing: -.06em;
}

.pilot-copy p {
  color: #90959d;
  font-size: 17px;
}

.pilot-process {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 26px;
  background: #0b0b0d;
}

.pilot-process article {
  min-height: 286px;
  padding: 36px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .07);
  border-radius: 0;
  background: transparent;
}

.pilot-process article:last-child {
  border-right: 0;
}

.pilot-process span {
  color: #898f98;
}

.pilot-process h3 {
  margin-top: 76px;
  font-size: 21px;
  font-weight: 600;
}

.pilot-process p,
.pilot-note {
  color: #858b93;
  font-size: 15px;
}

.page-final-cta {
  padding: 152px 24px 166px;
  border-top: 1px solid rgba(255, 255, 255, .055);
  background:
    radial-gradient(circle at 50% 100%, rgba(21, 139, 255, .08), transparent 38%),
    #050506;
}

.page-final-cta h2 {
  margin-top: 28px;
  font-size: clamp(54px, 6.5vw, 80px);
  font-weight: 580;
  letter-spacing: -.065em;
}

.page-final-cta p {
  max-width: 680px;
  margin-bottom: 38px;
  color: #8d929a;
  font-size: 18px;
  line-height: 1.6;
}

.error-page {
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .035), transparent 35%),
    #050506;
}

.error-page .particle-field {
  opacity: .44;
}

.error-marquee span {
  color: rgba(255, 255, 255, .055);
  font-weight: 580;
}

@media (max-width: 1040px) {
  .decision-flow,
  .loop-flow {
    overflow-x: auto;
    border-radius: 22px;
    grid-template-columns: repeat(6, 190px);
  }

  .philosophy-grid,
  .benefit-grid,
  .pilot-grid,
  .pilot-process {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 24px;
    background: #0b0b0d;
    gap: 0;
  }

  .principle-card,
  .benefit-card,
  .pilot-card,
  .pilot-process article {
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .07);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    border-radius: 0;
    background: transparent;
  }
}

@media (max-width: 860px) {
  .page-hero {
    min-height: 0;
    padding: calc(var(--header-h) + 62px) var(--gutter) 96px;
  }

  .page-hero h1 {
    font-size: clamp(46px, 9vw, 76px);
  }

  .page-section {
    padding: var(--space-section) 0;
  }

  .page-heading {
    margin-bottom: var(--space-block);
  }

  .page-heading h2 {
    font-size: clamp(36px, 7vw, 58px);
  }

  .page-card {
    padding: 32px;
    border-radius: 22px;
  }

  .workflow-step {
    min-height: 0;
    padding: 40px 8px 40px 58px;
    grid-template-columns: 1fr;
  }

  .workflow-step__number {
    top: 43px;
    left: 8px;
  }

  .workflow-step > strong {
    margin-bottom: 10px;
  }

  .pilot-offer {
    gap: 54px;
  }
}

@media (max-width: 640px) {
  .page-hero {
    padding: calc(var(--header-h) + 46px) var(--gutter) 76px;
  }

  .page-hero h1 {
    font-size: clamp(36px, 10.6vw, 56px);
    line-height: .98;
  }

  .page-hero__lede {
    font-size: 16.5px;
  }

  .page-statement {
    padding: 36px 0;
  }

  .page-heading h2 {
    font-size: clamp(30px, 8.2vw, 42px);
  }

  .page-heading p {
    font-size: 16px;
  }

  .page-card-grid,
  .philosophy-grid,
  .benefit-grid,
  .pilot-grid,
  .pilot-process,
  .about-questions {
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 22px;
    background: #0b0b0d;
    gap: 0;
    overflow: hidden;
  }

  .page-card,
  .principle-card,
  .benefit-card,
  .pilot-card,
  .pilot-process article,
  .about-questions span {
    min-height: 0;
    padding: 28px 24px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-card:last-child,
  .principle-card:last-child,
  .benefit-card:last-child,
  .pilot-card:last-child,
  .pilot-process article:last-child,
  .about-questions span:last-child {
    border-bottom: 0;
  }

  .page-card h3,
  .pilot-process h3 {
    margin-top: 44px;
  }

  .comparison-note {
    min-height: 0;
    padding: 28px 24px;
  }

  .comparison-note blockquote {
    margin-top: 40px;
    font-size: 20px;
  }

  .contact-form,
  .contact-aside,
  .pilot-duration {
    border-radius: 22px;
  }

  .page-final-cta {
    padding: var(--space-section) var(--gutter) calc(var(--space-section) + 14px);
  }

  .page-final-cta h2 {
    font-size: clamp(32px, 8.8vw, 48px);
  }
}
