:root {
  --custom-ink: #071a32;
  --custom-muted: #607083;
  --custom-line: #dbe4e2;
  --custom-line-strong: #c6d4d0;
  --custom-green: #1f7a55;
  --custom-green-deep: #155d41;
  --custom-mint: #edf8f3;
  --custom-mint-strong: #dcefe6;
  --custom-blue: #315fc5;
  --custom-amber: #a96717;
  --custom-surface: #ffffff;
  --custom-soft: #f6f8fa;
}

.story-page[data-page="customization"] .skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: var(--custom-ink);
  font: 700 13px "DM Sans", sans-serif;
  text-decoration: none;
  transform: translateY(-160%);
}

.story-page[data-page="customization"] .skip-link:focus { transform: translateY(0); }

.customization-speed-page {
  color: var(--custom-ink);
  background: #fff;
  font-family: "DM Sans", sans-serif;
  overflow: hidden;
}

.customization-speed-page *,
.customization-speed-page *::before,
.customization-speed-page *::after { box-sizing: border-box; }

.custom-speed-shell {
  width: min(1440px, calc(100% - 72px));
  margin-inline: auto;
}

.custom-speed-hero {
  min-height: 760px;
  padding: 72px 0 76px;
  border-bottom: 1px solid var(--custom-line);
  background: #f5fbf8;
}

.custom-speed-hero__grid {
  display: grid;
  grid-template-columns: minmax(390px, .72fr) minmax(720px, 1.28fr);
  align-items: center;
  gap: clamp(54px, 6vw, 106px);
}

.custom-speed-hero__copy { max-width: 540px; }

.custom-speed-hero h1,
.custom-speed-workflow h2,
.custom-speed-capacity h2,
.custom-speed-ai h2,
.custom-speed-options h2,
.custom-speed-closing h2 {
  margin: 0;
  color: var(--custom-ink);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .96;
  text-transform: uppercase;
}

.custom-speed-hero h1 { max-width: 530px; font-size: clamp(58px, 5vw, 86px); }

.custom-speed-hero__copy > p {
  max-width: 520px;
  margin: 27px 0 0;
  color: #26384e;
  font-size: 18px;
  line-height: 1.68;
}

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

.custom-speed-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 21px;
  border: 1px solid var(--custom-green);
  border-radius: 8px;
  color: var(--custom-green-deep);
  background: transparent;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.custom-speed-button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.custom-speed-button--solid { color: #fff; border-color: var(--custom-green); background: var(--custom-green); box-shadow: 0 14px 30px rgba(27, 93, 66, .15); }
.custom-speed-button:hover { color: #fff; background: var(--custom-green-deep); border-color: var(--custom-green-deep); }
.custom-speed-button:active { transform: translateY(1px) scale(.99); }
.custom-speed-button:focus-visible { outline: 3px solid rgba(49, 95, 197, .25); outline-offset: 3px; }

.custom-speed-hero__note {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  max-width: 490px;
  margin-top: 33px;
  padding-top: 23px;
  border-top: 1px solid rgba(7, 26, 50, .13);
  color: var(--custom-muted);
  font-size: 13px;
  line-height: 1.55;
}

.custom-speed-hero__note i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--custom-green);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--custom-line);
}

.custom-speed-hero__note svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.custom-capture {
  position: relative;
  min-width: 0;
  border: 1px solid #cdd9d6;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(20, 58, 48, .14), 0 2px 6px rgba(20, 58, 48, .06);
  overflow: hidden;
}

