/* Manrope is served locally so page views do not contact Google Fonts. */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/manrope/manrope-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/manrope/manrope-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/manrope/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #071126;
  --ink-soft: #45516a;
  --night: #070b18;
  --night-2: #0c1428;
  --paper: #f7f8fc;
  --white: #ffffff;
  --blue: #1778ff;
  --violet: #7a2cff;
  --cyan: #00d8ee;
  --gradient: linear-gradient(115deg, var(--violet), var(--blue) 58%, var(--cyan));
  --line: rgba(7, 17, 38, 0.12);
  --radius: 24px;
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--night); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.public-page :focus-visible { outline: none; }
html.keyboard-navigation .public-page :focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px) / 2)); color: white; background: linear-gradient(to bottom, rgba(3, 8, 19, .78), transparent); transition: background .25s ease, backdrop-filter .25s ease, height .25s ease; }
.site-header.is-scrolled { height: 68px; background: rgba(7, 11, 24, .82); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.04em; font-size: 21px; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.site-header nav { display: flex; gap: 32px; font-size: 14px; color: rgba(255,255,255,.78); }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: white; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 999px; background: var(--gradient); color: white; font-weight: 700; cursor: pointer; box-shadow: 0 12px 36px rgba(59, 75, 255, .28); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(59, 75, 255, .38); filter: saturate(1.1); }
.button:active { transform: translateY(0) scale(.98); }
.button--small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button--outline { color: var(--ink); background: transparent; border: 1px solid var(--line); box-shadow: none; }

.scroll-story { height: 600vh; position: relative; background: #050814; }
.story-stage { position: sticky; top: 0; height: 100dvh; overflow: hidden; color: white; }
.story-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.story-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,7,17,.78) 0%, rgba(3,7,17,.42) 38%, rgba(3,7,17,.05) 72%), linear-gradient(0deg, rgba(3,7,17,.38), transparent 42%); }
.loader { position: absolute; z-index: 5; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; background: var(--night); transition: opacity .45s ease, visibility .45s ease; }
.loader.is-hidden { opacity: 0; visibility: hidden; }
.loader__line { width: min(280px, 70vw); height: 2px; background: rgba(255,255,255,.14); overflow: hidden; }
.loader__line i { display: block; height: 100%; width: 0; background: var(--gradient); transition: width .2s ease; }
.loader__label { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.65); }
.loader__label b { color: white; }
.story-copy { position: absolute; z-index: 4; left: max(24px, calc((100vw - 1180px) / 2)); top: 50%; width: min(610px, calc(100vw - 48px)); opacity: 0; transform: translateY(calc(-50% + 28px)); pointer-events: none; will-change: opacity, transform; }
.story-copy.is-active { pointer-events: auto; }
.story-copy h1 { margin: 16px 0 22px; font-size: clamp(54px, 7vw, 110px); line-height: .91; letter-spacing: -.072em; text-wrap: balance; }
.story-copy h2 { margin: 12px 0 18px; font-size: clamp(38px, 5vw, 72px); line-height: 1; letter-spacing: -.06em; text-wrap: balance; }
.story-copy > p:not(.eyebrow) { max-width: 570px; margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.6vw, 21px); }
.story-copy--chapter { width: min(650px, calc(100vw - 48px)); padding: clamp(24px, 3vw, 38px); overflow: hidden; color: var(--ink); border: 1px solid rgba(255,255,255,.74); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(242,247,255,.76)); box-shadow: 0 30px 80px rgba(2,10,28,.25), inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(23,120,255,.08); backdrop-filter: blur(20px) saturate(1.12); clip-path: inset(0 100% 0 0 round 28px); transition: clip-path .48s cubic-bezier(.22,1,.36,1); }
.story-copy--chapter-wide { width: min(760px, calc(100vw - 48px)); }
.story-copy--chapter::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--gradient); box-shadow: 0 0 28px rgba(23,120,255,.48); }
.story-copy--chapter.is-revealed { clip-path: inset(0 0 0 0 round 28px); }
.story-copy--chapter > * { opacity: 0; transform: translate3d(0,24px,0); transition: opacity .16s ease, transform .38s cubic-bezier(.22,1,.36,1); }
.story-copy--chapter.is-revealed > * { opacity: 1; transform: translate3d(0,0,0); }
.story-copy--chapter > :nth-child(1) { transition-delay: 0s, .02s; }
.story-copy--chapter > :nth-child(2) { transition-delay: 0s, .05s; }
.story-copy--chapter > :nth-child(3) { transition-delay: 0s, .08s; }
.story-copy--chapter > :nth-child(4) { transition-delay: 0s, .11s; }
.story-copy--chapter > :nth-child(5) { transition-delay: 0s, .14s; }
.story-copy--chapter h2 { color: var(--ink); }
.story-copy--chapter .eyebrow { color: #33425e; }
.story-copy--chapter > p:not(.eyebrow) { color: rgba(7,17,38,.72); }
.story-copy--chapter .text-link { color: var(--ink); }
.chapter-number { display: block; margin-bottom: 18px; font-size: 12px; font-weight: 800; letter-spacing: .16em; color: var(--blue); }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-weight: 700; }
.text-link span { color: var(--cyan); font-size: 22px; }
.eyebrow { margin: 0; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.75); }
.eyebrow span { width: 28px; height: 2px; background: var(--gradient); }
.eyebrow--dark { color: var(--ink-soft); }
.story-progress { position: absolute; z-index: 4; right: max(22px, calc((100vw - 1180px) / 2)); bottom: 42px; display: flex; align-items: center; gap: 12px; }
.story-progress > span { display: block; width: 90px; height: 2px; background: rgba(255,255,255,.25); }
.story-progress i { display: block; width: 0; height: 100%; background: var(--cyan); }
.story-progress b { font-size: 9px; letter-spacing: .2em; }

