:root {
  --navy-950: #06131f;
  --navy-900: #0a1b2b;
  --navy-850: #0e2334;
  --navy-800: #143147;
  --ink: #102536;
  --ink-soft: #31495b;
  --muted: #627483;
  --line: #d9e3ea;
  --line-dark: rgba(184, 221, 235, 0.18);
  --paper: #ffffff;
  --soft: #f2f6f8;
  --cyan: #5de6ed;
  --cyan-strong: #26c9d5;
  --blue: #5a91ff;
  --violet: #9b85ff;
  --max-width: 1280px;
  --radius: 8px;
  --shadow: 0 28px 70px rgba(0, 12, 24, 0.2);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

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

p,
h1,
h2,
h3,
figure,
ol,
ul,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3,
strong {
  font-weight: 700;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  margin-bottom: 28px;
  font-size: 88px;
  line-height: 1.05;
}

h2 {
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 1.15;
}

h3 {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.35;
}

.shell,
.wrap {
  width: min(calc(100% - 64px), var(--max-width));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--navy-950);
  background: var(--cyan);
  border-radius: 4px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: #f7fbff;
  background: rgba(6, 19, 31, 0.9);
  border-bottom: 1px solid rgba(175, 221, 234, 0.13);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.wordmark,
.logo {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.site-nav {
  margin-left: auto;
}

.site-nav ul,
.footer-layout ul,
.footer-nav,
.hero-facts,
.axis-group ul,
.axis-core ul,
.use-rail ul,
.pilot-list,
.scope-column ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  color: #c9d7e1;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.button,
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

.button:focus-visible,
.btn:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.section-white a:focus-visible,
.section-soft a:focus-visible,
.site-footer a:focus-visible,
.faq-section summary:focus-visible {
  outline-color: var(--blue);
}

.button-header,
.btn-nav {
  min-height: 38px;
  margin-left: 8px;
  padding: 9px 16px;
  color: #eafcff;
  background: transparent;
  border-color: rgba(141, 224, 234, 0.44);
}

.button-primary {
  color: #02191e;
  background: var(--cyan);
  border-color: var(--cyan);
  box-shadow: 0 10px 30px rgba(64, 221, 231, 0.15);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #82f1f3;
  border-color: #82f1f3;
}

.button-secondary {
  color: #f6fbff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(207, 233, 240, 0.3);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(207, 233, 240, 0.55);
}

.button-large {
  min-height: 56px;
  padding: 15px 25px;
  font-size: 16px;
}

.button-block {
  width: 100%;
}

.eyebrow {
  margin-bottom: 18px;
  color: #087c8d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow-on-dark {
  color: var(--cyan);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f6fbff;
  background:
    radial-gradient(ellipse 56% 66% at 78% 24%, rgba(71, 143, 255, 0.26), transparent 66%),
    radial-gradient(ellipse 42% 50% at 56% 86%, rgba(46, 208, 216, 0.14), transparent 70%),
    linear-gradient(132deg, var(--navy-950) 0%, #091d2f 58%, #102640 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 22%;
  background: linear-gradient(180deg, transparent, rgba(2, 11, 18, 0.38));
  pointer-events: none;
}

.hero-grid-bg,
.final-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(152, 208, 225, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(152, 208, 225, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hero-layout {
  min-height: 760px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  padding-block: 76px 86px;
}

.hero-copy {
  grid-column: 1 / span 6;
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  color: #fff;
}

.story-hero .hero-copy {
  grid-column: 1 / span 7;
}

.story-hero .hero-visual {
  grid-column: 8 / -1;
}

.story-hero .hero-copy h1 {
  font-size: clamp(60px, 5vw, 72px);
}

.hero-title-line {
  display: block;
}

.gradient-text {
  color: #94e7ef;
  background: linear-gradient(98deg, #baf7f3 5%, #65deec 48%, #75aaff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-title-white {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 30px;
  color: #c7d5df;
  font-size: 20px;
  line-height: 1.8;
}

.hero-lead p {
  margin-bottom: 12px;
}

.hero-lead p:last-child {
  margin-bottom: 0;
}

.text-keep {
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.story-hero .hero-actions {
  margin-bottom: 14px;
}

.hero-action-note {
  max-width: 580px;
  margin-bottom: 22px;
  color: #aebfca;
  font-size: 14px;
  line-height: 1.65;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: #d7e4eb;
  font-size: 14px;
}

.hero-facts li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-facts li::before {
  width: 5px;
  height: 5px;
  content: "";
  flex: 0 0 auto;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(93, 230, 237, 0.7);
}

.hero-visual {
  grid-column: 7 / -1;
  margin: 0;
}

.hero-visual figcaption,
.artifact-mock figcaption {
  margin-bottom: 10px;
  color: #9cb2c0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.axis-map {
  position: relative;
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 156px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 36px 4px;
}

.axis-map::before {
  position: absolute;
  inset: 12% 5%;
  content: "";
  background: radial-gradient(circle at center, rgba(57, 195, 216, 0.12), transparent 65%);
  pointer-events: none;
}

.axis-line {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 3%;
  left: 3%;
  height: 1px;
  background: linear-gradient(90deg, rgba(93, 230, 237, 0.12), rgba(93, 230, 237, 0.8) 50%, rgba(117, 170, 255, 0.52));
}

.axis-line::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 1px solid #75aaff;
  border-right: 1px solid #75aaff;
  transform: rotate(45deg);
}

.axis-group,
.axis-core {
  position: relative;
  z-index: 2;
}

.axis-label {
  margin-bottom: 16px;
  color: #b9d0dc;
  font-size: 15px;
  font-weight: 800;
}

.axis-group ul {
  display: grid;
  gap: 9px;
}

.axis-group li {
  min-height: 43px;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  color: #edf9fc;
  background: rgba(8, 29, 44, 0.72);
  border: 1px solid rgba(164, 211, 224, 0.16);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}

.axis-input li:nth-child(1) { transform: translateX(2px); }
.axis-input li:nth-child(2) { transform: translateX(24px); }
.axis-input li:nth-child(3) { transform: translateX(8px); }
.axis-input li:nth-child(4) { transform: translateX(31px); }
.axis-input li:nth-child(5) { transform: translateX(14px); }

.axis-output li {
  border-color: rgba(86, 221, 229, 0.28);
  box-shadow: inset 3px 0 0 rgba(93, 230, 237, 0.5);
}

.axis-core {
  min-height: 226px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
  text-align: center;
  background: linear-gradient(180deg, rgba(14, 54, 73, 0.72), rgba(7, 28, 43, 0.92));
  border-top: 1px solid rgba(93, 230, 237, 0.62);
  border-bottom: 1px solid rgba(117, 170, 255, 0.46);
}

.axis-core strong {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0;
}

.axis-core > p {
  margin: 7px 0 18px;
  color: #c8dce5;
  font-size: 15px;
  line-height: 1.55;
}

.axis-core ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.axis-core li {
  padding: 4px 7px;
  color: #baf3f1;
  border: 1px solid rgba(93, 230, 237, 0.26);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
}

.section {
  padding-block: 132px;
}

.section-white {
  background: var(--paper);
}

.section-soft {
  background: var(--soft);
}

.section-dark {
  color: #f6fbff;
  background: var(--navy-950);
}

.section-heading {
  margin-bottom: 64px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p:last-child,
.section-intro {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.8;
}

.split-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 24px;
}

.split-heading > div {
  grid-column: 1 / span 7;
}

.split-heading > p {
  grid-column: 8 / -1;
}

.split-heading > .heading-copy {
  grid-column: 8 / -1;
}

.heading-copy p {
  margin-bottom: 16px;
  color: var(--muted);
  line-height: 1.8;
}

.heading-copy p:last-child {
  margin-bottom: 0;
}

.centered-heading {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.centered-heading > p:last-child {
  margin-inline: auto;
}

.discovery-heading {
  padding-bottom: 72px;
  margin-bottom: 88px;
  border-bottom: 1px solid #cbd8e0;
}

.heading-on-dark > p:last-child {
  color: #aebfcb;
}

.issue-rows {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.issue-rows li {
  min-height: 118px;
  display: grid;
  grid-template-columns: 64px minmax(220px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.issue-rows span,
.outcome-list > li > span,
.delivery-timeline > li > span {
  color: #0d899a;
  font-size: 14px;
  font-weight: 800;
}

.issue-rows strong {
  font-size: 23px;
}

.issue-rows p {
  margin-bottom: 0;
  color: var(--muted);
}

.process-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin-bottom: 44px;
  list-style: none;
  border-top: 1px solid #cbd8e0;
}

.process-track li {
  position: relative;
  padding: 34px 34px 32px 0;
  border-bottom: 1px solid #cbd8e0;
}

.process-track li + li {
  padding-left: 34px;
  border-left: 1px solid #cbd8e0;
}

.process-index {
  display: block;
  margin-bottom: 34px;
  color: #0b8090;
  font-size: 14px;
  font-weight: 800;
}

.process-track p {
  margin-bottom: 0;
  color: var(--muted);
}

.use-rail {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.use-rail > span {
  color: #0b8090;
  font-size: 14px;
  font-weight: 800;
}

.use-rail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.use-rail li {
  font-size: 16px;
  font-weight: 700;
}

.use-rail p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.ai-use-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 48px;
  padding: 38px 42px;
  margin-top: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.ai-use-panel .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -24px;
}

.ai-use-panel h3 {
  margin-bottom: 0;
  font-size: 28px;
}

.ai-use-panel > div p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 17px;
}

.ai-use-panel > div p:last-child {
  margin-bottom: 0;
}

.examples-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 48% 32% at 88% 8%, rgba(78, 116, 225, 0.18), transparent 72%),
    var(--navy-950);
}

.image-disclaimer {
  margin: -40px 0 24px;
  color: #8fa7b6;
  font-size: 14px;
}

.example-list {
  border-top: 1px solid var(--line-dark);
}

.example-list article {
  min-height: 130px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid var(--line-dark);
}

.example-input,
.example-output {
  display: grid;
  gap: 2px;
}

.example-input > span,
.example-output > span {
  margin-bottom: 6px;
  color: #77a0b3;
  font-size: 14px;
  font-weight: 800;
}

.example-input strong,
.example-output strong {
  font-size: 24px;
}

.example-output {
  padding-left: 20px;
  border-left: 2px solid var(--cyan);
}

.example-output strong {
  color: #c3f5f3;
}

.example-transform {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6f8c9b;
  font-size: 14px;
  font-weight: 800;
}

.example-transform i {
  position: relative;
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(80, 135, 159, 0.24), var(--cyan));
}

.example-transform i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(93, 230, 237, 0.7);
}

.outcomes-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 48px 24px;
}

.outcomes-copy {
  grid-column: 1 / span 6;
}

.outcome-list {
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.outcomes-story p {
  margin-bottom: 14px;
}

.outcomes-story p:last-child {
  margin-bottom: 0;
}

.outcome-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.outcome-list strong {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}

.outcome-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.artifact-mock {
  grid-column: 7 / -1;
  margin: 0;
}

.artifact-mock figcaption {
  color: var(--muted);
}

.artifact-canvas {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background:
    linear-gradient(rgba(137, 186, 204, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(137, 186, 204, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #112b3d, #071722);
  background-size: 30px 30px, 30px 30px, auto;
  border: 1px solid #1e4054;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.artifact-topbar {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #9bb3c0;
  border-bottom: 1px solid rgba(180, 223, 234, 0.15);
  font-size: 14px;
  font-weight: 800;
}

.artifact-topbar i {
  width: 9px;
  height: 9px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 18px var(--cyan);
}

.artifact-document,
.artifact-video,
.artifact-copy,
.artifact-brief {
  position: absolute;
  background: rgba(249, 253, 255, 0.94);
  border: 1px solid rgba(199, 231, 240, 0.65);
  border-radius: 5px;
  box-shadow: 0 18px 38px rgba(0, 8, 14, 0.28);
}

.artifact-document {
  top: 96px;
  left: 9%;
  width: 54%;
  min-height: 290px;
  padding: 28px;
  transform: rotate(-2deg);
}

.artifact-document span,
.artifact-copy span,
.artifact-brief span {
  display: block;
  margin-bottom: 16px;
  color: #188b99;
  font-size: 14px;
  font-weight: 800;
}

.artifact-document strong {
  display: block;
  margin-bottom: 28px;
  color: var(--ink);
  font-size: 20px;
}

.artifact-document i,
.artifact-copy i {
  height: 6px;
  display: block;
  margin-bottom: 12px;
  background: #d7e2e8;
  border-radius: 2px;
}

.artifact-document i:nth-of-type(2),
.artifact-copy i:nth-of-type(2) {
  width: 82%;
}

.artifact-document i:nth-of-type(3) {
  width: 91%;
}

.artifact-document i:nth-of-type(4) {
  width: 64%;
}

.artifact-video {
  z-index: 2;
  top: 170px;
  right: 7%;
  width: 42%;
  padding: 10px;
  color: var(--ink);
  transform: rotate(2deg);
}

.video-frame {
  aspect-ratio: 9 / 13;
  display: grid;
  place-items: center;
  max-height: 210px;
  background:
    linear-gradient(135deg, rgba(67, 206, 218, 0.24), rgba(89, 117, 230, 0.32)),
    #102a3c;
  border-radius: 4px;
}

.video-frame span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--navy-950);
  background: var(--cyan);
  border-radius: 50%;
  font-size: 15px;
}

.artifact-video p {
  margin: 9px 0 0;
  font-size: 14px;
  font-weight: 800;
}

.artifact-copy {
  bottom: 34px;
  left: 15%;
  width: 43%;
  min-height: 118px;
  padding: 18px;
  transform: rotate(1deg);
}

.artifact-copy span {
  margin-bottom: 11px;
}

.artifact-copy i {
  height: 4px;
  margin-bottom: 8px;
}

.artifact-brief {
  right: 8%;
  bottom: 32px;
  width: 28%;
  min-height: 96px;
  padding: 17px;
  color: var(--ink);
  transform: rotate(-2deg);
}

.artifact-brief span {
  margin-bottom: 4px;
}

.artifact-brief strong {
  font-size: 30px;
}

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

.role-layout > .section-heading {
  grid-column: 1 / span 6;
  margin-bottom: 0;
}

.role-table {
  grid-column: 7 / -1;
  border-top: 1px solid #cbd8e0;
}

@media (min-width: 901px) {
  .role-layout > .section-heading h2 {
    font-size: 48px;
  }
}

.role-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #cbd8e0;
}

.role-row span {
  font-size: 15px;
  font-weight: 800;
}

.role-row p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.role-primary span {
  color: #077f90;
}

.role-primary p {
  color: var(--ink);
  font-weight: 650;
}

.pilot-section {
  position: relative;
  overflow: hidden;
  color: #f5fbff;
  background:
    radial-gradient(ellipse 42% 44% at 78% 32%, rgba(82, 119, 231, 0.19), transparent 74%),
    linear-gradient(137deg, #071622, #102a3f);
}

.pilot-heading {
  max-width: 800px;
  margin-bottom: 54px;
}

.pilot-heading h2 {
  color: #fff;
}

.pilot-heading > p:last-child {
  margin-bottom: 0;
  color: #b4c5d0;
}

.pilot-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 72px;
  align-items: start;
}

.scope-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.scope-chips span {
  padding: 7px 10px;
  color: #b8eff0;
  background: rgba(64, 204, 214, 0.08);
  border: 1px solid rgba(93, 230, 237, 0.26);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
}

.pilot-includes h3 {
  font-size: 20px;
}

.pilot-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
}

.pilot-list li {
  position: relative;
  padding: 15px 10px 15px 24px;
  border-bottom: 1px solid var(--line-dark);
  font-size: 16px;
}

.pilot-list li::before {
  position: absolute;
  top: 25px;
  left: 2px;
  width: 8px;
  height: 1px;
  content: "";
  background: var(--cyan);
}

.pilot-note {
  margin: 24px 0;
  color: #b3c6d1;
  font-size: 14px;
}

.input-limits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 0;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  overflow: hidden;
}

.input-limits div {
  padding: 16px;
  background: rgba(5, 20, 31, 0.62);
}

.input-limits dt {
  color: #87a1b1;
  font-size: 14px;
  font-weight: 700;
}

.input-limits dd {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 750;
}

.pilot-price {
  padding: 36px;
  color: #f8fdff;
  background: rgba(7, 23, 36, 0.64);
  border: 1px solid rgba(162, 222, 232, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.price-limited {
  margin-bottom: 12px;
  color: #a9c0cc;
  font-size: 14px;
  font-weight: 700;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 0;
  color: #fff;
  font-size: 61px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.price span,
.price small {
  font-size: 14px;
  font-weight: 700;
}

.price-before-tax {
  margin: 6px 0 24px;
  color: #9db2c0;
  font-size: 14px;
}

.payment-terms {
  margin-bottom: 22px;
  border-top: 1px solid var(--line-dark);
}

.payment-terms div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-dark);
}

.payment-terms dt {
  color: #9db2c0;
  font-size: 14px;
}

.payment-terms dd {
  margin-bottom: 0;
  font-weight: 750;
}

.start-note {
  color: #a7bbc7;
  font-size: 14px;
}

.delivery-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.delivery-timeline::before {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--line);
}

.delivery-timeline li {
  position: relative;
  padding-top: 42px;
}

.delivery-timeline li::before {
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--paper);
  border: 2px solid #1794a5;
  border-radius: 50%;
}

.delivery-timeline h3 {
  font-size: 20px;
}

.delivery-timeline p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

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

.scope-column h2,
.scope-column h3 {
  font-size: 30px;
}

.scope-column ul {
  border-top: 1px solid #cbd8e0;
}

.scope-column li {
  position: relative;
  padding: 14px 0 14px 22px;
  color: var(--ink-soft);
  border-bottom: 1px solid #cbd8e0;
  font-size: 16px;
}

.scope-column li::before {
  position: absolute;
  top: 25px;
  left: 2px;
  width: 7px;
  height: 1px;
  content: "";
  background: #0e8495;
}

.scope-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.scope-note h3 {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 18px;
}

.scope-note p {
  margin-bottom: 0;
}

.faq-shell {
  max-width: 900px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 52px 26px 0;
  cursor: pointer;
  font-size: 19px;
  font-weight: 750;
  line-height: 1.55;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 38px;
  right: 4px;
  width: 15px;
  height: 1px;
  content: "";
  background: #0b8090;
  transition: transform 160ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0deg);
}

