/* Четвёртая итерация: Roboto, хвойный зелёный, тёплый кремовый фон, абрикосовый акцент. */
@font-face { font-family: Roboto; src: url('/assets/fonts/roboto.woff2?v=40c673d00b') format('woff2'); font-style: normal; font-weight: 100 900; font-stretch: 75% 100%; font-display: swap; }
:root {
  --paper: #faf7f1;
  --surface: #fff;
  --ink: #14342b;
  --text: #35453e;
  --muted: #66736c;
  --accent: #1d5443;
  --line: #e6e0d4;
  --soft: #f2ede3;
  --warm: #f9a56b;
  --cta: #f4803a;
  --cta-hover: #ff9451;
  --cta-ink: #14261f;
  --sage: #dbe7dd;
  --note: #fbf1e6;
  --forest: #153f34;
  --sans: Roboto, Arial, sans-serif;
}
body { font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1240px, calc(100% - 80px)); }
h1, h2, h3 { font-family: var(--sans); font-weight: 720; letter-spacing: -.028em; }
h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.05; }
h2 { font-size: clamp(31px, 3.6vw, 50px); line-height: 1.08; }
h3 { font-weight: 700; }
button, a.button { border-radius: 10px; padding: 15px 24px; min-height: 52px; font: 700 15px/1.5 var(--sans); transition: background .16s ease, box-shadow .16s ease, border-color .16s ease, transform .16s ease; }
button:hover { background: #13342a; }
a.button, button[type=submit] { background: var(--cta); border-color: var(--cta); color: var(--cta-ink); box-shadow: inset 0 1px 0 #ffffff59, 0 10px 24px -10px #f4803ab3; }
a.button:hover, button[type=submit]:hover { background: var(--cta-hover); border-color: var(--cta-hover); color: var(--cta-ink); box-shadow: inset 0 1px 0 #ffffff59, 0 14px 28px -10px #f4803acc; transform: translateY(-1px); }
a { text-underline-offset: 4px; }
.preview-bar { background: #f0ebdf; color: #385b4f; font-size: 11px; line-height: 1.6; }
.preview-bar a { color: inherit; }
.preview-bar .wrap { gap: 6px 20px; }
.header-inner { padding-block: 25px; gap: 25px; }
.brand { font-family: var(--sans); font-size: 23px; font-weight: 670; letter-spacing: -.04em; }
.brand::before { content: '↗'; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-right: 10px; background: var(--warm); color: var(--forest); border-radius: 9px; font-size: 23px; font-weight: 500; vertical-align: -2px; }
.brand span { margin-inline: 2px; }
.main-nav { font-size: 13px; gap: 17px; }
.main-nav a { color: var(--ink); }
.main-nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
.main-nav a.button { color: var(--cta-ink); padding: 12px 18px; font-size: 13px; min-height: 46px; }
.nav-toggle { min-height: 44px; padding: 8px 13px; background: transparent; color: var(--ink); border: 1px solid #d9d1c1; gap: 22px; }
.nav-toggle:hover { background: #e7e2d8; }
.nav-toggle span { font-size: 22px; font-weight: 400; line-height: 1; }
.breadcrumb { padding-top: 8px; }
.content-section { padding-block: 44px; }
.section-index { border-radius: 9px; }
.eyebrow { font-size: 11px; font-weight: 750; line-height: 1.6; letter-spacing: .095em; text-transform: uppercase; }
.text-link { display: inline-flex; gap: 13px; align-items: center; font-size: 14px; }
.home-page main { padding-block: 34px 65px; }

/* Контрастный первый экран и интерактивный образец. */
.home-hero { position: relative; isolation: isolate; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 48px; margin-inline: -40px; padding: 48px 40px 39px; border-radius: 24px; overflow: clip; color: #fff; background: radial-gradient(820px 520px at 88% -8%, #23614e 0%, #23614e00 62%), radial-gradient(620px 420px at 0% 108%, #0f3029 0%, #0f302900 70%), var(--forest); }
.home-hero::before { content: ''; position: absolute; z-index: -1; width: 540px; height: 540px; right: -75px; top: -160px; border: 1px solid #8fb1a030; border-radius: 50%; box-shadow: 0 0 0 62px #8fb1a00b, 0 0 0 125px #8fb1a008; pointer-events: none; }
.home-hero::after { content: ''; position: absolute; z-index: -1; right: 28%; bottom: -240px; width: 360px; height: 360px; border: 60px solid #efa3700b; border-radius: 50%; pointer-events: none; }
.hero-copy { min-width: 0; position: relative; z-index: 1; }
.hero-copy .eyebrow { display: inline-flex; align-items: center; gap: 9px; background: #ffffff0b; color: #e8e3d9; padding: 8px 12px; border: 1px solid #ffffff20; border-radius: 99px; font-size: 10px; letter-spacing: .07em; margin-bottom: 23px; }
.hero-copy .eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--warm); border-radius: 50%; flex-shrink: 0; }
.home-hero h1 { color: #fff; font-size: clamp(50px, 5.6vw, 80px); line-height: 1; letter-spacing: -.04em; font-weight: 800; margin-bottom: 24px; max-width: 640px; }
.home-hero h1 em { color: var(--warm); font-style: normal; font-weight: inherit; }
.hero-lead { font-size: 19px; font-weight: 450; line-height: 1.5; color: #f8f5f0; max-width: 500px; letter-spacing: -.014em; }
.hero-description { font-size: 14px; line-height: 1.85; color: #c3d6cc; max-width: 495px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px 24px; margin-top: 27px; }
.hero-actions .action-line { margin: 0; }
.home-hero a.button { padding: 18px 26px; min-height: 62px; font-size: 16px; box-shadow: inset 0 1px 0 #ffffff59, 0 14px 34px -10px #f4803ad9; }
.hero-actions .button::after { content: '↗'; margin-left: 17px; font-size: 21px; font-weight: 500; line-height: 1; }
.home-hero .text-link { color: #eae5dc; font-size: 13px; }
.hero-timing { margin-top: 18px; font-size: 11px; color: #d6cdbc; line-height: 1.75; max-width: 490px; }
.hero-timing p { margin-bottom: 0; }
.review-scene { position: relative; min-width: 0; padding: 0 0 4px; }
.scene-heading { display: flex; align-items: center; gap: 9px; padding: 0 6px 17px; color: #e7e2d8; font-size: 11px; }
.scene-mark { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; border-radius: 7px; background: var(--warm); color: #1a483a; font-size: 19px; }
.scene-edition { margin-left: auto; font-size: 10px; color: #c9bea8; font-weight: 700; }
.review-document { color: var(--text); background: #fff; padding: 25px; border-radius: 17px; border: 1px solid #f3efe6; box-shadow: 0 23px 48px #0b1f1942, 9px 9px 0 #f3b992; }
.document-header { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 15px; border-bottom: 1px solid #eae5dc; font-size: 11px; line-height: 1.4; }
.document-header > span:first-child { font-weight: 710; letter-spacing: -.03em; }
.document-header > span:last-child { font-size: 9px; letter-spacing: .07em; color: #607b72; text-align: right; }
.document-page { display: block; color: #173f33; margin-top: 3px; font-size: 10px; font-weight: 750; }
.document-kicker { margin: 21px 0 9px; font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; color: #456d60; font-weight: 700; }
.review-document h2 { color: #184034; font-size: clamp(27px, 2.5vw, 34px); font-weight: 710; line-height: 1.06; letter-spacing: -.04em; margin-bottom: 10px; }
.review-document h2 em { font-style: normal; color: #346957; }
.sample-disclosure { font-size: 11px; color: #5e766e; margin: 0; }
.review-tabs { display: flex; gap: 4px; padding: 4px; margin-top: 22px; background: #f5f1ea; border: 1px solid #eae5dc; border-radius: 9px; }
.review-tabs button { flex: 1; min-width: 0; padding: 10px 3px; min-height: 43px; border: 0; border-radius: 6px; font: 650 11px/1.4 var(--sans); color: #436358; background: transparent; box-shadow: none; }
.review-tabs button:hover { background: #e4dfd4; }
.review-tabs button[aria-selected="true"] { background: #1d4d3f; color: #fff; box-shadow: 0 2px 5px #234b3f20; }
.review-panel { min-height: 223px; }
.document-finding { display: grid; grid-template-columns: 28px 1fr; gap: 11px; margin-top: 21px; }
.finding-number { display: flex; align-items: center; justify-content: center; background: #efe8dc; border-radius: 8px; width: 28px; height: 28px; color: #2b5748; font-size: 11px; font-weight: 710; }
.document-finding h3 { font-size: 14px; line-height: 1.45; letter-spacing: -.015em; margin: 0 0 7px; }
.document-finding p { font-size: 12px; line-height: 1.75; color: #5a6e68; margin: 0; }
.document-before, .document-after { margin-top: 19px; padding: 13px 16px; border: 1px solid #e9e4db; border-left: 3px solid #8db09e; border-radius: 7px; background: #f8f5f0; font-size: 17px; }
.document-after { background: #f2ede3; border-color: #d5ccba; border-left-color: #40826c; }
.document-before span, .document-after span { display: block; font-size: 10px; color: #4e6b61; margin-bottom: 4px; }
.document-before p, .document-after p { margin: 0; font-weight: 600; letter-spacing: -.02em; }
.document-before .document-annotation, .document-after .document-annotation { margin: 7px 0 0; font-size: 10px; color: #56786d; }
.document-checks { list-style: none; margin: 17px 0 0 39px; padding: 0; font-size: 12px; }
.document-checks li { margin: 0; padding-block: 4px; }
.document-checks li::before { content: '□'; margin-right: 9px; color: #41836d; }
.document-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 12px; border-top: 1px solid #eae5dc; padding-top: 14px; font-size: 9px; line-height: 1.5; color: #5e776f; }
.document-footer a { color: #2c5a4b; }
.scene-caption { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 5px 0; font-size: 10px; line-height: 1.5; color: #e4ded2; }
.scene-caption span { padding-left: 12px; border-left: 1px solid #89ad9b55; }
.scene-caption b { display: block; color: var(--warm); font-size: 16px; line-height: 1; font-weight: 710; margin-bottom: 7px; }
.hero-afterword { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px 24px; padding: 23px 0; border-bottom: 1px solid #dad2c3; font-size: 13px; font-weight: 600; }
.hero-afterword p { margin: 0; }
.review-conditions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 25px 0 29px; font-size: 11px; line-height: 1.8; color: #5c716a; }
.review-conditions p { margin: 0; }
.review-conditions p::before { display: block; color: #1c4639; font-size: 12px; font-weight: 750; margin-bottom: 7px; }
.review-conditions p:nth-child(1)::before { content: 'A clear delivery date'; }
.review-conditions p:nth-child(2)::before { content: 'Your review credit'; }
.review-conditions p:nth-child(3)::before { content: 'The refund option'; }
.review-conditions strong { font-weight: 500; }

/* Человек, ответственность и измеренный результат. */
.home-section { padding: 0; min-width: 0; }
.home-section h2 { margin-bottom: 25px; }
.home-section p:last-child { margin-bottom: 0; }
.section-copy { color: var(--text); }
.section-eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-bottom: 25px; color: #43695c; font-size: 10px; letter-spacing: .07em; }
.section-eyebrow > span { display: inline-block; padding: 6px 10px; background: var(--warm); border-radius: 6px; color: #3b1d08; }
.founder-layout { display: grid; grid-template-columns: minmax(220px, 320px) minmax(0, 1fr); gap: 24px 67px; margin-top: 27px; padding: 42px; border: 1px solid #e4ded3; border-radius: 21px; background: #fff; align-items: center; }
.founder-portrait { position: relative; grid-row: 1 / span 2; margin: 0; width: 100%; max-width: 320px; }
.founder-portrait img { display: block; width: 100%; height: auto; border-radius: 15px 15px 0 0; }
.founder-portrait figcaption { background: #1c4b3c; color: #e9e4db; padding: 14px 15px; font-size: 11px; line-height: 1.5; border-radius: 0 0 15px 15px; }
.home-founder { grid-column: 2; }
.home-founder .founder-eyebrow { font-size: 10px; color: #457c6a; margin-bottom: 19px; }
.home-founder h2 { font-size: 42px; font-weight: 710; line-height: 1.08; max-width: 550px; }
.home-founder .section-copy { font-size: 15px; line-height: 1.85; max-width: 605px; }
.founder-focus { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); align-self: end; border-top: 1px solid #e8e3da; padding-top: 20px; gap: 15px; font-size: 12px; font-weight: 650; }
.founder-focus b { display: block; color: #c2541a; font-size: 11px; font-weight: 760; margin-bottom: 6px; }
.case-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 65px; padding: 47px 42px; margin-top: 25px; background: var(--sage); border: 1px solid #c9dacd; border-radius: 21px; color: #224339; }
.case-story > .eyebrow { color: #2d5c4c; font-size: 10px; }
.home-case h2 { color: #194135; line-height: 1.05; }
.case-headline-numbers { display: block; font-size: clamp(48px, 5.6vw, 82px); font-weight: 760; letter-spacing: -.055em; white-space: nowrap; }
.case-headline-label { display: block; font-size: 16px; font-weight: 500; letter-spacing: -.01em; margin-top: 12px; }
.home-case p { font-size: 13px; line-height: 1.8; }
.home-case p > a { color: #1f463a; font-weight: 600; }
.home-case .demo-note { background: #fbf1e8; color: #2e5749; border-left: 3px solid #49937a; padding: 13px 16px; font-size: 11px; border-radius: 0 6px 6px 0; }
.case-comparison { margin: 0; padding: 30px; border-radius: 15px; color: #fff; background: #184135; align-self: center; }
.case-comparison figcaption { font-size: 20px; font-weight: 750; line-height: 1.35; margin-bottom: 25px; letter-spacing: -.025em; }
.case-comparison figcaption > span { display: block; font-size: 11px; font-weight: 400; color: #d5ccbb; margin-top: 6px; letter-spacing: 0; }
.case-period { margin-top: 20px; }
.case-bar { min-height: 66px; padding: 12px 16px; display: flex; align-items: center; border-radius: 6px; }
.case-bar span { font-size: 30px; line-height: 1.3; font-weight: 710; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.case-bar-before { width: 40.338%; background: #5c8678; color: #fff; }
.case-bar-after { width: 100%; background: var(--warm); color: #23463c; }
.case-period > p { font-size: 11px; color: #ded8ca; margin-top: 7px; }
.case-chart-note { color: #d5ccba; font-size: 10px; line-height: 1.7; margin: 24px 0 0; }

/* У каждого раздела своя композиция, но единая сетка и типографика. */
.sample-layout, .scope-layout, .offers-layout, .work-layout, .faq-layout { padding-block: 70px; border-bottom: 1px solid var(--line); }
.home-sample, .home-scope, .home-fit { display: grid; grid-template-columns: 1fr 1.35fr; gap: 75px; }
.home-sample h2, .home-scope h2, .home-fit h2 { font-size: clamp(34px, 3.7vw, 52px); font-weight: 740; line-height: 1.09; }
.home-sample .section-copy > p:first-child { color: var(--muted); font-size: 12px; }
.home-sample .section-copy > p:nth-child(2), .home-sample .section-copy > p:nth-child(3), .home-sample .section-copy > p:nth-child(4) { padding: 17px 20px; border: 1px solid #e6e0d6; border-left: 4px solid #8fb2a0; border-radius: 0 10px 10px 0; background: #fff; font-size: 14px; }
.home-sample .section-copy strong { display: block; color: #25493e; margin-bottom: 6px; font-size: 12px; }
.scope-index { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 35px; }
.scope-index > span { position: relative; padding: 26px; border: 1px solid #c9dacd; border-radius: 14px; background: var(--sage); font-size: 16px; font-weight: 700; line-height: 1.4; }
.scope-index > span::after { content: '↗'; position: absolute; top: 22px; right: 24px; color: #c2541a; font-size: 23px; font-weight: 400; }
.scope-index > span:nth-child(2) { background: #fde6d4; border-color: #f6cfb1; }
.scope-index > span:nth-child(3) { background: var(--forest); border-color: var(--forest); color: #fff; }
.scope-index > span:nth-child(3) small { color: #cfe0d6; }
.scope-index > span:nth-child(3)::after { color: var(--warm); }
.scope-index b { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; border-radius: 11px; background: #fff; border: 1px solid #dcd4c5; color: #2f5f4f; font-size: 17px; margin-bottom: 26px; }
.scope-index small { display: block; font-size: 12px; line-height: 1.75; color: #4d6c62; font-weight: 400; margin-top: 9px; }
.process-layout { padding: 43px; margin-top: 36px; border-radius: 21px; background: #194336; color: #f0ebe0; }
.process-layout .section-eyebrow { color: #cdc2ad; }
.process-layout .section-eyebrow > span { background: var(--warm); color: #3b1d08; }
.home-process h2 { max-width: 640px; color: #fff; }
.home-process ol { list-style: none; padding: 0; display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 29px; counter-reset: review-steps; margin: 35px 0 30px; }
.home-process li { counter-increment: review-steps; margin: 0; font-size: 13px; line-height: 1.85; color: #e1dbce; }
.home-process li::before { content: '0' counter(review-steps); display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: var(--warm); border-radius: 12px; margin-bottom: 23px; color: #23443a; font-size: 20px; font-weight: 760; letter-spacing: -.03em; }
.home-process li strong { display: block; color: #fff; font-size: 17px; margin-bottom: 11px; }
.home-process > p { color: #d5ccba; font-size: 12px; max-width: 1030px; line-height: 1.9; }
.home-process > p:first-of-type { color: #f7f4ee; font-size: 14px; padding-top: 24px; border-top: 1px solid #64968555; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.offer-card { display: flex; flex-direction: column; align-items: stretch; padding: 29px; border: 1px solid #dcd5c7; border-radius: 17px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.offer-card:hover { border-color: #5c9f89; box-shadow: 0 12px 28px #26473d0a; }
.offer-kicker { font-size: 10px; font-weight: 600; color: #447766; line-height: 1.7; padding-bottom: 23px; margin-bottom: 23px; border-bottom: 1px solid #e7e2d7; }
.offer-card h3 { font-size: 19px; font-weight: 750; margin: 0 0 26px; }
.offer-card .offer-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 3px; line-height: 1; letter-spacing: -.04em; color: var(--ink); margin-bottom: 26px; }
.price-currency { font-size: 12px; font-weight: 650; align-self: flex-start; margin-top: 10px; margin-right: 3px; letter-spacing: 0; }
.price-value { font: 850 64px/1 var(--sans); letter-spacing: -.065em; }
.price-period { font-size: 11px; font-weight: 400; margin-left: 3px; letter-spacing: 0; }
.offer-description { font-size: 14px; line-height: 1.85; flex: 1; }
.offer-card a { font-size: 12px; margin-top: 22px; display: flex; justify-content: space-between; align-items: center; min-height: 50px; padding: 12px 15px; border: 1px solid #cbc1ab; border-radius: 8px; text-decoration: none; font-weight: 650; }
.offer-card a::after { content: '↗'; margin-left: 12px; font-size: 20px; font-weight: 400; line-height: 1; }
/* Кнопки SEO и сайта: фирменный хвойный со светлым текстом; мандариновой остаётся только главная кнопка разбора. */
.offer-card .offer-link { background: var(--forest); border-color: var(--forest); color: #f7f3ea; font-size: 13px; transition: background .16s ease, transform .16s ease, box-shadow .16s ease; box-shadow: 0 10px 22px -12px #0f3029b3; }
.offer-card .offer-link::after { color: var(--warm); }
.offer-card .offer-link:hover { background: #0f3029; border-color: #0f3029; color: #fff; transform: translateY(-1px); }
.offer-card-featured { background: #194336; border-color: #194336; color: #f0ebe0; box-shadow: 0 10px 25px #173f3320; }
.offer-card-featured h3, .offer-card-featured .offer-price { color: #fff; }
.offer-card-featured .price-value { color: var(--warm); }
.offer-card-featured .offer-kicker { color: #d8d0bf; border-bottom-color: #69968055; }
.offer-terms { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 34px; font-size: 12px; line-height: 1.85; color: var(--muted); margin-top: 28px; }
.offer-terms p { margin: 0; }
.offer-terms p:last-child { grid-column: 1 / -1; color: var(--ink); }
.home-work h2 { max-width: 720px; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 34px 0 28px; counter-reset: work-notes; }
.work-grid article { position: relative; counter-increment: work-notes; padding: 29px 30px 29px 89px; border: 1px solid #e4ded2; background: #fff; border-radius: 14px; font-size: 14px; line-height: 1.85; }
.work-grid article::before { content: '0' counter(work-notes); position: absolute; left: 27px; top: 28px; display: flex; align-items: center; justify-content: center; width: 39px; height: 39px; border: 0; border-radius: 10px; background: var(--warm); color: #3b1d08; font-size: 14px; font-weight: 710; }
.work-grid strong { display: block; font-size: 18px; margin-bottom: 13px; color: var(--ink); line-height: 1.5; }
.home-work > p { font-size: 14px; color: var(--muted); max-width: 970px; }
.fit-layout { padding: 42px; margin-top: 36px; border: 1px solid #c9dacd; border-radius: 21px; background: var(--sage); }
.home-fit .section-copy { font-size: 15px; }
.faq-layout { border-bottom: 0; }
.home-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 0 75px; }
.home-faq h2 { grid-column: 1; grid-row: 1 / span 6; margin-bottom: 35px; max-width: 300px; font-size: 44px; }
.faq-item { grid-column: 2; border-top: 1px solid #ded7c9; padding: 0; }
.faq-item:last-child { border-bottom: 1px solid #ded7c9; }
.faq-item summary { cursor: pointer; list-style: none; position: relative; padding: 24px 56px 24px 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 0; top: 21px; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid #f6cfb1; border-radius: 8px; background: #fde6d4; color: #a3450f; font-size: 22px; line-height: 1; font-weight: 400; }
.faq-item[open] summary::after { content: '−'; background: #ddd6c7; }
.faq-item summary h3 { font: 650 16px/1.6 var(--sans); margin: 0; letter-spacing: -.015em; }
.faq-item > p { max-width: 900px; padding-right: 35px; font-size: 15px; color: var(--muted); }
.faq-item > p:last-child { margin-bottom: 25px; }
.closing-layout { position: relative; padding: 56px 49px; background: linear-gradient(135deg, #fcd2b1 0%, #f9a56b 100%); border: 0; border-radius: 21px; }
.closing-layout a.button { background: var(--forest); border-color: var(--forest); color: #fff; box-shadow: 0 14px 30px -12px #0f3029cc; }
.closing-layout a.button:hover { background: #0f3029; border-color: #0f3029; color: #fff; box-shadow: 0 18px 34px -12px #0f3029e6; }
.closing-layout a:not(.button) { color: #14342b; }
.closing-layout::before { content: '↗'; position: absolute; right: 48px; top: 40px; color: #285143; font-size: 72px; font-weight: 400; line-height: 1; }
.home-closing h2 { max-width: 790px; font-size: clamp(38px, 4.5vw, 63px); font-weight: 760; line-height: 1.05; padding-right: 50px; }
.home-closing > p { max-width: 830px; }
.home-closing > p:nth-of-type(n+3) { font-size: 12px; color: #2a3f37; line-height: 1.85; }
.home-closing > p:nth-of-type(6) { max-width: 760px; }
.home-closing > p:last-child { font-size: 14px; margin-top: 25px; }
.home-closing .button { padding: 18px 26px; min-height: 62px; font-size: 16px; }
.home-closing .button::after { content: '↗'; margin-left: 15px; font-size: 21px; font-weight: 500; line-height: 1; }
.site-footer { background: #163d31; border-top: 0; color: #e4dfd4; padding-block: 46px 30px; }
.site-footer .brand { color: #fff; }
.site-footer .brand span { color: #d3c9b7; }
.site-footer a { color: #e4dfd4; }
.footer-top { grid-template-columns: 1fr 1.5fr; gap: 65px; margin-bottom: 35px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 28px; }
.footer-nav a { display: flex; align-items: center; min-height: 32px; font-size: 12px; text-decoration: none; }
.footer-nav a:hover { text-decoration: underline; }
.footer-small { color: #d3c9b7; font-size: 11px; }

/* На узких экранах сохраняются крупные заголовки и удобные зоны нажатия. */
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 56px); }
  .header-inner { flex-wrap: wrap; justify-content: space-between; flex-direction: row; align-items: center; padding-block: 21px; }
  .main-nav { width: 100%; justify-content: flex-start; gap: 10px 22px; padding-top: 8px; }
  .main-nav > a:not(.button) { padding-block: 10px; }
  .home-hero { margin-inline: -12px; padding: 36px 28px; gap: 30px; }
  .home-hero h1 { font-size: clamp(40px, 5.4vw, 59px); }
  .hero-lead { font-size: 17px; }
  .review-document { padding: 20px; }
  .scene-edition { display: none; }
  .review-document h2 { font-size: 29px; }
  .review-panel { min-height: 250px; }
  .founder-layout { gap: 22px 35px; padding: 32px; grid-template-columns: minmax(200px, 280px) minmax(0, 1fr); }
  .home-founder h2 { font-size: 36px; }
  .case-layout { gap: 35px; padding: 35px 32px; }
  .case-comparison { padding: 25px; }
  .home-sample, .home-scope, .home-fit { gap: 40px; }
  .process-layout, .fit-layout { padding: 34px; }
  .offer-grid { gap: 14px; }
  .offer-card { padding: 24px 21px; }
  .price-value { font-size: 47px; }
  .price-period { font-size: 10px; }
  .work-grid article { padding: 25px 24px 25px 75px; }
  .work-grid article::before { left: 21px; top: 26px; width: 34px; height: 34px; }
  .home-faq { gap: 0 35px; }
}
@media (max-width: 800px) {
  .home-hero { grid-template-columns: 1fr; gap: 35px; padding: 38px; }
  .home-hero h1 { max-width: 630px; font-size: 68px; }
  .hero-lead, .hero-description { max-width: 580px; }
  .hero-lead { font-size: 19px; }
  .hero-timing { max-width: 560px; }
  .review-scene { width: 100%; }
  .review-document { padding: 28px; }
  .review-document h2 { font-size: 35px; }
  .review-panel { min-height: 219px; }
  .review-conditions { gap: 18px; }
  .founder-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 23px; }
  .home-founder h2 { font-size: 32px; }
  .home-founder .section-copy { font-size: 14px; }
  .founder-focus { grid-column: 1 / -1; }
  .founder-portrait { grid-row: 1; }
  .case-layout { grid-template-columns: 1fr; gap: 28px; }
  .case-comparison { max-width: 550px; width: 100%; }
  .case-headline-numbers { font-size: 61px; }
  .home-sample, .home-scope, .home-fit { gap: 30px; grid-template-columns: .9fr 1.1fr; }
  .scope-index { gap: 10px; }
  .scope-index > span { padding: 20px; font-size: 14px; }
  .scope-index > span::after { right: 18px; }
  .home-process ol { grid-template-columns: 1fr 1fr; gap: 24px; }
  .home-process li:last-child { grid-column: 1 / -1; }
  .offer-grid { grid-template-columns: 1fr; gap: 18px; }
  .offer-card { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; align-items: start; padding: 28px; }
  .offer-kicker { grid-column: 1 / -1; margin-bottom: 8px; padding-bottom: 16px; }
  .offer-card h3 { margin-bottom: 0; align-self: center; }
  .offer-card .offer-price { justify-content: flex-end; margin-bottom: 0; }
  .offer-description { grid-column: 1 / -1; margin-bottom: 0; }
  .offer-card a { grid-column: 1 / -1; justify-self: stretch; margin-top: 5px; }
  .work-grid article { padding: 24px; }
  .work-grid article::before { position: static; margin-bottom: 20px; }
  .home-faq h2 { font-size: 36px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 32px); }
  .preview-bar .wrap { gap: 5px; }
  .brand { font-size: 20px; }
  .brand::before { width: 27px; height: 27px; margin-right: 7px; font-size: 20px; border-radius: 7px; }
  .header-inner { gap: 13px; padding-block: 17px; }
  .main-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 16px; }
  .main-nav .button { grid-column: 1 / -1; width: 100%; margin-top: 10px; }
  .main-nav a { font-size: 14px; min-height: 44px; }
  .home-page main { padding-block: 20px 32px; }
  .home-hero { margin-inline: 0; padding: 28px 22px; gap: 33px; border-radius: 18px; }
  .hero-copy .eyebrow { font-size: 8px; padding: 7px 9px; gap: 7px; letter-spacing: .055em; margin-bottom: 23px; }
  .home-hero h1 { font-size: clamp(37px, 11.3vw, 64px); line-height: 1.04; margin-bottom: 23px; }
  .hero-lead { font-size: 17px; line-height: 1.65; }
  .hero-description { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; margin-top: 24px; }
  .hero-actions .button { width: 100%; padding: 16px 9px; font-size: 12px; min-height: 54px; }
  .hero-actions .button::after { margin-left: 9px; font-size: 18px; }
  .hero-actions .text-link { align-self: flex-start; min-height: 44px; font-size: 12px; }
  .hero-timing { font-size: 11px; margin-top: 5px; }
  .scene-heading { font-size: 9px; gap: 7px; padding: 0 0 15px; }
  .scene-mark { width: 22px; height: 22px; font-size: 16px; border-radius: 6px; }
  .review-document { padding: 21px 16px; border-radius: 12px; box-shadow: 6px 6px 0 var(--warm), 0 10px 20px #091a1520; }
  .document-header { font-size: 9px; gap: 12px; }
  .document-header > span:last-child { font-size: 7px; }
  .document-page { font-size: 9px; }
  .document-kicker { font-size: 8px; margin-top: 20px; }
  .review-document h2 { font-size: clamp(25px, 7.5vw, 35px); }
  .sample-disclosure { font-size: 10px; }
  .review-tabs { gap: 1px; padding: 3px; margin-top: 18px; }
  .review-tabs button { font-size: 9px; min-height: 44px; padding-inline: 1px; }
  .review-panel { min-height: 278px; }
  .document-finding { grid-template-columns: 23px 1fr; gap: 9px; margin-top: 20px; }
  .finding-number { width: 23px; height: 23px; font-size: 9px; border-radius: 6px; }
  .document-finding h3 { font-size: 13px; }
  .document-finding p { font-size: 11px; }
  .document-before, .document-after { padding: 12px; font-size: 15px; }
  .document-checks { margin-left: 32px; font-size: 11px; }
  .document-footer { font-size: 9px; gap: 8px; }
  .document-footer a { min-height: 30px; display: flex; align-items: center; }
  .scene-caption { font-size: 9px; gap: 8px; margin-inline: 0; }
  .scene-caption span { padding-left: 8px; }
  .scene-caption b { font-size: 14px; }
  .hero-afterword { font-size: 12px; padding-block: 20px; }
  .review-conditions { grid-template-columns: 1fr; gap: 18px; font-size: 12px; padding-block: 23px; }
  .founder-layout { grid-template-columns: 1fr; gap: 24px; padding: 25px 22px; margin-top: 10px; border-radius: 18px; }
  .founder-portrait { grid-row: auto; max-width: 280px; margin-inline: auto; }
  .home-founder, .founder-focus { grid-column: 1; }
  .home-founder h2 { font-size: 32px; margin-bottom: 20px; }
  .home-founder .founder-eyebrow { font-size: 9px; margin-bottom: 15px; }
  .home-founder .section-copy { font-size: 15px; }
  .founder-focus { font-size: 10px; gap: 10px; }
  .case-layout { padding: 27px 22px; margin-top: 20px; border-radius: 18px; }
  .case-story .eyebrow { font-size: 9px; }
  .case-headline-numbers { font-size: clamp(39px, 11.7vw, 61px); }
  .case-headline-label { font-size: 14px; }
  .home-case .demo-note { font-size: 11px; padding: 13px; }
  .case-comparison { padding: 20px 17px; border-radius: 12px; }
  .case-comparison figcaption { font-size: 18px; }
  .case-bar { min-height: 55px; padding: 10px; }
  .case-bar span { font-size: 24px; }
  .sample-layout, .scope-layout, .offers-layout, .work-layout, .faq-layout { padding-block: 43px; }
  .home-sample, .home-scope, .home-fit { grid-template-columns: 1fr; gap: 0; }
  .home-section h2, .home-sample h2, .home-scope h2, .home-fit h2 { font-size: 33px; }
  .section-copy { font-size: 15px; }
  .section-eyebrow { font-size: 8px; margin-bottom: 20px; gap: 10px; }
  .section-eyebrow > span { padding-inline: 8px; }
  .scope-index { grid-template-columns: 1fr; gap: 10px; margin-top: 27px; }
  .scope-index > span { padding: 22px 22px 22px 84px; font-size: 15px; }
  .scope-index b { position: absolute; left: 21px; top: 23px; width: 40px; height: 40px; font-size: 15px; }
  .scope-index > span::after { display: none; }
  .process-layout, .fit-layout { padding: 28px 22px; margin-top: 24px; border-radius: 18px; }
  .home-process ol { grid-template-columns: 1fr; gap: 28px; margin-top: 28px; }
  .home-process li::before { width: 42px; height: 42px; font-size: 18px; margin-bottom: 15px; }
  .home-process li:last-child { grid-column: auto; }
  .offer-grid { margin-top: 27px; }
  .offer-card { display: flex; padding: 27px 24px; gap: 0; }
  .offer-card .offer-kicker { margin-bottom: 24px; padding-bottom: 17px; }
  .offer-card h3 { align-self: flex-start; margin-bottom: 22px; }
  .offer-card .offer-price { justify-content: flex-start; margin-bottom: 20px; }
  .offer-card a { margin-top: 23px; }
  .offer-card .price-value { font-size: 54px; }
  .offer-terms { grid-template-columns: 1fr; gap: 20px; }
  .work-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 27px; }
  .work-grid strong { font-size: 17px; }
  .faq-item summary { padding: 20px 44px 20px 0; }
  .home-faq { display: block; }
  .home-faq h2 { max-width: none; }
  .faq-item summary h3 { font-size: 15px; }
  .faq-item summary::after { top: 19px; width: 28px; height: 28px; }
  .faq-item > p { padding-right: 0; font-size: 14px; }
  .closing-layout { padding: 29px 22px; border-radius: 18px; }
  .closing-layout::before { right: 20px; top: 25px; font-size: 34px; }
  .home-closing h2 { font-size: 37px; padding-right: 28px; }
  .home-closing > p { font-size: 15px; }
  .home-closing .button { width: 100%; font-size: 12px; padding: 14px 8px; }
  .site-footer { padding-top: 36px; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 4px 20px; }
  .footer-nav a { min-height: 44px; }
  .footer-top { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  button, a.button, .offer-card { transition: none; }
}
@media print {
  .home-hero, .home-sample, .home-scope, .home-fit, .founder-layout, .case-layout, .home-faq { display: block; }
  .review-scene { display: none; }
  .home-hero, .process-layout, .offer-card-featured, .case-layout, .case-comparison, .closing-layout { background: white; color: black; box-shadow: none; }
  .home-hero h1, .home-hero h1 em, .home-process h2, .home-process li, .home-process li strong, .home-process > p, .offer-card-featured h3, .offer-card-featured .offer-price, .offer-card-featured .price-value { color: black; }
}

/* Формы: скрытая ловушка для ботов, сообщение об ошибке отправки, условия заказа и оценка срока. */
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 14px 0 0; padding: 12px 16px; border-left: 3px solid #b3261e; background: #fdf0ee; color: #5c1a15; border-radius: 0 6px 6px 0; }
.order-terms { margin: 28px 0 22px; padding: 22px 24px; background: #fff; border: 1px solid var(--line); border-radius: 12px; font-size: 15px; }
.order-terms h3 { margin-top: 0; }
.delivery-estimate { padding: 14px 16px; background: var(--soft); border-radius: 9px; font-size: 15px; }

/* Внутренние страницы: та же система, что на главной. Первый экран, разделы в две колонки, таблицы, шаги, формы. */
body:not(.home-page) main { padding-block: 10px 70px; }
.breadcrumb { font-size: 12px; margin: 14px 0 16px; }
.page-hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr); align-items: center; gap: 56px; max-width: none; margin-inline: -40px; padding: 58px 56px; border-radius: 24px; overflow: clip; color: #fff; background: radial-gradient(820px 520px at 92% -10%, #23614e 0%, #23614e00 62%), radial-gradient(620px 420px at 0% 110%, #0f3029 0%, #0f302900 70%), var(--forest); }
.page-hero:not(:has(.page-hero-price)) { grid-template-columns: minmax(0, 1fr); }
.page-hero::before { content: ''; position: absolute; z-index: -1; width: 460px; height: 460px; right: -120px; bottom: -250px; border: 56px solid #ffffff08; border-radius: 50%; pointer-events: none; }
.page-hero-main { min-width: 0; max-width: 820px; }
.page-hero .eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 8px 12px; border: 1px solid #ffffff24; border-radius: 99px; background: #ffffff0d; color: #e9e2d4; font-size: 10px; letter-spacing: .08em; }
.page-hero .eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--warm); flex-shrink: 0; }
.page-hero h1 { color: #fff; font-size: clamp(36px, 4.3vw, 60px); line-height: 1.04; letter-spacing: -.036em; font-weight: 780; margin-bottom: 22px; max-width: 800px; }
.page-hero p { color: #d5e2da; font-size: 15px; line-height: 1.8; max-width: 640px; }
.page-hero-main > p:first-of-type:not(.eyebrow), .page-hero-main > .eyebrow + h1 + p { color: #f4efe6; font-size: 19px; line-height: 1.55; letter-spacing: -.012em; }
.page-hero strong { color: #fff; }
.page-hero a:not(.button) { color: #fff; text-decoration-color: var(--warm); }
.page-hero .action-line { margin: 28px 0 0; }
.page-hero a.button { padding: 18px 26px; min-height: 62px; font-size: 16px; box-shadow: inset 0 1px 0 #ffffff59, 0 14px 34px -10px #f4803ad9; }
.page-hero a.button::after { content: '↗'; margin-left: 15px; font-size: 21px; font-weight: 500; line-height: 1; }
.page-hero-price { padding: 30px 30px 26px; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 14px 14px 0 #f9a56b, 0 24px 50px -20px #061a15; }
.page-hero-price .offer-kicker { margin: 0 0 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: #43695c; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.page-hero-price .offer-price { display: flex; align-items: flex-end; margin: 0 0 20px; color: var(--ink); max-width: none; }
.page-hero-price .price-period { color: var(--muted); margin-bottom: 8px; }
.page-hero-price ul { list-style: none; margin: 0; padding: 0; font-size: 14px; line-height: 1.6; color: var(--text); }
.page-hero-price li { position: relative; margin: 0; padding: 10px 0 10px 26px; border-top: 1px solid var(--line); }
.page-hero-price li::before { content: ''; position: absolute; left: 2px; top: 17px; width: 11px; height: 6px; border-left: 2px solid #c2541a; border-bottom: 2px solid #c2541a; transform: rotate(-45deg); }

/* Иллюстрации и портрет: левая колонка раздела под заголовком и правая часть первого экрана. */
.section-head { position: sticky; top: 24px; min-width: 0; }
.section-head > h2 { margin: 0; }
.section-head > h2::before { content: '0' counter(page-section); display: block; width: fit-content; margin-bottom: 20px; padding: 5px 10px; border-radius: 6px; background: var(--warm); color: #3b1d08; font-size: 10px; font-weight: 750; letter-spacing: .08em; line-height: 1.6; }
.section-visual { margin: 30px 0 0; max-width: 480px; }
.section-visual svg, .hero-visual svg { display: block; width: 100%; height: auto; border-radius: 22px; }
.section-visual.visual-portrait { max-width: 300px; }
.visual-portrait img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 22px; box-shadow: 12px 12px 0 var(--warm); }
.visual-photo img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 22px; }
.section-visual.visual-photo img { box-shadow: 12px 12px 0 var(--sage); }
.hero-visual.visual-photo img { box-shadow: 14px 14px 0 var(--warm), 0 30px 60px -30px #061a15; }
.hero-visual { margin: 0; min-width: 0; }
.hero-visual svg { box-shadow: 0 30px 60px -30px #061a15; }
.page-hero-illustrated { grid-template-columns: minmax(0, 1.25fr) minmax(280px, 1fr); }
.page-hero:not(:has(.page-hero-price)).page-hero-illustrated { grid-template-columns: minmax(0, 1.25fr) minmax(280px, 1fr); }
.hero-visual.visual-portrait { max-width: 340px; justify-self: end; }
.hero-table { margin-top: 28px; }
.hero-table .table-wrap { margin: 0; box-shadow: 0 24px 50px -36px #14342b66; }
.hero-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 34px; padding: 26px 0 8px; font-size: 13px; line-height: 1.75; color: var(--muted); }
.hero-notes p { margin: 0; max-width: none; }
.hero-notes strong { color: var(--ink); }

.section-index { margin: 22px 0 0; padding: 14px 20px; max-width: none; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-size: 13px; }
.section-index summary { font-weight: 650; color: var(--ink); }
.section-index ul { columns: 3; column-gap: 34px; margin: 12px 0 4px; padding-left: 1.1em; }

.content-section { max-width: none; padding-block: 64px; border-top: 1px solid var(--line); counter-increment: page-section; }
main { counter-reset: page-section; }
.content-section > h2::before { content: '0' counter(page-section); display: block; width: fit-content; margin-bottom: 20px; padding: 5px 10px; border-radius: 6px; background: var(--warm); color: #3b1d08; font-size: 10px; font-weight: 750; letter-spacing: .08em; line-height: 1.6; }
.split-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr); gap: 72px; align-items: start; }
.split-section > h2 { margin: 0; position: sticky; top: 24px; }
.section-copy { min-width: 0; font-size: 16px; }
.section-copy > :first-child { margin-top: 0; }
.section-copy > p, .section-copy > ul, .section-copy > ol { max-width: 760px; }
.content-section h3 { font-size: 19px; margin: 34px 0 12px; letter-spacing: -.015em; }
.section-copy ul { padding-left: 0; list-style: none; }
.section-copy ul > li { position: relative; padding-left: 28px; margin: .6em 0; }
.section-copy ul > li::before { content: ''; position: absolute; left: 4px; top: .62em; width: 11px; height: 6px; border-left: 2px solid #c2541a; border-bottom: 2px solid #c2541a; transform: rotate(-45deg); }
.content-section ol { list-style: none; padding: 0; counter-reset: step; display: grid; gap: 12px; max-width: 820px; }
.content-section ol > li { position: relative; counter-increment: step; margin: 0; padding: 20px 22px 20px 74px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.content-section ol > li::before { content: '0' counter(step); position: absolute; left: 20px; top: 18px; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; background: var(--warm); color: #3b1d08; font-size: 14px; font-weight: 750; }
.content-section .action-line { margin: 28px 0 8px; }

.wide-section > h2 { max-width: 820px; }
.table-wrap { margin: 28px 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
table { font-size: 14px; line-height: 1.65; }
th { background: var(--forest); color: #fff; font-weight: 650; font-size: 12px; letter-spacing: .03em; border-bottom: 0; padding: 16px 18px; }
td { padding: 16px 18px; border-bottom: 1px solid var(--line); }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) td { background: #fcfaf6; }
td:first-child { color: var(--ink); font-weight: 650; }
.comparison th:nth-child(2), .comparison td:nth-child(2) { background: #fff3e9; }
.comparison th:nth-child(2) { background: var(--cta); color: var(--cta-ink); }

.faq-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr); gap: 0 72px; align-items: start; }
.faq-section > h2 { grid-row: 1 / span 40; margin: 0; }
.faq-section > .faq-item, .faq-section > p { grid-column: 2; }
.faq-section .faq-item { border-bottom: 1px solid var(--line); }
.faq-section .faq-item:first-of-type { border-top: 1px solid var(--line); }
.faq-section .faq-item > :not(summary) { max-width: 720px; font-size: 15px; }
.faq-section .faq-item > :last-child { margin-bottom: 24px; }

.closing-cta { position: relative; margin-top: 30px; padding: 56px 49px; border: 0; border-radius: 21px; background: linear-gradient(135deg, #fcd2b1 0%, #f9a56b 100%); }
.closing-cta > h2::before { display: none; }
.closing-cta > h2 { max-width: 780px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.05; }
.closing-cta p { max-width: 780px; color: #2a3f37; }
.closing-cta a:not(.button) { color: #14342b; }
.closing-cta a.button { padding: 18px 26px; min-height: 62px; font-size: 16px; background: var(--forest); border-color: var(--forest); color: #fff; box-shadow: 0 14px 30px -12px #0f3029cc; }
.closing-cta a.button:hover { background: #0f3029; border-color: #0f3029; color: #fff; }
.closing-cta a.button::after { content: '↗'; margin-left: 15px; font-size: 21px; font-weight: 500; line-height: 1; }

.demo-note { background: var(--note); border-left: 3px solid var(--warm); border-radius: 0 10px 10px 0; color: #4a3626; font-size: 14px; }

/* Формы. */
.brief-form { max-width: none; margin-top: 0; padding: 36px 38px 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 24px 50px -36px #14342b66; }
.brief-form label:not(.check) { font-size: 14px; font-weight: 650; color: var(--ink); margin: 22px 0 8px; }
.brief-form > label:first-child, .brief-form > .field-grid:first-child label { margin-top: 0; }
.brief-form input:not([type=checkbox]), .brief-form textarea, .brief-form select { min-height: 52px; padding: 13px 15px; border: 1px solid #cfc7b7; border-radius: 10px; background: #fdfcf9; font-size: 16px; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.brief-form input:not([type=checkbox]):hover, .brief-form textarea:hover, .brief-form select:hover { border-color: #9fb3a8; }
.brief-form input:not([type=checkbox]):focus, .brief-form textarea:focus, .brief-form select:focus { outline: 0; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 4px #1d544326; }
.brief-form legend { font-size: 17px; font-weight: 700; color: var(--ink); }
.brief-form fieldset { margin: 30px 0 6px; }
.field-help { font-size: 13px; margin: 8px 0 18px; }
.check { padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); font-size: 14px; line-height: 1.6; }
.check input { accent-color: var(--accent); }
.brief-form button[type=submit] { width: 100%; margin: 22px 0 6px; padding: 18px 26px; min-height: 62px; font-size: 16px; }
.brief-form button[type=submit]::after { content: '↗'; margin-left: 15px; font-size: 21px; font-weight: 500; line-height: 1; }
.order-terms { background: var(--soft); border-color: var(--line); }
.delivery-estimate { background: var(--sage); border: 1px solid #c9dacd; color: #224339; }
.page-list li { border-radius: 12px; background: #fff; }
.legal .split-section { grid-template-columns: minmax(0, .7fr) minmax(0, 1.6fr); gap: 56px; }
.legal .content-section { padding-block: 44px; }
.legal .content-section h2 { font-size: clamp(24px, 2.4vw, 32px); }

@media (max-width: 1000px) {
  .page-hero { grid-template-columns: minmax(0, 1fr); gap: 36px; padding: 44px 40px; }
  .page-hero-price { max-width: 420px; }
  .split-section, .faq-section, .legal .split-section { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .split-section > h2 { position: static; margin-bottom: 24px; }
  .section-head { position: static; margin-bottom: 28px; }
  .section-visual { margin-top: 22px; }
  .page-hero-illustrated, .page-hero:not(:has(.page-hero-price)).page-hero-illustrated { grid-template-columns: minmax(0, 1fr); }
  .hero-visual { max-width: 460px; }
  .hero-visual.visual-portrait { justify-self: start; max-width: 260px; }
  .faq-section > h2 { grid-row: auto; margin-bottom: 24px; }
  .faq-section > .faq-item, .faq-section > p { grid-column: 1; }
  .section-index ul { columns: 2; }
  .hero-notes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-section { padding-block: 48px; }
}
@media (max-width: 600px) {
  .page-hero { margin-inline: -6px; padding: 30px 22px 32px; border-radius: 18px; gap: 28px; }
  .page-hero h1 { font-size: clamp(31px, 9vw, 40px); }
  .page-hero-main > p:first-of-type:not(.eyebrow), .page-hero-main > .eyebrow + h1 + p { font-size: 17px; }
  .page-hero a.button { width: 100%; padding: 16px 12px; font-size: 14px; min-height: 56px; }
  .page-hero-price { padding: 24px 22px 20px; box-shadow: 8px 8px 0 #f9a56b, 0 20px 40px -20px #061a15; }
  .page-hero-price .price-value { font-size: 52px; }
  .hero-notes { grid-template-columns: 1fr; padding-top: 22px; }
  .section-index ul { columns: 1; }
  .content-section { padding-block: 38px; }
  .content-section ol > li { padding: 66px 18px 18px; }
  .content-section ol > li::before { left: 18px; top: 16px; }
  .closing-cta { padding: 32px 22px; border-radius: 18px; }
  .closing-cta a.button { width: 100%; font-size: 14px; padding: 16px 12px; }
  .brief-form { padding: 24px 18px 20px; border-radius: 16px; }
  .table-wrap { border: 0; background: transparent; border-radius: 0; overflow: visible; }
  .mobile-offer { margin: 0 0 16px; padding: 24px 22px 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
  .mobile-offer:first-child { border-top: 5px solid var(--cta); }
  .mobile-offer h2 { font-size: 24px; margin-bottom: 14px; }
  .mobile-offer dl { margin: 0; }
  .mobile-offer dt { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
  .mobile-offer dd { margin: 4px 0 0; font-size: 15px; line-height: 1.6; color: var(--ink); }
  .mobile-offer dd a { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; min-height: 52px; padding: 12px 16px; border-radius: 10px; background: var(--forest); color: #f7f3ea; font-weight: 650; font-size: 14px; text-decoration: none; }
  .mobile-offer dd a::after { content: '↗'; color: var(--warm); font-size: 20px; line-height: 1; }
  .mobile-offer:first-child dd a { background: var(--cta); color: var(--cta-ink); }
  .mobile-offer:first-child dd a::after { color: var(--cta-ink); }
  .stack-table tr { border-radius: 14px; overflow: hidden; background: #fff; }
  .stack-table td:first-child { background: var(--forest); color: #fff; }
  .stack-table td:first-child::before { color: #cfe0d6; }
  tbody tr:nth-child(even) td { background: transparent; }
  .stack-table tbody tr:nth-child(even) td:first-child { background: var(--forest); }
}

/* Смешанный стиль внутренних страниц: светлая основа, короткие разделы на тёмных хвойных панелях (класс panel-dark ставит сборщик). */
.panel-dark { margin: 28px -40px; padding: 64px 40px; border: 0; border-radius: 24px; color: #cfe0d6; background: radial-gradient(760px 420px at 96% -10%, #23614e 0%, #23614e00 62%), var(--forest); }
.panel-dark + .content-section { border-top: 0; }
.panel-dark h2, .panel-dark h3, .panel-dark strong { color: #fff; }
.panel-dark .section-copy { color: #cfe0d6; }
.panel-dark a:not(.button) { color: #fff; text-decoration-color: var(--warm); }
.panel-dark ol > li { background: #ffffff0d; border-color: #ffffff24; }
.panel-dark .section-copy ul > li::before { border-color: var(--warm); }
.panel-dark .section-visual.visual-photo img, .panel-dark .visual-portrait img { box-shadow: 12px 12px 0 var(--warm); }
@media (max-width: 600px) { .panel-dark { margin: 18px -6px; padding: 36px 20px; border-radius: 18px; } }