.section { padding: 130px 0; }
.section > * { width: var(--container); margin-inline: auto; }
.section--light { background: var(--paper); }
.section-head { display: grid; grid-template-columns: 1fr .55fr; gap: 48px; align-items: end; margin-bottom: 62px; }
.section-head .eyebrow { grid-column: 1 / -1; }
.section-head h2 { margin: 0; font-size: clamp(43px, 5.5vw, 78px); line-height: .98; letter-spacing: -.065em; text-wrap: balance; }
.section-head > p:not(.eyebrow) { margin: 0 0 5px; color: var(--ink-soft); max-width: 440px; }
.section-head--inverse { color: white; }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { --card-accent: #7a2cff; --card-soft: rgba(122,44,255,.11); position: relative; min-height: 430px; padding: 32px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid color-mix(in srgb, var(--card-accent) 20%, #dfe4ee); border-radius: 30px; background: linear-gradient(150deg, color-mix(in srgb, var(--card-accent) 6%, white) 0%, #fff 48%, color-mix(in srgb, var(--card-accent) 3%, white) 100%); box-shadow: 0 18px 46px rgba(22,35,72,.075), inset 0 1px 0 rgba(255,255,255,.9); transform-style: preserve-3d; }
.problem-card:nth-child(2) { --card-accent: #1778ff; --card-soft: rgba(23,120,255,.11); }
.problem-card:nth-child(3) { --card-accent: #00aeca; --card-soft: rgba(0,174,202,.11); }
.problem-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -130px; top: -145px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--card-accent) 24%, transparent), transparent 68%); opacity: 0; transform: scale(.55); transition: opacity .45s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.problem-card.is-visible::before { opacity: 1; transform: scale(1); }
.problem-card .card-index { position: relative; z-index: 1; width: fit-content; display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; color: var(--card-accent); border: 1px solid color-mix(in srgb, var(--card-accent) 20%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--card-accent) 7%, white); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.problem-card .card-index::before { content: "РИСК"; color: #788399; }
.problem-card svg { position: relative; z-index: 1; width: 78px; height: 78px; margin: 62px 0 34px; padding: 18px; border: 1px solid color-mix(in srgb, var(--card-accent) 18%, transparent); border-radius: 23px; background: color-mix(in srgb, var(--card-accent) 8%, white); stroke: var(--card-accent); fill: none; stroke-width: 1.6; box-shadow: 0 14px 28px color-mix(in srgb, var(--card-accent) 12%, transparent); }
.problem-card h3 { position: relative; z-index: 1; margin: auto 0 15px; max-width: 310px; font-size: clamp(24px, 2.2vw, 29px); line-height: 1.08; letter-spacing: -.045em; }
.problem-card p { position: relative; z-index: 1; margin: 0; max-width: 320px; color: var(--ink-soft); }

.funnel, .cases, .faq { color: white; background: var(--night); }
.funnel-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.funnel-track::before { content: ""; position: absolute; top: -1px; left: 0; width: 100%; height: 2px; background: var(--gradient); box-shadow: 0 0 28px var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform 1.15s cubic-bezier(.22,1,.36,1); }
.funnel-track:has(.funnel-step.is-visible)::before { transform: scaleX(1); }
.funnel-step { padding: 38px 28px 20px 0; border-right: 1px solid rgba(255,255,255,.1); }
.funnel-step:not(:first-child) { padding-left: 28px; }
.funnel-step span { color: var(--cyan); font-size: 11px; letter-spacing: .15em; }
.funnel-step h3 { margin: 38px 0 10px; font-size: 26px; }
.funnel-step p { color: rgba(255,255,255,.6); margin: 0; }

.method-list { border-top: 1px solid var(--line); }
.method { display: grid; grid-template-columns: 110px 1fr; padding: 38px 0; border-bottom: 1px solid var(--line); }
.method > span { color: var(--blue); font-size: 12px; letter-spacing: .15em; }
.method > div { display: grid; grid-template-columns: .7fr 1fr; gap: 50px; }
.method h3 { margin: 0; font-size: clamp(24px, 3vw, 38px); line-height: 1.05; letter-spacing: -.045em; }
.method p { margin: 0; color: var(--ink-soft); max-width: 580px; }

.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.case-card { padding: 36px; border-radius: var(--radius); background: var(--night-2); border: 1px solid rgba(255,255,255,.1); }
.case-card--accent { background: linear-gradient(145deg, rgba(122,44,255,.34), rgba(23,120,255,.16)); }
.case-card__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.case-card__top span { font-size: 25px; font-weight: 700; letter-spacing: -.04em; }
.case-card__top b { padding: 7px 11px; border-radius: 99px; color: var(--cyan); background: rgba(0,216,238,.1); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.case-card > p { min-height: 52px; color: rgba(255,255,255,.58); }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 42px; }
.metrics div { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.metrics strong { display: block; font-size: clamp(27px, 3vw, 44px); letter-spacing: -.05em; }
.metrics span { display: block; color: rgba(255,255,255,.55); font-size: 12px; }
.center { margin-top: 44px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.center small { color: rgba(255,255,255,.5); }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.price-card--featured { color: white; background: var(--night-2); border-color: transparent; box-shadow: 0 28px 70px rgba(42,43,106,.22); transform: translateY(-14px); }
.price-label { margin: 0; color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.price-card--featured .price-label { color: var(--cyan); }
.price-card h3 { margin: 20px 0 10px; font-size: 31px; letter-spacing: -.045em; }
.price-card > p:not(.price-label) { min-height: 74px; margin: 0; color: var(--ink-soft); }
.price-card--featured > p:not(.price-label) { color: rgba(255,255,255,.6); }
.price-card > strong { margin: 30px 0; font-size: 28px; letter-spacing: -.04em; }
.price-card > strong small { font-weight: 500; font-size: 11px; color: #7f899a; }
.price-card ul { flex: 1; list-style: none; padding: 24px 0; margin: 0 0 28px; border-top: 1px solid var(--line); }
.price-card--featured ul { border-color: rgba(255,255,255,.12); }
.price-card li { position: relative; padding: 7px 0 7px 24px; font-size: 14px; }
.price-card li::before { content: ""; position: absolute; left: 2px; top: 15px; width: 7px; height: 4px; border: solid var(--blue); border-width: 0 0 2px 2px; transform: rotate(-45deg); }
.price-card--featured li::before { border-color: var(--cyan); }
.price-card--featured .button--outline { color: white; border-color: rgba(255,255,255,.2); }

.faq { background: #091021; }
.faq-list { max-width: 920px; }
.faq details { border-top: 1px solid rgba(255,255,255,.13); }
.faq details:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.faq summary { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; font-size: clamp(18px, 2vw, 25px); font-weight: 700; letter-spacing: -.025em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { position: relative; width: 28px; height: 28px; flex: 0 0 auto; }
.faq summary span::before, .faq summary span::after { content: ""; position: absolute; top: 13px; left: 4px; width: 20px; height: 2px; background: var(--cyan); transition: transform .2s ease; }
.faq summary span::after { transform: rotate(90deg); }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { max-width: 700px; margin: -5px 0 28px; color: rgba(255,255,255,.62); }

.audit { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; color: white; background: radial-gradient(circle at 10% 20%, rgba(122,44,255,.32), transparent 32%), radial-gradient(circle at 82% 72%, rgba(0,216,238,.16), transparent 31%), var(--night); }
.audit > * { width: auto; margin: 0; }
.audit { padding-inline: max(24px, calc((100vw - 1180px) / 2)); }
.audit-copy h2 { margin: 22px 0; font-size: clamp(48px, 6vw, 84px); line-height: .95; letter-spacing: -.065em; }
.audit-copy > p:last-child { max-width: 500px; color: rgba(255,255,255,.65); font-size: 18px; }
.audit-form { padding: 32px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.audit-form label { display: block; margin-bottom: 22px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.7); }
.audit-form label small { float: right; font-weight: 400; }
.audit-form input { width: 100%; min-height: 50px; margin-top: 7px; padding: 0; color: white; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); border-radius: 0; background: transparent; outline: 0; }
.audit-form input:focus { border-color: var(--cyan); }
.audit-form input::placeholder { color: rgba(255,255,255,.3); }
.organization-picker { position: relative; margin-bottom: 22px; }
.audit-form .organization-picker > label { margin-bottom: 0; }
.organization-search-consent { margin: 10px 0 12px; padding: 14px 16px; border: 1px solid rgba(101,232,255,.2); border-radius: 15px; background: rgba(101,232,255,.07); }
.organization-search-consent p { margin: 0 0 10px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.55; }
.organization-search-consent a { color: rgba(255,255,255,.84); text-decoration: underline; text-underline-offset: 2px; }
.organization-search-consent button { min-height: 36px; padding: 0 14px; border: 1px solid rgba(101,232,255,.35); border-radius: 999px; color: white; background: rgba(23,120,255,.18); cursor: pointer; font-size: 11px; font-weight: 750; }
.organization-search-consent button:hover { background: rgba(23,120,255,.3); }
.organization-search-consent[hidden] { display: none; }
.organization-search-shell { position: relative; }
.organization-search-shell input { padding-right: 30px; }
.organization-search-shell input:disabled { cursor: not-allowed; opacity: .62; }
.organization-suggestions { position: absolute; z-index: 20; top: calc(100% + 7px); left: 0; width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(10,18,36,.97); box-shadow: 0 24px 58px rgba(0,0,0,.38); backdrop-filter: blur(20px); }
.organization-suggestions[hidden] { display: none; }
.organization-options { max-height: 310px; overflow-y: auto; overscroll-behavior: contain; }
.organization-option { width: 100%; min-height: 68px; padding: 13px 16px; display: grid; gap: 3px; color: white; border: 0; border-bottom: 1px solid rgba(255,255,255,.09); background: transparent; text-align: left; cursor: pointer; transition: background .18s ease; }
.organization-option:last-child { border-bottom: 0; }
.organization-option:hover, .organization-option.is-active { background: rgba(23,120,255,.16); }
.organization-option strong { font-size: 14px; line-height: 1.35; }
.organization-option span { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.4; }
.organization-attribution { margin: 0; padding: 8px 16px; color: rgba(255,255,255,.38); border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; text-align: right; }
.organization-hint { margin: 8px 0 0; min-height: 18px; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.45; }
.organization-hint.is-error { color: #ff9da6; }
.organization-selected { margin-top: 10px; padding: 13px 15px; display: grid; grid-template-columns: 1fr auto; gap: 2px 14px; border: 1px solid rgba(0,216,238,.22); border-radius: 15px; background: rgba(0,216,238,.07); }
.organization-selected[hidden] { display: none; }
.organization-selected > span { grid-column: 1 / -1; color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.organization-selected strong { color: white; font-size: 13px; line-height: 1.4; }
.organization-selected small { grid-column: 1; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.4; }
.organization-selected__actions { grid-column: 2; grid-row: 2 / 4; align-self: center; display: flex; align-items: flex-end; flex-direction: column; gap: 7px; }
.organization-selected__actions a, .organization-selected__actions button { color: var(--cyan); font-size: 10px; font-weight: 700; }
.organization-selected__actions button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font: inherit; }
.form-business-note { margin: 0 0 24px; padding: 14px 16px; color: rgba(255,255,255,.72); border: 1px solid rgba(101,232,255,.18); border-radius: 15px; background: rgba(101,232,255,.06); font-size: 12px; line-height: 1.55; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.audit-form .consent-checkbox { margin: 3px 0 12px; display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 11px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 400; line-height: 1.5; }
.audit-form .consent-checkbox input { width: 20px; min-height: 20px; height: 20px; margin: 1px 0 0; padding: 0; border: 1px solid rgba(255,255,255,.4); border-radius: 5px; accent-color: var(--cyan); }
.consent-checkbox a, .form-policy-link a { color: var(--cyan); text-decoration: underline; text-underline-offset: 2px; }
.form-policy-link { margin: 0 0 18px; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.5; }
.form-yandex-status { min-height: 32px; margin: -9px 0 12px; display: flex; align-items: center; flex-wrap: wrap; gap: 0 5px; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.5; }
.form-yandex-status[hidden] { display: none; }
.form-yandex-status a,
.form-yandex-status button { padding: 0; color: var(--cyan); border: 0; background: transparent; cursor: pointer; font: inherit; text-decoration: underline; text-underline-offset: 2px; }
.form-yandex-status button { min-height: 32px; }
.form-readiness { margin: 0 0 16px; padding: 12px 14px; color: #ffe0a3; border: 1px solid rgba(255,202,102,.26); border-radius: 13px; background: rgba(255,190,65,.08); font-size: 11px; line-height: 1.5; }
.audit-form .button:disabled { opacity: .48; cursor: not-allowed; box-shadow: none; transform: none; filter: grayscale(.25); }
.audit-form .button { width: 100%; }
.form-note { margin: 14px 0 0; color: rgba(255,255,255,.38); font-size: 10px; text-align: center; }
.form-status { margin: 12px 0 0; min-height: 22px; color: var(--cyan); font-size: 13px; text-align: center; }

footer { padding: 42px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: minmax(190px,.72fr) minmax(220px,.8fr) minmax(430px,1.5fr); gap: 24px 32px; align-items: center; color: white; border-top: 1px solid rgba(255,255,255,.08); background: #050914; }
footer p { max-width: 300px; color: rgba(255,255,255,.54); line-height: 1.55; }
.footer-socials { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.footer-social { min-width: 0; min-height: 76px; padding: 12px 14px; display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 12px; overflow: hidden; position: relative; color: white; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.18); text-decoration: none; isolation: isolate; transition: transform .22s ease, box-shadow .22s ease, filter .22s ease; }
.footer-social::before { width: 110px; height: 110px; position: absolute; z-index: -1; right: -48px; top: -66px; content: ""; border-radius: 50%; background: rgba(255,255,255,.2); filter: blur(3px); transition: transform .28s ease; }
.footer-social--vk { background: linear-gradient(135deg,#2787f5 0%,#1669ce 100%); }
.footer-social--telegram { background: linear-gradient(135deg,#2aabee 0%,#168dcc 100%); }
.footer-social:hover { color: white; transform: translateY(-2px); filter: saturate(1.08); box-shadow: 0 18px 38px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.22); }
.footer-social:hover::before { transform: translate(-8px,8px) scale(1.08); }
.footer-social:active { transform: translateY(0) scale(.985); }
.footer-social:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.footer-social__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.16); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); }
.footer-social__icon svg { width: 27px; height: 27px; display: block; fill: white; }
.footer-social__copy { min-width: 0; display: grid; gap: 2px; line-height: 1.1; }
.footer-social__copy small { overflow: hidden; color: rgba(255,255,255,.74); font-size: 9px; font-weight: 600; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; }
.footer-social__copy strong { overflow: hidden; font-size: 14px; font-weight: 800; letter-spacing: -.01em; text-overflow: ellipsis; white-space: nowrap; }
.footer-social__arrow { align-self: start; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1; }
.footer-links { grid-column: 1 / -1; padding-top: 18px; display: flex; align-items: center; gap: 12px 20px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.footer-links a { color: rgba(255,255,255,.46); }
.footer-links a:nth-child(-n+2) { color: rgba(255,255,255,.82); font-weight: 700; }
.footer-links a:hover { color: white; }
.footer-links__divider { width: 1px; height: 16px; background: rgba(255,255,255,.16); }
footer > small { grid-column: 1 / -1; color: rgba(255,255,255,.3); }

/* Public landing */
.public-story { height: 380vh; }
.public-story .story-copy--hero { width: min(760px, calc(100vw - 48px)); }
.public-story .story-copy h1 { max-width: 760px; padding: clamp(22px, 3vw, 34px); color: white; border: 1px solid rgba(255,255,255,.36); border-radius: 32px; background: linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,.08) 46%, rgba(7,17,38,.35)); box-shadow: 0 28px 72px rgba(2,8,22,.34), inset 0 1px 0 rgba(255,255,255,.42), inset 0 -1px 0 rgba(255,255,255,.08); -webkit-backdrop-filter: blur(26.4px) saturate(1.25); backdrop-filter: blur(26.4px) saturate(1.25); text-shadow: 0 3px 24px rgba(0,0,0,.34); font-size: clamp(48px, 6.2vw, 88px); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 4px; }
.text-link--light { color: white; }
.story-copy .story-note { margin: 18px 0 0 !important; color: rgba(255,255,255,.52) !important; font-size: 12px !important; }

.proof-strip { width: 100%; padding: 28px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: repeat(4,1fr); gap: 0; color: var(--ink); background: white; border-bottom: 1px solid var(--line); }
.proof-strip div { min-height: 66px; padding: 8px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { font-size: 20px; letter-spacing: -.035em; }
.proof-strip span { color: var(--ink-soft); font-size: 12px; }

.statement { margin-top: 54px !important; padding: 26px 30px; color: white; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: linear-gradient(115deg, rgba(122,44,255,.17), rgba(23,120,255,.08)); font-size: clamp(18px,2vw,25px); font-weight: 700; letter-spacing: -.025em; }
.issue-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.issue-card { --issue-accent: var(--violet); position: relative; min-height: 280px; padding: 30px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--issue-accent) 17%, #dfe4ee); border-radius: 26px; background: linear-gradient(150deg, color-mix(in srgb, var(--issue-accent) 5%, white), white 64%); box-shadow: 0 18px 45px rgba(20,36,74,.06); }
.issue-card:nth-child(3n+2) { --issue-accent: var(--blue); }
.issue-card:nth-child(3n+3) { --issue-accent: #00a9c2; }
.issue-card::after { content: ""; position: absolute; right: -55px; bottom: -70px; width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--issue-accent) 17%, transparent), transparent 70%); }
.issue-card > span { display: inline-flex; padding: 6px 10px; color: var(--issue-accent); border: 1px solid color-mix(in srgb, var(--issue-accent) 22%, transparent); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.issue-card h3 { max-width: 310px; margin: 54px 0 12px; font-size: clamp(23px,2.2vw,30px); line-height: 1.08; letter-spacing: -.045em; }
.issue-card p { position: relative; z-index: 1; margin: 0; color: var(--ink-soft); }

.scope, .process { color: white; background: radial-gradient(circle at 86% 20%, rgba(23,120,255,.13), transparent 28%), var(--night); }
.scope-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.scope-card { min-height: 245px; padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.035); }
.scope-card--accent { background: linear-gradient(145deg, rgba(122,44,255,.38), rgba(23,120,255,.2)); }
.scope-card b { color: var(--cyan); font-size: 10px; letter-spacing: .15em; }
.scope-card h3 { margin: 52px 0 10px; font-size: 23px; line-height: 1.12; letter-spacing: -.035em; }
.scope-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }
.audit-example { padding-block: 32px; overflow: hidden; }
.audit-example .section-head { margin-bottom: 16px; }
.audit-example .section-head h2 { font-size: clamp(42px,4.4vw,60px); line-height: 1; letter-spacing: -.055em; }
.audit-gallery { max-width: 980px; }
.audit-gallery__viewer { min-width: 0; padding: 10px; border: 1px solid rgba(23,120,255,.13); border-radius: 24px; background: white; box-shadow: 0 24px 64px rgba(20,38,86,.11); }
.audit-gallery__topline { min-height: 44px; margin: 0 6px 6px; display: grid; grid-template-columns: minmax(150px,1fr) minmax(220px,1.7fr) minmax(74px,1fr); align-items: center; gap: 18px; }
.audit-gallery__identity { display: flex; flex-direction: column; }
.audit-gallery__topline span { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.audit-gallery__topline strong { font-size: 18px; letter-spacing: -.025em; }
.audit-gallery__counter { margin: 0; color: #8a94a8; text-align: right; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.audit-gallery__counter b { color: var(--ink); font-size: 20px; }
.audit-gallery__page { position: relative; padding: 10px; display: flex; justify-content: center; overflow: hidden; border-radius: 16px; background: #e9edf5; touch-action: pan-y; }
.audit-gallery__page.is-zoomed { touch-action: none; cursor: grab; }
.audit-gallery__page.is-panning { cursor: grabbing; }
.audit-gallery__image { --audit-zoom: 1; --audit-pan-x: 0px; --audit-pan-y: 0px; width: auto; max-width: 100%; height: clamp(360px,56vh,600px); display: block; object-fit: contain; border-radius: 7px; background: white; box-shadow: 0 16px 38px rgba(8,20,49,.14); transform: translate3d(var(--audit-pan-x),var(--audit-pan-y),0) scale(var(--audit-zoom)); transition: opacity .18s ease, transform .25s ease; transform-origin: center; user-select: none; -webkit-user-drag: none; }
.audit-gallery__viewer.is-switching .audit-gallery__image { will-change: transform, opacity; }
.audit-gallery__image.is-leaving-next { animation: audit-page-leave-next .14s ease-in both; }
.audit-gallery__image.is-leaving-prev { animation: audit-page-leave-prev .14s ease-in both; }
.audit-gallery__image.is-entering-next { animation: audit-page-enter-next .28s cubic-bezier(.22,1,.36,1) both; }
.audit-gallery__image.is-entering-prev { animation: audit-page-enter-prev .28s cubic-bezier(.22,1,.36,1) both; }
.audit-gallery__viewer.is-switching .audit-gallery__caption, .audit-gallery__viewer.is-switching .audit-gallery__counter { animation: audit-meta-switch .42s ease both; }
@keyframes audit-page-leave-next { from { opacity: 1; transform: translate3d(0,0,0) scale(1); } to { opacity: 0; transform: translate3d(-42px,0,0) scale(.985); } }
@keyframes audit-page-leave-prev { from { opacity: 1; transform: translate3d(0,0,0) scale(1); } to { opacity: 0; transform: translate3d(42px,0,0) scale(.985); } }
@keyframes audit-page-enter-next { from { opacity: 0; transform: translate3d(42px,0,0) scale(.985); } to { opacity: 1; transform: translate3d(0,0,0) scale(1); } }
@keyframes audit-page-enter-prev { from { opacity: 0; transform: translate3d(-42px,0,0) scale(.985); } to { opacity: 1; transform: translate3d(0,0,0) scale(1); } }
@keyframes audit-meta-switch { 0%,28% { opacity: 1; transform: translateY(0); } 36%,46% { opacity: 0; transform: translateY(4px); } 100% { opacity: 1; transform: translateY(0); } }
.audit-gallery__page.is-panning .audit-gallery__image { transition: opacity .18s ease; }
.audit-gallery__caption { margin: 0; color: var(--ink-soft); text-align: center; font-size: 13px; font-weight: 700; line-height: 1.25; }
.audit-gallery__arrow { position: absolute; z-index: 2; top: 50%; width: 48px; height: 48px; padding: 0; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(7,11,24,.58); backdrop-filter: blur(10px); cursor: pointer; transform: translateY(-50%); transition: transform .2s ease, opacity .2s ease, background .2s ease; }
.audit-gallery__arrow--prev { left: clamp(126px,16%,166px); }
.audit-gallery__arrow--next { right: clamp(126px,16%,166px); }
.audit-gallery__arrow:hover:not(:disabled) { transform: translateY(-50%) scale(1.06); background: rgba(23,120,255,.86); }
.audit-gallery__arrow:active:not(:disabled) { transform: translateY(-50%) scale(.96); }
.audit-gallery__arrow:disabled { opacity: 0; pointer-events: none; }
.audit-gallery__arrow span { font-size: 21px; line-height: 1; }
.audit-gallery__side-preview { position: absolute; z-index: 1; top: 50%; width: clamp(92px,12.5%,120px); padding: 5px; overflow: hidden; color: var(--ink); border: 1px solid rgba(23,120,255,.18); border-radius: 14px; background: rgba(255,255,255,.78); box-shadow: 0 12px 30px rgba(20,38,86,.12); cursor: pointer; transform: translateY(-50%); transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease; }
.audit-gallery__side-preview:hover { transform: translateY(-50%) scale(1.04); box-shadow: 0 16px 36px rgba(20,38,86,.18); }
.audit-gallery__side-preview--prev { left: 14px; }
.audit-gallery__side-preview--next { right: 14px; }
.audit-gallery__side-preview img { width: 100%; height: auto; aspect-ratio: 1240/1755; display: block; object-fit: cover; object-position: top; border-radius: 9px; background: white; }
.audit-gallery__side-preview span { padding: 6px 2px 2px; display: block; color: var(--ink-soft); font-size: 9px; font-weight: 800; line-height: 1.15; }
.audit-gallery__zoom { position: absolute; z-index: 3; right: 18px; bottom: 18px; height: 50px; padding: 3px; display: flex; align-items: center; gap: 2px; border: 1px solid rgba(255,255,255,.45); border-radius: 26px; background: rgba(7,11,24,.64); backdrop-filter: blur(10px); box-shadow: 0 8px 22px rgba(7,11,24,.18); }
.audit-gallery__zoom button { width: 44px; height: 44px; padding: 0; color: white; border: 0; border-radius: 50%; background: transparent; cursor: pointer; font-size: 23px; line-height: 1; transition: background .2s ease, opacity .2s ease; }
.audit-gallery__zoom button:hover:not(:disabled) { background: rgba(255,255,255,.16); }
.audit-gallery__zoom button:disabled { opacity: .32; cursor: default; }
.audit-gallery__zoom-value { min-width: 42px; color: white; text-align: center; font-size: 10px; font-weight: 800; font-variant-numeric: tabular-nums; }
.audit-gallery__thumbs { margin-top: 8px; padding: 3px 4px 5px; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.audit-gallery__thumbs[hidden] { display: none; }
.audit-gallery__thumbs::-webkit-scrollbar { display: none; }
.audit-thumb { flex: 0 0 calc((100% - 20px) / 3); min-width: 0; padding: 5px; color: var(--ink); border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.72); cursor: pointer; text-align: left; scroll-snap-align: center; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.audit-thumb:hover { transform: translateY(-3px); border-color: rgba(23,120,255,.3); box-shadow: 0 12px 28px rgba(25,48,98,.1); }
.audit-thumb.is-active { border-color: var(--blue); background: white; box-shadow: 0 0 0 3px rgba(23,120,255,.1), 0 16px 32px rgba(25,48,98,.12); }
.audit-thumb img { width: 100%; height: 50px; display: block; object-fit: cover; object-position: top; border-radius: 8px; background: #eef1f6; }
.audit-thumb span { min-height: 25px; padding: 4px 3px 0; display: block; color: var(--ink-soft); font-size: 10px; font-weight: 700; line-height: 1.1; }
.audit-thumb span b { display: block; margin-bottom: 3px; color: var(--blue); font-size: 9px; letter-spacing: .12em; }
.center--dark small, .center--dark { color: var(--ink-soft); }

.system-section { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; counter-reset: process; }
.process-step { min-height: 330px; padding: 32px; border: 1px solid rgba(255,255,255,.11); border-radius: 26px; background: linear-gradient(150deg,rgba(255,255,255,.065),rgba(255,255,255,.025)); }
.process-step > span { color: var(--cyan); font-size: 11px; letter-spacing: .16em; }
.process-step h3 { margin: 100px 0 12px; font-size: 30px; line-height: 1.08; letter-spacing: -.045em; }
.process-step p { margin: 0; color: rgba(255,255,255,.6); }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.service-card span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.service-card h3 { margin: 60px 0 10px; font-size: 26px; line-height: 1.1; letter-spacing: -.04em; }
.service-card p { margin: 0; color: var(--ink-soft); }

.reveal { --reveal-x: 0px; --reveal-y: 32px; --reveal-rotate: 0deg; --rest-y: 0px; opacity: 0; transform: translate3d(var(--reveal-x), calc(var(--reveal-y) + var(--rest-y)), 0) rotate(var(--reveal-rotate)) scale(.985); transition: opacity .65s ease var(--motion-delay, 0ms), transform .72s cubic-bezier(.22,1,.36,1) var(--motion-delay, 0ms); will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: translate3d(0,var(--rest-y),0) rotate(0) scale(1); }
.motion-card { --reveal-y: 76px; --reveal-rotate: 1.7deg; }
.motion-step { --reveal-y: 58px; }
.motion-row:nth-child(odd) { --reveal-x: -74px; --reveal-y: 0px; }
.motion-row:nth-child(even) { --reveal-x: 74px; --reveal-y: 0px; }
.motion-side--left { --reveal-x: -72px; --reveal-y: 18px; --reveal-rotate: -1deg; }
.motion-side--right { --reveal-x: 72px; --reveal-y: 18px; --reveal-rotate: 1deg; }
.price-card.price-card--featured { --rest-y: -14px; }

.motion-word { display: inline-block; padding: .14em .06em; margin: -.14em -.06em; overflow: hidden; vertical-align: bottom; }
.motion-word > span { display: inline-block; transform: translate3d(0,115%,0); opacity: .12; transition: transform .7s cubic-bezier(.22,1,.36,1) var(--word-delay), opacity .45s ease var(--word-delay); }
.section-head.is-visible .motion-word > span { transform: translate3d(0,0,0); opacity: 1; }

@media (hover: hover) and (pointer: fine) {
  .problem-card, .case-card, .price-card { transition-property: opacity, transform, box-shadow, border-color; }
  .problem-card.is-visible:hover { transform: translate3d(0,-10px,0) rotateX(1deg); border-color: color-mix(in srgb, var(--card-accent) 38%, transparent); box-shadow: 0 28px 64px color-mix(in srgb, var(--card-accent) 13%, transparent); }
  .case-card.is-visible:hover { transform: translate3d(0,-8px,0) scale(1.012); border-color: rgba(0,216,238,.26); box-shadow: 0 28px 60px rgba(0,0,0,.26); }
  .price-card.is-visible:hover { transform: translate3d(0,-8px,0); box-shadow: 0 24px 55px rgba(25,47,94,.14); }
  .price-card.price-card--featured.is-visible:hover { transform: translate3d(0,-22px,0); }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 32px, 720px); }
  .site-header { padding-inline: 16px; }
  .site-header nav { display: none; }
  .story-copy { left: 24px; }
  .story-shade { background: linear-gradient(90deg, rgba(3,7,17,.75), rgba(3,7,17,.14)), linear-gradient(0deg, rgba(3,7,17,.5), transparent 55%); }
  .section { padding-block: 92px; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .problem-grid, .price-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 360px; }
  .problem-card svg { margin-top: 42px; }
  .funnel-track { grid-template-columns: 1fr 1fr; }
  .funnel-step { border-bottom: 1px solid rgba(255,255,255,.1); }
  .method > div { grid-template-columns: 1fr; gap: 14px; }
  .case-grid { grid-template-columns: 1fr; }
  .price-card--featured { transform: none; order: -1; }
  .price-card.price-card--featured { --rest-y: 0px; }
  .audit { grid-template-columns: 1fr; gap: 46px; padding-inline: 24px; }
  footer { grid-template-columns: 1fr; }
  .footer-socials { width: min(100%,620px); }
  .footer-links { grid-column: auto; }
  footer > small { grid-column: auto; }
}

@media (max-width: 600px) {
  .site-header .button { display: none; }
  .brand img { width: 34px; height: 34px; }
  .scroll-story { height: 520vh; }
  .story-copy { left: 18px; width: calc(100vw - 36px); top: 54%; }
  .story-copy--chapter { padding: 24px 20px; border-radius: 22px; clip-path: inset(0 100% 0 0 round 22px); }
  .story-copy--chapter.is-revealed { clip-path: inset(0 0 0 0 round 22px); }
  .story-copy h1 { font-size: clamp(46px, 15vw, 68px); }
  .story-copy h2 { font-size: clamp(38px, 12vw, 54px); }
  .story-copy > p:not(.eyebrow) { font-size: 16px; }
  .story-progress { right: 18px; bottom: 24px; }
  .story-progress > span { width: 58px; }
  .section { padding-block: 76px; }
  .section-head { margin-bottom: 42px; }
  .section-head h2 { font-size: clamp(40px, 12vw, 57px); }
  .funnel-track { grid-template-columns: 1fr; }
  .funnel-step, .funnel-step:not(:first-child) { padding: 28px 0; border-right: 0; }
  .funnel-step h3 { margin-top: 22px; }
  .method { grid-template-columns: 48px 1fr; }
  .case-card { padding: 24px; }
  .case-card__top { align-items: flex-start; flex-direction: column; }
  .metrics { grid-template-columns: 1fr; }
  .case-card > p { min-height: 0; }
  .price-card { padding: 24px; }
  .audit { padding-inline: 16px; }
  .audit-form { padding: 24px; }
  .organization-selected { grid-template-columns: 1fr; }
  .organization-selected__actions { grid-column: 1; grid-row: auto; align-items: flex-start; margin-top: 8px; }
  .footer-socials { grid-template-columns: 1fr; }
  .footer-social { min-height: 72px; }
  .footer-links__divider { width: 100%; height: 1px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .scroll-story { height: 100dvh; }
  .story-copy:not(.story-copy--hero), .story-progress { display: none; }
  .story-copy--hero { opacity: 1 !important; transform: translateY(-50%) !important; }
  .story-copy--chapter { clip-path: none; }
  .story-copy--chapter > * { opacity: 1; transform: none; }
  .reveal, .reveal.is-visible { opacity: 1; transform: translate3d(0,var(--rest-y),0); }
  .motion-word > span { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div { border-bottom: 1px solid var(--line); }
  .proof-strip div:nth-last-child(-n+2) { border-bottom: 0; }
  .issue-grid, .service-grid { grid-template-columns: 1fr 1fr; }
  .scope-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 250px; }
  .process-step h3 { margin-top: 60px; }
}

@media (max-width: 600px) {
  .public-story { height: 380vh; }
  .public-story .story-copy h1 { padding: 18px; border-radius: 24px; font-size: clamp(42px,13vw,60px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-actions .button { min-height: 48px; padding-inline: 19px; font-size: 14px; }
  .proof-strip { padding: 18px 16px; }
  .proof-strip div { padding: 12px; }
  .proof-strip div:first-child { padding-left: 12px; }
  .proof-strip strong { font-size: 16px; }
  .issue-grid, .scope-grid, .service-grid { grid-template-columns: 1fr; }
  .issue-card { min-height: 245px; }
  .scope-card { min-height: 220px; }
  .audit-gallery { width: calc(100vw - 24px) !important; }
  .audit-gallery__viewer { padding: 9px; border-radius: 20px; }
  .audit-gallery__topline { padding-inline: 4px; grid-template-columns: 1fr auto; gap: 4px 12px; }
  .audit-gallery__caption { grid-column: 1 / -1; grid-row: 2; padding-bottom: 4px; }
  .audit-gallery__counter { grid-column: 2; grid-row: 1; }
  .audit-gallery__page { padding: 7px; border-radius: 13px; }
  .audit-gallery__image { height: min(62vh,520px); }
  .audit-gallery__side-preview { display: none; }
  .audit-gallery__arrow { width: 46px; height: 46px; }
  .audit-gallery__arrow--prev { left: 12px; }
  .audit-gallery__arrow--next { right: 12px; }
  .audit-gallery__caption { font-size: 11px; line-height: 1.3; }
  .audit-gallery__zoom { right: 10px; bottom: 10px; }
  .audit-thumb img { height: 48px; }
}