.faq-list details p {
  max-width: 760px;
  padding: 0 52px 26px 0;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 100px;
  color: #f5fbff;
  background:
    radial-gradient(ellipse 45% 80% at 78% 50%, rgba(70, 143, 235, 0.23), transparent 74%),
    var(--navy-900);
}

.final-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 56px;
}

.final-layout h2 {
  margin-bottom: 18px;
  color: #fff;
}

.final-layout > div:first-child > p:last-child {
  margin-bottom: 0;
  color: #b3c6d2;
}

.final-action {
  min-width: 260px;
}

.final-action p {
  margin: 14px 0 0;
  color: #c5d9e2;
  font-size: 14px;
  text-align: center;
}

.site-footer {
  padding-block: 58px 26px;
  color: #aebfca;
  background: #04101a;
  font-size: 14px;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  padding-bottom: 44px;
}

.footer-wordmark,
.footer-logo {
  margin-bottom: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.footer-layout p,
.footer-note {
  margin-bottom: 5px;
}

.footer-layout ul,
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 30px;
}

.footer-layout a,
.footer-nav a {
  color: #c6d5de;
}

.copyright {
  padding-top: 22px;
  border-top: 1px solid rgba(174, 214, 227, 0.12);
  color: #718995;
  font-size: 14px;
}

