:root {
  --paper: #f6f5f0;
  --paper-deep: #eeeDE7;
  --surface: #fff;
  --ink: #11131a;
  --ink-soft: #444751;
  --muted: #70737c;
  --line: #d9d8d2;
  --line-dark: #c8c7c0;
  --brand: #4d63de;
  --brand-dark: #3447b5;
  --brand-pale: #eef0ff;
  --orange: #ee7d1a;
  --success: #16815b;
  --danger: #c93a3a;
  --container: 1240px;
  --header-height: 78px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;

  font-kerning: normal;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.price-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-variant-numeric: lining-nums proportional-nums;
}

img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, input[type="checkbox"], input[type="radio"] { cursor: pointer; }
button { color: inherit; }
[hidden] { display: none !important; }

:where(h1, h2, h3, h4, .faq-question span) {
  text-wrap: balance;
}
.no-wrap { white-space: nowrap; }

:focus-visible {
  outline: 3px solid rgba(77, 99, 222, .45);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(17, 19, 26, .1);
  background: rgba(250, 249, 246, .96);
  box-shadow: 0 8px 32px rgba(17, 19, 26, .05);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-110%);
  backdrop-filter: blur(14px);
  transition: opacity .25s ease, transform .35s var(--ease);
}
.no-js .site-header,
.site-header.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.site-header + main { padding-top: var(--header-height); }
.site-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand__icon { width: 28px; height: 38px; }
.brand__wordmark { width: 154px; }
.header-actions { display: flex; align-items: center; gap: 32px; }
.header-video {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}
.header-video small {
  padding: 3px 7px;
  border-radius: 100px;
  color: var(--brand-dark);
  background: rgba(77, 99, 222, .1);
  font-size: 9px;
  font-weight: 900;

}
.header-video svg {
  width: 22px;
  height: 22px;
  fill: var(--ink);
  transition: transform .2s ease;
}
.header-video:hover svg { transform: scale(1.08); }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 11px 22px;
  border: 1px solid var(--brand);
  border-radius: 7px;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 8px 24px rgba(77, 99, 222, .16);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  white-space: nowrap;
  transition: transform .2s var(--ease), background-color .2s ease, box-shadow .2s ease;
}
.button:hover {
  background: var(--brand-dark);
  box-shadow: 0 12px 30px rgba(77, 99, 222, .25);
  transform: translateY(-2px);
}
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.button--small { min-height: 44px; padding: 9px 20px; }
.button--large { min-height: 58px; padding: 15px 26px; }
.button--wide { width: 100%; }
.button--light {
  border-color: #fff;
  color: var(--ink);
  background: #fff;
  box-shadow: none;
}
.button--light:hover { color: #fff; background: transparent; }

.hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px) 50% 0 / 100px 100%,
    var(--paper);
}
.hero__grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(40px, 5vw, 84px);
  padding-block: 68px 78px;
}
.hero__copy { position: relative; z-index: 2; }
.eyebrow, .overline {
  margin: 0 0 22px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;

}
.eyebrow span {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid var(--line-dark);
  color: var(--ink-soft);

}
.hero h1 {
  margin: 0;
  font-size: clamp(46px, 5.1vw, 74px);
  font-weight: 900;
  line-height: 1.16;

}
.hero h1 span { position: relative; color: var(--brand-dark); }
.hero h1 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -.06em;
  bottom: .05em;
  left: -.03em;
  height: .16em;
  background: rgba(77, 99, 222, .16);
}
.hero__lead {
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.9;

}
.hero__lead-emphasis { color: var(--ink); font-weight: 900; white-space: nowrap; }
.hero__actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.play-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand);
  border-radius: 50%;
}
.play-icon svg { width: 18px; height: 18px; fill: var(--brand); }
.hero__note { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.hero__note span { color: var(--success); font-weight: 900; }

.hero__visual { position: relative; z-index: 1; width: min(760px, 55vw); }
.hero__shape {
  position: absolute;
  z-index: -1;
  top: -54px;
  right: -120px;
  width: 66%;
  height: calc(100% + 108px);
  background: var(--brand);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}
.browser-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid #c9c9c8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(19, 27, 67, .12);
}
.browser-frame__bar {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid #dedede;
  background: #f2f2f0;
}
.browser-frame__bar span { width: 9px; height: 9px; border-radius: 50%; background: #d4d4d1; }
.browser-frame__bar span:first-child { background: #ff665c; }
.browser-frame__bar span:nth-child(2) { background: #f5bd38; }
.browser-frame__bar span:nth-child(3) { background: #48c56a; }
.browser-frame__bar i {
  width: 45%;
  height: 11px;
  margin-inline: auto;
  border-radius: 10px;
  background: #e7e7e4;
}
.browser-frame img { width: 100%; }
.browser-frame--hero img { min-height: 420px; object-fit: cover; object-position: left top; }

.proof { border-bottom: 1px solid var(--line); background: #fbfaf7; }
.proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof__item {
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 26px 30px;
  border-right: 1px solid var(--line);
}
.proof__item:first-child { border-left: 0; }
.proof__item:last-child { border-right: 0; }
.proof__item strong {
  color: var(--brand);
  font-size: clamp(40px, 4.1vw, 62px);
  font-weight: 900;
  line-height: 1;

  white-space: nowrap;
}
.proof__ratio { display: inline-flex; align-items: baseline; gap: .08em; }
.proof__ratio small:last-child { font-size: .27em; }
.proof__item small { font-size: .36em; }
.proof__item .proof__suffix { margin-left: .14em; }
.proof__item span { max-width: 88px; color: var(--ink-soft); font-size: 14px; font-weight: 700; line-height: 1.55; }
.proof__desktop-break { display: block; }

.section { padding-block: clamp(96px, 10vw, 152px); }
.section-heading { margin-bottom: clamp(54px, 7vw, 88px); }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr); align-items: end; gap: clamp(48px, 9vw, 150px); }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.pains .section-heading--center { max-width: 980px; }
.pains__heading-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 18px;
  color: var(--brand);
  background: var(--brand-soft);
}
.pains__heading-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.section-heading--voices { max-width: 760px; }
.section-heading h2, .video-copy h2, .onboarding__intro h2, .pricing__intro h2, .faq__intro h2, .contact__intro h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 900;
  line-height: 1.3;

}
.section-heading p:last-child, .section-heading--center > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  line-height: 2;
}
.section-heading--center > p:last-child { margin-top: 22px; }

