@font-face{font-family:"Golos Text";src:url("fonts/golos-text.ttf") format("truetype");font-style:normal;font-weight:400 900;font-display:swap}
:root {
  --ink: #17181a;
  --ink-2: #24262a;
  --paper: #f3f4f4;
  --paper-2: #e2e5e7;
  --white: #fff;
  --accent: #ffd400;
  --accent-hover: #ffe566;
  --success: #5f8a7b;
  --error: #9b4f63;
  --muted-dark: #aeb2b5;
  --muted-light: #62676d;
  --line-dark: rgba(255, 255, 255, .16);
  --line-light: rgba(23, 24, 26, .18);
  --display: "Golos Text", Arial, sans-serif;
  --accent-font: "Bebas Neue", "Arial Narrow", sans-serif;
  --text: "Golos Text", Arial, sans-serif;
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--text);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

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

.container { width: min(100%, calc(var(--container) + 2 * var(--gutter))); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(72px, 9vw, 128px); }
.section-dark { color: var(--paper); background: var(--ink); }
.section-light { color: var(--ink); background: var(--paper); }
.section-paper { color: var(--ink); background: var(--paper-2); }
.section-accent { color: var(--ink); background: var(--accent); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--paper);
  background: rgba(23, 24, 26, .92);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 31px; height: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; align-items: end; }