/* privacy.html compatibility */
.hero > .wrap:not(.hero-layout) {
  padding-block: 92px;
}

.hero > .wrap:not(.hero-layout) h1 {
  max-width: 840px;
  margin-bottom: 20px;
}

.hero > .wrap:not(.hero-layout) .lead {
  max-width: 680px;
  color: #c7d5df;
}

.legal-content {
  max-width: 820px;
}

.legal-content h2 {
  margin-top: 56px;
  font-size: 34px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  margin-top: 34px;
  font-size: 22px;
}

.legal-content p,
.legal-content li {
  color: var(--ink-soft);
}

.site-footer .footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
}

@media (max-width: 1320px) and (min-width: 1181px) {
  h1 {
    font-size: 76px;
  }

  .header-inner {
    gap: 22px;
  }

  .site-nav ul {
    gap: 22px;
  }

  .button-header,
  .btn-nav {
    margin-left: 0;
    padding-inline: 14px;
  }

  .axis-map {
    grid-template-columns: minmax(0, 1fr) 142px minmax(0, 1fr);
    gap: 18px;
  }

  .axis-group li {
    font-size: 15px;
  }
}

@media (max-width: 1180px) {
  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 52px;
  }

  .hero-layout {
    min-height: 700px;
  }

  .hero-copy {
    grid-column: 1 / span 6;
  }

  .hero-visual {
    grid-column: 7 / -1;
  }

  .story-hero .hero-copy {
    grid-column: 1 / span 7;
  }

  .story-hero .hero-visual {
    grid-column: 8 / -1;
  }

  .story-hero .hero-copy h1 {
    font-size: 60px;
  }

  .axis-map {
    min-height: 430px;
    grid-template-columns: minmax(0, 1fr) 118px minmax(0, 1fr);
    gap: 14px;
  }

  .axis-input li:nth-child(n) {
    transform: none;
  }

  .axis-group li {
    padding-inline: 9px;
    font-size: 14px;
  }

  .axis-core {
    padding-inline: 8px;
  }

  .axis-core strong {
    font-size: 21px;
  }

  .pilot-layout {
    gap: 42px;
  }

  .price {
    font-size: 50px;
  }
}