.transformation { background: #fff; }
.change-impact { overflow: hidden; padding: clamp(30px, 4vw, 54px); border: 1px solid var(--line-dark); border-radius: 20px; background: linear-gradient(135deg, #fbfaf7, var(--paper)); }
.change-impact__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.change-impact__header p { margin: 0; color: var(--ink-soft); font-size: 15px; font-weight: 900; }
.change-impact__header p span { display: block; margin-bottom: 8px; color: var(--brand-dark); font-size: 9px; }
.change-impact__metric { display: flex; align-items: baseline; color: var(--brand); line-height: .82; }
.change-impact__metric strong { font-size: clamp(58px, 7vw, 94px); }
.change-impact__metric small { margin-inline: 4px; font-size: clamp(14px, 1.3vw, 20px); font-weight: 900; }
.compression-chart { display: grid; grid-template-columns: minmax(360px, 1fr) 96px minmax(150px, .24fr); align-items: end; gap: clamp(18px, 3vw, 42px); }
.compression-chart__side p { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin: 0 0 16px; }
.compression-chart__side p > span { font-size: 12px; font-weight: 900; }
.compression-chart__side p > strong { font-size: clamp(28px, 3vw, 44px); line-height: 1; }
.compression-chart__side p small { margin-left: 6px; font-size: 12px; }
.compression-chart__side > small { display: block; margin-top: 12px; color: var(--muted); font-size: 11px; font-weight: 700; }
.compression-chart__side--after p { display: grid; justify-content: start; }
.compression-chart__side--after p > span, .compression-chart__side--after p > strong { color: var(--brand-dark); }
.workload-blocks { height: 112px; display: grid; grid-template-columns: repeat(10, minmax(20px, 1fr)); gap: clamp(2px, .35vw, 5px); perspective: 800px; }
.workload-blocks i { display: block; border: 1px solid #cbc9c3; border-radius: 4px 4px 1px 1px; background: linear-gradient(90deg, #b6b5af, #d9d8d2); box-shadow: 0 12px 18px rgba(17,19,26,.06); }
.workload-blocks--after { width: clamp(54px, 6.1vw, 78px); grid-template-columns: 1fr; }
.workload-blocks--after i { border-color: var(--brand-dark); background: linear-gradient(135deg, #7180ec, var(--brand)); box-shadow: 0 14px 26px rgba(77,99,222,.24); }
.compression-chart__arrow { align-self: center; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 7px; color: var(--brand-dark); font-weight: 900; }
.compression-chart__arrow b { position: relative; overflow: hidden; color: transparent; }
.compression-chart__arrow b::before { content: ""; position: absolute; top: 50%; right: 0; left: 0; height: 2px; background: var(--brand); }
.compression-chart__arrow b::after { content: ""; position: absolute; top: 50%; right: 1px; width: 9px; height: 9px; border-top: 2px solid var(--brand); border-right: 2px solid var(--brand); transform: translateY(-50%) rotate(45deg); }
.change-impact__result { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.change-impact__result span { color: var(--muted); font-size: 12px; font-weight: 700; }
.change-impact__result strong { font-size: clamp(23px, 2.5vw, 34px); }
.workflow-shift { margin-top: 20px; padding: clamp(28px, 4vw, 48px); border-radius: 20px; background: #f4f4f8; }
.workflow-shift__eyebrow { margin: 0 0 28px; color: var(--ink); font-size: clamp(20px, 2vw, 28px); font-weight: 900; text-align: center; }
.workflow-shift__grid { display: grid; grid-template-columns: minmax(0, 1fr) 118px minmax(0, 1fr); align-items: stretch; gap: 18px; }
.workflow-state { display: flex; flex-direction: column; min-width: 0; padding: clamp(24px, 3vw, 38px); border-radius: 16px; }
.workflow-state--before { border: 1px solid #d5d4cf; background: rgba(255,255,255,.72); }
.workflow-state--after { border: 2px solid var(--brand); background: #fff; box-shadow: 0 18px 45px rgba(77,99,222,.12); }
.workflow-state__heading span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 9px; font-weight: 900; }
.workflow-state--after .workflow-state__heading span { color: var(--brand-dark); }
.workflow-state__heading h3 { margin: 0; font-size: clamp(24px, 2.5vw, 34px); }
.scattered-tools { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0; padding: 0; list-style: none; }
.scattered-tools::before { content: ""; position: absolute; z-index: 0; inset: 12% 18%; border: 2px dashed #bbb9b2; transform: rotate(-8deg); }
.scattered-tools li { position: relative; z-index: 1; min-height: 74px; display: flex; align-items: center; gap: 12px; padding: 13px 14px; border: 1px solid #deddd8; border-radius: 10px; background: #fff; box-shadow: 0 8px 20px rgba(17,19,26,.05); font-size: 12px; font-weight: 900; }
.scattered-tools li:nth-child(3) { grid-column: 1 / -1; width: 55%; justify-self: center; }
.scattered-tools b { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; color: #696b72; background: #efefec; font-size: 15px; }
.connected-checks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; margin: auto 0; padding: 36px 0; list-style: none; }
.connected-checks li { position: relative; z-index: 1; min-height: 92px; display: grid; align-content: center; gap: 7px; padding: 12px 8px; border: 1px solid #adb6f1; border-radius: 10px; color: var(--brand-dark); background: #f7f8ff; text-align: center; }
.connected-checks li:not(:last-child)::after { content: ""; position: absolute; z-index: -1; top: 50%; right: -22%; width: 22%; height: 3px; background: var(--brand); }
.connected-checks span { font-size: 9px; font-weight: 900; }
.connected-checks b { font-size: 12px; line-height: 1.5; }
.connected-checks__result { border-color: var(--brand) !important; border-radius: 50% !important; color: #fff !important; background: var(--brand) !important; }
.connected-checks__result span { font-size: 22px; }
.workflow-state__summary { margin: auto 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.workflow-state--after .workflow-state__summary { color: var(--brand-dark); }
.workflow-shift__arrow { align-self: center; display: grid; justify-items: center; gap: 8px; color: var(--muted); font-size: 10px; font-weight: 900; text-align: center; }
.workflow-shift__arrow b { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-size: 28px; box-shadow: 0 12px 28px rgba(77,99,222,.22); }

.video-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #273785 0%, #171d39 42%, #10131b 100%);
}
.video-section::before {
  content: "";
  position: absolute;
  top: -280px;
  left: 50%;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: rgba(105, 122, 255, .18);
  filter: blur(30px);
  transform: translateX(-50%);
}
.video-section .container { position: relative; width: min(1360px, calc(100% - 64px)); }
.video-grid { display: grid; grid-template-columns: 1fr; align-items: center; gap: clamp(38px, 5vw, 64px); }
.video-copy { max-width: 900px; margin-inline: auto; text-align: center; }
.video-copy .overline { color: #b6c0ff; }
.video-copy h2 { margin-bottom: 24px; }
.video-copy > p:not(.overline) { max-width: 780px; margin: 0 auto 26px; color: #d8dbee; font-size: clamp(15px, 1.4vw, 18px); line-height: 2; }
.video-copy .text-link { justify-content: center; color: #fff; }
.video-frame { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.36); border-radius: 14px; background: #11131a; box-shadow: 0 34px 90px rgba(4, 7, 22, .42); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

.mechanism { color: #fff; background: var(--ink); }
.mechanism .overline { color: #8e9cff; }
.mechanism .section-heading p:last-child { color: #babcc4; }
.flow-shell { padding: clamp(18px, 2vw, 28px); border: 1px solid #353946; background: linear-gradient(145deg, #1d2029, #15171e); box-shadow: 0 28px 80px rgba(0, 0, 0, .2); }
.flow-shell__lead { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #c6cae7; font-size: 12px; font-weight: 700; }
.flow-shell__lead span { width: 8px; height: 8px; border-radius: 50%; background: #8592f5; box-shadow: 0 0 0 5px rgba(133, 146, 245, .12); }
.flow { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.flow__item { position: relative; min-height: 330px; padding: clamp(24px, 2.8vw, 38px); border: 1px solid #383c47; background: rgba(255,255,255,.025); }
.flow__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 30px; }
.flow__top svg { width: 42px; height: 42px; padding: 9px; border: 1px solid #4a5064; border-radius: 50%; fill: none; stroke: #9eabff; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.flow__number { color: #9eabff; font-size: 10px; font-weight: 900; }
.flow__item h3 { margin: 0 0 16px; font-size: 28px; }
.flow__item p { margin: 0; color: #b8bac1; font-size: 14px; line-height: 1.9; }
.flow__data { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 20px; padding: 0; list-style: none; }
.flow__data li { padding: 5px 8px; border: 1px solid rgba(142,156,255,.32); color: #d7dbf8; background: rgba(101,116,220,.08); font-size: 9px; font-weight: 700; }
.flow__item:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -24px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #51586f;
  border-radius: 50%;
  color: #c4cbff;
  background: #181a22;
  font-size: 18px;
  transform: translateY(-50%);
}
.flow-shell__result { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 18px 0 0; padding: 18px 20px; color: #fff; background: var(--brand); }
.flow-shell__result span { font-size: 9px; font-weight: 900; }
.flow-shell__result strong { font-size: 15px; }

.product { background: #fff; }
.product-story {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: clamp(54px, 8vw, 120px);
  padding-block: clamp(56px, 7vw, 90px);
  border-top: 1px solid var(--line);
}
.product-story--reverse { grid-template-columns: minmax(520px, 1.28fr) minmax(300px, .72fr); }
.product-story--reverse .product-story__copy { order: 2; }
.product-story--reverse .product-story__screen { order: 1; }
.story-number { margin: 0 0 24px; color: var(--brand-dark); font-size: 11px; font-weight: 900; }
.product-story__copy h3 { margin: 0 0 24px; font-size: clamp(32px, 3.4vw, 48px); line-height: 1.35; }
.product-story__copy > p:not(.story-number) { margin: 0; color: var(--ink-soft); line-height: 2; }
.inline-points { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.inline-points li { position: relative; padding-left: 16px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.inline-points li::before { content: ""; position: absolute; top: .7em; left: 0; width: 6px; height: 6px; background: var(--brand); }
.product-story__screen { box-shadow: 0 18px 50px rgba(30, 34, 57, .1); }

.feature-index { display: grid; grid-template-columns: minmax(220px, .35fr) minmax(0, 1.65fr); gap: clamp(36px, 5vw, 64px); margin-top: 12px; padding: 54px clamp(30px, 4vw, 58px); border-radius: 22px; color: #fff; background: var(--brand); box-shadow: 0 22px 55px rgba(77,99,222,.18); }
.feature-index .overline { color: #fff; }
.feature-index__heading h3 { margin: 0; font-size: clamp(32px, 3.35vw, 46px); line-height: 1.4; }
.feature-index__heading > p:last-child { margin: 22px 0 0; color: #e6e9ff; font-size: 13px; line-height: 1.9; }
.feature-map { display: grid; grid-template-columns: minmax(270px, 1fr) 118px minmax(220px, .82fr); align-items: center; gap: 22px; }
.feature-group { position: relative; z-index: 1; padding: 24px; border: 1px solid rgba(255,255,255,.42); border-radius: 18px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 16px 34px rgba(35,48,132,.18); }
.feature-group--management::after, .feature-group--engineer::before { content: ""; position: absolute; top: 50%; width: 24px; height: 3px; background: #fff; }
.feature-group--management::after { right: -24px; }
.feature-group--engineer::before { left: -24px; }
.feature-group__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 8px; text-align: left; }
.feature-group__heading p { margin: 0; color: var(--brand-dark); font-size: 8px; font-weight: 900; }
.feature-group__heading h4 { margin: 0; font-size: 18px; }
.feature-group__description { margin: 0 0 17px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.feature-index__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.feature-index__list li { min-height: 48px; display: flex; align-items: center; padding: 10px 12px; border: 1px solid #e0e2f1; border-radius: 9px; color: var(--ink); background: #fafaff; font-size: 11px; font-weight: 700; line-height: 1.45; }
.feature-index__list span { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; margin-right: 8px; border-radius: 7px; color: var(--brand-dark); background: var(--brand-pale); font-size: 8px; }
.feature-index__list--engineer { grid-template-columns: 1fr; }
.feature-index__list--engineer li { min-height: 43px; padding-left: 38px; font-size: 11px; }
.feature-index__list--engineer li::before { content: "✓"; margin-left: -22px; margin-right: 10px; color: var(--brand); font-weight: 900; }
.feature-hub { position: relative; z-index: 2; width: 118px; height: 118px; display: grid; place-content: center; justify-items: center; border: 9px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--brand-dark); background: #fff; text-align: center; box-shadow: 0 14px 35px rgba(31,44,129,.26); }
.feature-hub img { width: 25px; height: 33px; margin-bottom: 4px; }
.feature-hub strong { font-size: 12px; line-height: 1.2; }
.feature-hub span { margin-top: 3px; color: var(--muted); font-size: 7px; font-weight: 700; }
.feature-index__note { grid-column: 1 / -1; margin: 0; color: #fff; font-size: 12px; }
.feature-index__note span { color: #fff; }

.onboarding { color: #fff; background: #161921; }
.onboarding__grid { display: grid; grid-template-columns: minmax(320px, .75fr) minmax(520px, 1.25fr); gap: clamp(64px, 10vw, 150px); }
.onboarding .overline { color: #8f9dff; }
.onboarding__intro { align-self: start; }
.onboarding__intro h2 { margin-bottom: 26px; font-size: clamp(38px, 3.8vw, 56px); }
.onboarding__intro > p:not(.overline) { margin: 0 0 34px; color: #b9bbc3; line-height: 2; }
.onboarding__intro > p.onboarding__timing { margin: 24px 0 0; padding-top: 22px; border-top: 1px solid #383b43; color: #92959f; font-size: 11px; line-height: 1.8; }
.support-steps { position: relative; display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.support-steps::before { content: ""; position: absolute; z-index: 0; top: 42px; bottom: 42px; left: 55px; width: 2px; background: linear-gradient(#6c79dd, #3e4352); }
.support-steps li { position: relative; z-index: 1; display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 22px; padding: 22px 24px; border: 1px solid #343844; border-radius: 10px; background: #1c1f28; }
.support-steps li:not(:last-child)::after { content: ""; position: absolute; z-index: 3; bottom: -13px; left: 50px; width: 9px; height: 9px; border-right: 2px solid #7c89ea; border-bottom: 2px solid #7c89ea; transform: rotate(45deg); }
.support-steps li > span { z-index: 1; width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid #6573dc; border-radius: 50%; color: #fff; background: #151821; font-size: 18px; font-weight: 900; line-height: 1; box-shadow: 0 0 0 6px #1c1f28; }
.support-steps li > span small { margin-bottom: 5px; color: #9ba6f5; font-size: 7px; }
.support-steps h3 { margin: 0 0 9px; font-size: 22px; }
.support-steps p { margin: 0; color: #afb1ba; font-size: 14px; }

.cases { background: #fff; }
.case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 34px; }
.interview-card { overflow: hidden; display: flex; flex-direction: column; height: 100%; border: 1px solid #e3e2dd; border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(17,19,26,.07); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.interview-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(17,19,26,.12); }
.interview-card:focus-visible { outline-offset: 6px; }
.interview-card__photo { position: relative; aspect-ratio: 16 / 10; overflow: hidden; margin: 0; background: #d9d9d4; }
.interview-card__photo > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(.98); transition: transform .45s var(--ease); }
.interview-card:hover .interview-card__photo > img { transform: scale(1.02); }
.interview-card__category { position: absolute; z-index: 2; top: 24px; left: 24px; display: grid; justify-items: start; }
.interview-card__category span { padding: 8px 12px; border-radius: 7px 7px 0 0; color: #fff; background: var(--brand); font-size: 9px; font-weight: 900; }
.interview-card__category strong { padding: 10px 14px; border-radius: 0 7px 7px 7px; color: var(--ink); background: rgba(255,255,255,.94); font-size: 16px; }
.interview-card__body { position: relative; flex: 1; display: flex; flex-direction: column; padding: clamp(28px, 3vw, 40px); }
.interview-card__quote { height: 27px; color: #cbd1f7; font-family: "Noto Sans JP", sans-serif; font-size: 58px; font-weight: 900; line-height: .9; }
.interview-card__body h3 { margin: 12px 0 18px; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.5; }
.interview-card__body > p { margin: 0 0 30px; color: var(--ink-soft); font-size: 14px; line-height: 2; }
.interview-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.interview-card__company { min-width: 0; display: flex; align-items: center; gap: 14px; }
.interview-card__company-logo { width: 64px; height: 64px; flex: 0 0 auto; object-fit: contain; }
.interview-card__identity { display: grid; gap: 3px; margin: 0; color: var(--ink); }
.interview-card__identity span { font-size: 13px; font-weight: 900; }
.interview-card__identity small { color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.interview-card__link { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; color: var(--brand-dark); font-size: 13px; font-weight: 900; }
.interview-card__link span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); transition: transform .2s ease; }
.interview-card:hover .interview-card__link span, .interview-card:focus-visible .interview-card__link span { transform: translateX(4px); }

.pricing { padding-block: clamp(78px, 8vw, 112px); background: var(--paper-deep); }
.pricing__intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr); align-items: end; gap: clamp(40px, 8vw, 110px); margin-bottom: 36px; }
.pricing__intro h2 { max-width: 780px; margin: 0; font-size: clamp(40px, 4.6vw, 60px); }
.pricing__intro > p { margin: 0; color: var(--ink-soft); line-height: 1.9; }
.price-card { overflow: hidden; border: 1px solid var(--line-dark); border-radius: 18px; background: #fff; box-shadow: 0 20px 55px rgba(17,19,26,.07); }
.price-card__campaign { padding: 18px clamp(28px, 4vw, 48px); color: #fff; background: var(--ink); }
.price-card__campaign p { margin: 0 0 5px; color: #aeb6ff; font-size: 8px; font-weight: 900; }
.price-card__campaign > div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.price-card__campaign strong { font-size: 23px; line-height: 1.3; }
.price-card__campaign span { color: #b9bbc3; font-size: 10px; font-weight: 700; }
.price-card__main { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(310px, 1fr) minmax(250px, .7fr); align-items: center; gap: clamp(28px, 4vw, 54px); padding: 34px clamp(28px, 4vw, 48px); }
.price-card__label { margin: 0; color: var(--muted); font-size: 13px; }
.price { display: flex; align-items: baseline; gap: 5px; margin: 2px 0 4px; }
.price > span { margin-right: 4px; font-size: 14px; font-weight: 700; }
.price strong { font-size: clamp(64px, 6vw, 88px); font-weight: 900; line-height: 1; }
.price b { font-size: 23px; }
.price small { margin-left: auto; color: var(--muted); font-size: 11px; }
.price-card__basis { display: inline-flex; max-width: 100%; margin: 10px 0 0; padding: 9px 12px; border-radius: 9px; color: var(--brand-dark); background: var(--brand-pale); font-size: 13px; font-weight: 900; line-height: 1.55; }
.price-facts { margin: 0; padding: 0; list-style: none; }
.price-facts--benefits { display: grid; gap: 13px; padding-inline: clamp(8px, 2vw, 24px); border-left: 1px solid var(--line); }
.price-facts--benefits li { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.price-facts--benefits li > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--brand); background: var(--brand-pale); font-size: 12px; font-weight: 900; }
.price-facts--benefits strong { color: var(--ink); }
.price-facts strong { color: var(--brand-dark); }
.price-card__action { display: grid; gap: 10px; }

.security { background: #fff; }
.security-architecture { display: grid; grid-template-columns: minmax(0, 1fr) 210px minmax(0, 1fr); grid-template-areas: "access core storage" "operations operations operations"; align-items: center; gap: 24px; padding: clamp(24px, 3vw, 38px); border: 1px solid #e0e3f1; border-radius: 24px; background: linear-gradient(180deg, #fbfcff, #f4f6ff); }
.security-core { grid-area: core; position: relative; z-index: 2; width: 190px; height: 190px; display: grid; place-content: center; justify-items: center; justify-self: center; border: 14px solid #e5e9ff; border-radius: 50%; color: var(--brand-dark); background: #fff; text-align: center; box-shadow: 0 18px 40px rgba(77,99,222,.16); }
.security-core svg { width: 58px; height: 64px; margin-bottom: 4px; fill: none; stroke: var(--brand); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.security-core span { color: var(--muted); font-size: 9px; font-weight: 900; }
.security-core strong { margin-top: 5px; font-size: 15px; line-height: 1.45; }
.security-layer { position: relative; padding: 20px; border: 1px solid #dce1f5; border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 12px 32px rgba(17,19,26,.05); }
.security-layer--access { grid-area: access; }
.security-layer--storage { grid-area: storage; }
.security-layer--operations { grid-area: operations; }
.security-layer--access::after, .security-layer--storage::before { content: ""; position: absolute; top: 50%; width: 34px; height: 2px; background: var(--brand); }
.security-layer--access::after { right: -34px; }
.security-layer--storage::before { left: -34px; }
.security-layer > h3 { display: flex; align-items: center; gap: 11px; margin: 0 0 15px; color: var(--brand-dark); font-size: 19px; }
.security-layer > h3 span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-size: 9px; }
.security-layer__items { display: grid; gap: 10px; }
.security-layer--operations .security-layer__items { grid-template-columns: .86fr 1.28fr .86fr; align-items: stretch; }
.security-item { min-width: 0; padding: 16px; border: 1px solid #e3e5ee; border-radius: 12px; background: #fff; }
.security-item__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.security-item__top span { color: var(--brand-dark); font-size: 10px; font-weight: 900; }
.security-item__icon, .security-item__top svg { width: 38px; height: 38px; padding: 8px; border-radius: 10px; fill: none; stroke: var(--brand); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; background: #f0f2ff; }
.security-item h4 { margin: 13px 0 7px; font-size: 15px; line-height: 1.55; }
.security-item p { margin: 0; color: var(--muted); font-size: 13px; }
.security-item a { text-decoration: underline; text-underline-offset: 3px; }
.security-item--backup { background: #f8f9ff; }
.security-backup-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.security-backup-list li { padding: 10px 11px; border-left: 3px solid var(--brand); background: #fff; }
.security-backup-list strong, .security-backup-list span { display: block; }
.security-backup-list strong { margin-bottom: 3px; color: var(--ink); font-size: 10px; }
.security-backup-list span { color: var(--muted); font-size: 9px; line-height: 1.6; }
.security-item--backup > p { color: var(--ink-soft); }

.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: minmax(280px, .52fr) minmax(540px, 1fr); gap: clamp(64px, 10vw, 150px); }
.faq__intro h2 { margin-bottom: 26px; font-size: clamp(38px, 3.8vw, 56px); }
.faq__intro > p:not(.overline) { margin: 0; color: var(--ink-soft); }
.accordion { border-top: 1px solid var(--line-dark); }
.faq-item { border-bottom: 1px solid var(--line-dark); }
.faq-question { width: 100%; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; border: 0; background: transparent; font-size: 17px; font-weight: 900; text-align: left; }
.faq-question i { position: relative; width: 20px; height: 20px; flex: 0 0 auto; }
.faq-question i::before, .faq-question i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .25s ease; }
.faq-question i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-question[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { padding: 0 58px 32px 0; }
.faq-answer p { margin: 0; color: #343741; font-size: 16px; font-weight: 700; line-height: 1.95; }

.contact { color: #fff; background: var(--brand); }
.contact__grid { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(520px, 1fr); align-items: start; gap: clamp(60px, 9vw, 130px); }
.contact__grid > * { min-width: 0; }
.contact .overline { color: #fff; }
.contact__intro { position: static; }
.contact__intro h2 { margin-bottom: 26px; }
.contact__intro > p:not(.overline) { margin: 0; color: #fff; line-height: 2; }
.contact-facts { display: grid; gap: 9px; margin: 32px 0 0; padding: 0; list-style: none; font-size: 14px; font-weight: 700; }
.contact-facts span { margin-right: 10px; color: #fff; }
.form-shell { min-width: 0; padding: clamp(28px, 4vw, 48px); border-radius: 20px; color: var(--ink); background: #fff; }
.intent-fieldset { margin: 0 0 30px; padding: 0; border: 0; }
.intent-fieldset legend { margin-bottom: 12px; font-size: 13px; font-weight: 700; }
.intent-fieldset legend span, .form-field label em { margin-left: 7px; color: var(--muted); font-size: 11px; font-style: normal; font-weight: 400; }
.intent-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.intent-chips input { position: absolute; opacity: 0; pointer-events: none; }
.intent-chips span { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 14px; border: 1px solid var(--line-dark); border-radius: 100px; color: var(--ink-soft); font-size: 12px; font-weight: 700; transition: color .2s, border-color .2s, background-color .2s; }
.intent-chips input:focus-visible + span { outline: 3px solid rgba(77,99,222,.35); outline-offset: 2px; }
.intent-chips input:checked + span { color: #fff; border-color: var(--brand); background: var(--brand); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 18px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 700; }
.form-field label > span { margin-left: 7px; color: var(--danger); font-size: 10px; }
.form-field input, .form-field textarea {
  width: 100%;
  border: 1px solid var(--line-dark);
  border-radius: 5px;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.form-field input { height: 52px; padding: 0 14px; }
.form-field textarea { min-height: 120px; padding: 13px 14px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(77,99,222,.1); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #aaa9a4; }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin: 24px 0 20px; font-size: 12px; }
.privacy-check input { width: 18px; height: 18px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--brand); }
.privacy-check a { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.recaptcha-wrap { min-height: 78px; display: flex; align-items: center; justify-content: flex-start; overflow: hidden; }
.form-message { margin: 10px 0 0; font-size: 13px; }
.form-message--error { color: var(--danger); }
.submit-button { margin-top: 20px; border-color: var(--ink); background: var(--ink); box-shadow: none; }
.submit-button:hover { background: #292c35; }
.submit-button:disabled { cursor: wait; opacity: .6; transform: none; }
.spinner { width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.success-message { padding: 80px 24px; text-align: center; }
.success-message__icon { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; border-radius: 50%; color: #fff; background: var(--success); font-size: 24px; font-weight: 900; }
.success-message h3 { margin: 0 0 8px; font-size: 24px; }
.success-message p { margin: 0; color: var(--muted); }

.site-footer { color: #d7d8de; background: var(--ink); }
.site-footer__top { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.footer-brand__icon { width: 26px; height: 35px; filter: brightness(0) invert(1); }
.footer-brand__wordmark { width: 146px; filter: invert(1); }
.site-footer__top > div { text-align: right; }
.site-footer__top a { font-weight: 700; }
.site-footer__top p { margin: 4px 0 0; color: #888b94; font-size: 12px; }
.site-footer__bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #30323a; color: #858892; font-size: 11px; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a:hover { color: #fff; }

.floating-cta {
  position: fixed;
  z-index: 90;
  right: 28px;
  bottom: 28px;
  width: 250px;
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr 20px;
  align-content: center;
  padding: 13px 18px 14px;
  border: 1px solid var(--brand);
  border-radius: 7px;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 14px 32px rgba(52, 71, 181, .24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity .25s, transform .25s var(--ease), background-color .2s;
}
.floating-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.floating-cta:hover { background: var(--brand-dark); transform: translateY(-3px); }
.floating-cta span { grid-column: 1; color: #dfe3ff; font-size: 8px; font-weight: 900; }
.floating-cta strong { grid-column: 1; margin-top: 2px; font-size: 18px; line-height: 1.25; white-space: nowrap; }
.floating-cta small { grid-column: 1; margin-top: 2px; color: #eef0ff; font-size: 9px; font-weight: 700; }
.floating-cta svg { grid-column: 2; grid-row: 1 / 4; align-self: center; width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.mobile-cta { display: none; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal--delay { transition-delay: .1s; }
.js .reveal--delay-2 { transition-delay: .2s; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  :root { --container: 960px; }
  .hero__grid { grid-template-columns: minmax(360px, .9fr) minmax(440px, 1.1fr); gap: 44px; }
  .hero__visual { width: 58vw; }
  .browser-frame--hero img { min-height: 350px; }
  .feature-index { grid-template-columns: 1fr; gap: 36px; }
  .feature-index__note { grid-column: auto; }
}

@media (max-width: 900px) {
  :root { --header-height: 70px; }
  .container { width: min(720px, calc(100% - 48px)); }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-block: 76px 70px; }
  .hero__copy { max-width: 680px; }
  .hero__visual { width: 100%; margin-top: 24px; }
  .hero__shape { top: -36px; right: -120px; height: calc(100% + 72px); }
  .browser-frame--hero img { min-height: 0; }
  .proof__item { min-height: 112px; gap: 14px; padding: 22px 16px; }
  .proof__item span { font-size: 12px; }
  .proof__desktop-break { display: none; }
  .section-heading--split, .video-grid, .onboarding__grid, .pricing__grid, .faq__grid, .contact__grid { grid-template-columns: 1fr; gap: 42px; }
  .section-heading--split { align-items: start; }
  .section-heading--split > p:last-child { max-width: 620px; }
  .video-section .container { width: min(820px, calc(100% - 48px)); }
  .video-grid { gap: 34px; }
  .video-copy { max-width: 700px; }
  .workflow-shift__grid { grid-template-columns: 1fr; }
  .workflow-shift__arrow b { transform: rotate(90deg); }
  .flow { grid-template-columns: 1fr; }
  .flow__item { min-height: 0; padding: 34px 28px; }
  .flow__item:not(:last-child)::after { top: auto; right: 50%; bottom: -24px; content: "↓"; transform: translateX(50%); }
  .product-story, .product-story--reverse { grid-template-columns: 1fr; gap: 38px; }
  .product-story--reverse .product-story__copy, .product-story--reverse .product-story__screen { order: initial; }
  .product-story__copy { max-width: 620px; }
  .feature-index { grid-template-columns: 1fr; gap: 46px; }
  .feature-index__note { grid-column: auto; }
  .feature-map { grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr); gap: 12px; }
  .feature-hub { width: 88px; height: 88px; border-width: 6px; }
  .feature-hub img { width: 20px; height: 26px; }
  .feature-hub strong { font-size: 10px; }
  .feature-group { padding: 18px; }
  .feature-index__list--management { grid-template-columns: 1fr; }
  .onboarding__intro, .contact__intro { position: static; }
  .case-grid { grid-template-columns: 1fr; grid-auto-rows: 1fr; }
  .interview-card { max-width: 720px; margin-inline: auto; }
  .interview-card:nth-child(2) { margin-top: 0; }
  .pricing__intro { grid-template-columns: 1fr; gap: 20px; max-width: none; }
  .price-card__main { grid-template-columns: 1fr 1fr; }
  .price-card__action { grid-column: 1 / -1; }
  .security-architecture { grid-template-columns: 1fr 1fr; grid-template-areas: "core core" "access storage" "operations operations"; }
  .security-layer--access::after, .security-layer--storage::before { display: none; }
  .security-layer--operations .security-layer__items { grid-template-columns: 1fr; }
  .faq__intro { max-width: 500px; }
  .floating-cta { display: none; }
}

@media (max-width: 640px) {
  body { padding-bottom: 0; }
  .container { width: calc(100% - 32px); }
  .site-header__inner { gap: 16px; }
  .brand { gap: 7px; }
  .brand__icon { width: 23px; height: 31px; }
  .brand__wordmark { width: 115px; }
  .header-actions { gap: 10px; }
  .header-video { display: inline-flex; gap: 6px; white-space: nowrap; font-size: 11px; }
  .header-video svg { width: 18px; height: 18px; }
  .header-video small { display: none; }
  .header-contact { display: none; }
  .button--small { min-height: 40px; padding: 8px 14px; font-size: 12px; }
  .hero { min-height: auto; background: var(--paper); }
  .hero__grid { gap: 40px; padding-block: 58px 52px; }
  .eyebrow { margin-bottom: 16px; font-size: 10px; }
  .eyebrow span { display: block; margin: 6px 0 0; padding: 0; border: 0; }
  .hero h1 { font-size: clamp(39px, 12.2vw, 50px); line-height: 1.24; }
  .hero__lead { margin-top: 22px; font-size: 15px; line-height: 1.8; }
  .desktop-break { display: none; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 17px; margin-top: 28px; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { align-self: flex-start; }
  .hero__note { margin-top: 10px; }
  .hero__visual { margin-top: 8px; }
  .hero__shape { top: -22px; right: -80px; height: calc(100% + 44px); }
  .browser-frame { border-radius: 7px; }
  .browser-frame__bar { height: 24px; padding-inline: 9px; gap: 5px; }
  .browser-frame__bar span { width: 6px; height: 6px; }
  .browser-frame--hero img { width: 145%; max-width: none; }
  .proof__grid { grid-template-columns: 1fr; }
  .proof__item { min-height: 92px; justify-content: space-between; padding: 20px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof__item:first-child { border-left: 0; }
  .proof__item:last-child { border-bottom: 0; }
  .proof__item strong { font-size: 46px; }
  .proof__item span { max-width: none; text-align: right; white-space: nowrap; }
  .section { padding-block: 82px; }
  .section-heading { margin-bottom: 44px; }
  .section-heading h2, .video-copy h2, .onboarding__intro h2, .pricing__intro h2, .faq__intro h2, .contact__intro h2 { font-size: clamp(34px, 10.2vw, 44px); line-height: 1.35; }
  .transformation .section-heading h2 { font-size: clamp(28px, 9vw, 42px); }
  .cases .section-heading h2 { font-size: clamp(29px, 9.4vw, 42px); text-wrap: initial; }
  .section-heading--split { gap: 25px; }
  .change-impact { padding: 28px 24px; }
  .change-impact__header { align-items: flex-start; flex-direction: column; gap: 26px; margin-bottom: 34px; }
  .change-impact__metric strong { font-size: 68px; }
  .compression-chart { grid-template-columns: 1fr; gap: 22px; }
  .compression-chart__side--after p { display: flex; justify-content: space-between; }
  .compression-chart__arrow { grid-template-columns: 1fr; justify-self: center; justify-items: center; }
  .compression-chart__arrow b { width: 42px; height: 44px; transform: rotate(90deg); }
  .workload-blocks { height: 92px; }
  .workload-blocks--after { width: 10%; min-width: 38px; }
  .change-impact__result { align-items: flex-start; flex-direction: column; gap: 8px; }
  .workflow-shift { padding: 26px 20px; }
  .workflow-state { padding: 24px 20px; }
  .scattered-tools { gap: 8px; }
  .scattered-tools li { min-height: 64px; padding: 10px; }
  .connected-checks { grid-template-columns: 1fr; gap: 11px; padding: 26px 0; }
  .connected-checks li { min-height: 62px; }
  .connected-checks li:not(:last-child)::after { top: auto; right: 50%; bottom: -12px; width: 3px; height: 12px; }
  .connected-checks__result { border-radius: 10px !important; }
  .video-section .container { width: calc(100% - 32px); }
  .video-grid { gap: 28px; }
  .video-frame { border-radius: 8px; }
  .flow-shell { padding: 14px; }
  .flow-shell__lead { align-items: flex-start; line-height: 1.7; }
  .flow { grid-template-columns: 1fr; padding: 0; }
  .flow__item { padding: 26px 22px; }
  .flow__top { margin-bottom: 24px; }
  .flow__item:not(:last-child)::after { display: grid; top: auto; right: 50%; bottom: -24px; transform: translateX(50%); }
  .flow-shell__result { align-items: flex-start; flex-direction: column; gap: 7px; padding: 16px; }
  .flow-shell__result strong { font-size: 13px; line-height: 1.6; }
  .product-story { padding-block: 54px; }
  .product-story__copy h3 { font-size: 33px; }
  .product-story__screen img { width: 145%; max-width: none; }
  .feature-index { gap: 32px; margin-inline: -16px; padding: 42px 24px; border-radius: 0; }
  .feature-map { grid-template-columns: 1fr; gap: 18px; }
  .feature-hub { order: -1; width: 108px; height: 108px; justify-self: center; }
  .feature-group--management::after, .feature-group--engineer::before { top: auto; right: 50%; bottom: -18px; left: auto; width: 3px; height: 18px; transform: translateX(50%); }
  .feature-index__list { grid-template-columns: 1fr; }
  .feature-index__list li { min-height: 52px; padding: 13px 10px; }
  .feature-group__heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .feature-index__list--engineer { grid-template-columns: 1fr; }
  .feature-index__note { line-height: 1.8; }
  .support-steps::before { left: 43px; }
  .support-steps li { grid-template-columns: 56px 1fr; gap: 14px; padding: 20px 16px; }
  .support-steps li:not(:last-child)::after { left: 38px; }
  .support-steps li > span { width: 56px; height: 56px; font-size: 16px; box-shadow: 0 0 0 5px #1c1f28; }
  .support-steps h3 { font-size: 19px; line-height: 1.55; }
  .interview-card__body { padding: 34px 24px; }
  .interview-card__category { top: 16px; left: 16px; }
  .interview-card__footer { align-items: flex-start; flex-direction: column; }
  .price-card__campaign { padding: 18px 24px; }
  .price-card__campaign > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .price-card__main { grid-template-columns: 1fr; gap: 26px; padding: 28px 24px; }
  .price-card__action { grid-column: auto; }
  .price-facts--benefits { padding: 22px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .price strong { font-size: 72px; }
  .security-architecture { grid-template-columns: 1fr; grid-template-areas: "core" "access" "storage" "operations"; margin-inline: -8px; padding: 22px 14px; }
  .security-core { width: 164px; height: 164px; border-width: 11px; }
  .security-layer { padding: 17px; }
  .security-item { padding: 15px; }
  .security-backup-list { grid-template-columns: 1fr; }
  .faq-question { min-height: 76px; font-size: 16px; }
  .faq-answer { padding-right: 16px; }
  .faq-answer p { font-size: 16px; font-weight: 700; }
  .form-shell { margin-inline: -16px; padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .recaptcha-wrap { max-width: 100%; transform-origin: left top; }
  .site-footer { padding-bottom: 0; }
  .site-footer__top { align-items: flex-start; flex-direction: column; justify-content: center; gap: 24px; padding-block: 38px; }
  .site-footer__top > div { text-align: left; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; padding-block: 20px; }
  .mobile-cta {
    position: fixed;
    z-index: 120;
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity .22s var(--ease), transform .25s var(--ease);
  }
  .mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(14px); }
  .mobile-cta a { min-width: 148px; min-height: 52px; display: grid; grid-template-columns: 20px auto 14px; align-items: center; gap: 9px; padding: 0 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; background: var(--brand); box-shadow: 0 12px 28px rgba(42,61,172,.28); }
  .mobile-cta strong { font-size: 14px; text-align: left; }
  .mobile-cta svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-cta__mail { width: 20px; }
  .mobile-cta__arrow { width: 14px; }
}

@media (max-width: 360px) {
  .brand__wordmark { width: 106px; }
  .recaptcha-wrap { transform: scale(.91); margin-bottom: -7px; }
  .header-video { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Reference concept alignment: time compression, workflow, feature hub, security */
@media (min-width: 901px) {
  .transformation .section-heading { margin-bottom: 56px; }

  .change-impact {
    position: relative;
    min-height: 650px;
    padding: 54px 56px;
    border-color: #e8e6df;
    border-radius: 22px;
    background: linear-gradient(135deg, #fbfaf7 0%, #fff 54%, #f8f7f3 100%);
    box-shadow: inset 0 1px 0 #fff;
  }
  .change-impact__header { display: block; margin: 0; }
  .change-impact__header p { color: var(--ink); font-size: 24px; font-weight: 900; }
  .change-impact__header p span { display: none; }
  .change-impact__metric {
    position: absolute;
    z-index: 4;
    top: 238px;
    right: 50px;
    width: 176px;
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--brand);
    border-radius: 50%;
    background: rgba(255,255,255,.82);
    box-shadow: 0 16px 34px rgba(77,99,222,.08);
  }
  .change-impact__metric strong { font-size: 82px; }
  .change-impact__metric small { font-size: 16px; }
  .compression-chart {
    position: absolute;
    top: 172px;
    right: 266px;
    left: 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px 164px;
    align-items: end;
    gap: 20px;
  }
  .compression-chart__side p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 22px;
  }
  .compression-chart__side p > span { font-size: 18px; }
  .compression-chart__side p > strong { font-size: 68px; }
  .compression-chart__side p small { margin-left: 8px; font-size: 18px; }
  .compression-chart__side--after p { display: flex; }
  .compression-chart__side--after p > strong { font-size: 64px; }
  .compression-chart__side > small { display: none; }
  .workload-blocks {
    height: 152px;
    gap: 0;
    filter: drop-shadow(0 18px 14px rgba(17,19,26,.11));
    transform: skewY(.25deg);
  }
  .workload-blocks i {
    border-color: #cfcec9;
    border-radius: 0;
    background: linear-gradient(90deg, #aaa9a4 0%, #d9d8d3 18%, #efeee9 88%, #c6c5c0 100%);
    box-shadow: inset -1px 0 rgba(120,120,116,.18), inset 0 12px rgba(255,255,255,.28);
  }
  .workload-blocks i:first-child { border-radius: 4px 0 0 4px; }
  .workload-blocks i:last-child { border-radius: 0 4px 4px 0; }
  .workload-blocks--after { width: 100%; grid-template-columns: 1fr; transform: none; }
  .workload-blocks--after i {
    border-color: #3149c3;
    border-radius: 4px;
    background: linear-gradient(135deg, #7180ec 0%, #4d63de 48%, #3049c7 100%);
    box-shadow: inset -14px 0 rgba(28,48,154,.16), inset 0 13px rgba(255,255,255,.15), 0 18px 25px rgba(77,99,222,.22);
  }
  .compression-chart__arrow {
    align-self: end;
    height: 152px;
    grid-template-columns: auto 1fr auto;
    align-content: center;
    font-size: 15px;
  }
  .compression-chart__arrow::before,
  .compression-chart__arrow::after {
    content: "";
    position: absolute;
    width: 112px;
    height: 1px;
    margin-top: -22px;
    background: rgba(77,99,222,.35);
    transform-origin: right;
  }
  .compression-chart__arrow::before { transform: rotate(12deg); }
  .compression-chart__arrow::after { margin-top: 22px; transform: rotate(-12deg); }
  .change-impact__result {
    position: absolute;
    right: 56px;
    bottom: 46px;
    left: 56px;
    display: block;
    margin: 0;
    padding-top: 26px;
    border-top: 1px solid #a9a8a3;
    text-align: center;
  }
  .change-impact__result::before,
  .change-impact__result::after {
    content: "";
    position: absolute;
    top: -76px;
    width: 1px;
    height: 76px;
    background: #777873;
  }
  .change-impact__result::before { left: 9%; }
  .change-impact__result::after { right: 20%; }
  .change-impact__result span {
    position: static;
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 19px;
    font-weight: 900;
  }
  .change-impact__result strong { font-size: 44px; }
  .change-impact__result strong::first-letter { color: var(--ink); }

  .workflow-shift {
    min-height: 650px;
    margin-top: 44px;
    padding: 44px 0 0;
    border-radius: 0;
    background: #fff;
  }
  .workflow-shift__eyebrow { margin-bottom: 34px; font-size: 46px; }
  .workflow-shift__grid {
    min-height: 520px;
    grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
    gap: 18px;
  }
  .workflow-state { min-height: 520px; padding: 32px 28px; border-radius: 20px; }
  .workflow-state--before { border: 2px solid #ccc; background: linear-gradient(180deg, #fff, #fbfbfa); }
  .workflow-state--after { border: 3px solid var(--brand); box-shadow: none; }
  .workflow-state__heading { text-align: center; }
  .workflow-state__heading span { margin-bottom: 12px; font-size: 17px; }
  .workflow-state__heading h3 { font-size: 36px; }
  .scattered-tools { gap: 18px 26px; margin: 28px 0; }
  .scattered-tools::before { inset: 10% 13%; border-width: 3px; border-color: #979797; transform: rotate(-7deg); }
  .scattered-tools li { min-height: 98px; padding: 16px 18px; border-radius: 14px; font-size: 16px; box-shadow: 0 10px 22px rgba(17,19,26,.09); }
  .scattered-tools li:nth-child(3) { width: 58%; }
  .scattered-tools b { width: 46px; height: 46px; border-radius: 10px; font-size: 23px; }
  .connected-checks { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 72px 0; }
  .connected-checks li { min-height: 126px; padding: 16px 9px; border-width: 2px; border-radius: 14px; }
  .connected-checks li:not(:last-child)::after { right: -28%; width: 28%; height: 5px; }
  .connected-checks span { font-size: 12px; }
  .connected-checks b { font-size: 15px; }
  .connected-checks__result { min-height: 138px !important; border-radius: 50% !important; }
  .connected-checks__result span { font-size: 32px; }
  .workflow-state__summary { border-top: 0; text-align: center; }
  .workflow-shift__arrow { gap: 0; }
  .workflow-shift__arrow span { display: none; }
  .workflow-shift__arrow b {
    width: 90px;
    height: 190px;
    border-radius: 0;
    color: transparent;
    background: linear-gradient(90deg, rgba(77,99,222,.05), var(--brand));
    box-shadow: none;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 23% 50%);
  }

  .security .section-heading--split {
    display: block;
    max-width: 1180px;
    margin-inline: auto;
    margin-bottom: 32px;
    text-align: center;
  }
  .security .section-heading--split .overline { text-align: center; }
  .security .section-heading--split h2 { font-size: clamp(42px, 4vw, 58px); line-height: 1.22; }
  .security .section-heading--split > p:last-child { max-width: 820px; margin: 20px auto 0; font-size: 17px; line-height: 1.9; }
  .security-architecture {
    min-height: 690px;
    grid-template-columns: minmax(0, 1fr) clamp(280px, 27vw, 340px) minmax(0, 1fr);
    grid-template-areas: "access core storage" "operations operations operations";
    align-items: center;
    gap: 26px 42px;
    padding: 30px 12px 0;
    border: 0;
    border-radius: 0;
    background: radial-gradient(circle at 50% 38%, rgba(222,228,255,.9) 0 18%, rgba(239,242,255,.72) 18% 30%, transparent 30% 100%);
  }
  .security-core {
    width: 100%;
    height: 390px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .security-core::before,
  .security-core::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .security-core::before { width: 360px; height: 360px; background: rgba(220,226,255,.52); }
  .security-core::after { width: 300px; height: 300px; border: 20px solid rgba(194,205,255,.38); }
  .security-core svg { width: 300px; height: 340px; margin: 0; filter: drop-shadow(0 16px 14px rgba(77,99,222,.17)); }
  .security-core svg path:first-child { fill: #fff; stroke-width: 4; }
  .security-core svg path:last-child { fill: none; stroke-width: 4; }
  .security-core span { display: none; }
  .security-core strong { position: absolute; top: 248px; font-size: 21px; line-height: 1.35; }
  .security-layer { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .security-layer > h3 {
    min-height: 66px;
    justify-content: center;
    margin: 0 0 14px;
    padding: 10px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, #f2f5ff, #eaf0ff);
    font-size: 22px;
  }
  .security-layer > h3 span { width: 40px; height: 40px; font-size: 11px; }
  .security-layer__items { gap: 12px; }
  .security-item {
    min-height: 82px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(17,19,26,.09);
  }
  .security-item__top { grid-column: 1; grid-row: 1; }
  .security-item__top span { display: none; }
  .security-item__icon, .security-item__top svg { width: 46px; height: 46px; padding: 6px; border-radius: 0; background: transparent; stroke-width: 1.8; }
  .security-item h4 { grid-column: 2; grid-row: 1; margin: 0; font-size: 17px; }
  .security-item p, .security-backup-list { display: none; }
  .security-layer--access::after,
  .security-layer--storage::before {
    display: block;
    top: 80px;
    width: 66px;
    height: 3px;
  }
  .security-layer--access::after { right: -66px; }
  .security-layer--storage::before { left: -66px; }
  .security-layer--operations { padding-top: 2px; }
  .security-layer--operations::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    width: 3px;
    height: 40px;
    background: var(--brand);
  }
  .security-layer--operations > h3 { width: 330px; margin-right: auto; margin-left: auto; }
  .security-layer--operations .security-layer__items {
    width: min(900px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-inline: auto;
  }
  .security-layer--operations .security-item { min-height: 94px; }
}

@media (min-width: 1121px) {
  .feature-index {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 660px;
    grid-template-columns: minmax(270px, .36fr) minmax(0, .64fr);
    align-items: center;
    gap: 28px;
    padding: 64px 48px 82px;
    border-radius: 24px;
    background: radial-gradient(circle at 58% 49%, rgba(111,137,255,.8), transparent 34%), linear-gradient(135deg, #3154d7 0%, #4d63de 54%, #2e58d9 100%);
  }
  .feature-index::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -180px;
    left: -180px;
    width: 420px;
    height: 420px;
    border: 2px solid rgba(255,255,255,.13);
    border-radius: 50%;
    box-shadow: 0 0 0 46px rgba(255,255,255,.05), 0 0 0 92px rgba(255,255,255,.04);
  }
  .feature-index__heading { align-self: center; padding-right: 10px; }
  .feature-index__heading h3 { font-size: clamp(48px, 4.45vw, 66px); line-height: 1.45; }
  .feature-index__heading > p:last-child { font-size: 15px; }
  .feature-map { grid-template-columns: minmax(270px, 1fr) 170px minmax(250px, .86fr); gap: 0; }
  .feature-group { min-height: 500px; padding: 42px 22px 24px; border-radius: 22px; }
  .feature-group--engineer { min-height: 470px; }
  .feature-group__heading {
    position: absolute;
    top: -28px;
    right: 26px;
    left: 26px;
    min-height: 56px;
    justify-content: center;
    margin: 0;
    padding: 10px 20px;
    border-radius: 999px;
    color: #fff;
    background: #173fa6;
    text-align: center;
  }
  .feature-group--engineer .feature-group__heading { background: #087f87; }
  .feature-group__heading h4 { font-size: 20px; }
  .feature-group__heading p, .feature-group__description { display: none; }
  .feature-index__list { grid-template-columns: 1fr; gap: 12px; }
  .feature-index__list li,
  .feature-index__list--engineer li {
    min-height: 62px;
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 14px;
  }
  .feature-index__list span {
    width: 46px;
    height: 42px;
    margin-right: 12px;
    border-radius: 0;
    color: #315bd4;
    background: transparent;
    font-size: 17px;
    font-weight: 900;
  }
  .feature-index__list span:has(+ *) { background: transparent; }
  .feature-index__list--management li:nth-child(5) span { font-size: 10px; }
  .feature-index__list--engineer li { padding-left: 14px; }
  .feature-index__list--engineer li::before { display: none; }
  .feature-index__list--engineer span { color: #087f87; }
  .feature-group--management::after,
  .feature-group--engineer::before { top: 50%; width: 54px; height: 4px; }
  .feature-group--management::after { right: -54px; }
  .feature-group--engineer::before { left: -54px; }
  .feature-hub {
    width: 176px;
    height: 176px;
    border-width: 15px;
    box-shadow: 0 0 0 10px rgba(255,255,255,.22), 0 18px 36px rgba(31,44,129,.24);
  }
  .feature-hub img { width: 42px; height: 50px; }
  .feature-hub strong { font-size: 20px; }
  .feature-hub span { display: none; }
  .feature-index__note { position: absolute; right: 48px; bottom: 28px; left: 48px; font-size: 11px; }
}

@media (min-width: 901px) and (max-width: 1120px) {
  .feature-index {
    position: relative;
    overflow: hidden;
    min-height: 780px;
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 54px 42px 76px;
    background: radial-gradient(circle at 50% 64%, rgba(111,137,255,.8), transparent 38%), linear-gradient(135deg, #3154d7, #4d63de 56%, #2e58d9);
  }
  .feature-index__heading { max-width: 650px; text-align: center; margin-inline: auto; }
  .feature-index__heading h3 { font-size: 50px; }
  .feature-map { grid-template-columns: minmax(250px, 1fr) 140px minmax(230px, .86fr); gap: 0; }
  .feature-group { min-height: 430px; padding: 38px 18px 20px; }
  .feature-group__heading { justify-content: center; }
  .feature-group__description { display: none; }
  .feature-index__list { grid-template-columns: 1fr; }
  .feature-index__list li { min-height: 52px; }
  .feature-index__list--engineer li { padding-left: 12px; }
  .feature-index__list--engineer li::before { display: none; }
  .feature-index__list span { width: 36px; height: 34px; }
  .feature-hub { width: 140px; height: 140px; border-width: 10px; }
  .feature-index__note { position: absolute; right: 42px; bottom: 24px; left: 42px; }
}

@media (max-width: 900px) {
  .change-impact { position: relative; padding: 34px 28px; background: linear-gradient(135deg, #fbfaf7, #fff); }
  .change-impact__header { display: grid; gap: 24px; margin-bottom: 30px; }
  .change-impact__header p { font-size: 21px; }
  .change-impact__header p span { display: none; }
  .change-impact__metric {
    position: static;
    width: 142px;
    height: 142px;
    justify-content: center;
    margin-left: auto;
    border: 2px solid var(--brand);
    border-radius: 50%;
  }
  .change-impact__metric strong { font-size: 66px; }
  .compression-chart { position: static; grid-template-columns: 1fr; gap: 28px; }
  .compression-chart__side p { justify-content: space-between; }
  .workload-blocks { height: 100px; gap: 0; }
  .workload-blocks i { border-radius: 0; }
  .workload-blocks--after { width: 18%; min-width: 58px; }
  .compression-chart__arrow { grid-template-columns: 1fr; justify-self: center; justify-items: center; }
  .compression-chart__arrow b { width: 42px; height: 44px; transform: rotate(90deg); }
  .change-impact__result { text-align: center; }
  .change-impact__result strong { font-size: 28px; }

  .workflow-shift { margin-top: 30px; padding: 34px 0 0; background: #fff; }
  .workflow-shift__eyebrow { font-size: 34px; }
  .workflow-state { padding: 28px 24px; border-width: 2px; }
  .workflow-state__heading { text-align: center; }
  .workflow-state__heading span { font-size: 13px; }
  .workflow-state__heading h3 { font-size: 30px; }
  .workflow-shift__arrow span { display: none; }
  .workflow-shift__arrow b {
    width: 72px;
    height: 130px;
    border-radius: 0;
    color: transparent;
    background: linear-gradient(90deg, rgba(77,99,222,.05), var(--brand));
    box-shadow: none;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 23% 50%);
    transform: rotate(90deg);
  }
  .scattered-tools li { min-height: 82px; }

  .feature-index {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 31%, rgba(111,137,255,.7), transparent 26%), linear-gradient(160deg, #3154d7, #4d63de 58%, #2e58d9);
  }
  .feature-index__heading { text-align: center; }
  .feature-index__heading h3 { font-size: 42px; }
  .feature-group { padding-top: 38px; }
  .feature-group__description { display: none; }
  .feature-group__heading { align-items: center; }
  .feature-index__list--engineer li { padding-left: 10px; }
  .feature-index__list--engineer li::before { display: none; }
  .feature-index__list span { width: 42px; height: 38px; margin-right: 10px; color: var(--brand-dark); background: transparent; font-weight: 900; }
  .feature-index__list--engineer span { color: #087f87; }
  .feature-hub { box-shadow: 0 0 0 8px rgba(255,255,255,.18), 0 16px 32px rgba(31,44,129,.2); }

  .security .section-heading--split { gap: 18px; text-align: center; }
  .security .section-heading--split h2 { font-size: clamp(34px, 8vw, 48px); }
  .security .section-heading--split > p:last-child { margin-inline: auto; }
  .security-architecture {
    grid-template-columns: 1fr;
    grid-template-areas: "core" "access" "storage" "operations";
    gap: 28px;
    padding: 20px 0;
    border: 0;
    background: radial-gradient(circle at 50% 10%, rgba(222,228,255,.85), transparent 17%);
  }
  .security-core { width: 250px; height: 280px; border: 0; background: transparent; box-shadow: none; }
  .security-core svg { width: 220px; height: 250px; margin: 0; }
  .security-core svg path:first-child { fill: #fff; stroke-width: 4; }
  .security-core svg path:last-child { fill: none; stroke-width: 4; }
  .security-core span { display: none; }
  .security-core strong { position: absolute; top: 170px; font-size: 18px; }
  .security-layer { padding: 0; border: 0; background: transparent; box-shadow: none; }
  .security-layer > h3 { justify-content: center; padding: 12px; border-radius: 999px; background: #eef2ff; }
  .security-layer__items, .security-layer--operations .security-layer__items { grid-template-columns: 1fr; gap: 10px; }
  .security-item { min-height: 78px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 12px; padding: 14px 16px; box-shadow: 0 8px 20px rgba(17,19,26,.08); }
  .security-item__top { grid-column: 1; grid-row: 1; }
  .security-item__top span { display: none; }
  .security-item__top svg { width: 44px; height: 44px; background: transparent; }
  .security-item h4 { grid-column: 2; grid-row: 1; margin: 0; }
  .security-item p, .security-backup-list { display: none; }
}

/* Structure-redesign refinements for the production version. */

body[data-lp-version="structure-redesign"] .proof__item { justify-content: center; }
body[data-lp-version="structure-redesign"] .proof__item > span {
  width: min(132px, 36%);
  max-width: 132px;
  text-align: left;
}

body[data-lp-version="structure-redesign"] .pain-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: start;
  align-items: center;
  gap: 18px 16px;
  padding: 28px;
}
body[data-lp-version="structure-redesign"] .pain-card h3 {
  margin: 0;
  font-size: clamp(19px, 1.6vw, 23px);
}
body[data-lp-version="structure-redesign"] .pain-card p {
  grid-column: 1 / -1;
  margin: 0;
}

body[data-lp-version="structure-redesign"] .section-heading--split,
body[data-lp-version="structure-redesign"] .cases--early .section-heading--voices,
body[data-lp-version="structure-redesign"] .pricing__intro {
  display: block;
  max-width: 980px;
}

body[data-lp-version="structure-redesign"] .mechanism {
  color: var(--ink);
  background: #fff;
}
body[data-lp-version="structure-redesign"] .mechanism .overline { color: var(--brand-dark); }

body[data-lp-version="structure-redesign"] .interview-card__photo::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 38% 0 0;
  background: linear-gradient(180deg, transparent, rgba(11, 15, 28, .82));
  pointer-events: none;
}
body[data-lp-version="structure-redesign"] .interview-card__company {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
}
body[data-lp-version="structure-redesign"] .interview-card__company-logo {
  width: 60px;
  height: 60px;
  padding: 6px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}
body[data-lp-version="structure-redesign"] .interview-card__identity,
body[data-lp-version="structure-redesign"] .interview-card__identity small { color: #fff; }
body[data-lp-version="structure-redesign"] .interview-card__identity span { font-size: 15px; }
body[data-lp-version="structure-redesign"] .interview-card__identity small { font-size: 12px; }
body[data-lp-version="structure-redesign"] .interview-card__category--story {
  top: auto;
  right: auto;
  bottom: 22px;
  left: 24px;
  width: min(380px, calc(100% - 48px));
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  background: rgba(14, 19, 35, .78);
  backdrop-filter: blur(8px);
}
body[data-lp-version="structure-redesign"] .interview-card__category--story > span {
  padding: 0;
  border-radius: 0;
  color: #aebcff;
  background: transparent;
  font-size: 9px;
}
body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__company {
  position: static;
  color: #fff;
}
body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__company-logo {
  width: 52px;
  height: 52px;
}
body[data-lp-version="structure-redesign"] .interview-card__footer {
  justify-content: flex-end;
  padding-top: 0;
  border-top: 0;
}

@media (min-width: 901px) {
  body[data-lp-version="structure-redesign"] .time-compression__reduction strong {
    font-size: clamp(48px, 4.6vw, 66px);
  }
}

@media (max-width: 900px) {
  body[data-lp-version="structure-redesign"] .proof__item { justify-content: space-between; }
  body[data-lp-version="structure-redesign"] .proof__item > span {
    width: auto;
    max-width: none;
    text-align: left;
  }
  body[data-lp-version="structure-redesign"] .time-compression__reduction strong { font-size: 50px; }
}

@media (max-width: 640px) {
  body[data-lp-version="structure-redesign"] .pain-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px 14px;
    padding: 24px 20px;
  }
  body[data-lp-version="structure-redesign"] .pain-card svg { width: 46px; height: 46px; }
  body[data-lp-version="structure-redesign"] .pain-card h3 { font-size: 18px; line-height: 1.55; }
  body[data-lp-version="structure-redesign"] .interview-card__company {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
  body[data-lp-version="structure-redesign"] .interview-card__company-logo { width: 52px; height: 52px; }
  body[data-lp-version="structure-redesign"] .interview-card__category--story {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
    padding: 10px 12px;
  }
  body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__company { position: static; }
  body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__company-logo { width: 46px; height: 46px; }
}

@media (min-width: 901px) {
  .workload-blocks:not(.workload-blocks--after) {
    position: relative;
    display: block;
    border: 1px solid #cfcec9;
    border-radius: 3px;
    background: repeating-linear-gradient(90deg, #aaa9a4 0, #d9d8d3 5px, #efeee9 13px, #c7c6c1 14px);
    box-shadow: inset 0 13px rgba(255,255,255,.24), 0 18px 16px rgba(17,19,26,.11);
  }
  .workload-blocks:not(.workload-blocks--after)::before {
    content: "";
    position: absolute;
    top: -9px;
    right: 4px;
    left: 9px;
    height: 9px;
    background: repeating-linear-gradient(90deg, #d4d3ce 0, #f3f2ee 12px, #c7c6c1 14px);
    transform: skewX(48deg);
    transform-origin: bottom;
  }
  .workload-blocks:not(.workload-blocks--after)::after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: -11px;
    width: 11px;
    background: linear-gradient(180deg, #b5b4af, #969691);
    clip-path: polygon(100% 0, 100% 100%, 0 93%, 0 7%);
  }
  .workload-blocks:not(.workload-blocks--after) i { display: none; }
  .workload-blocks--after { display: grid; }
  .workload-blocks--after i { display: block; }

  .security { padding-block: 80px; }
  .security-architecture { min-height: 620px; }
}

@media (min-width: 1121px) {
  .security .section-heading--split h2 {
    font-size: 46px;
    white-space: nowrap;
    text-wrap: nowrap;
  }
}

/* Time-compression visual rebuilt from the approved reference image */
@media (min-width: 901px) {
  .change-impact.time-compression {
    position: relative;
    min-height: 0;
    aspect-ratio: 1.875 / 1;
    padding: 0;
    border: 1px solid #ebe9e3;
    border-radius: 18px;
    background: linear-gradient(135deg, #faf9f6 0%, #fff 52%, #f8f7f3 100%);
    box-shadow: inset 0 1px 0 #fff;
  }
  .time-compression__title {
    position: absolute;
    top: 7.5%;
    left: 4.2%;
    margin: 0;
    font-size: clamp(21px, 1.75vw, 27px);
    font-weight: 900;

  }
  .time-compression__stage {
    position: absolute;
    top: 20.5%;
    right: 4.2%;
    left: 5.2%;
    height: 36%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(70px, 6vw, 80px) clamp(140px, 12vw, 160px) clamp(136px, 12vw, 170px);
    align-items: end;
    gap: clamp(6px, .65vw, 10px);
  }
  .time-compression__side {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 0;
  }
  .time-compression__label {
    margin: 0 0 clamp(6px, .7vw, 10px);
    font-size: clamp(16px, 1.35vw, 21px);
    font-weight: 900;
    line-height: 1.2;
  }
  .time-compression__side--after .time-compression__label { color: var(--brand); }
  .time-compression__value {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 0;
    line-height: .92;
    white-space: nowrap;
  }
  .time-compression__value strong {
    font-size: clamp(54px, 5.4vw, 76px);

  }
  .time-compression__value span {
    font-size: clamp(14px, 1.3vw, 19px);
    font-weight: 900;
  }
  .time-compression__side--after .time-compression__value { color: var(--brand); }
  .time-volume,
  .time-cube {
    height: clamp(82px, 7.5vw, 100px);
    margin-top: auto;
  }
  .time-volume {
    position: relative;
    width: 100%;
    border: 1px solid #d1d0cb;
    border-radius: 2px;
    background: repeating-linear-gradient(90deg, #bebdb8 0, #e6e5e0 5px, #f3f2ee 13px, #d4d3ce 14px);
    box-shadow: inset 0 12px rgba(255,255,255,.22), 0 18px 18px rgba(17,19,26,.12);
  }
  .time-volume::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    left: 11px;
    height: 10px;
    background: repeating-linear-gradient(90deg, #d4d3ce 0, #f4f3ef 12px, #c7c6c1 14px);
    transform: skewX(48deg);
    transform-origin: bottom;
  }
  .time-volume::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    width: 14px;
    background: linear-gradient(180deg, #b8b7b2, #969590);
    clip-path: polygon(100% 0, 100% 100%, 0 91%, 0 9%);
  }
  .time-compression__converge {
    position: relative;
    align-self: end;
    height: clamp(82px, 7.5vw, 100px);
  }
  .time-compression__converge i {
    position: absolute;
    left: 0;
    width: 112%;
    height: 1px;
    background: rgba(97,98,101,.38);
    transform-origin: left center;
  }
  .time-compression__converge i:nth-child(1) { top: 2%; transform: rotate(24deg); }
  .time-compression__converge i:nth-child(2) { top: 18%; transform: rotate(17deg); }
  .time-compression__converge i:nth-child(3) { top: 34%; transform: rotate(9deg); }
  .time-compression__converge i:nth-child(4) { top: 50%; transform: rotate(0); }
  .time-compression__converge i:nth-child(5) { top: 66%; transform: rotate(-9deg); }
  .time-compression__converge i:nth-child(6) { top: 82%; transform: rotate(-17deg); }
  .time-compression__converge i:nth-child(7) { top: 98%; transform: rotate(-24deg); }
  .time-cube {
    position: relative;
    width: calc(75% - 8px);
    margin-left: 12px;
    border: 1px solid #344dc8;
    border-radius: 2px;
    background: linear-gradient(135deg, #7180ec 0%, #4d63de 50%, #2f47c0 100%);
    box-shadow: inset -18px 0 rgba(31,49,160,.17), 0 18px 20px rgba(77,99,222,.22);
  }
  .time-cube::before {
    content: "";
    position: absolute;
    top: -13px;
    right: -1px;
    left: 0;
    height: 13px;
    background: linear-gradient(90deg, #5f72e1, #8591ef);
    clip-path: polygon(10% 0, 88% 0, 100% 100%, 0 100%);
  }
  .time-cube::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -13px;
    width: 13px;
    background: linear-gradient(180deg, #4057c7, #263da9);
    clip-path: polygon(100% 0, 100% 100%, 0 87%, 0 12%);
  }
  .time-compression__reduction {
    align-self: end;
    width: clamp(136px, 12vw, 170px);
    height: clamp(136px, 12vw, 170px);
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0 0 -12px;
    border: 2px solid var(--brand);
    border-radius: 50%;
    color: var(--brand);
    background: rgba(255,255,255,.74);
    line-height: 1;
    box-shadow: 0 10px 25px rgba(77,99,222,.05);
  }
  .time-compression__reduction small {
    align-self: center;
    margin-top: 26px;
    font-size: clamp(13px, 1.25vw, 18px);
    font-weight: 900;
  }
  .time-compression__reduction strong {
    align-self: center;
    font-size: clamp(54px, 5.7vw, 82px);

  }
  .time-compression__reduction span {
    align-self: center;
    margin-top: 29px;
    font-size: clamp(13px, 1.25vw, 18px);
    font-weight: 900;
  }
  .time-compression__bracket {
    position: absolute;
    top: 59%;
    right: 24%;
    left: 11%;
    height: 7.5%;
    margin: 0;
    border-right: 2px solid #777874;
    border-bottom: 2px solid #777874;
    border-left: 2px solid #777874;
  }
  .time-compression__bracket span {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    color: var(--ink);
    font-size: clamp(17px, 1.7vw, 24px);
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
  }
  .time-compression__result {
    position: absolute;
    right: 4.2%;
    bottom: 5.5%;
    left: 4.2%;
    margin: 0;
    padding-top: 3.4%;
    border-top: 1px solid #aaa9a5;
    color: var(--ink);
    font-size: clamp(31px, 3.15vw, 45px);
    font-weight: 900;
    line-height: 1;
    text-align: center;

  }
  .time-compression__result strong {
    color: var(--brand);
    font-size: 1.42em;

  }
}

@media (max-width: 900px) {
  .change-impact.time-compression {
    position: relative;
    min-height: 0;
    aspect-ratio: auto;
    padding: 32px 24px 38px;
    border: 1px solid #ebe9e3;
    background: linear-gradient(135deg, #faf9f6, #fff);
  }
  .time-compression__title { margin: 0 0 34px; font-size: 23px; }
  .time-compression__stage { display: grid; grid-template-columns: 1fr; gap: 28px; }
  .time-compression__side { min-width: 0; }
  .time-compression__label { margin: 0 0 5px; font-size: 15px; font-weight: 900; }
  .time-compression__side--after .time-compression__label,
  .time-compression__side--after .time-compression__value { color: var(--brand); }
  .time-compression__value { display: flex; align-items: baseline; gap: 8px; margin: 0 0 22px; line-height: 1; }
  .time-compression__value strong { font-size: 56px; }
  .time-compression__value span { font-size: 13px; font-weight: 900; }
  .time-volume { position: relative; width: calc(100% - 10px); height: 88px; margin-left: 10px; border: 1px solid #d1d0cb; background: repeating-linear-gradient(90deg, #aaa9a4 0, #deddd8 4px, #efeee9 11px, #c9c8c3 12px); box-shadow: 0 14px 18px rgba(17,19,26,.1); }
  .time-volume::before { content: ""; position: absolute; top: -8px; right: 4px; left: 9px; height: 8px; background: repeating-linear-gradient(90deg, #d4d3ce 0, #f3f2ee 10px, #c7c6c1 12px); transform: skewX(46deg); }
  .time-volume::after { content: ""; position: absolute; top: 0; bottom: 0; left: -10px; width: 10px; background: #a5a49f; clip-path: polygon(100% 0, 100% 100%, 0 92%, 0 8%); }
  .time-compression__converge { position: relative; height: 62px; }
  .time-compression__converge i { display: none; }
  .time-compression__converge::before { content: "↓"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--brand); font-size: 36px; }
  .time-cube { position: relative; width: 78px; height: 82px; margin: 10px 0 0 12px; background: linear-gradient(135deg, #7180ec, #4d63de 50%, #3047bd); box-shadow: 0 14px 20px rgba(77,99,222,.2); }
  .time-cube::before { content: ""; position: absolute; top: -10px; right: 0; left: 0; height: 10px; background: #7484e9; clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%); }
  .time-cube::after { content: ""; position: absolute; top: 0; bottom: 0; left: -10px; width: 10px; background: #3046b9; clip-path: polygon(100% 0, 100% 100%, 0 88%, 0 12%); }
  .time-compression__reduction { width: 150px; height: 150px; display: flex; align-items: baseline; justify-content: center; justify-self: end; margin: -122px 0 4px; border: 2px solid var(--brand); border-radius: 50%; color: var(--brand); }
  .time-compression__reduction small,
  .time-compression__reduction span { align-self: center; margin-top: 22px; font-size: 14px; font-weight: 900; }
  .time-compression__reduction strong { align-self: center; font-size: 64px; }
  .time-compression__bracket { position: relative; height: 62px; margin: 28px 24px 60px; border-right: 2px solid #777874; border-bottom: 2px solid #777874; border-left: 2px solid #777874; }
  .time-compression__bracket span { position: absolute; top: calc(100% + 9px); right: -20px; left: -20px; font-size: 16px; font-weight: 900; text-align: center; }
  .time-compression__result { margin: 0; padding-top: 28px; border-top: 1px solid #aaa9a5; font-size: 27px; font-weight: 900; line-height: 1.45; text-align: center; }
  .time-compression__result strong { color: var(--brand); font-size: 1.35em; white-space: nowrap; }
}

/* Feature hub icons and connectors rebuilt from the approved reference image */
.feature-list__icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-list__icon--csv svg text {
  fill: currentColor;
  stroke: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 900;
  text-anchor: middle;
}

@media (min-width: 901px) {
  .feature-group__heading h4 {
    font-size: 17px;
    white-space: nowrap;
  }
  .feature-index__list span.feature-list__icon {
    width: 44px;
    height: 44px;
    margin-right: 13px;
    color: #315bd4;
    background: transparent;
  }
  .feature-index__list--engineer span.feature-list__icon { color: #087f87; }
  .feature-hub__port {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 62px;
    height: 4px;
    display: block;
    margin: 0;
    background: #fff;
    transform: translateY(-50%);
  }
  .feature-hub__port::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 19px;
    height: 19px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--brand);
    transform: translateY(-50%);
    box-shadow: 0 0 0 1px rgba(31,57,162,.16);
  }
  .feature-hub__port--left { right: calc(100% - 3px); }
  .feature-hub__port--left::after { right: -9px; }
  .feature-hub__port--right { left: calc(100% - 3px); }
  .feature-hub__port--right::after { left: -9px; }
}

@media (min-width: 1121px) {
  .feature-map {
    grid-template-columns: minmax(220px, 238px) 180px minmax(205px, 218px);
    justify-content: space-between;
    column-gap: 42px;
  }
  .feature-group__heading {
    right: 12px;
    left: 12px;
  }
  .feature-group__heading h4 { font-size: 17px; }
  .feature-group--management::after,
  .feature-group--engineer::before {
    top: 17%;
    width: 44px;
    height: 66%;
    background: transparent;
  }
  .feature-group--management::after {
    right: -44px;
    border: 4px solid #fff;
    border-left: 0;
    border-radius: 0 28px 28px 0;
  }
  .feature-group--engineer::before {
    left: -44px;
    border: 4px solid #fff;
    border-right: 0;
    border-radius: 28px 0 0 28px;
  }
  .feature-index__list li,
  .feature-index__list--engineer li {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .feature-hub__port { display: none; }
  .feature-group__heading h4 { white-space: nowrap; }
  .feature-index__list span.feature-list__icon { width: 42px; height: 42px; }
}

/* Before/after workflow rebuilt from the approved reference image */
.scattered-tools__stage,
.connected-checks__stage { position: relative; min-width: 0; }
.scattered-tools__links {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: #8d8d8d;
  stroke-width: 1;
  stroke-dasharray: 1.2 3.5;
  stroke-linecap: round;
}
.scattered-tools .tool-icon {
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: #777;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.scattered-tools .tool-icon--excel { stroke: none; }
.connected-checks__line {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 4%;
  left: 4%;
  height: 5px;
  display: block;
  margin: 0;
  background: var(--brand);
  transform: translateY(-50%);
}
.connected-checks svg {
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 901px) {
  .workflow-shift {
    position: relative;
    min-height: 0;
    aspect-ratio: 1692 / 930;
    margin-top: 44px;
    padding: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #faf9f6 0%, #fff 52%, #f8f7f3 100%);
  }
  .workflow-shift__eyebrow {
    position: absolute;
    z-index: 3;
    top: 5.1%;
    right: 0;
    left: 0;
    margin: 0;
    font-size: clamp(34px, 3.2vw, 46px);
    font-weight: 900;
    line-height: 1.15;
  }
  .workflow-shift__grid {
    position: absolute;
    top: 17.4%;
    right: 2%;
    bottom: 8.5%;
    left: 2%;
    min-height: 0;
    grid-template-columns: minmax(0, .967fr) clamp(45px, 5vw, 60px) minmax(0, 1fr);
    gap: clamp(12px, 1.45vw, 18px);
  }
  .workflow-state {
    position: relative;
    min-height: 0;
    overflow: visible;
    padding: 0;
    border-radius: clamp(12px, 1.5vw, 18px);
  }
  .workflow-state--before {
    border: 2px solid #ccc;
    background: rgba(255,255,255,.34);
  }
  .workflow-state--after {
    border: 2px solid var(--brand);
    background: rgba(255,255,255,.38);
    box-shadow: none;
  }
  .workflow-state__heading {
    position: absolute;
    z-index: 3;
    top: 4.5%;
    right: 0;
    left: 0;
    text-align: center;
  }
  .workflow-state__heading span {
    margin-bottom: clamp(12px, 1.35vw, 19px);
    color: #969696;
    font-size: clamp(13px, 1.2vw, 17px);
    line-height: 1;

  }
  .workflow-state__heading h3 {
    font-size: clamp(25px, 2.5vw, 36px);
    line-height: 1.2;
  }
  .workflow-state--after .workflow-state__heading span,
  .workflow-state--after .workflow-state__heading h3 { color: var(--brand); }
  .scattered-tools__stage {
    position: absolute;
    top: 22%;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .scattered-tools {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    margin: 0;
  }
  .scattered-tools::before { display: none; }
  .scattered-tools li,
  .scattered-tools li:nth-child(3) {
    position: absolute;
    z-index: 1;
    width: auto;
    min-height: 0;
    height: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: clamp(4px, .5vw, 7px);
    padding: clamp(7px, .8vw, 11px);
    border: 0;
    border-radius: clamp(10px, 1.25vw, 15px);
    background: #fff;
    box-shadow: 0 5px 12px rgba(17,19,26,.17);
    color: var(--ink);
    font-size: clamp(13px, 1.35vw, 19px);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    transform: none;
  }
  .scattered-tools li:nth-child(1) { top: 2%; left: 4.7%; width: 31%; }
  .scattered-tools li:nth-child(2) { top: 3%; right: 6.7%; width: 29%; }
  .scattered-tools li:nth-child(3) { top: 34%; left: 39%; width: 22%; }
  .scattered-tools li:nth-child(4) { bottom: 2%; left: 4.7%; width: 27%; }
  .scattered-tools li:nth-child(5) { right: 6.7%; bottom: 2%; width: 29%; }
  .scattered-tools .tool-icon {
    width: clamp(42px, 4.35vw, 62px);
    height: clamp(42px, 4.35vw, 62px);
  }
  .workflow-shift__arrow {
    width: 100%;
    align-self: stretch;
    display: grid;
    place-items: center;
  }
  .workflow-shift__arrow b {
    width: 100%;
    height: 38%;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(77,99,222,.03), rgba(77,99,222,.96));
    box-shadow: none;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 22% 50%);
  }
  .connected-checks__stage {
    position: absolute;
    top: 46%;
    right: 3%;
    left: 4%;
    height: 25%;
  }
  .connected-checks {
    position: absolute;
    z-index: 1;
    inset: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 1.12fr;
    align-items: stretch;
    gap: 6.5%;
    margin: 0;
    padding: 0;
  }
  .connected-checks li,
  .connected-checks li.connected-checks__result {
    position: relative;
    z-index: 1;
    width: auto;
    min-height: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: clamp(4px, .7vw, 9px);
    padding: clamp(6px, .75vw, 10px) 3px;
    border: 2px solid #6378e7 !important;
    border-radius: clamp(10px, 1.2vw, 14px) !important;
    color: var(--brand);
    background: #fff !important;
    text-align: center;
  }
  .connected-checks li::after { display: none; }
  .connected-checks li > svg {
    width: clamp(34px, 3.7vw, 52px);
    height: clamp(34px, 3.7vw, 52px);
  }
  .connected-checks b { color: var(--ink); font-size: clamp(12px, 1.25vw, 18px); line-height: 1.2; white-space: nowrap; }
  .connected-checks li.connected-checks__result {
    align-self: center;
    height: auto;
    aspect-ratio: 1;
    border: 0 !important;
    border-radius: 50% !important;
    color: #fff !important;
    background: linear-gradient(135deg, #3b55da, #556ce4) !important;
  }
  .connected-checks li.connected-checks__result > svg { width: 44%; height: 44%; margin-bottom: -5%; stroke-width: 6; }
  .connected-checks li.connected-checks__result b { color: #fff; }
}

@media (max-width: 900px) {
  .workflow-shift {
    position: relative;
    margin-top: 30px;
    padding: 34px 0 0;
    background: #fff;
  }
  .workflow-shift__eyebrow { margin: 0 0 34px; font-size: 34px; }
  .workflow-shift__grid { grid-template-columns: 1fr; gap: 44px; }
  .workflow-state {
    position: relative;
    min-height: 0;
    padding: 0;
    border-radius: 16px;
  }
  .workflow-state--before { height: 540px; border: 2px solid #ccc; background: #fff; }
  .workflow-state--after { height: 360px; border: 2px solid var(--brand); background: #fff; box-shadow: none; }
  .workflow-state__heading {
    position: absolute;
    z-index: 3;
    top: 30px;
    right: 0;
    left: 0;
    text-align: center;
  }
  .workflow-state__heading span { margin-bottom: 16px; font-size: 13px; }
  .workflow-state__heading h3 { font-size: 27px; }
  .workflow-state--after .workflow-state__heading span,
  .workflow-state--after .workflow-state__heading h3 { color: var(--brand); }
  .scattered-tools__stage { position: absolute; top: 120px; right: 0; bottom: 12px; left: 0; }
  .scattered-tools { position: absolute; inset: 0; display: block; margin: 0; }
  .scattered-tools::before { display: none; }
  .scattered-tools li,
  .scattered-tools li:nth-child(3) {
    position: absolute;
    width: 39%;
    min-height: 0;
    height: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    padding: 7px 4px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 12px rgba(17,19,26,.16);
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    transform: none;
  }
  .scattered-tools li:nth-child(1) { top: 2%; left: 6%; }
  .scattered-tools li:nth-child(2) { top: 2%; right: 6%; }
  .scattered-tools li:nth-child(3) { top: 35%; left: 30.5%; width: 39%; }
  .scattered-tools li:nth-child(4) { bottom: 2%; left: 6%; }
  .scattered-tools li:nth-child(5) { right: 6%; bottom: 2%; }
  .scattered-tools .tool-icon { width: 48px; height: 48px; }
  .workflow-shift__arrow { height: 78px; display: grid; place-items: center; }
  .workflow-shift__arrow b {
    width: 70px;
    height: 110px;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(77,99,222,.03), rgba(77,99,222,.96));
    box-shadow: none;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 22% 50%);
    transform: rotate(90deg);
  }
  .connected-checks__stage { position: absolute; top: 155px; right: 18px; left: 18px; height: 104px; }
  .connected-checks { position: absolute; z-index: 1; inset: 0; grid-template-columns: repeat(3, minmax(0, 1fr)) 1.12fr; align-items: stretch; gap: 5px; margin: 0; padding: 0; }
  .connected-checks li,
  .connected-checks__result {
    min-height: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    padding: 7px 2px;
    border: 2px solid #6378e7 !important;
    border-radius: 10px !important;
    color: var(--brand);
    background: #fff !important;
  }
  .connected-checks li::after { display: none; }
  .connected-checks li > svg { width: 34px; height: 34px; }
  .connected-checks b { color: var(--ink); font-size: 10px; line-height: 1.2; white-space: nowrap; }
  .connected-checks li.connected-checks__result { align-self: center; height: auto; aspect-ratio: 1; border: 0 !important; border-radius: 50% !important; color: #fff !important; background: linear-gradient(135deg, #3b55da, #556ce4) !important; }
  .connected-checks li.connected-checks__result > svg { width: 42%; height: 42%; margin-bottom: -6%; stroke-width: 6; }
  .connected-checks li.connected-checks__result b { color: #fff; font-size: 9px; }
}

/* Security category and core icons matched to the approved reference */
.security-core__lock-body { fill: var(--brand); stroke: var(--brand); }
.security-core__keyhole { stroke: #fff; stroke-width: 4; }
.security-layer > h3 .security-layer__badge {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 50%;
  font-size: 0;

}
.security-layer__badge svg {
  width: 31px;
  height: 31px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.security-layer__badge--access svg circle,
.security-layer__badge--access svg path { fill: currentColor; stroke: none; }
.security-layer__badge--storage svg rect { fill: currentColor; stroke: currentColor; }
.security-layer > h3 .security-layer__badge--access {
  border: 2px solid var(--brand);
  color: var(--brand);
  background: #fff;
}
.security-layer > h3 .security-layer__badge--storage,
.security-layer > h3 .security-layer__badge--operations {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #2948c5, #4d63de);
  box-shadow: 0 6px 14px rgba(77,99,222,.18);
}

@media (min-width: 1121px) {
  .security-layer > h3 {
    gap: 15px;
    font-size: 24px;
  }
}

@media (max-width: 1120px) {
  .security-layer > h3 {
    gap: 13px;
    font-size: 22px;
  }
  .security-layer > h3 .security-layer__badge { width: 46px; height: 46px; }
  .security-layer__badge svg { width: 29px; height: 29px; }
}

/* Structure redesign: clearer buying journey and denser decision content */
body[data-lp-version="structure-redesign"] .section {
  padding-block: clamp(82px, 7vw, 104px);
}
body[data-lp-version="structure-redesign"] .hero__actions {
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
body[data-lp-version="structure-redesign"] .hero__actions .text-link { white-space: nowrap; }

.proof__source {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px !important;
  font-weight: 700;

}
.mobile-only-break { display: none; }

.pains {
  overflow: hidden;
  background: linear-gradient(180deg, #f6f5f0 0%, #fbfaf7 100%);
}
.pains .section-heading--center { max-width: 1040px; }
.pains .section-heading { margin-bottom: clamp(38px, 5vw, 58px); }
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pain-card {
  position: relative;
  min-height: 270px;
  padding: 34px;
  border: 1px solid #dddcd7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(17,19,26,.05);
}
.pain-card > span {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #c9c8c3;
  font-size: 11px;
  font-weight: 900;

}
.pain-card svg {
  width: 52px;
  height: 52px;
  padding: 10px;
  border-radius: 14px;
  fill: none;
  stroke: var(--brand);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: var(--brand-pale);
}
.pain-card h3 { margin: 24px 0 12px; font-size: 23px; line-height: 1.45; }
.pain-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.9; }
.pains__bridge {
  margin: 34px 0 0;
  padding: 22px 26px;
  border-left: 4px solid var(--brand);
  color: var(--ink-soft);
  background: #fff;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.8;
  text-align: center;
}
.pains__bridge strong { color: var(--brand-dark); }

.cases--early { background: #f7f8ff; }
.cases--early .section-heading--voices {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
  align-items: end;
  gap: clamp(44px, 8vw, 120px);
}

.video-play {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  color: #fff;
  background: #11131a;
  cursor: pointer;
}
.video-play > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-play__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,13,28,.18), rgba(10,13,28,.72)); }
.video-play__button {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.8);
  border-radius: 50%;
  background: rgba(77,99,222,.92);
  box-shadow: 0 18px 48px rgba(0,0,0,.3);
  transition: transform .2s ease, background .2s ease;
}
.video-play:hover .video-play__button,
.video-play:focus-visible .video-play__button { transform: scale(1.06); background: var(--brand-dark); }
.video-play__button svg { width: 40px; height: 40px; fill: currentColor; }
.video-play > strong { position: absolute; z-index: 2; bottom: 8%; font-size: clamp(18px, 2vw, 28px); }

.mechanism .workflow-shift { margin: 0 0 clamp(34px, 5vw, 60px); color: var(--ink); background: #fff; }
.mechanism .workflow-state--before { background: #f8f8f6; }

.feature-catalog { background: #f4f6ff; }
.feature-index--compact { margin-top: 0; padding-block: clamp(38px, 4vw, 52px); }
.feature-index--compact .feature-index__heading > p:last-child { max-width: 330px; }

.price-card__campaign--supporting {
  color: var(--ink);
  background: #eef1ff;
}
.price-card__campaign--supporting p { color: var(--brand-dark); }
.price-card__campaign--supporting span { color: var(--ink-soft); }

body[data-lp-version="structure-redesign"] .faq-answer p {
  color: #292c35;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.95;
}
body[data-lp-version="structure-redesign"] .contact__intro h2 { font-size: clamp(44px, 3.8vw, 54px); }

@media (min-width: 901px) {
  body[data-lp-version="structure-redesign"] .mechanism { padding-block: 84px; }
  body[data-lp-version="structure-redesign"] .product { padding: 48px 0 84px; }
  body[data-lp-version="structure-redesign"] .feature-catalog { padding-block: 54px; }
  body[data-lp-version="structure-redesign"] .mechanism .section-heading { margin-bottom: 46px; }
  body[data-lp-version="structure-redesign"] .flow__item { min-height: 230px; padding: 26px; }
  body[data-lp-version="structure-redesign"] .flow__top { margin-bottom: 20px; }
  body[data-lp-version="structure-redesign"] .flow__item > p { font-size: 12px; line-height: 1.75; }
  body[data-lp-version="structure-redesign"] .product-story { gap: clamp(44px, 6vw, 88px); padding-block: 22px; }
  body[data-lp-version="structure-redesign"] .cases--early .interview-card__photo { aspect-ratio: 16 / 8.8; }
  body[data-lp-version="structure-redesign"] .feature-index--compact { min-height: 600px; padding-block: 48px 70px; }
}

/* Common pains: brand-blue editorial panel that matches the rest of the LP. */
body[data-lp-version="structure-redesign"] .pains--current {
  background: linear-gradient(180deg, #f4f6ff 0%, #fafbff 52%, #fff 100%);
}
body[data-lp-version="structure-redesign"] .pains--current .section-heading {
  max-width: 1180px;
  margin: 0 auto 44px;
}
body[data-lp-version="structure-redesign"] .pains--current .pains__lead {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
body[data-lp-version="structure-redesign"] .pains--current .pains__content {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(520px, 1.12fr);
  align-items: stretch;
  gap: clamp(32px, 4vw, 58px);
  max-width: 1180px;
  margin-inline: auto;
}
body[data-lp-version="structure-redesign"] .pains--current .pains__visual {
  position: relative;
  min-height: 430px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dce2f5;
  border-radius: 26px;
  background: linear-gradient(145deg, #fff 0%, #edf1ff 100%);
  box-shadow: 0 18px 48px rgba(39, 55, 133, .08);
}
body[data-lp-version="structure-redesign"] .pains--current .pains__visual::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 56px solid rgba(77, 99, 222, .08);
  border-radius: 50%;
}
body[data-lp-version="structure-redesign"] .pains--current .pains__illustration {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  object-fit: cover;
}
body[data-lp-version="structure-redesign"] .pains--current .pain-grid {
  grid-template-columns: 1fr;
  align-content: start;
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-lp-version="structure-redesign"] .pains--current .pain-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: center;
  gap: 18px;
  padding: 21px 24px;
  border: 1px solid #dce2f5;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(39, 55, 133, .06);
}
body[data-lp-version="structure-redesign"] .pains--current .pain-card svg {
  width: 52px;
  height: 52px;
  padding: 12px;
  border-radius: 14px;
  color: var(--brand);
  stroke: currentColor;
  background: var(--brand-pale);
}
body[data-lp-version="structure-redesign"] .pains--current .pain-card h3 {
  margin: 0 0 6px;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
}
body[data-lp-version="structure-redesign"] .pains--current .pain-card p {
  grid-column: auto;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 900px) {
  body[data-lp-version="structure-redesign"] .product { padding-top: 48px; }
  body[data-lp-version="structure-redesign"] .pains--current .pains__content { grid-template-columns: 1fr; }
  body[data-lp-version="structure-redesign"] .pains--current .pains__visual { min-height: 0; padding: 0; }
  body[data-lp-version="structure-redesign"] .pains--current .pains__illustration { width: 100%; }
}

@media (max-width: 640px) {
  body[data-lp-version="structure-redesign"] .product { padding-top: 40px; }
  body[data-lp-version="structure-redesign"] .pains--current .section-heading { margin-bottom: 32px; }
  body[data-lp-version="structure-redesign"] .pains--current .pains__visual { padding: 0; border-radius: 20px; }
  body[data-lp-version="structure-redesign"] .pains--current .pains__illustration { width: 100%; }
  body[data-lp-version="structure-redesign"] .pains--current .pain-grid { gap: 12px; padding: 0; border-radius: 0; }
  body[data-lp-version="structure-redesign"] .pains--current .pain-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 16px;
    border-radius: 15px;
  }
  body[data-lp-version="structure-redesign"] .pains--current .pain-card svg { width: 44px; height: 44px; padding: 10px; }
}

@media (max-width: 900px) {
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 0; }
  .cases--early .section-heading--voices { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 640px) {
  body[data-lp-version="structure-redesign"] .section { padding-block: 72px; }
  body[data-lp-version="structure-redesign"] .section.product { padding-top: 40px; }
  .proof__source { display: inline; margin-left: 5px; font-size: 9px !important; }
  .mobile-only-break { display: block; }
  .pain-card { padding: 28px 24px; }
  .pain-card h3 { font-size: 21px; }
  .pains__bridge { padding: 20px 18px; text-align: left; }
  .video-play__button { width: 68px; height: 68px; }
  .video-play__button svg { width: 30px; height: 30px; }
  .video-play > strong { bottom: 7%; font-size: 15px; }
  body[data-lp-version="structure-redesign"] .faq-answer p { font-size: 16px; font-weight: 700; }
}

/* Keep the approved diagrams consistent with the diagram-rich version. */
.flow-shell { overflow: hidden; border-radius: 24px; }
.flow__item { border-radius: 14px; }
.flow-shell__result { border-radius: 12px; }

.time-volume,
.time-cube {
  display: block;
  object-fit: fill;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.time-volume::before,
.time-volume::after,
.time-cube::before,
.time-cube::after { content: none !important; }

@media (min-width: 901px) {
  .change-impact.time-compression {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .time-compression__stage {
    grid-template-columns: minmax(0, 1fr) clamp(142px, 12vw, 170px);
    gap: clamp(16px, 1.6vw, 24px);
  }
  .time-compression__converge { display: none; }
  .time-cube { width: clamp(62px, 5.8vw, 78px); margin-left: 13px; }
  .time-compression__reduction {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .time-compression__reduction small,
  .time-compression__reduction strong,
  .time-compression__reduction span { align-self: center; margin: 0; }
  .time-compression__reduction small,
  .time-compression__reduction span { font-size: clamp(12px, 1.05vw, 15px); }
  .time-compression__reduction strong { font-size: clamp(54px, 5.2vw, 74px); }
  .time-compression__result { border-top: 0; }
  .time-compression__bracket { right: 5.2%; }

  body[data-lp-version="structure-redesign"] .flow__item {
    min-height: 205px;
    padding: 18px 22px;
  }
  body[data-lp-version="structure-redesign"] .flow__top { margin-bottom: 10px; }
  body[data-lp-version="structure-redesign"] .flow__top svg { width: 36px; height: 36px; padding: 7px; }
  body[data-lp-version="structure-redesign"] .flow__item h3 { margin-bottom: 10px; font-size: 26px; }
  body[data-lp-version="structure-redesign"] .flow__data { margin-bottom: 10px; }
  body[data-lp-version="structure-redesign"] .flow__item > p { font-size: 12px; line-height: 1.65; }
}

@media (max-width: 900px) {
  .change-impact.time-compression { border: 0; border-radius: 0; background: transparent; }
  .time-compression__converge { height: 30px; }
  .time-compression__converge::before { content: "↓"; font-size: 26px; }
  .time-cube { width: max(36px, 10%); height: 88px; }
  .time-compression__reduction {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: center;
    column-gap: 1px;
    white-space: nowrap;
  }
  .time-compression__reduction small,
  .time-compression__reduction strong,
  .time-compression__reduction span { align-self: center; margin: 0; }
  .time-compression__reduction small,
  .time-compression__reduction span { font-size: 12px; }
  .time-compression__reduction strong { font-size: 58px; }
  .time-compression__result { border-top: 0; }
  .time-compression__bracket span { display: block; white-space: nowrap; }

  body[data-lp-version="structure-redesign"] .flow__item { padding: 18px; }
  body[data-lp-version="structure-redesign"] .flow__top { margin-bottom: 14px; }
  body[data-lp-version="structure-redesign"] .flow__top svg { width: 36px; height: 36px; padding: 7px; }
  body[data-lp-version="structure-redesign"] .flow__item h3 { margin-bottom: 10px; font-size: 26px; }
  body[data-lp-version="structure-redesign"] .flow__data { margin-bottom: 10px; }
  body[data-lp-version="structure-redesign"] .flow__item > p { font-size: 13px; line-height: 1.7; }
}

/* Final cascade: production refinements must win over legacy diagram rules above. */
body[data-lp-version="structure-redesign"] .pain-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: start;
  align-items: center;
  gap: 18px 16px;
  padding: 28px;
}
body[data-lp-version="structure-redesign"] .pain-card h3 {
  margin: 0;
  font-size: clamp(19px, 1.6vw, 23px);
}
body[data-lp-version="structure-redesign"] .pain-card p { grid-column: 1 / -1; margin: 0; }
body[data-lp-version="structure-redesign"] .section-heading--split,
body[data-lp-version="structure-redesign"] .cases--early .section-heading--voices,
body[data-lp-version="structure-redesign"] .pricing__intro { display: block; max-width: 980px; }

@media (min-width: 901px) {
  body[data-lp-version="structure-redesign"] .time-compression__reduction strong {
    font-size: clamp(48px, 4.6vw, 66px);
  }
}

@media (max-width: 900px) {
  body[data-lp-version="structure-redesign"] .time-compression__reduction strong { font-size: 50px; }
}

@media (max-width: 640px) {
  body[data-lp-version="structure-redesign"] .pain-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px 14px;
    padding: 24px 20px;
  }
  body[data-lp-version="structure-redesign"] .pain-card svg { width: 46px; height: 46px; }
  body[data-lp-version="structure-redesign"] .pain-card h3 { font-size: 18px; line-height: 1.55; }
}

/* Story cards: a brand-blue tab sitting above a white company card. */
body[data-lp-version="structure-redesign"] .interview-card__category--story {
  top: auto;
  right: auto;
  bottom: 22px;
  left: 24px;
  width: min(380px, calc(100% - 48px));
  display: grid;
  justify-items: start;
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}
body[data-lp-version="structure-redesign"] .interview-card__category--story > span {
  position: relative;
  z-index: 1;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  margin-left: 13px;
  padding: 8px 14px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  background: var(--brand);
  font-size: 9px;
  font-weight: 900;

}
body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__company {
  position: static;
  width: 100%;
  min-height: 78px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 16px;
  border: 1px solid rgba(77, 99, 222, .2);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 19, 26, .2);
}
body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__company-logo {
  width: 54px;
  height: 54px;
  padding: 3px;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}
body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__identity,
body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__identity span { color: var(--ink); }
body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__identity span {
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 15px;

}
body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__identity small { color: var(--ink-soft); }

@media (max-width: 640px) {
  body[data-lp-version="structure-redesign"] .interview-card__category--story {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
    padding: 0;
  }
  body[data-lp-version="structure-redesign"] .interview-card__category--story > span {
    min-height: 28px;
    margin-left: 10px;
    padding: 7px 11px;
    font-size: 8px;
  }
  body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__company {
    min-height: 68px;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 10px;
  }
  body[data-lp-version="structure-redesign"] .interview-card__category--story .interview-card__company-logo {
    width: 46px;
    height: 46px;
  }

  body[data-lp-version="structure-redesign"] .proof__item { padding-inline: 28px; }
  body[data-lp-version="structure-redesign"] .time-compression__reduction { margin-right: 16px; }

  body[data-lp-version="structure-redesign"] .product { padding-bottom: 24px; }
  body[data-lp-version="structure-redesign"] .product .product-story:last-child { padding-bottom: 24px; }
  body[data-lp-version="structure-redesign"] .feature-catalog { padding-top: 24px; }
}

/* Pricing card redesign */
body[data-lp-version="structure-redesign"] .price-card--redesign {
  border: 1px solid #cbd1e0;
  border-radius: 20px;
  box-shadow: none;
  font-family: inherit;
}
body[data-lp-version="structure-redesign"] .price-card__campaign--redesign {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px clamp(28px, 3.5vw, 46px);
  color: var(--ink);
  background: #edf0ff;
}
body[data-lp-version="structure-redesign"] .price-card__campaign--redesign strong {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;

}
body[data-lp-version="structure-redesign"] .price-card__campaign-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  padding: 6px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--brand);
  font-size: 12px;
  font-weight: 700;

  line-height: 1;
}
body[data-lp-version="structure-redesign"] .price-card__body {
  padding: 32px clamp(28px, 3.5vw, 46px) 28px;
}
body[data-lp-version="structure-redesign"] .price-card__top {
  display: grid;
  grid-template-columns: minmax(245px, .9fr) minmax(350px, 1.25fr) minmax(260px, .85fr);
  align-items: center;
  gap: clamp(26px, 3vw, 44px);
}
body[data-lp-version="structure-redesign"] .price-card--redesign .price-card__label {
  margin-bottom: 5px;
  font-size: 13px;
}
body[data-lp-version="structure-redesign"] .price-card--redesign .price-card__label small {
  font-size: inherit;
}
body[data-lp-version="structure-redesign"] .price--redesign {
  gap: 6px;
  margin: 0;
  white-space: nowrap;
}
body[data-lp-version="structure-redesign"] .price--redesign > span {
  font-size: 17px;
  font-weight: 700;
}
body[data-lp-version="structure-redesign"] .price--redesign strong {
  color: var(--brand-dark);
  font-size: clamp(62px, 5.4vw, 80px);
  font-weight: 900;
  font-variant-numeric: lining-nums proportional-nums;

}
body[data-lp-version="structure-redesign"] .price--redesign b {
  font-size: 22px;
  font-weight: 700;
}
body[data-lp-version="structure-redesign"] .price--redesign small {
  margin-left: 2px;
  font-size: 10px;
}
body[data-lp-version="structure-redesign"] .price-card__conditions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
}
body[data-lp-version="structure-redesign"] .price-card__conditions > div {
  min-height: 90px;
  padding: 17px 20px;
  border: 1px solid #d9deed;
  border-radius: 12px;
  background: #fafbff;
}
body[data-lp-version="structure-redesign"] .price-card__conditions dt {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}
body[data-lp-version="structure-redesign"] .price-card__conditions dd {
  margin: 3px 0 0;
  color: var(--brand-dark);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}
body[data-lp-version="structure-redesign"] .price-card__conditions dd small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
}
body[data-lp-version="structure-redesign"] .price-card--redesign .price-card__action .button {
  min-height: 58px;
  border-radius: 8px;
  white-space: nowrap;
}
body[data-lp-version="structure-redesign"] .price-card__tiers {
  display: flex;
  align-items: baseline;
  gap: clamp(16px, 2.2vw, 30px);
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
body[data-lp-version="structure-redesign"] .price-card__tiers p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  white-space: nowrap;
}
body[data-lp-version="structure-redesign"] .price-card__tiers strong {
  color: var(--brand-dark);
  font-size: 20px;
  font-weight: 700;
}
body[data-lp-version="structure-redesign"] .price-card__tiers i {
  color: #b5bac9;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
body[data-lp-version="structure-redesign"] .price-card__note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 11px;
}

@media (max-width: 1024px) {
  body[data-lp-version="structure-redesign"] .price-card__top {
    grid-template-columns: minmax(220px, .7fr) minmax(320px, 1fr);
  }
  body[data-lp-version="structure-redesign"] .price-card--redesign .price-card__action {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  body[data-lp-version="structure-redesign"] .price-card__campaign--redesign {
    gap: 10px;
    padding: 18px 20px;
  }
  body[data-lp-version="structure-redesign"] .price-card__campaign--redesign strong {
    font-size: 21px;
  }
  body[data-lp-version="structure-redesign"] .price-card__campaign-badge {
    min-width: 78px;
    padding: 6px 11px;
    font-size: 10px;
  }
  body[data-lp-version="structure-redesign"] .price-card__body {
    padding: 25px 20px 22px;
  }
  body[data-lp-version="structure-redesign"] .price-card__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body[data-lp-version="structure-redesign"] .price--redesign strong {
    font-size: 68px;
  }
  body[data-lp-version="structure-redesign"] .price-card__conditions {
    gap: 8px;
  }
  body[data-lp-version="structure-redesign"] .price-card__conditions > div {
    min-height: 84px;
    padding: 15px 14px;
  }
  body[data-lp-version="structure-redesign"] .price-card__conditions dd {
    font-size: 23px;
  }
  body[data-lp-version="structure-redesign"] .price-card__tiers {
    display: grid;
    gap: 0;
    margin-top: 22px;
    padding-top: 8px;
  }
  body[data-lp-version="structure-redesign"] .price-card__tiers p {
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    white-space: normal;
  }
  body[data-lp-version="structure-redesign"] .price-card__tiers i {
    display: none;
  }
body[data-lp-version="structure-redesign"] .price-card__note {
    margin-top: 12px;
    line-height: 1.6;
  }
}

/* Interview cards: compact case label on the photo, company details beside read-more. */
body[data-lp-version="structure-redesign"] .interview-card__photo::after {
  display: none;
}
body[data-lp-version="structure-redesign"] .interview-card__body {
  padding-top: 14px;
}
body[data-lp-version="structure-redesign"] .interview-card__body > .interview-card__story-label {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--brand-dark);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}
body[data-lp-version="structure-redesign"] .interview-card__story-label + h3 {
  margin-top: 3px;
}
body[data-lp-version="structure-redesign"] .interview-card__story-label::before {
  content: "";
  width: 3px;
  height: 23px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--brand);
}
body[data-lp-version="structure-redesign"] .interview-card__category--story {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: auto;
  max-width: calc(100% - 24px);
}
body[data-lp-version="structure-redesign"] .interview-card__category--story > span {
  min-height: 40px;
  margin-left: 0;
  padding: 8px 14px 8px 18px;
  border: 0;
  border-radius: 0 0 10px 0;
  color: var(--brand-dark);
  background: #fff;
  box-shadow: inset 4px 0 0 var(--brand), inset 0 -1px 0 #e1e6ff;
  font-size: 15px;
}
body[data-lp-version="structure-redesign"] .interview-card__quote { height: 14px; font-size: 29px; }
body[data-lp-version="structure-redesign"] .interview-card__body > p {
  margin-bottom: 14px;
}
body[data-lp-version="structure-redesign"] .interview-card__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 0;
  border-top: 0;
}
body[data-lp-version="structure-redesign"] .interview-card__footer .interview-card__company {
  position: static;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}
body[data-lp-version="structure-redesign"] .interview-card__footer .interview-card__company-logo {
  width: 50px;
  height: 50px;
  padding: 3px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}
body[data-lp-version="structure-redesign"] .interview-card__footer .interview-card__identity,
body[data-lp-version="structure-redesign"] .interview-card__footer .interview-card__identity span { color: var(--ink); }
body[data-lp-version="structure-redesign"] .interview-card__footer .interview-card__identity span { font-size: 16px; line-height: 1.45; }
body[data-lp-version="structure-redesign"] .interview-card__footer .interview-card__identity small {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}
body[data-lp-version="structure-redesign"] .interview-card__link { white-space: nowrap; }

@media (max-width: 640px) {
  body[data-lp-version="structure-redesign"] .interview-card__body {
    padding-top: 12px;
  }
  body[data-lp-version="structure-redesign"] .interview-card__story-label {
    gap: 10px;
    font-size: 14px;
  }
  body[data-lp-version="structure-redesign"] .interview-card__story-label::before {
    width: 2px;
    height: 22px;
  }
  body[data-lp-version="structure-redesign"] .interview-card__category--story {
    right: auto;
    top: 0;
    bottom: auto;
    left: 0;
    width: auto;
    max-width: calc(100% - 20px);
  }
  body[data-lp-version="structure-redesign"] .interview-card__category--story > span {
    min-height: 36px;
    margin-left: 0;
    padding: 7px 12px 7px 16px;
    border-radius: 0 0 8px 0;
    font-size: 14px;
  }
  body[data-lp-version="structure-redesign"] .interview-card__footer { gap: 10px; }
  body[data-lp-version="structure-redesign"] .interview-card__footer .interview-card__company { gap: 8px; }
  body[data-lp-version="structure-redesign"] .interview-card__footer .interview-card__company-logo { width: 40px; height: 40px; }
  body[data-lp-version="structure-redesign"] .interview-card__footer .interview-card__identity span { font-size: 13px; }
  body[data-lp-version="structure-redesign"] .interview-card__footer .interview-card__identity small { font-size: 11px; }
  body[data-lp-version="structure-redesign"] .interview-card__link { gap: 7px; font-size: 11px; }
  body[data-lp-version="structure-redesign"] .interview-card__link span { width: 27px; height: 27px; }
}

/* Keep the before panel height and create breathing room by scaling only its diagram. */
body[data-lp-version="structure-redesign"] .workflow-state--before .scattered-tools__stage {
  transform: scale(.9);
  transform-origin: 50% 0;
}
