:root {
  --bg: #f7f9fc;
  --bg-soft: #eef4fb;
  --surface: #ffffff;
  --surface-2: #f3f7fb;
  --border: rgba(20, 45, 80, .12);
  --border-strong: rgba(20, 45, 80, .24);
  --text-1: #102033;
  --text-2: #4b5d73;
  --text-3: #7b8da5;
  --accent: #2563eb;
  --accent-2: #0f9f8f;
  --accent-3: #e85d75;
  --good: #16a66a;
  --warn: #d97706;
  --bad: #dc3f5d;
  --grad: linear-gradient(135deg, #2563eb, #0f9f8f 58%, #e85d75);
  --grad-soft: linear-gradient(135deg, #eaf2ff, #e6f7f5 58%, #fff0f3);
  --radius: 8px;
  --radius-sm: 6px;
  --radius-lg: 10px;
  --shadow: 0 12px 28px rgba(31, 57, 93, .10);
  --shadow-lg: 0 22px 50px rgba(31, 57, 93, .16);
  --letter-tight: 0;
  --letter-normal: 0;
}

body {
  background: var(--bg);
}

.deck::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(37, 99, 235, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, .045) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.slide {
  padding: 70px 86px 64px;
}

.deck-header {
  left: 34px;
  right: 34px;
  letter-spacing: .06em;
}

.deck-footer {
  left: 34px;
  right: 34px;
}

.kicker {
  letter-spacing: .08em;
  color: var(--accent);
}

.cost-slide .kicker {
  display: none;
}

.cost-slide {
  justify-content: center;
  padding-top: 82px;
  padding-bottom: 52px;
}

.cost-slide .h2 {
  font-size: 40px;
  margin-bottom: 8px;
}

.cost-slide .callout.mt-m {
  margin-top: 12px;
}

.cost-slide .option-row {
  margin-top: 6px;
}

.recommend-callout {
  border-left: 4px solid var(--accent-2);
  background: color-mix(in srgb, var(--accent-2) 6%, white);
}

.recommend-callout strong {
  color: var(--accent-2);
}

.cost-slide .card {
  padding: 18px 28px;
}

.cost-slide .option-card {
  min-height: 158px;
}

.cost-slide .option-card .option-name {
  margin-bottom: 10px;
  font-size: 18px;
}

.cloud-slide {
  display: none;
}

.cost-slide .cost-line {
  padding-top: 7px;
}

.cost-slide .footnote {
  font-size: 13px;
  line-height: 1.35;
}

.h1 {
  font-size: 68px;
  line-height: 1.06;
}

.h2 {
  font-size: 48px;
  line-height: 1.15;
}

.lede {
  max-width: 760px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.split.wide-left {
  grid-template-columns: 1.08fr .92fr;
}

.split.wide-right {
  grid-template-columns: .88fr 1.12fr;
}

.band {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, .82);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-content {
  position: relative;
  max-width: 820px;
  z-index: 1;
}

.cover-layout {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 48px;
  align-items: center;
}

.cover-visual {
  position: relative;
  height: 520px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 22% 18%, rgba(37, 99, 235, .20), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(15, 159, 143, .18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 246, 255, .92));
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.cover-visual::before {
  content: "";
  position: absolute;
  inset: 38px;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: var(--radius);
}

.dispatch-card {
  position: absolute;
  width: 250px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow);
}

.dispatch-card strong {
  display: block;
  margin-bottom: 8px;
}

.dispatch-card.one {
  top: 74px;
  left: 70px;
}

.dispatch-card.two {
  right: 70px;
  top: 205px;
}

.dispatch-card.three {
  left: 92px;
  bottom: 76px;
}

.pulse-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(37, 99, 235, .24);
}

.pulse-ring::before,
.pulse-ring::after {
  content: "";
  position: absolute;
  inset: -42px;
  border-radius: 50%;
  border: 1px solid rgba(37, 99, 235, .16);
}

.pulse-ring::after {
  inset: -84px;
  border-color: rgba(15, 159, 143, .14);
}

.wave-line {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 210px;
  height: 74px;
  background:
    linear-gradient(90deg, transparent 0 4%, var(--accent) 4% 5%, transparent 5% 12%, var(--accent-2) 12% 14%, transparent 14% 21%, var(--accent) 21% 23%, transparent 23% 34%, var(--accent-3) 34% 36%, transparent 36% 45%, var(--accent) 45% 47%, transparent 47% 55%, var(--accent-2) 55% 57%, transparent 57% 68%, var(--accent) 68% 70%, transparent 70% 100%);
  opacity: .28;
}

.compare-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 38px;
}