@media (max-width: 900px) {
  body {
    font-size: 18px;
  }

  .shell,
  .wrap {
    width: min(calc(100% - 44px), var(--max-width));
  }

  .site-nav {
    display: none;
  }

  .button-header,
  .btn-nav {
    margin-left: auto;
  }

  .hero-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 58px;
    padding-block: 68px 76px;
  }

  .hero-copy,
  .hero-visual,
  .outcomes-copy,
  .artifact-mock,
  .role-layout > .section-heading,
  .role-table {
    grid-column: auto;
  }

  .story-hero .hero-copy,
  .story-hero .hero-visual,
  .split-heading > .heading-copy {
    grid-column: auto;
  }

  .story-hero .hero-copy h1 {
    font-size: 58px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    width: 100%;
    max-width: 700px;
    transform: none;
  }

  .axis-map {
    min-height: 460px;
    grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
    gap: 22px;
  }

  .section {
    padding-block: 104px;
  }

  .split-heading,
  .outcomes-layout,
  .role-layout {
    grid-template-columns: 1fr;
  }

  .split-heading > div,
  .split-heading > p {
    grid-column: auto;
  }

  .split-heading > p {
    margin-top: 12px;
  }

  .split-heading > .heading-copy {
    margin-top: 12px;
  }

  .issue-rows li {
    grid-template-columns: 50px minmax(200px, 0.75fr) minmax(0, 1.25fr);
  }

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

  .process-track li,
  .process-track li + li {
    display: grid;
    grid-template-columns: 110px minmax(180px, 0.7fr) minmax(0, 1fr);
    gap: 20px;
    padding: 26px 0;
    border-left: 0;
  }

  .process-index,
  .process-track h3,
  .process-track p {
    margin-bottom: 0;
  }

  .use-rail {
    grid-template-columns: 1fr;
  }

  .ai-use-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ai-use-panel .eyebrow {
    grid-column: auto;
    margin-bottom: -8px;
  }

  .example-list article {
    grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
  }

  .outcomes-layout {
    gap: 64px;
  }

  .outcomes-copy {
    max-width: 680px;
  }

  .artifact-mock {
    width: 100%;
    max-width: 720px;
  }

  .role-layout {
    gap: 48px;
  }

  .pilot-layout {
    grid-template-columns: 1fr;
  }

  .pilot-price {
    max-width: 520px;
  }

  .delivery-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 24px;
  }

  .delivery-timeline::before {
    display: none;
  }

  .delivery-timeline li {
    padding-top: 28px;
    border-top: 1px solid var(--line);
  }

  .delivery-timeline li::before {
    top: -5px;
  }

  .scope-layout {
    gap: 46px;
  }

  .final-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .final-action {
    min-width: 0;
  }

  .final-action p {
    text-align: left;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 18px;
  }

  .shell,
  .wrap {
    width: calc(100% - 32px);
  }

  .header-inner {
    min-height: 62px;
  }

  .button-header,
  .btn-nav {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 13px;
  }

  h1 {
    font-size: 48px;
    line-height: 1.08;
  }

  h2 {
    font-size: 40px;
    line-height: 1.18;
  }

  h3 {
    font-size: 22px;
  }

  .eyebrow {
    margin-bottom: 13px;
    font-size: 14px;
  }

  .hero-layout {
    gap: 44px;
    padding-block: 50px 64px;
  }

  .hero-copy h1 {
    margin-bottom: 22px;
  }

  .story-hero .hero-copy h1 {
    font-size: 39px;
    line-height: 1.13;
  }

  .hero-lead {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.75;
  }

  .desktop-only {
    display: none;
  }

  .hero-actions {
    display: grid;
    margin-bottom: 22px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-facts {
    display: grid;
    gap: 7px;
    font-size: 14px;
  }

  .hero-action-note {
    font-size: 14px;
  }

  .hero-visual figcaption,
  .artifact-mock figcaption {
    font-size: 14px;
  }

  .axis-map {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px 0 8px;
  }

  .axis-line {
    top: 36px;
    right: auto;
    bottom: 28px;
    left: 50%;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(93, 230, 237, 0.1), rgba(93, 230, 237, 0.72) 50%, rgba(117, 170, 255, 0.5));
  }

  .axis-line::after {
    top: auto;
    right: -4px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .axis-core {
    order: 2;
    width: min(72%, 250px);
    min-height: 176px;
    margin-inline: auto;
  }

  .axis-input {
    order: 1;
  }

  .axis-output {
    order: 3;
  }

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

  .axis-input li:nth-child(n) {
    transform: none;
  }

  .axis-input li:nth-child(even) {
    transform: translateX(12px);
  }

  .axis-group li {
    min-height: 44px;
    font-size: 16px;
  }

  .section {
    padding-block: 80px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading > p:last-child {
    font-size: 17px;
  }

  .issue-rows li {
    min-height: 0;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px 10px;
    padding: 22px 0;
  }

  .issue-rows strong {
    font-size: 20px;
  }

  .issue-rows p {
    grid-column: 2;
    font-size: 16px;
  }

  .process-track li,
  .process-track li + li {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 24px 0;
  }

  .process-index {
    margin-bottom: 6px;
  }

  .process-track p {
    font-size: 16px;
  }

  .discovery-heading {
    padding-bottom: 52px;
    margin-bottom: 62px;
  }

  .use-rail {
    gap: 12px;
    padding: 16px;
  }

  .use-rail ul {
    gap: 7px 14px;
  }

  .ai-use-panel {
    padding: 26px 22px;
  }

  .ai-use-panel h3 {
    font-size: 23px;
  }

  .ai-use-panel > div p {
    font-size: 16px;
  }

  .examples-section .section-heading {
    margin-bottom: 54px;
  }

  .image-disclaimer {
    margin-top: -34px;
  }

  .example-list article {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 0;
  }

  .example-transform {
    width: 70%;
    transform: rotate(0deg);
  }

  .example-output {
    padding: 12px 0 0;
    border-top: 1px solid rgba(93, 230, 237, 0.45);
    border-left: 0;
  }

  .example-input strong,
  .example-output strong {
    font-size: 21px;
  }

  .outcomes-layout {
    gap: 50px;
  }

  .outcome-list li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }

  .outcome-list p {
    font-size: 16px;
  }

  .artifact-canvas {
    min-height: 430px;
  }

  .artifact-document {
    top: 78px;
    left: 5%;
    width: 60%;
    min-height: 232px;
    padding: 20px;
  }

  .artifact-document strong {
    font-size: 16px;
  }

  .artifact-video {
    top: 132px;
    right: 4%;
    width: 42%;
  }

  .video-frame {
    max-height: 164px;
  }

  .artifact-copy {
    bottom: 26px;
    left: 9%;
    width: 48%;
  }

  .artifact-brief {
    right: 4%;
    bottom: 23px;
    width: 31%;
  }

  .role-layout {
    gap: 34px;
  }

  .role-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .role-row p {
    font-size: 16px;
  }

  .pilot-heading {
    margin-bottom: 42px;
  }

  .pilot-layout {
    gap: 42px;
  }

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

  .input-limits {
    grid-template-columns: 1fr;
  }

  .pilot-price {
    padding: 26px 20px;
  }

  .price {
    font-size: 46px;
  }

  .delivery-timeline {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .scope-layout {
    grid-template-columns: 1fr;
  }

  .scope-column h2 {
    font-size: 34px;
  }

  .faq-list summary {
    padding: 22px 38px 22px 0;
    font-size: 17px;
  }

  .faq-list summary::before,
  .faq-list summary::after {
    top: 34px;
  }

  .faq-list details p {
    padding: 0 0 22px;
    font-size: 16px;
  }

  .final-cta {
    padding-block: 76px;
  }

  .final-layout {
    gap: 32px;
  }

  .final-action,
  .final-action .button {
    width: 100%;
  }

  .site-footer {
    padding-top: 48px;
  }

  .footer-layout,
  .site-footer .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-layout ul,
  .footer-nav {
    grid-template-columns: 1fr;
  }

  .hero > .wrap:not(.hero-layout) {
    padding-block: 70px;
  }

  .legal-content h2 {
    font-size: 30px;
  }
}

/* v0.5 six-scene candidate */

.v5-page {
  overflow: hidden;
}

.v5-scene {
  position: relative;
  padding-block: 128px;
}

.v5-page h2 {
  letter-spacing: 0;
}

.v5-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: #f7fbff;
  background:
    radial-gradient(circle at 82% 28%, rgba(75, 118, 211, 0.2), transparent 34%),
    radial-gradient(circle at 52% 88%, rgba(37, 203, 213, 0.1), transparent 32%),
    var(--navy-950);
}