.brand-mark i { display: block; background: var(--accent); }
.brand-mark i:nth-child(1) { height: 9px; }
.brand-mark i:nth-child(2) { height: 16px; }
.brand-mark i:nth-child(3) { height: 24px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #c7cacd; font-size: 13px; text-decoration: none; }
.desktop-nav a:hover { color: var(--white); }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: var(--ink);
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 0;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .14s ease, border-color .14s ease, transform .14s ease;
}
.button:hover { background: var(--accent-hover); border-color: var(--accent-hover); transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button-small { min-height: 42px; padding-inline: 16px; font-size: 13px; }
.button-wide { width: 100%; min-height: 56px; }
.button-dark { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.button-ghost { color: var(--paper); background: transparent; border-color: rgba(255,255,255,.5); }
.button-ghost:hover { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.text-link, .text-button, .link-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 3px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.text-link-light { color: var(--paper); }
.text-button { color: var(--paper); }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.section-accent :focus-visible { outline-color: var(--ink); }

.hero { min-height: calc(100svh - 72px); padding-block: clamp(64px, 9vw, 124px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(48px, 7vw, 96px); align-items: center; }
.eyebrow, .section-index { margin: 0 0 24px; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--accent); }
.signal { width: 8px; height: 8px; background: var(--accent); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 600; line-height: 1.02; letter-spacing: -.045em; }
h1 { max-width: 820px; font-size: clamp(52px, 6.2vw, 88px); }
h1 span { color: var(--accent); }
h2 { max-width: 850px; font-size: clamp(40px, 4.5vw, 64px); }
h3 { margin: 0; font-size: 20px; line-height: 1.25; }
.hero-lead { max-width: 670px; margin: 32px 0 0; color: #d5d7d9; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 40px; }
.microcopy { max-width: 590px; margin: 24px 0 0; color: var(--muted-dark); font-size: 13px; }

.hero-visual { position: relative; min-height: 540px; border: 1px solid var(--line-dark); background-image: linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px); background-size: 68px 68px; }
.decision-card { position: absolute; z-index: 3; top: 84px; right: -1px; width: min(90%, 390px); padding: 34px; color: var(--ink); background: var(--accent); }
.decision-label { display: block; margin-bottom: 36px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.decision-card strong { display: block; font-family: var(--display); font-size: clamp(38px, 4vw, 54px); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.decision-card p { max-width: 280px; margin: 24px 0 0; font-size: 14px; }
.decision-result { position: absolute; z-index: 3; left: 36px; bottom: 38px; display: flex; align-items: center; gap: 12px; }
.decision-result.second { left: 185px; }
.decision-result span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--paper); font-size: 12px; font-weight: 700; }
.decision-result.second span { background: var(--accent); }
.decision-result p { margin: 0; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.route { position: absolute; z-index: 1; background: rgba(255,255,255,.44); }
.route-a { left: 58px; top: 73px; width: 1px; height: 390px; }
.route-b { left: 58px; top: 260px; width: 250px; height: 1px; }
.route-c { left: 308px; top: 260px; width: 1px; height: 205px; }
.node { position: absolute; z-index: 2; width: 12px; height: 12px; border: 2px solid var(--ink); background: var(--accent); box-shadow: 0 0 0 3px var(--accent); }
.node-a { left: 52px; top: 121px; }
.node-b { left: 52px; top: 254px; }
.node-c { left: 302px; top: 254px; }

.split-head { display: grid; grid-template-columns: minmax(170px, .34fr) minmax(0, 1fr); gap: clamp(32px, 7vw, 120px); align-items: start; }
.section-index { color: var(--muted-light); }
.split-head-dark .section-index, .section-dark .section-index { color: var(--accent); }
.section-lead { max-width: 760px; margin: 28px 0 0; color: var(--muted-light); font-size: clamp(18px, 1.8vw, 22px); }
.section-dark .section-lead { color: var(--muted-dark); }
.evaluation-lines { margin-top: clamp(52px, 7vw, 88px); border-top: 1px solid var(--line-light); }
.evaluation-row { display: grid; grid-template-columns: 80px minmax(180px, .55fr) 1fr; gap: 24px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid var(--line-light); }
.row-number { font-family: var(--accent-font); font-size: 28px; color: var(--muted-light); }
.evaluation-row h3 { font-family: var(--display); font-size: 25px; font-weight: 600; letter-spacing: -.025em; }
.evaluation-row p { max-width: 600px; margin: 0; color: var(--muted-light); }

.accent-grid { display: grid; grid-template-columns: 1fr .7fr; gap: clamp(48px, 8vw, 120px); }
.section-accent .section-index { color: var(--ink); opacity: .65; }
.accent-copy { align-self: end; border-left: 2px solid var(--ink); padding-left: 28px; }
.accent-copy p { margin: 0; font-size: 18px; }
.accent-copy p + p { margin-top: 20px; }

.month-map { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(52px, 7vw, 88px); border: 1px solid var(--line-dark); }
.month-stage { min-height: 330px; padding: 28px; border-right: 1px solid var(--line-dark); }
.month-stage:last-child { border-right: 0; }
.month-stage.featured { color: var(--ink); background: var(--accent); }
.stage-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 52px; }
.stage-head span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid currentColor; font-family: var(--accent-font); font-size: 24px; }
.stage-head p { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.month-stage h3 { max-width: 300px; font-family: var(--display); font-size: 27px; font-weight: 600; line-height: 1.15; letter-spacing: -.03em; }
.month-stage > p { margin: 24px 0 0; color: var(--muted-dark); }
.month-stage.featured > p { color: var(--ink); }
.fact-note { display: grid; grid-template-columns: .42fr 1fr; gap: 40px; margin-top: 32px; }
.fact-note span { color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.fact-note p { max-width: 720px; margin: 0; color: var(--muted-dark); font-size: 14px; }

.cases-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(56px, 9vw, 140px); align-items: center; }
.cases .button { margin-top: 32px; }
.case-window { display: block; color: var(--ink); border: 1px solid var(--ink); text-decoration: none; transition: transform .14s ease; }
.case-window:hover { transform: translateY(-4px); }
.case-window-top { min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; color: var(--paper); background: var(--ink); font-size: 13px; }
.case-window-body { min-height: 390px; padding: clamp(32px, 5vw, 64px); background: var(--paper-2); }
.case-line { width: 68%; height: 10px; display: block; margin-bottom: 18px; background: var(--ink); }
.case-line-long { width: 100%; background: var(--accent); }
.case-line-short { width: 42%; }
.case-window-body strong { display: block; margin-top: 80px; font-family: var(--display); font-size: clamp(32px, 3.5vw, 48px); font-weight: 600; line-height: 1.05; letter-spacing: -.04em; }
.case-window-body p { max-width: 460px; margin: 20px 0 0; color: var(--muted-light); }

.process-heading { display: flex; justify-content: space-between; gap: 64px; margin-bottom: 64px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.process-list li { display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--ink); }
.process-list li > span { font-family: var(--accent-font); font-size: 50px; line-height: 1; }
.process-list li > div { display: grid; grid-template-columns: minmax(200px, .55fr) 1fr; gap: 32px; align-items: baseline; }
.process-list h3 { font-family: var(--display); font-size: 27px; font-weight: 600; letter-spacing: -.025em; }
.process-list p { max-width: 600px; margin: 0; color: var(--muted-light); }

.owner-grid { display: grid; grid-template-columns: minmax(320px, .76fr) 1fr; gap: clamp(56px, 9vw, 140px); align-items: center; }
.portrait-frame { position: relative; max-width: 480px; background: var(--accent); }
.portrait-frame::before { content: ""; position: absolute; z-index: 0; inset: -16px 16px 16px -16px; border: 1px solid rgba(255,255,255,.35); }
.portrait-frame img { position: relative; z-index: 1; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; filter: grayscale(100%) contrast(1.06); }
.portrait-caption { position: absolute; z-index: 2; right: -24px; bottom: 28px; padding: 12px 16px; color: var(--ink); background: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.owner-lead { max-width: 700px; margin: 30px 0 0; color: #d3d5d7; font-size: clamp(18px, 2vw, 23px); }
.owner-facts { margin: 48px 0 0; border-top: 1px solid var(--line-dark); }
.owner-facts div { display: grid; grid-template-columns: .45fr 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.owner-facts dt { color: var(--muted-dark); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.owner-facts dd { margin: 0; }

.price-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(56px, 8vw, 120px); align-items: center; }
.price-board { border: 1px solid var(--ink); }
.price-row { padding: 30px; }
.price-row + .price-row { border-top: 1px solid var(--ink); }
.price-row-accent { background: var(--accent); }
.price-row > span { display: block; margin-bottom: 30px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-row strong { display: block; font-family: var(--display); font-size: clamp(32px, 3.4vw, 46px); font-weight: 600; line-height: 1.05; letter-spacing: -.04em; }
.price-row p { margin: 16px 0 0; color: var(--muted-light); font-size: 14px; }
.price-row-accent p { color: var(--ink); }

.condition-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; margin-top: 64px; }
.condition { min-height: 310px; padding: 28px; border-top: 8px solid var(--ink); background: var(--paper); }
.condition-go { grid-column: span 5; }
.condition-pause { grid-column: span 4; border-color: var(--accent); }
.condition-no { grid-column: span 3; border-color: var(--error); }
.condition-mark { display: block; min-height: 48px; color: var(--muted-light); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.condition h3 { font-family: var(--display); font-size: 25px; font-weight: 600; line-height: 1.15; letter-spacing: -.025em; }
.condition p { margin: 20px 0 0; color: var(--muted-light); font-size: 14px; }

.faq-grid { display: grid; grid-template-columns: .6fr 1fr; gap: clamp(48px, 8vw, 120px); }
.accordion { border-top: 1px solid var(--ink); }
.accordion details { border-bottom: 1px solid var(--ink); }
.accordion summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; flex: 0 0 auto; font-family: var(--accent-font); font-size: 32px; font-weight: 400; line-height: 1; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 700px; margin: -4px 48px 24px 0; color: var(--muted-light); }

.request-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(56px, 9vw, 140px); align-items: start; }
.request-grid > *, .lead-form fieldset, .lead-form .field { min-width: 0; }
.request-copy { position: sticky; top: 120px; }
.request-copy > p:not(.section-index) { max-width: 600px; margin: 28px 0 0; color: #d0d3d5; font-size: 19px; }
.privacy-promise { display: grid; grid-template-columns: 28px 1fr; gap: 12px; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line-dark); }
.privacy-promise span { color: var(--accent); font-size: 24px; }
.privacy-promise p { margin: 0; color: var(--muted-dark); font-size: 13px; }
.lead-form { padding: clamp(24px, 4vw, 44px); color: var(--ink); background: var(--paper); }
.lead-form fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.lead-form legend, .field label { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 700; }
.channel-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.channel-option { min-height: 52px; position: relative; }
.channel-option input { position: absolute; opacity: 0; }
.channel-option span { min-height: 52px; display: grid; place-items: center; padding: 10px; border: 1px solid var(--ink); cursor: pointer; }
.channel-option input:checked + span { background: var(--accent); box-shadow: inset 0 0 0 2px var(--ink); }
.channel-option input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 4px; }
.field { margin-bottom: 24px; }
input[type="text"], input[type="url"], select, textarea {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #8c9196;
  border-radius: 0;
}
textarea { min-height: 120px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: var(--ink); }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--error); box-shadow: inset 4px 0 0 var(--error); }
.field-hint, .field-error { margin: 7px 0 0; font-size: 12px; }
.field-hint { color: var(--muted-light); }
.field-error { min-height: 0; color: var(--error); font-weight: 600; }
.field-error:empty { display: none; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; margin: 8px 0 0; font-size: 13px; }
.consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--ink); }
.consent a { text-underline-offset: 3px; }
.form-status { margin: 20px 0 0; padding: 0; }
.form-status:not(:empty) { padding: 13px 15px; border-left: 4px solid var(--error); background: rgba(155,79,99,.08); }
.form-status.is-loading:not(:empty) { border-color: var(--accent); background: rgba(255,212,0,.18); }
.lead-form .button-wide { margin-top: 20px; }
.lead-form button[disabled] { opacity: .62; cursor: wait; }
.form-footnote { margin: 16px 0 0; color: var(--muted-light); font-size: 12px; }