.custom-capture__topbar {
  display: grid;
  grid-template-columns: 160px minmax(170px, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 54px;
  padding: 0 18px;
  color: #fff;
  background: var(--custom-ink);
}

.custom-capture__brand { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.custom-capture__brand img { width: 22px; height: 22px; object-fit: contain; }
.custom-capture__search { height: 30px; max-width: 300px; padding: 0 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 28px; }
.custom-capture__user { display: flex; align-items: center; gap: 9px; font-size: 9px; }
.custom-capture__user i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: #368e66; font-style: normal; font-weight: 800; }
.custom-capture__user b { display: block; font-size: 10px; }
.custom-capture__user small { color: rgba(255,255,255,.6); }

.custom-capture__body { display: grid; grid-template-columns: 126px minmax(430px, 1fr) 258px; min-height: 558px; }

.custom-capture__sidebar {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 10px;
  border-right: 1px solid var(--custom-line);
  background: #fbfcfd;
}

.custom-capture__sidebar span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 9px;
  border-radius: 7px;
  color: #4d5d70;
  font-size: 9px;
  font-weight: 650;
}

.custom-capture__sidebar span::before { width: 8px; height: 8px; border: 1.5px solid currentColor; border-radius: 2px; content: ""; }
.custom-capture__sidebar .is-active { color: var(--custom-green-deep); background: #e9f5ef; box-shadow: inset 3px 0 var(--custom-green); }
.custom-capture__sidebar em { margin-top: auto; padding: 9px; color: var(--custom-muted); font-size: 8px; font-style: normal; }

.custom-capture__screen { position: relative; min-width: 0; padding: 20px 22px 84px; background: #fff; }
.custom-capture__screen::after { position: absolute; inset: 72px 15px 61px; border: 2px dashed #2a8b60; border-radius: 5px; pointer-events: none; content: ""; animation: capture-frame 1.2s cubic-bezier(.16,1,.3,1) both; }

.custom-capture__screen-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.custom-capture__screen-head h2 { margin: 0; font-size: 21px; letter-spacing: -.03em; }
.custom-capture__screen-head p { margin: 5px 0 0; color: var(--custom-muted); font-size: 9px; }
.custom-capture__screen-head span { padding: 8px 10px; border: 1px solid var(--custom-line); border-radius: 6px; color: #43546a; font-size: 9px; }

.custom-capture__mode {
  position: absolute;
  top: 65px;
  left: 50%;
  z-index: 2;
  padding: 7px 13px;
  border-radius: 999px;
  color: #fff;
  background: var(--custom-green);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  transform: translateX(-50%);
}

.custom-form-section { position: relative; z-index: 1; margin-top: 10px; padding: 17px; border: 1px solid var(--custom-line); border-radius: 8px; background: #fff; }
.custom-form-section > strong { display: block; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--custom-line); font-size: 11px; }
.custom-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 15px; }
.custom-form-grid label { display: grid; gap: 6px; color: var(--custom-muted); font-size: 8px; }
.custom-form-grid span { display: flex; min-height: 31px; align-items: center; padding: 0 9px; border: 1px solid var(--custom-line); border-radius: 5px; color: #33465b; background: #fbfcfd; font-size: 9px; }
.custom-form-grid .is-target span { border-color: var(--custom-blue); box-shadow: 0 0 0 2px rgba(49, 95, 197, .11); }

.custom-annotation {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: 23px minmax(105px, 150px);
  align-items: start;
  gap: 7px;
}

.custom-annotation--one { left: 30%; top: 218px; }
.custom-annotation--two { right: 7%; top: 157px; }
.custom-annotation i { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: #fff; background: var(--custom-blue); box-shadow: 0 0 0 5px rgba(49, 95, 197, .12); font-size: 9px; font-style: normal; font-weight: 900; animation: annotation-pulse 2.3s ease-in-out infinite; }
.custom-annotation span { padding: 8px 9px; border: 1px solid var(--custom-blue); border-radius: 5px; color: #213753; background: #fff; box-shadow: 0 8px 22px rgba(36, 64, 112, .12); font-size: 8px; line-height: 1.45; }

.custom-annotation-tools {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 51px;
  padding: 7px;
  border-radius: 9px;
  color: #fff;
  background: #10243a;
  box-shadow: 0 14px 30px rgba(7, 26, 50, .18);
}

.custom-annotation-tools button {
  display: grid;
  min-width: 52px;
  height: 37px;
  place-items: center;
  gap: 2px;
  border: 0;
  border-radius: 6px;
  color: rgba(255,255,255,.68);
  background: transparent;
  font-family: inherit;
  font-size: 7px;
  cursor: pointer;
}

.custom-annotation-tools button::before { width: 11px; height: 11px; border: 1.5px solid currentColor; border-radius: 2px; content: ""; }
.custom-annotation-tools button:hover,
.custom-annotation-tools button.is-active { color: #fff; background: var(--custom-green); }
.custom-annotation-tools button:focus-visible { outline: 2px solid #fff; outline-offset: -3px; }
.custom-annotation-tools .custom-annotation-tools__done { min-width: 70px; margin-left: auto; color: #fff; background: var(--custom-green); font-weight: 800; }
.custom-annotation-tools .custom-annotation-tools__done::before { display: none; }

.custom-request-panel { display: flex; min-width: 0; flex-direction: column; border-left: 1px solid var(--custom-line); background: #fbfcfd; }
.custom-request-panel > header { display: flex; align-items: center; justify-content: space-between; min-height: 53px; padding: 0 14px; border-bottom: 1px solid var(--custom-line); font-size: 11px; }
.custom-request-panel > header span { color: var(--custom-muted); font-size: 9px; }
.custom-request-panel__block { padding: 15px; border-bottom: 1px solid var(--custom-line); }
.custom-request-panel__block > strong { display: block; margin-bottom: 12px; font-size: 10px; }
.custom-request-panel__meta { display: grid; grid-template-columns: 65px 1fr; gap: 8px; margin: 0; font-size: 8px; }
.custom-request-panel__meta dt { color: var(--custom-muted); }
.custom-request-panel__meta dd { margin: 0; color: #294057; font-weight: 650; }
.custom-request-panel__comment { display: grid; grid-template-columns: 28px 1fr; gap: 9px; }
.custom-request-panel__comment i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #fff; background: var(--custom-green); font-size: 7px; font-style: normal; font-weight: 800; }
.custom-request-panel__comment b { display: block; font-size: 8px; }
.custom-request-panel__comment p { margin: 5px 0 0; color: #526277; font-size: 8px; line-height: 1.5; }
.custom-request-panel__composer { display: flex; min-height: 58px; align-items: flex-end; margin-top: 12px; padding: 10px; border: 1px solid var(--custom-line); border-radius: 7px; color: #8a96a3; background: #fff; font-size: 8px; }
.custom-request-panel__status { margin: auto 12px 12px; padding: 13px; border: 1px solid #e6c48d; border-radius: 8px; background: #fffaf2; }
.custom-request-panel__status small { display: block; color: #7a6138; font-size: 7px; text-transform: uppercase; }
.custom-request-panel__status strong { display: block; margin-top: 5px; color: var(--custom-amber); font-size: 10px; }
.custom-request-panel__status p { margin: 6px 0 0; color: #7a6d5e; font-size: 7px; line-height: 1.45; }

.custom-speed-section { padding: 112px 0; }
.custom-speed-section__heading { display: grid; grid-template-columns: minmax(440px, 1.2fr) minmax(280px, .8fr); align-items: end; gap: 64px; }
.custom-speed-section__heading h2 { max-width: 900px; font-size: clamp(52px, 5.3vw, 82px); }
.custom-speed-section__heading p { max-width: 520px; margin: 0 0 5px; color: var(--custom-muted); font-size: 16px; line-height: 1.65; }

.custom-workflow-rail { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 54px; }
.custom-workflow-rail::before { position: absolute; top: 24px; right: 9%; left: 9%; height: 2px; background: #ccdad6; content: ""; }
.custom-workflow-rail::after { position: absolute; top: 24px; left: 9%; width: calc((var(--active-step, 0) / 4) * 82%); height: 2px; background: var(--custom-green); content: ""; transition: width .5s cubic-bezier(.16,1,.3,1); }

.custom-workflow-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 11px;
  padding: 0 14px;
  border: 0;
  color: var(--custom-muted);
  background: transparent;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
}

.custom-workflow-step span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #d6dfdd; border-radius: 50%; color: #56677a; background: #f2f5f5; font-size: 13px; font-weight: 800; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.custom-workflow-step strong { position: relative; z-index: 2; color: #33475d; font-size: 13px; }
.custom-workflow-step:hover span,
.custom-workflow-step[aria-selected="true"] span { color: #fff; border-color: var(--custom-green); background: var(--custom-green); transform: scale(1.06); }
.custom-workflow-step[aria-selected="true"] strong { color: var(--custom-ink); }
.custom-workflow-step:focus-visible { outline: 3px solid rgba(49,95,197,.2); outline-offset: 4px; }

.custom-workflow-stage { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; margin-top: 42px; }
.custom-workflow-preview { display: grid; grid-template-columns: 200px minmax(0, 1fr); min-height: 390px; border: 1px solid var(--custom-line-strong); border-radius: 14px; background: #fff; box-shadow: 0 22px 55px rgba(23, 70, 53, .09); overflow: hidden; }

.custom-workflow-preview__screen { position: relative; padding: 24px 18px; border-right: 1px solid var(--custom-line); background: #f7f9fb; }
.custom-workflow-preview__screen > span { display: flex; align-items: center; justify-content: space-between; color: var(--custom-muted); font-size: 8px; }
.custom-workflow-preview__screen > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--custom-green); box-shadow: 0 0 0 5px rgba(31,122,85,.12); }
.custom-workflow-preview__screen h3 { margin: 28px 0 8px; font-size: 21px; letter-spacing: -.035em; }
.custom-workflow-preview__screen p { margin: 0; color: var(--custom-muted); font-size: 9px; line-height: 1.55; }
.custom-workflow-preview__fields { display: grid; gap: 9px; margin-top: 24px; }
.custom-workflow-preview__fields i { display: block; height: 30px; border: 1px solid var(--custom-line); border-radius: 5px; background: #fff; }
.custom-workflow-preview__fields .is-marked { border-color: var(--custom-green); background: #eef8f3; }
.custom-workflow-preview__pin { position: absolute; right: 32px; bottom: 114px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #fff; background: var(--custom-green); font-size: 9px; font-style: normal; font-weight: 800; }

.custom-workflow-preview__detail { display: flex; flex-direction: column; padding: 32px 35px; }
.custom-workflow-preview__state { display: flex; align-items: center; gap: 10px; color: var(--custom-green-deep); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.custom-workflow-preview__state i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(31,122,85,.1); }
.custom-workflow-preview__detail h3 { max-width: 560px; margin: 25px 0 12px; font-size: clamp(30px, 3vw, 45px); letter-spacing: -.045em; line-height: 1.05; }
.custom-workflow-preview__detail > p { max-width: 610px; margin: 0; color: var(--custom-muted); font-size: 14px; line-height: 1.65; }
.custom-workflow-preview__detail dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: auto 0 0; }
.custom-workflow-preview__detail dl div { padding-top: 14px; border-top: 1px solid var(--custom-line); }
.custom-workflow-preview__detail dt { color: var(--custom-muted); font-size: 8px; text-transform: uppercase; }
.custom-workflow-preview__detail dd { margin: 6px 0 0; font-size: 10px; font-weight: 800; }

.custom-workflow-authority { display: grid; align-content: center; }
.custom-workflow-authority article { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 26px 0; border-bottom: 1px solid var(--custom-line); }
.custom-workflow-authority article:last-child { border-bottom: 0; }
.custom-workflow-authority i { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--custom-green); background: var(--custom-mint); }
.custom-workflow-authority svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.custom-workflow-authority h3 { margin: 0; font-size: 17px; letter-spacing: -.025em; }
.custom-workflow-authority p { margin: 8px 0 0; color: var(--custom-muted); font-size: 12px; line-height: 1.6; }

.custom-speed-capacity { padding: 112px 0; background: var(--custom-mint); }
.custom-speed-capacity__grid { display: grid; grid-template-columns: minmax(450px, 1.05fr) minmax(500px, .95fr); align-items: center; gap: clamp(70px, 8vw, 130px); }
.custom-speed-capacity h2 { max-width: 720px; font-size: clamp(52px, 5.2vw, 80px); }
.custom-speed-equation { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; max-width: 620px; margin-top: 34px; }
.custom-speed-equation div { display: grid; justify-items: center; gap: 6px; }
.custom-speed-equation strong { font-size: 69px; line-height: 1; letter-spacing: -.06em; }
.custom-speed-equation span { color: #33475d; font-size: 13px; text-align: center; }
.custom-speed-equation > i { color: var(--custom-green); font-size: 45px; font-style: normal; font-weight: 400; text-align: center; }

.custom-capacity-example { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 26px; padding: 14px 16px; border: 1px solid #b9d4c8; border-radius: 7px; color: #314659; background: rgba(255,255,255,.52); font-size: 13px; }
.custom-capacity-example span { color: var(--custom-green-deep); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.custom-capacity-example strong { font-size: 16px; }
.custom-capacity-example svg { width: 17px; color: var(--custom-green); fill: none; stroke: currentColor; stroke-width: 1.8; }

.custom-capacity-rules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 30px; }
.custom-capacity-rules span { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 10px; padding: 0 18px; border-right: 1px solid #bcd1c8; color: #405368; font-size: 10px; line-height: 1.5; }
.custom-capacity-rules span:first-child { padding-left: 0; }
.custom-capacity-rules span:last-child { border-right: 0; }
.custom-capacity-rules i { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #b3cfc2; border-radius: 50%; color: var(--custom-green); }
.custom-capacity-rules svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.custom-capacity-ledger { padding: 29px; border: 1px solid #bfd1ca; border-radius: 13px; background: rgba(255,255,255,.88); box-shadow: 0 20px 50px rgba(28, 85, 61, .08); }
.custom-capacity-ledger__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--custom-line); }
.custom-capacity-ledger__head div { display: grid; gap: 6px; }
.custom-capacity-ledger__head label { color: var(--custom-muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.custom-capacity-ledger__head input { width: 150px; height: 44px; padding: 0 12px; border: 1px solid var(--custom-line-strong); border-radius: 7px; color: var(--custom-ink); background: #fff; font: 750 16px "DM Sans", sans-serif; }
.custom-capacity-ledger__head input:focus { outline: 3px solid rgba(31,122,85,.15); border-color: var(--custom-green); }
.custom-capacity-ledger__head small { max-width: 170px; color: var(--custom-muted); font-size: 8px; line-height: 1.5; text-align: right; }

.custom-capacity-ledger dl { margin: 0; }
.custom-capacity-ledger dl div { display: flex; min-height: 67px; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px dashed #cbd8d4; }
.custom-capacity-ledger dl div:last-child { border-bottom: 0; }
.custom-capacity-ledger dt { display: flex; align-items: center; gap: 12px; color: #31455b; font-size: 12px; }
.custom-capacity-ledger dt i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--custom-green); background: var(--custom-mint); font-style: normal; }
.custom-capacity-ledger dt svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.custom-capacity-ledger dd { margin: 0; color: var(--custom-ink); font-size: 15px; font-weight: 850; text-align: right; }
.custom-capacity-ledger dl div:first-child dd { color: var(--custom-green-deep); }
.custom-capacity-ledger > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 23px; color: var(--custom-green-deep); font-size: 12px; font-weight: 800; text-decoration: none; }
.custom-capacity-ledger > a svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; }
.custom-capacity-ledger > a:hover svg { transform: translateX(4px); }

.custom-speed-ai { padding: 112px 0; background: #fff; }
.custom-speed-ai__grid { display: grid; grid-template-columns: minmax(400px, .8fr) minmax(600px, 1.2fr); align-items: start; gap: clamp(70px, 8vw, 130px); }
.custom-speed-ai h2 { max-width: 620px; font-size: clamp(52px, 5vw, 78px); }
.custom-speed-ai__copy > p { max-width: 570px; margin: 24px 0 0; color: var(--custom-muted); font-size: 16px; line-height: 1.7; }
.custom-speed-ai__line { width: 70px; height: 3px; margin-top: 31px; background: var(--custom-green); }

.custom-ai-responsibility { border-top: 1px solid var(--custom-line-strong); }
.custom-ai-responsibility article { display: grid; grid-template-columns: 70px minmax(0, 1fr) 150px; align-items: center; gap: 22px; min-height: 126px; border-bottom: 1px solid var(--custom-line); }
.custom-ai-responsibility article > span { color: var(--custom-green); font: 800 28px "Barlow Condensed", sans-serif; }
.custom-ai-responsibility h3 { margin: 0; font-size: 18px; letter-spacing: -.025em; }
.custom-ai-responsibility p { margin: 7px 0 0; color: var(--custom-muted); font-size: 12px; line-height: 1.58; }
.custom-ai-responsibility em { justify-self: end; padding: 8px 10px; border: 1px solid var(--custom-line); border-radius: 6px; color: #516174; font-size: 8px; font-style: normal; font-weight: 750; text-transform: uppercase; }

.custom-speed-options { padding: 104px 0; border-top: 1px solid var(--custom-line); background: var(--custom-soft); }
.custom-speed-options__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.custom-speed-options h2 { max-width: 760px; font-size: clamp(48px, 4.6vw, 72px); }
.custom-speed-options__head p { max-width: 480px; margin: 0 0 4px; color: var(--custom-muted); font-size: 14px; line-height: 1.65; }
.custom-options-list { display: grid; grid-template-columns: 1fr 1.1fr; margin-top: 48px; border-top: 1px solid var(--custom-line-strong); }
.custom-options-list article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 34px 30px 34px 0; border-bottom: 1px solid var(--custom-line); }
.custom-options-list article:nth-child(odd) { border-right: 1px solid var(--custom-line); }
.custom-options-list article:nth-child(even) { padding-right: 0; padding-left: 30px; }
.custom-options-list article > span { color: var(--custom-green); font: 800 24px "Barlow Condensed", sans-serif; }
.custom-options-list h3 { margin: 0; font-size: 18px; letter-spacing: -.025em; }
.custom-options-list p { margin: 8px 0 0; color: var(--custom-muted); font-size: 12px; line-height: 1.6; }

.custom-speed-faq { padding: 104px 0; background: #fff; }
.custom-speed-faq__grid { display: grid; grid-template-columns: 360px 1fr; gap: 100px; }
.custom-speed-faq h2 { margin: 0; font: 800 58px/.95 "Barlow Condensed", sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.custom-speed-faq__intro p { margin: 20px 0 0; color: var(--custom-muted); font-size: 13px; line-height: 1.65; }
.custom-speed-faq details { border-top: 1px solid var(--custom-line); }
.custom-speed-faq details:last-child { border-bottom: 1px solid var(--custom-line); }
.custom-speed-faq summary { display: flex; min-height: 77px; align-items: center; justify-content: space-between; gap: 20px; color: var(--custom-ink); font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }
.custom-speed-faq summary::-webkit-details-marker { display: none; }
.custom-speed-faq summary::after { display: grid; width: 26px; height: 26px; flex: 0 0 auto; place-items: center; border: 1px solid var(--custom-line); border-radius: 50%; color: var(--custom-green); content: "+"; font-size: 17px; font-weight: 400; }
.custom-speed-faq details[open] summary::after { content: "−"; }
.custom-speed-faq details p { max-width: 760px; margin: -3px 0 24px; color: var(--custom-muted); font-size: 13px; line-height: 1.68; }

.custom-speed-closing { padding: 92px 0; color: #fff; background: var(--custom-ink); }
.custom-speed-closing__grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 70px; }
.custom-speed-closing h2 { max-width: 850px; color: #fff; font-size: clamp(49px, 5vw, 78px); }
.custom-speed-closing p { max-width: 740px; margin: 20px 0 0; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.65; }
.custom-speed-closing .custom-speed-button { color: var(--custom-ink); border-color: #fff; background: #fff; }
.custom-speed-closing .custom-speed-button:hover { color: #fff; border-color: var(--custom-green); background: var(--custom-green); }

@keyframes capture-frame {
  from { opacity: 0; transform: scale(.985); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes annotation-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(49,95,197,.11); }
  50% { box-shadow: 0 0 0 9px rgba(49,95,197,0); }
}

@media (max-width: 1260px) {
  .custom-speed-shell { width: min(1180px, calc(100% - 48px)); }
  .custom-speed-hero__grid { grid-template-columns: minmax(330px, .68fr) minmax(620px, 1.32fr); gap: 42px; }
  .custom-capture__body { grid-template-columns: 104px minmax(370px, 1fr) 220px; }
  .custom-capture__sidebar { padding-inline: 7px; }
  .custom-capture__sidebar span { padding-inline: 6px; }
  .custom-capture__screen { padding-inline: 16px; }
  .custom-workflow-preview { grid-template-columns: 180px 1fr; }
  .custom-speed-capacity__grid { gap: 60px; }
}

@media (max-width: 1060px) {
  .custom-speed-hero { padding-top: 58px; }
  .custom-speed-hero__grid { grid-template-columns: 1fr; }
  .custom-speed-hero__copy { max-width: 790px; }
  .custom-speed-hero h1 { max-width: 830px; }
  .custom-speed-hero__copy > p { max-width: 690px; }
  .custom-capture { margin-top: 12px; }
  .custom-speed-section__heading,
  .custom-speed-capacity__grid,
  .custom-speed-ai__grid { grid-template-columns: 1fr; gap: 36px; }
  .custom-workflow-rail { overflow-x: auto; padding-bottom: 14px; }
  .custom-workflow-step { min-width: 180px; }
  .custom-workflow-stage { grid-template-columns: 1fr; }
  .custom-workflow-authority { grid-template-columns: 1fr 1fr; gap: 32px; }
  .custom-workflow-authority article { border-top: 1px solid var(--custom-line); }
  .custom-capacity-ledger { max-width: 720px; }
  .custom-speed-options__head { display: grid; }
}

@media (max-width: 767px) {
  .custom-speed-shell { width: min(100% - 32px, 680px); }
  .custom-speed-hero { min-height: 0; padding: 102px 0 56px; }
  .custom-speed-hero h1 { font-size: clamp(49px, 15vw, 66px); }
  .custom-speed-hero__copy > p { font-size: 15px; }
  .custom-speed-actions { display: grid; grid-template-columns: 1fr; }
  .custom-speed-button { width: 100%; }
  .custom-capture__topbar { grid-template-columns: 1fr auto; }
  .custom-capture__search { display: none; }
  .custom-capture__body { grid-template-columns: 1fr; }
  .custom-capture__sidebar { display: none; }
  .custom-capture__screen { min-height: 510px; padding: 18px 13px 80px; }
  .custom-capture__screen::after { inset: 66px 8px 59px; }
  .custom-capture__screen-head span { display: none; }
  .custom-form-grid { grid-template-columns: 1fr; }
  .custom-form-section--courses { display: none; }
  .custom-annotation--one { left: 8%; top: 235px; }
  .custom-annotation--two { right: 4%; top: 130px; }
  .custom-annotation { grid-template-columns: 21px minmax(92px, 118px); }
  .custom-annotation-tools { right: 10px; bottom: 10px; left: 10px; overflow-x: auto; justify-content: flex-start; }
  .custom-annotation-tools button { min-width: 45px; }
  .custom-request-panel { border-top: 1px solid var(--custom-line); border-left: 0; }
  .custom-request-panel__status { margin-top: 16px; }
  .custom-speed-section,
  .custom-speed-capacity,
  .custom-speed-ai,
  .custom-speed-options,
  .custom-speed-faq { padding: 76px 0; }
  .custom-speed-section__heading h2,
  .custom-speed-capacity h2,
  .custom-speed-ai h2,
  .custom-speed-options h2 { font-size: clamp(46px, 13.5vw, 61px); }
  .custom-speed-section__heading { grid-template-columns: 1fr; gap: 22px; }
  .custom-workflow-rail { display: grid; grid-template-columns: 1fr; overflow: visible; gap: 8px; }
  .custom-workflow-rail::before,
  .custom-workflow-rail::after { display: none; }
  .custom-workflow-step { width: 100%; min-width: 0; padding: 7px 0; }
  .custom-workflow-step { grid-template-columns: 42px 1fr; justify-items: start; text-align: left; }
  .custom-workflow-step span { width: 42px; height: 42px; }
  .custom-workflow-preview { grid-template-columns: 1fr; }
  .custom-workflow-preview__screen { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--custom-line); }
  .custom-workflow-preview__detail { min-height: 330px; padding: 27px 22px; }
  .custom-workflow-preview__detail dl { grid-template-columns: 1fr; margin-top: 26px; }
  .custom-workflow-authority { grid-template-columns: 1fr; gap: 0; }
  .custom-speed-equation { grid-template-columns: 1fr 40px 1fr; }
  .custom-speed-equation strong { font-size: 54px; }
  .custom-speed-equation span { font-size: 10px; }
  .custom-capacity-rules { grid-template-columns: 1fr; gap: 15px; }
  .custom-capacity-rules span { padding: 0; border-right: 0; }
  .custom-capacity-ledger { padding: 20px 17px; }
  .custom-capacity-ledger__head { align-items: flex-start; flex-direction: column; }
  .custom-capacity-ledger__head input { width: 100%; }
  .custom-capacity-ledger__head small { max-width: none; text-align: left; }
  .custom-capacity-ledger dl div { align-items: flex-start; padding: 17px 0; }
  .custom-capacity-ledger dt { max-width: 170px; }
  .custom-capacity-ledger dd { font-size: 13px; }
  .custom-ai-responsibility article { grid-template-columns: 44px 1fr; padding: 25px 0; }
  .custom-ai-responsibility em { grid-column: 2; justify-self: start; }
  .custom-options-list { grid-template-columns: 1fr; }
  .custom-options-list article,
  .custom-options-list article:nth-child(even) { padding: 27px 0; border-right: 0; }
  .custom-speed-faq__grid { grid-template-columns: 1fr; gap: 42px; }
  .custom-speed-faq h2 { font-size: 49px; }
  .custom-speed-closing { padding: 72px 0; }
  .custom-speed-closing__grid { grid-template-columns: 1fr; gap: 32px; }
  .custom-speed-closing h2 { font-size: clamp(46px, 13vw, 60px); }
}

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