.v5-hero-layout {
  position: relative;
  z-index: 1;
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(420px, 5fr);
  align-items: center;
  gap: 64px;
  padding-block: 76px 82px;
}

.v5-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 68px;
  line-height: 1.06;
}

.v5-hero-copy h1 > span {
  display: block;
}

.v5-hero-lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: #c8d6df;
  font-size: 20px;
  line-height: 1.8;
}

.v5-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.v5-text-link {
  color: #d9e8ee;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.v5-text-link:hover,
.v5-text-link:focus-visible {
  color: var(--cyan);
  text-decoration: underline;
}

.v5-text-link span {
  margin-left: 5px;
  color: var(--cyan);
}

.v5-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 0;
  color: #c4d3dc;
  font-size: 14px;
  list-style: none;
}

.v5-hero-facts li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.v5-hero-facts li::before {
  width: 5px;
  height: 5px;
  content: "";
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(93, 230, 237, 0.7);
}

.v5-deliverables {
  position: relative;
  min-width: 0;
  margin: 0;
}

.v5-deliverables figcaption {
  margin-bottom: 18px;
  color: #a9bcc8;
  font-size: 14px;
}

.v5-mock-stage {
  position: relative;
  min-height: 520px;
}

.v5-mock {
  position: absolute;
  overflow: hidden;
  color: var(--ink);
  background: #f9fcfd;
  border: 1px solid rgba(157, 207, 221, 0.45);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 8, 18, 0.34);
}

.v5-mock > span {
  display: block;
  color: #168697;
  font-size: 13px;
  font-weight: 700;
}

.v5-mock-sheet {
  z-index: 1;
  top: 84px;
  left: 0;
  width: 270px;
  height: 350px;
  padding: 30px;
  transform: rotate(-3deg);
}

.v5-mock-sheet strong {
  display: block;
  margin: 48px 0 34px;
  font-size: 28px;
  line-height: 1.4;
}

.v5-mock-sheet i,
.v5-mock-explainer i {
  display: block;
  height: 7px;
  margin-top: 11px;
  background: #dfe9ee;
  border-radius: 2px;
}

.v5-mock-sheet i:nth-of-type(2),
.v5-mock-explainer i:nth-of-type(2) {
  width: 72%;
}

.v5-mock-video {
  z-index: 2;
  top: 18px;
  right: 10px;
  width: 210px;
  height: 370px;
  padding: 22px;
  transform: rotate(3deg);
}

.v5-mock-video div {
  height: 252px;
  display: grid;
  place-items: center;
  margin: 18px 0 12px;
  color: var(--navy-950);
  background:
    linear-gradient(160deg, rgba(93, 230, 237, 0.9), rgba(90, 145, 255, 0.72)),
    var(--navy-800);
  border-radius: 5px;
}

.v5-mock-video b {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding-left: 4px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 50%;
}

.v5-mock-video strong {
  font-size: 13px;
}

.v5-mock-explainer {
  z-index: 3;
  right: 24px;
  bottom: 4px;
  width: 280px;
  min-height: 190px;
  padding: 26px;
  transform: rotate(-1deg);
}

.v5-mock-explainer strong {
  display: block;
  margin: 22px 0;
  font-size: 22px;
  line-height: 1.4;
}

.v5-problem {
  background: var(--paper);
}

.v5-problem-heading {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 4fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 72px;
}

.v5-problem h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.16;
}

.v5-problem-heading > p {
  max-width: 440px;
  margin-bottom: 4px;
  color: var(--ink-soft);
  font-size: 19px;
}

.v5-problem-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  list-style: none;
}

.v5-problem-cards li {
  min-height: 180px;
  padding: 26px;
  background: #f8fafb;
  border-top: 3px solid var(--cyan-strong);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 6px;
}

.v5-problem-cards span {
  display: block;
  margin-bottom: 38px;
  color: #178797;
  font-size: 13px;
  font-weight: 700;
}

.v5-problem-cards strong {
  font-size: 26px;
  line-height: 1.45;
}

.v5-method {
  background: var(--soft);
}

.v5-method-heading {
  max-width: 900px;
  margin-bottom: 72px;
}

.v5-method h2 {
  margin-bottom: 0;
  font-size: 58px;
  line-height: 1.16;
}

.v5-method h2 span {
  color: #0b8293;
}

.v5-method-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  border-top: 1px solid #cbd8e0;
  border-bottom: 1px solid #cbd8e0;
  list-style: none;
}

.v5-method-steps li {
  min-height: 240px;
  padding: 34px 34px 38px;
  border-right: 1px solid #cbd8e0;
}

.v5-method-steps li:last-child {
  border-right: 0;
}

.v5-method-steps li:nth-child(2) {
  background: rgba(93, 230, 237, 0.09);
  box-shadow: inset 0 3px 0 var(--cyan-strong);
}

.v5-method-steps li:nth-child(2) h3 {
  color: #076f80;
  font-size: 32px;
  font-weight: 800;
}

.v5-method-steps span {
  color: #168697;
  font-size: 13px;
  font-weight: 700;
}

.v5-method-steps h3 {
  margin: 42px 0 14px;
  font-size: 29px;
}

.v5-method-steps p {
  max-width: 300px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.v5-ai-note {
  display: grid;
  grid-template-columns: minmax(320px, 5fr) minmax(0, 6fr);
  align-items: center;
  gap: 28px;
  max-width: none;
  margin: 30px 0 0;
  padding: 18px 22px;
  color: var(--ink-soft);
  background: rgba(93, 230, 237, 0.08);
  border-top: 1px solid rgba(20, 137, 154, 0.34);
  border-bottom: 1px solid rgba(20, 137, 154, 0.34);
  font-size: 16px;
}

.v5-ai-note strong {
  color: var(--ink);
  font-size: 17px;
}

.v5-ai-note span {
  display: block;
}

.v5-transformation {
  color: #eef8fb;
  background:
    radial-gradient(circle at 90% 48%, rgba(64, 116, 203, 0.18), transparent 34%),
    var(--navy-950);
}

.v5-transform-heading {
  max-width: 850px;
  margin-bottom: 64px;
}

.v5-transformation h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 58px;
  line-height: 1.16;
}

.v5-transform-list {
  border-top: 1px solid var(--line-dark);
}

.v5-transform-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line-dark);
}

.v5-transform-list article > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

.v5-transform-list span {
  color: #75dce5;
  font-size: 12px;
  font-weight: 700;
}