.site-footer { padding-block: 52px 28px; color: var(--paper); background: var(--ink-2); border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1fr .7fr .8fr; gap: 48px; }
.footer-brand { margin-bottom: 16px; }
.footer-grid p { margin: 0; color: var(--muted-dark); font-size: 13px; }
.footer-links, .footer-legal { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links a, .footer-legal a, .footer-legal button { color: #d8dade; font-size: 13px; text-underline-offset: 4px; }
.footer-links span { color: var(--muted-dark); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line-dark); }
.footer-bottom p { margin: 0; color: #8e9398; font-size: 11px; }

.cookie-banner {
  position: fixed;
  z-index: 300;
  right: 20px;
  bottom: 20px;
  left: 20px;
  max-width: 1180px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 22px;
  color: var(--paper);
  background: var(--ink-2);
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: 4px; }
.cookie-banner p { max-width: 700px; margin: 0; color: var(--muted-dark); font-size: 13px; }
.cookie-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px; }
.cookie-actions .button { min-height: 44px; padding: 10px 14px; font-size: 12px; }
.cookie-actions .text-button { font-size: 12px; }
.cookie-dialog { width: min(680px, calc(100% - 32px)); padding: 0; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); }
.cookie-dialog::backdrop { background: rgba(10,11,12,.72); }
.cookie-dialog form { padding: clamp(24px, 5vw, 40px); }
.dialog-head { display: flex; justify-content: space-between; gap: 24px; }
.dialog-head .section-index { margin-bottom: 12px; }
.dialog-head h2 { font-size: clamp(36px, 5vw, 52px); }
.icon-button { width: 44px; height: 44px; flex: 0 0 44px; color: var(--ink); background: transparent; border: 1px solid var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.cookie-setting { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.cookie-setting:first-of-type { margin-top: 28px; border-top: 1px solid var(--line-light); }
.cookie-setting strong { display: block; }
.cookie-setting p { margin: 6px 0 0; color: var(--muted-light); font-size: 13px; }
.cookie-setting > span { color: var(--muted-light); font-size: 12px; }
.cookie-toggle input { width: 24px; height: 24px; accent-color: var(--ink); }
.dialog-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { color: var(--paper); background: var(--ink); border-bottom: 1px solid var(--line-dark); }
.legal-header .header-inner { justify-content: space-between; }
.legal-main { padding-block: clamp(64px, 8vw, 112px); }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); gap: clamp(40px, 8vw, 120px); }
.legal-aside { font-size: 12px; color: var(--muted-light); }
.legal-aside strong { display: block; margin-bottom: 10px; color: var(--ink); text-transform: uppercase; }
.legal-content h1 { color: var(--ink); font-size: clamp(54px, 7vw, 88px); }
.legal-status { margin: 28px 0 42px; padding: 18px 20px; border-left: 6px solid var(--accent); background: var(--paper-2); }
.legal-content h2 { margin: 48px 0 16px; font-family: var(--display); font-size: 30px; font-weight: 600; line-height: 1.1; letter-spacing: -.03em; }
.legal-content h3 { margin: 28px 0 10px; font-size: 17px; }
.legal-content p, .legal-content li { color: #404449; }
.legal-content ul { padding-left: 22px; }
.legal-content a { text-underline-offset: 3px; }
.legal-back { margin-top: 52px; }
.thanks-page, .not-found-page { min-height: 100vh; display: grid; place-items: center; padding: 32px; color: var(--paper); background: var(--ink); }
.message-shell { width: min(100%, 820px); }
.message-code { margin: 0 0 28px; color: var(--accent); font-family: var(--accent-font); font-size: clamp(80px, 15vw, 180px); line-height: .8; }
.message-shell h1 { font-size: clamp(48px, 7vw, 80px); }
.message-shell > p { max-width: 650px; margin: 28px 0 0; color: var(--muted-dark); font-size: 18px; }
.message-shell .button { margin-top: 36px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-inner { justify-content: space-between; }
  .hero-grid, .cases-grid, .owner-grid, .price-grid, .request-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 460px; }
  .split-head { grid-template-columns: 1fr; gap: 20px; }
  .accent-grid { grid-template-columns: 1fr; }
  .accent-copy { max-width: 720px; }
  .month-map { grid-template-columns: 1fr; }
  .month-stage { min-height: 0; }
  .month-stage { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .month-stage:last-child { border-bottom: 0; }
  .stage-head { padding-bottom: 34px; }
  .condition-go, .condition-pause { grid-column: span 6; }
  .condition-no { grid-column: span 12; }
  .faq-grid { grid-template-columns: 1fr; }
  .request-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: flex-start; }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 640px) {
  :root { --gutter: 20px; }
  html { scroll-padding-top: 66px; }
  .section { padding-block: 72px; }
  .site-header .brand span:last-child { display: none; }
  .site-header .button-small { min-height: 44px; padding: 10px 13px; font-size: 12px; }
  .header-inner { min-height: 64px; }
  .hero { padding-block: 64px 72px; }
  .hero-grid { gap: 52px; }
  h1 { font-size: clamp(43px, 12vw, 58px); }
  h2 { font-size: clamp(36px, 10vw, 48px); }
  .hero-lead { margin-top: 24px; font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 32px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-visual { min-height: 430px; margin-inline: -20px; border-inline: 0; }
  .decision-card { top: 62px; width: calc(100% - 44px); padding: 28px 24px; }
  .decision-card strong { font-size: 40px; }
  .decision-label { margin-bottom: 28px; }
  .decision-result { left: 20px; bottom: 28px; }
  .decision-result.second { left: 158px; }
  .route-a { left: 30px; }
  .route-b { left: 30px; width: 220px; }
  .route-c { left: 250px; }
  .node-a, .node-b { left: 24px; }
  .node-c { left: 244px; }
  .evaluation-row { grid-template-columns: 44px 1fr; gap: 12px 16px; padding: 24px 0; }
  .evaluation-row p { grid-column: 2; }
  .accent-copy { padding-left: 20px; }
  .month-map { margin-top: 44px; }
  .fact-note { grid-template-columns: 1fr; gap: 10px; }
  .case-window-body { min-height: 330px; padding: 28px; }
  .case-window-body strong { margin-top: 60px; }
  .process-heading { display: block; margin-bottom: 44px; }
  .process-list li { grid-template-columns: 54px 1fr; gap: 16px; }
  .process-list li > div { grid-template-columns: 1fr; gap: 8px; }
  .process-list li > span { font-size: 38px; }
  .owner-grid { gap: 60px; }
  .portrait-frame { margin-left: 16px; }
  .portrait-caption { right: -4px; bottom: 20px; }
  .owner-facts div { grid-template-columns: 1fr; gap: 5px; }
  .condition-grid { grid-template-columns: 1fr; }
  .condition-go, .condition-pause, .condition-no { grid-column: auto; }
  .condition { min-height: 0; }
  .channel-options { grid-template-columns: 1fr; }
  .lead-form { margin-inline: -20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { right: 8px; bottom: 8px; left: 8px; padding: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; align-items: stretch; }
  .cookie-actions .button { width: 100%; }
  .cookie-actions .text-button { justify-self: start; }
  .cookie-setting { grid-template-columns: 1fr; gap: 12px; }
  .cookie-toggle { grid-template-columns: 1fr auto; }
  .dialog-actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