.compare-visual::before {
  inset: 28px;
}

.compare-panel {
  position: relative;
  z-index: 1;
  min-height: 350px;
  padding: 24px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.compare-panel.manual {
  border-top: 4px solid var(--text-3);
}

.compare-panel.smart {
  border-top: 4px solid var(--accent);
}

.compare-label {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  color: var(--text-3);
  font-size: 13px;
  font-weight: 800;
}

.compare-panel.smart .compare-label {
  background: color-mix(in srgb, var(--accent) 12%, white);
  color: var(--accent);
}

.compare-panel strong {
  margin-top: 16px;
  color: var(--text-1);
  font-size: 22px;
  line-height: 1.25;
}

.compare-list {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.compare-list span {
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  color: var(--text-2);
  font-size: 15px;
  font-weight: 700;
}

.compare-panel.smart .compare-list span {
  background: color-mix(in srgb, var(--accent) 9%, white);
  color: var(--text-1);
}

.compare-arrow {
  position: relative;
  z-index: 1;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.compare-arrow::before,
.compare-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 48px;
  height: 2px;
  background: color-mix(in srgb, var(--accent) 52%, transparent);
}

.compare-arrow::before {
  right: 100%;
}

.compare-arrow::after {
  left: 100%;
}

.compare-arrow span {
  max-width: 78px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.metric {
  min-height: 128px;
}

.metric .num {
  display: block;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.05;
  color: var(--accent);
}

.metric small {
  color: var(--text-3);
}

.problem-list {
  display: grid;
  gap: 14px;
}

.problem {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.problem strong {
  display: block;
  margin-bottom: 4px;
}

.badge {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--grad-soft);
  color: var(--accent);
  font-weight: 800;
}

.flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.flow.four {
  grid-template-columns: repeat(4, 1fr);
}

.mode-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 28px;
}

.mode-card {
  min-height: 620px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px;
}

.mode-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.mode-step {
  padding: 12px 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  font-size: 14px;
  line-height: 1.35;
  color: var(--text-2);
  text-align: center;
}

.mode-screen {
  height: 310px;
}

.step {
  position: relative;
  min-height: 180px;
}

.step::after {
  content: ">";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-weight: 900;
  font-size: 26px;
}

.step:last-child::after {
  display: none;
}

.step-num {
  font-family: var(--font-mono);
  color: var(--accent);
  font-weight: 800;
  margin-bottom: 18px;
}

.mini-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}

.dense-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.dense-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--text-2);
}

.dense-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 10px;
  border-radius: 50%;
  background: var(--accent-2);
  flex: 0 0 auto;
}

.screen-card {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.screen-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.screen-card.contain img {
  object-fit: contain;
  background: #fff;
}

.screen-card.crop img {
  object-fit: cover;
}

.screen-wide {
  height: 535px;
}

.screen-focus {
  height: 650px;
}

.screen-medium {
  height: 430px;
}

.screen-tall {
  height: 610px;
}

.screen-demo {
  height: 585px;
}

.screen-demo.asr img {
  max-width: 760px;
  margin: 0 auto;
}

.demo-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.demo-point {
  padding: 18px 20px;
  min-height: 92px;
}

.demo-point strong {
  display: block;
  margin-bottom: 6px;
}

.callout {
  padding: 20px 24px;
  border-left: 4px solid var(--accent);
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.doc-link {
  display: block;
  margin-top: 8px;
  font-size: 15px;
}

.doc-link a {
  color: var(--accent);
  font-weight: 800;
}

.slide-note-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.shot-caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  right: 24px;
  padding: 16px 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
  color: var(--text-2);
}

.rule-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.rule-card {
  min-height: 154px;
}

.rule-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text-1);
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--text-2);
  font-size: 13px;
  border: 1px solid var(--border);
}