.v5-transform-list strong {
  color: #f4fbfd;
  font-size: 23px;
  line-height: 1.4;
  text-align: right;
}

.v5-transform-list i {
  color: var(--cyan);
  font-size: 26px;
  font-style: normal;
  text-align: center;
}

.v5-expansion-note {
  margin: 22px 0 0;
  color: #aebfc9;
  font-size: 15px;
}

.v5-future {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 4fr);
  align-items: center;
  gap: 64px;
  margin-top: 150px;
  padding-top: 118px;
  border-top: 1px solid rgba(93, 230, 237, 0.58);
}

.v5-future h2 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: 48px;
}

.v5-future-copy > p:not(.eyebrow) {
  max-width: 610px;
  color: #bccbd4;
  font-size: 18px;
}

.v5-future-visual {
  position: relative;
  padding: 34px;
  background: rgba(14, 35, 52, 0.72);
  border: 1px solid rgba(128, 208, 224, 0.24);
  border-radius: 8px;
}

.v5-future-visual div {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-dark);
}

.v5-future-visual div:first-child {
  padding-top: 0;
}

.v5-future-visual span {
  color: var(--cyan);
  font-size: 13px;
}

.v5-future-visual strong {
  font-size: 26px;
}

.v5-future-visual > p {
  margin: 28px 0 0;
  color: #9fb5c2;
  font-size: 15px;
  text-align: right;
}

.v5-offer {
  padding-bottom: 108px;
  background: var(--paper);
}

.v5-offer-heading {
  max-width: 900px;
  margin-bottom: 70px;
}

.v5-offer h2 {
  margin-bottom: 26px;
  font-size: 58px;
  line-height: 1.14;
}

.v5-offer h2 > span {
  display: block;
}

.v5-offer-heading > p:not(.eyebrow) {
  max-width: 660px;
  color: var(--ink-soft);
}

.v5-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 4fr);
  align-items: start;
  gap: 72px;
}

.v5-offer-includes h3 {
  margin: 38px 0 20px;
  font-size: 27px;
}

.v5-offer .scope-chips span {
  padding: 8px 11px;
  color: #075c69;
  background: #e5f7f8;
  border-color: #55bdc8;
  font-size: 15px;
}

.v5-offer-includes > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.v5-offer-includes > ul li {
  position: relative;
  padding: 13px 0 13px 18px;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}

.v5-offer-includes > ul li::before {
  position: absolute;
  top: 25px;
  left: 1px;
  width: 7px;
  height: 1px;
  content: "";
  background: #14899a;
}

.v5-offer-includes > p {
  margin: 24px 0;
  color: var(--muted);
  font-size: 15px;
}

.v5-offer-includes > .v5-agreement-note {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 650;
}

.v5-limits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 6px;
}

.v5-limits div {
  padding: 17px;
  border-right: 1px solid var(--line);
}

.v5-limits div:last-child {
  border-right: 0;
}

.v5-limits dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
}

.v5-limits dd {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.v5-price-card {
  padding: 34px;
  color: #eaf6f9;
  background: var(--navy-900);
  border: 1px solid rgba(113, 196, 214, 0.24);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.v5-price-stack {
  position: sticky;
  top: 108px;
}

.v5-price-card > p:first-child {
  margin-bottom: 22px;
  color: #91cbd5;
  font-size: 13px;
  font-weight: 700;
}

.v5-price-card > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.v5-price-card > div span {
  font-size: 14px;
}

.v5-price-card > div strong {
  color: #fff;
  font-size: 54px;
  line-height: 1;
}

.v5-price-card > div small {
  font-size: 18px;
}

.v5-price-tax {
  margin: 10px 0 26px;
  color: #8fa5b2;
  font-size: 13px;
}

.v5-price-payment {
  margin: 0 0 20px;
  padding: 13px 0;
  color: #e3f0f4;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  font-size: 14px;
  font-weight: 700;
}

.v5-price-notes {
  padding: 2px 0 2px 15px;
  margin-top: 16px;
  color: #536b7b;
  border-left: 2px solid #78cbd4;
  font-size: 14px;
  line-height: 1.65;
}

.v5-price-notes p {
  margin-bottom: 8px;
}

.v5-price-notes p:last-child {
  margin-bottom: 0;
}

.v5-process-inline {
  margin-top: 82px;
  padding: 34px 0 0;
  border-top: 1px solid var(--line);
}

.v5-process-inline h3 {
  margin-bottom: 26px;
  font-size: 24px;
}

.v5-process-inline ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  list-style: none;
}

.v5-process-inline li {
  position: relative;
  padding: 18px 28px 18px 0;
  border-top: 1px solid #a9cbd4;
}

.v5-process-inline li::after {
  position: absolute;
  top: -4px;
  right: 12px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--cyan-strong);
  border-radius: 50%;
}

.v5-process-inline li:last-child::after {
  right: 0;
}

.v5-process-inline li span {
  display: block;
  margin-bottom: 6px;
  color: #168697;
  font-size: 12px;
}

.v5-process-inline li strong {
  font-size: 17px;
}

.v5-process-inline > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.v5-offer-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.v5-offer-details details {
  padding: 20px;
  background: #f5f8fa;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.v5-offer-details summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.v5-offer-details p {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.v5-closing {
  background: var(--paper);
}

.v5-faq-zone {
  padding: 132px 0 112px;
}

.v5-faq-shell {
  display: grid;
  grid-template-columns: minmax(240px, 4fr) minmax(0, 7fr);
  align-items: start;
  gap: 90px;
}

.v5-faq-zone h2 {
  margin-bottom: 0;
  font-size: 44px;
}

.v5-faq-zone .faq-list {
  max-width: 760px;
}

.v5-faq-zone summary:focus-visible {
  outline-color: var(--blue);
}

.v5-final-cta {
  position: relative;
  overflow: hidden;
  color: #f4fbfd;
  background:
    radial-gradient(circle at 78% 50%, rgba(55, 146, 186, 0.2), transparent 36%),
    var(--navy-950);
}

.v5-final-layout {
  position: relative;
  z-index: 1;
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 4fr);
  align-items: center;
  gap: 80px;
  padding-block: 82px;
}

.v5-final-layout h2 {
  max-width: 760px;
  color: #fff;
  font-size: 58px;
  line-height: 1.15;
}

.v5-final-layout > div:first-child > p:last-child {
  max-width: 650px;
  color: #b9c9d2;
  font-size: 18px;
}

.v5-final-action {
  justify-self: end;
  text-align: center;
}

.v5-final-action p {
  margin: 14px 0 0;
  color: #d1e2e9;
  font-size: 15px;
  font-weight: 650;
}

@media (min-width: 901px) {
  .v5-final-action .button {
    min-width: 290px;
    min-height: 60px;
    padding-inline: 34px;
  }
}

@media (max-width: 1180px) {
  .v5-hero-layout {
    grid-template-columns: minmax(0, 6fr) minmax(360px, 5fr);
    gap: 38px;
  }

  .v5-hero-copy h1 {
    font-size: 56px;
  }

  .v5-mock-stage {
    min-height: 470px;
    transform: scale(0.9);
    transform-origin: center;
  }

  .v5-problem h2,
  .v5-offer h2 {
    font-size: 54px;
  }

  .v5-offer-grid {
    gap: 44px;
  }
}

@media (max-width: 900px) {
  .v5-scene {
    padding-block: 96px;
  }

  .v5-hero,
  .v5-hero-layout {
    min-height: auto;
  }

  .v5-hero-layout {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-block: 70px;
  }

  .v5-hero-copy h1 {
    max-width: 720px;
    font-size: 54px;
  }

  .v5-hero-lead {
    max-width: 720px;
  }

  .v5-deliverables {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .v5-mock-stage {
    min-height: 500px;
    transform: none;
  }

  .v5-problem-heading,
  .v5-future,
  .v5-offer-grid,
  .v5-faq-shell,
  .v5-final-layout {
    grid-template-columns: 1fr;
  }

  .v5-problem-heading,
  .v5-future,
  .v5-faq-shell,
  .v5-final-layout {
    gap: 38px;
  }

  .v5-problem h2,
  .v5-method h2,
  .v5-transformation h2,
  .v5-offer h2,
  .v5-final-layout h2 {
    font-size: 50px;
  }

  .v5-problem-cards,
  .v5-method-steps {
    grid-template-columns: 1fr;
  }

  .v5-problem-cards li {
    min-height: 0;
  }

  .v5-problem-cards span {
    margin-bottom: 24px;
  }

  .v5-method-steps li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #cbd8e0;
  }

  .v5-method-steps li:last-child {
    border-bottom: 0;
  }

  .v5-method-steps h3 {
    margin-top: 24px;
  }

  .v5-future {
    margin-top: 120px;
    padding-top: 96px;
  }

  .v5-future h2 {
    max-width: 720px;
  }

  .v5-price-stack,
  .v5-price-card {
    position: static;
  }

  .v5-process-inline ol,
  .v5-offer-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v5-final-action {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .v5-scene {
    padding-block: 74px;
  }

  .v5-hero-layout {
    gap: 20px;
    padding-block: 45px 50px;
  }

  .v5-hero-copy h1 {
    margin-bottom: 22px;
    font-size: 39px;
    line-height: 1.1;
  }

  .v5-hero-lead {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.72;
  }

  .v5-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 14px;
  }

  .v5-hero-actions .button {
    width: 100%;
  }

  .v5-text-link {
    align-self: flex-start;
    padding-block: 4px;
  }

  .v5-hero-facts {
    gap: 8px 15px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .v5-deliverables figcaption {
    margin-bottom: 10px;
  }

  .v5-mock-stage {
    min-height: 330px;
  }

  .v5-mock-sheet {
    top: 55px;
    width: 178px;
    height: 235px;
    padding: 18px;
  }

  .v5-mock-sheet strong {
    margin: 30px 0 22px;
    font-size: 18px;
  }

  .v5-mock-video {
    right: 2px;
    width: 138px;
    height: 245px;
    padding: 13px;
  }

  .v5-mock-video div {
    height: 165px;
    margin: 10px 0 8px;
  }

  .v5-mock-video b {
    width: 38px;
    height: 38px;
  }

  .v5-mock-explainer {
    right: 8px;
    bottom: 2px;
    width: 190px;
    min-height: 128px;
    padding: 16px;
  }

  .v5-mock-explainer strong {
    margin: 12px 0;
    font-size: 15px;
  }

  .v5-mock > span,
  .v5-mock-video strong {
    font-size: 10px;
  }

  .v5-problem-heading,
  .v5-method-heading,
  .v5-transform-heading,
  .v5-offer-heading {
    margin-bottom: 44px;
  }

  .v5-problem h2,
  .v5-method h2,
  .v5-transformation h2,
  .v5-offer h2,
  .v5-final-layout h2 {
    font-size: 38px;
    line-height: 1.2;
  }

  .v5-problem-heading > p,
  .v5-future-copy > p:not(.eyebrow),
  .v5-final-layout > div:first-child > p:last-child {
    font-size: 16px;
  }

  .v5-problem-cards {
    gap: 10px;
  }

  .v5-problem-cards li {
    padding: 19px;
  }

  .v5-problem-cards strong {
    font-size: 22px;
  }

  .v5-problem-cards span {
    margin-bottom: 18px;
  }

  .v5-method-steps li {
    padding: 26px 4px;
  }

  .v5-method-steps h3 {
    font-size: 24px;
  }

  .v5-method-steps li:nth-child(2) h3 {
    font-size: 27px;
  }

  .v5-ai-note {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 24px;
    padding: 16px;
    font-size: 14px;
  }

  .v5-ai-note strong {
    font-size: 16px;
  }

  .v5-transform-list article {
    grid-template-columns: 1fr 28px 1fr;
    gap: 10px;
    padding: 20px 0;
  }

  .v5-transform-list article > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .v5-transform-list strong {
    font-size: 16px;
    text-align: left;
  }

  .v5-future {
    gap: 36px;
    margin-top: 88px;
    padding-top: 76px;
  }

  .v5-future-visual {
    padding: 24px;
  }

  .v5-offer-grid {
    gap: 30px;
  }

  .v5-offer h2 {
    font-size: 32px;
  }

  .v5-future h2 {
    font-size: 32px;
  }

  .v5-offer-includes > ul,
  .v5-limits,
  .v5-process-inline ol,
  .v5-offer-details {
    grid-template-columns: 1fr;
  }

  .v5-limits div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .v5-limits div:last-child {
    border-bottom: 0;
  }

  .v5-price-card {
    padding: 26px;
  }

  .v5-price-card > div strong {
    font-size: 46px;
  }

  .v5-process-inline {
    margin-top: 54px;
  }

  .v5-offer-details {
    margin-top: 32px;
  }

  .v5-process-inline li {
    padding: 16px 0;
    border-top: 0;
    border-bottom: 1px solid var(--line);
  }

  .v5-process-inline li::after {
    display: none;
  }

  .v5-faq-zone {
    padding: 88px 0 74px;
  }

  .v5-faq-shell {
    gap: 34px;
  }

  .v5-faq-zone h2 {
    font-size: 36px;
  }

  .v5-final-layout {
    min-height: 0;
    gap: 30px;
    padding-block: 68px;
  }

  .v5-final-action,
  .v5-final-action .button {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .v5-mobile-line {
    display: block;
    white-space: nowrap;
  }

  .v5-desktop-break {
    display: none;
  }

  .v5-hero-copy h1 {
    font-size: clamp(2.15rem, 9.2vw, 2.55rem);
    line-height: 1.1;
  }

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

  .v5-problem h2,
  .v5-method h2,
  .v5-transformation h2,
  .v5-offer h2,
  .v5-final-layout h2 {
    font-size: clamp(1.75rem, 7.4vw, 2.1rem);
    line-height: 1.2;
  }
}

/* v0.6.0 managed short-form video truth correction */

.v6-hero .v5-hero-layout {
  min-height: 780px;
  grid-template-columns: minmax(0, 8fr) minmax(380px, 4fr);
  gap: 48px;
}

.v6-hero .v5-hero-copy h1 {
  max-width: 780px;
  font-size: 50px;
}

.v6-hero-support {
  max-width: 650px;
  margin: -10px 0 28px;
  color: #9eb4c1;
  font-size: 16px;
  line-height: 1.75;
}

.v6-hero-offer {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #b9cbd4;
  font-size: 14px;
}

.v6-hero-offer strong {
  color: #7ee7ed;
  font-size: 13px;
}

.v6-pipeline {
  min-width: 0;
  margin: 0;
  padding: 26px;
  background: rgba(11, 31, 47, 0.76);
  border: 1px solid rgba(128, 208, 224, 0.24);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 8, 18, 0.28);
}

.v6-pipeline figcaption {
  margin-bottom: 20px;
  color: #c9dbe2;
  font-size: 15px;
  font-weight: 700;
}

.v6-pipeline-flow {
  display: grid;
  gap: 12px;
}

.v6-pipeline-group,
.v6-pipeline-core {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 18px 20px;
  border-radius: 6px;
}

.v6-pipeline-group {
  background: rgba(243, 250, 252, 0.06);
  border: 1px solid rgba(177, 220, 229, 0.16);
}

.v6-pipeline-core {
  background: linear-gradient(135deg, rgba(93, 230, 237, 0.15), rgba(73, 124, 222, 0.16));
  border: 1px solid rgba(93, 230, 237, 0.42);
}

.v6-pipeline-group::after,
.v6-pipeline-core::after {
  position: absolute;
  right: 24px;
  bottom: -13px;
  z-index: 1;
  color: #5de6ed;
  content: "↓";
  font-size: 17px;
}

.v6-pipeline-output::after {
  display: none;
}

.v6-pipeline-group > span,
.v6-pipeline-core > span {
  color: #77dce5;
  font-size: 11px;
  font-weight: 800;
}

.v6-pipeline-group strong {
  color: #eef8fb;
  font-size: 17px;
}

.v6-pipeline-core ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  color: #e5f4f7;
  font-size: 14px;
  list-style: none;
}