.table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.table th,
.table td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.table th {
  background: #edf4ff;
  color: var(--text-1);
  font-size: 15px;
}

.table td {
  color: var(--text-2);
  font-size: 17px;
}

.table tr:last-child td {
  border-bottom: 0;
}

.price {
  font-size: 26px;
  color: var(--accent-3);
  font-weight: 800;
  white-space: nowrap;
}

.option-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 10px;
}

.option-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 16px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--surface-2) 50%, white);
}

.option-group-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: -4px 0 2px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--grad-soft);
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
  width: fit-content;
}

.option-group-title::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.option-card {
  position: relative;
  padding: 18px 22px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.option-card:hover,
.option-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  outline: none;
}

.option-card.active {
  border-color: color-mix(in srgb, var(--accent) 40%, var(--border));
  background: color-mix(in srgb, var(--accent) 4%, white);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 20%, transparent), var(--shadow-lg);
}

.option-card .switch-badge {
  position: absolute;
  top: 12px;
  right: 14px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--text-3);
  font-size: 11px;
  font-weight: 800;
}

.option-card.active .switch-badge {
  background: var(--accent);
  color: #fff;
}

.option-name {
  font-size: 19px;
  font-weight: 800;
  color: var(--text-1);
  margin-bottom: 12px;
  line-height: 1.2;
}

.option-detail {
  display: grid;
  gap: 6px;
}

.option-line {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.5;
}

.option-line span {
  flex: 0 0 auto;
  padding: 2px 7px;
  border-radius: 4px;
  background: var(--surface-2);
  color: var(--text-3);
  font-weight: 700;
  font-size: 11px;
  white-space: nowrap;
}

.option-line strong {
  flex: 1 1 auto;
  color: var(--text-1);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.switch-hint {
  display: inline-flex;
  margin-top: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 9%, white);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.cost-lines {
  display: none;
}

.accuracy {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin: 4px 0 14px;
  color: var(--accent);
  font-weight: 800;
}

.accuracy.stacked {
  display: grid;
  gap: 5px;
}

.accuracy .value {
  font-size: 34px;
  line-height: 1;
}

.method-layout {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.accuracy-basis {
  padding: 12px 18px;
}

.method-card {
  padding: 14px 18px;
}

.method-card strong {
  display: block;
  margin-bottom: 6px;
}

.method-card .dim {
  font-size: 13px;
  line-height: 1.42;
}

.tip-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.cost-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(280px, .48fr);
  gap: 12px;
  align-items: stretch;
}

.calc-lines {
  display: grid;
  gap: 6px;
}

.calc-lines span {
  display: block;
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.45;
}

.calc-lines strong {
  display: inline;
  color: var(--text-1);
}

.calc-card {
  border-color: color-mix(in srgb, var(--accent) 38%, var(--border));
  min-height: 232px;
}

.calc-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.calc-title-row > strong {
  margin-bottom: 0;
}

.calc-title-row > span {
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.calc-scope {
  margin-top: 5px;
  color: var(--text-3);
  font-size: 12px;
  font-weight: 750;
}

.calc-sections {
  display: grid;
  gap: 10px;
}

.calc-section {
  padding-top: 9px;
  border-top: 1px solid var(--border);
}

.calc-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.calc-section > span,
.calc-section div span {
  color: var(--text-2);
  font-size: 14px;
}

.calc-section strong {
  color: var(--text-1);
  font-size: 15px;
}

.formula {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.formula span {
  flex: 0 0 auto;
}

.formula-modes > span {
  display: block;
  margin-bottom: 7px;
}

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

.formula-box {
  min-height: 74px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: #fff;
}

.formula-box.primary {
  border-color: color-mix(in srgb, var(--accent) 32%, var(--border));
  background: color-mix(in srgb, var(--accent) 6%, white);
}

.formula-box b {
  display: block;
  margin-bottom: 6px;
  color: var(--text-2);
  font-size: 13px;
}

.formula-box.primary b {
  color: var(--accent);
}

.formula-box strong {
  display: block;
  font-size: 13px;
  line-height: 1.38;
}

.active-formula strong {
  display: block;
  margin-top: 5px;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--accent) 6%, white);
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
}

.interactive-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.08fr .86fr .86fr;
  gap: 8px;
  margin-top: 7px;
}