.v6-pipeline-core li::before {
  margin-right: 6px;
  color: #5de6ed;
  content: "·";
}

.v6-pipeline > p {
  margin: 18px 0 0;
  color: #8da5b2;
  font-size: 12px;
  line-height: 1.6;
}

.v6-problem-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v6-problem-list li {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 18px 22px 18px 48px;
  background: #f8fafb;
  border: 1px solid var(--line);
  border-top: 2px solid var(--cyan-strong);
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
}

.v6-problem-list li::before {
  position: absolute;
  left: 22px;
  color: #168697;
  content: "•";
}

.v6-problem-list li:last-child {
  grid-column: 1 / -1;
}

.v6-problem-close {
  max-width: 830px;
  margin: 36px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 650;
}

.v6-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(420px, 6fr);
  gap: 80px;
}

.v6-about h2 {
  margin-bottom: 0;
  font-size: 58px;
  line-height: 1.16;
}

.v6-about-copy p {
  color: var(--ink-soft);
  font-size: 18px;
}

.v6-about-note {
  margin-top: 28px;
  padding: 20px 22px;
  background: rgba(93, 230, 237, 0.08);
  border-left: 3px solid var(--cyan-strong);
}

.v6-about-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.v6-process {
  margin-top: 104px;
  padding-top: 84px;
  border-top: 1px solid #cbd8e0;
}

.v6-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.v6-flow li {
  grid-column: span 2;
  min-height: 250px;
  padding: 26px;
  background: #f8fbfc;
  border: 1px solid #cbd8e0;
  border-top: 3px solid #56c9d4;
  border-radius: 6px;
}

.v6-flow li:nth-child(4),
.v6-flow li:nth-child(5) {
  grid-column: span 3;
}

.v6-flow span {
  color: #168697;
  font-size: 12px;
  font-weight: 800;
}

.v6-flow h3 {
  margin: 30px 0 12px;
  font-size: 23px;
  line-height: 1.4;
}

.v6-flow p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.v6-offer .v5-offer-heading {
  max-width: 980px;
}

.v6-offer .v5-offer-includes > ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v6-limits {
  margin-top: 30px;
}

.v6-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 84px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.v6-scope-grid article {
  padding: 24px;
  background: #f5f8fa;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.v6-scope-grid h3 {
  margin-bottom: 18px;
  font-size: 22px;
}

.v6-scope-grid ul {
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
  font-size: 15px;
}

.v6-scope-grid p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.v6-quality-grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(380px, 5fr);
  align-items: center;
  gap: 80px;
}

.v6-quality h2 {
  max-width: 700px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 58px;
}

.v6-quality-grid > div:first-child > p:not(.eyebrow) {
  max-width: 650px;
  color: #bccbd4;
  font-size: 18px;
}

.v6-quality-panel {
  padding: 30px;
  background: rgba(14, 35, 52, 0.72);
  border: 1px solid rgba(128, 208, 224, 0.24);
  border-radius: 8px;
}

.v6-quality-panel h3 {
  margin-bottom: 22px;
  color: #f4fbfd;
  font-size: 23px;
}

.v6-quality-panel ul {
  margin: 0;
  padding-left: 20px;
  color: #b9cbd4;
  font-size: 16px;
}

@media (max-width: 1180px) {
  .v6-hero .v5-hero-layout {
    grid-template-columns: 1fr;
  }

  .v6-hero .v5-hero-copy h1 {
    font-size: 52px;
  }

  .v6-pipeline {
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .v6-about-grid,
  .v6-quality-grid {
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .v6-hero .v5-hero-layout {
    min-height: auto;
  }

  .v6-hero .v5-hero-copy h1 {
    font-size: 52px;
  }

  .v6-pipeline {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .v6-about-grid,
  .v6-quality-grid {
    grid-template-columns: 1fr;
  }

  .v6-about h2,
  .v6-quality h2 {
    font-size: 50px;
  }

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

  .v6-flow li,
  .v6-flow li:nth-child(4),
  .v6-flow li:nth-child(5) {
    grid-column: auto;
    min-height: 0;
  }

  .v6-scope-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .v6-hero .v5-hero-layout {
    gap: 28px;
    padding-block: 42px 54px;
  }

  .v6-hero .v5-hero-lead br {
    display: none;
  }

  .v6-hero-support {
    margin-top: -6px;
    font-size: 15px;
  }

  .v6-hero-offer {
    font-size: 13px;
  }

  .v6-pipeline {
    padding: 18px;
  }

  .v6-pipeline-group,
  .v6-pipeline-core {
    padding: 15px 16px;
  }

  .v6-problem-list {
    grid-template-columns: 1fr;
  }

  .v6-problem-list li:last-child {
    grid-column: auto;
  }

  .v6-about h2,
  .v6-quality h2 {
    font-size: 34px;
  }

  .v6-process {
    margin-top: 74px;
    padding-top: 62px;
  }

  .v6-flow li {
    padding: 22px;
  }

  .v6-offer .v5-offer-includes > ul {
    grid-template-columns: 1fr;
  }

  .v6-scope-grid {
    margin-top: 62px;
  }

  .v6-quality-panel {
    padding: 24px;
  }
}

@media (max-width: 599px) {
  .v6-hero .v5-hero-copy h1 {
    font-size: clamp(1.85rem, 8.2vw, 2.35rem);
  }

  .v6-hero .v5-hero-copy h1 > span {
    white-space: normal;
  }

  .v6-hero .v5-mobile-line,
  .v6-page h2 .v5-mobile-line {
    white-space: nowrap;
  }

  .v6-page .v5-problem h2,
  .v6-page .v5-method h2,
  .v6-page .v5-offer h2,
  .v6-page .v5-transformation h2,
  .v6-page .v5-final-layout h2 {
    font-size: clamp(1.7rem, 7.1vw, 2.05rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .hero-grid-bg,
  .final-grid {
    display: none;
  }

  body {
    color: #000;
    background: #fff;
  }

  .hero,
  .section-dark,
  .pilot-section,
  .final-cta,
  .site-footer {
    color: #000;
    background: #fff;
  }

  .section,
  .final-cta {
    padding-block: 40px;
  }

  a {
    color: #000;
  }
}