.calc-control,
.calc-metric {
  min-width: 0;
  padding: 8px 9px;
  border-radius: var(--radius-sm);
  background: var(--surface-2);
}

.calc-control b,
.calc-metric b {
  display: block;
  margin-bottom: 5px;
  color: var(--text-3);
  font-size: 12px;
}

.calc-control em {
  display: inline-block;
  margin-top: 0;
  margin-left: 4px;
  color: var(--text-2);
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
}

.stepper {
  display: inline-grid;
  width: calc(100% - 42px);
  grid-template-columns: 24px minmax(42px, 1fr) 24px;
  gap: 4px;
  align-items: center;
  vertical-align: middle;
}

.stepper button {
  width: 24px;
  height: 26px;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: #fff;
  color: var(--accent);
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.stepper input {
  min-width: 0;
  height: 26px;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: #fff;
  color: var(--text-1);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.calc-metric strong {
  color: var(--text-1);
  font-size: 14px;
}

.param-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 7px;
}

.param-grid em {
  padding: 7px 8px;
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  color: var(--text-1);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.param-grid b {
  display: block;
  margin-bottom: 2px;
  color: var(--text-3);
  font-size: 12px;
}

.cloud-param-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 7px;
}

.cloud-param-grid em {
  padding: 9px 8px;
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  color: var(--text-1);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.cloud-param-grid b {
  display: block;
  margin-bottom: 3px;
  color: var(--text-3);
  font-size: 12px;
}

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

.result > div {
  display: flex;
  min-height: 86px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
}

.result > div strong {
  color: var(--text-1);
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
}

.result .total {
  border: 0;
  background: var(--accent-soft);
}

.result .total strong {
  color: var(--accent);
  font-size: 20px;
}

.cost-notes {
  display: grid;
  height: 100%;
  grid-template-rows: auto repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cost-notes > strong {
  display: flex;
  align-items: center;
  min-height: 25px;
  margin-bottom: 0;
}

.note-row {
  min-height: 0;
  padding: 10px 11px;
  border: 1px solid color-mix(in srgb, var(--accent) 10%, var(--border));
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--surface-2) 72%, white);
}

.note-row span {
  display: inline-flex;
  margin-bottom: 4px;
  padding: 2px 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 10%, white);
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.note-row p {
  margin: 0;
  color: var(--text-2);
  font-size: 12px;
  line-height: 1.42;
}

.recalc-note {
  padding: 11px 15px;
  border: 1px solid color-mix(in srgb, var(--warn) 22%, var(--border));
  border-left: 4px solid var(--warn);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--warn) 8%, white);
  color: var(--text-2);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.recalc-note strong {
  color: var(--text-1);
  font-weight: 800;
}

.resource-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.resource-item {
  padding: 15px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
}

.resource-item strong {
  display: block;
  margin-bottom: 5px;
}

.footnote {
  font-size: 15px;
  color: var(--text-3);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.timeline-item {
  padding: 24px 18px 28px;
  border-right: 1px solid var(--border);
  min-height: 204px;
}

.timeline-item:last-child {
  border-right: 0;
}

.timeline-item .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--accent);
  margin-bottom: 18px;
}

.quote {
  font-size: 36px;
  line-height: 1.35;
  font-weight: 800;
  color: var(--text-1);
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.summary-card {
  min-height: 190px;
}

.summary-card .badge {
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .slide {
    padding: 52px 46px;
  }

  .h1 {
    font-size: 52px;
  }

  .h2 {
    font-size: 40px;
  }

  .flow,
  .metric-strip,
  .rule-grid,
  .summary-grid,
  .option-row,
  .resource-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .split.wide-left,
  .split.wide-right {
    grid-template-columns: 1fr;
  }
}
