:root {
  color-scheme: light;
  --background: #f8f8f5;
  --surface: #fff;
  --text: #272824;
  --muted: #696a64;
  --line: #dedfd8;
  --accent: #e9783c;
  --radius: 16px;
  --font: 'Manrope', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; background: var(--background); color: var(--text); font-family: var(--font); -webkit-font-smoothing: antialiased; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
button { font: inherit; }
p, h1, h2, h3 { margin: 0; }
::selection { background: var(--accent); color: var(--text); }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.site-header { position: fixed; z-index: 40; inset: 0 0 auto; height: 74px; border-bottom: 1px solid rgb(222 223 216 / 82%); background: rgb(248 248 245 / 92%); backdrop-filter: blur(14px); transition: transform 260ms cubic-bezier(.22, 1, .36, 1), box-shadow 180ms ease; }
.site-header.is-hidden { transform: translateY(-110%); }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgb(39 40 36 / 5%); }
.header-inner { display: grid; grid-template-columns: 146px minmax(0, 1fr) 252px; align-items: center; height: 100%; }
.site-logo { display: block; width: 116px; color: inherit; }
.site-logo img { display: block; width: 100%; height: auto; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2vw, 29px); }
.desktop-nav a { position: relative; padding-block: 8px; color: var(--text); font-size: .875rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.desktop-nav a::after { content: ''; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav a:focus-visible, .site-logo:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.header-messengers { display: flex; align-items: center; gap: 8px; }
.header-messengers a { display: flex; align-items: center; width: auto; height: 42px; gap: 8px; padding: 6px 13px 6px 8px; border: 1px solid var(--line); border-radius: 12px; background: rgb(255 255 255 / 42%); color: var(--text); text-decoration: none; transition: border-color 150ms ease, background-color 150ms ease, transform 150ms ease; }
.header-messengers a:hover { border-color: #e8b99f; background: #fff; transform: translateY(-1px); }
.header-messengers img { display: block; width: 28px; height: 28px; }
.header-messengers span { display: block; font-size: .75rem; font-weight: 700; }
.header-messengers a:focus-visible { outline: 2px solid var(--text); outline-offset: 3px; }
.menu-toggle { display: none; align-items: center; gap: 10px; min-height: 38px; padding: 0; border: 0; background: transparent; color: var(--text); font-size: .75rem; font-weight: 700; cursor: pointer; }
.menu-toggle i { position: relative; display: block; width: 24px; height: 14px; border-block: 1px solid currentColor; transition: border-color 180ms ease; }
.menu-toggle i::after { content: ''; position: absolute; top: 50%; left: 0; width: 24px; height: 1px; background: currentColor; transform: translateY(-50%); transition: transform 180ms ease; }
.menu-toggle[aria-expanded="true"] i { border-color: transparent; }
.menu-toggle[aria-expanded="true"] i::before, .menu-toggle[aria-expanded="true"] i::after { content: ''; position: absolute; top: 50%; left: 0; width: 24px; height: 1px; background: currentColor; }
.menu-toggle[aria-expanded="true"] i::before { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { transform: rotate(-45deg); }
.mobile-menu[hidden] { display: none; }
.mobile-menu { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--background); box-shadow: 0 20px 40px rgb(39 40 36 / 8%); }
.mobile-menu-inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 18px 22px; }
.mobile-menu-inner > a { display: flex; align-items: center; gap: 12px; min-height: 52px; border-bottom: 1px solid var(--line); color: var(--text); font-size: .9375rem; font-weight: 650; text-decoration: none; }
.mobile-menu-inner > a:nth-child(odd) { padding-right: 22px; }
.mobile-menu-inner > a:nth-child(even) { padding-left: 22px; border-left: 1px solid var(--line); }
.mobile-menu-inner > a span { color: var(--accent); font-size: .6875rem; font-weight: 700; }
.mobile-menu-socials { display: none; }
.hero { min-height: calc(100svh - 74px); margin-top: 74px; padding-block: 0 42px; }
.hero-stage { position: relative; display: flex; flex-direction: column; align-items: center; max-width: 1140px; margin-inline: auto; padding-block: clamp(62px, 8vw, 108px) clamp(52px, 6vw, 78px); text-align: center; }
.hero-stage::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(to bottom, transparent, rgb(222 223 216 / 58%) 18%, rgb(222 223 216 / 58%) 82%, transparent); pointer-events: none; }
.hero-stage > * { position: relative; z-index: 1; }
.hero-kicker { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-kicker span { width: 7px; height: 7px; border-radius: 1px; background: var(--accent); }
h1 { max-width: 1120px; margin-top: 24px; font-size: clamp(4.1rem, 7vw, 6.65rem); font-weight: 750; line-height: .99; letter-spacing: -.07em; }
.hero-mobile-break { display: none; }
.accent-text { color: var(--accent); }
.hero-description { max-width: 710px; margin-top: 27px; color: var(--muted); font-size: 1.0625rem; font-weight: 400; line-height: 1.75; }
.hero-offer { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; margin-top: 34px; padding: 0 42px 17px; }
.hero-offer::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 52px; height: 3px; border-radius: 3px; background: var(--accent); transform: translateX(-50%); }
.hero-offer p { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-offer strong { color: var(--text); font-size: clamp(2.8rem, 4.5vw, 4.25rem); font-weight: 750; line-height: 1.05; letter-spacing: -.065em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.primary-cta { display: block; position: relative; width: 100%; min-height: 76px; margin-top: 25px; border: none; border-radius: 12px; background: var(--accent); color: #fff; padding: 16px 48px 16px 21px; text-align: left; font-size: 1rem; line-height: 1.45; font-weight: 750; cursor: pointer; transition: background-color 150ms ease, box-shadow 150ms ease; }
.hero-cta { width: auto; min-width: 360px; min-height: 64px; margin-top: 29px; padding: 15px 58px 15px 23px; }
.button-arrow { display: block; width: 18px; height: 18px; flex: 0 0 auto; color: currentColor; }
.cta-arrow { position: absolute; top: 50%; right: 20px; transform: translateY(-50%) rotate(-45deg); }
.primary-cta:hover { background: #f28b53; }
.primary-cta:active { background: #e9783c; box-shadow: inset 0 0 0 2px rgb(39 40 36 / 15%); }
.primary-cta:focus-visible { outline: 2px solid var(--text); outline-offset: 5px; }
.cta-note { max-width: 630px; margin-top: 14px; color: var(--muted); text-align: center; font-size: .75rem; line-height: 1.6; }
.trust-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; padding: 0; margin: 0; border-block: 1px solid var(--line); }
.trust-list li { padding: 23px 30px 25px; border-left: 1px solid var(--line); }
.trust-list li:first-child { padding-left: 0; border-left: none; }
.trust-list li:last-child { padding-right: 0; }
.trust-list strong { display: block; margin-bottom: 7px; color: var(--text); font-size: 1rem; font-weight: 750; letter-spacing: -.02em; }
.trust-list p { color: var(--muted); font-size: .8125rem; line-height: 1.55; }

.system-section { padding-block: clamp(88px, 10vw, 144px); background: var(--surface); border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 390px); column-gap: clamp(40px, 7vw, 110px); align-items: end; }
.section-kicker { grid-column: 1 / -1; display: flex; align-items: center; gap: 13px; margin-bottom: 27px; font-size: .8125rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.section-kicker span { display: grid; place-items: center; width: 33px; height: 25px; border: 1px solid var(--line); border-radius: 7px; color: var(--accent); letter-spacing: 0; }
.section-heading h2 { max-width: 780px; font-size: clamp(2.625rem, 4.25vw, 4rem); font-weight: 750; line-height: 1.12; letter-spacing: -.05em; }
.section-lead { max-width: 390px; padding-bottom: 7px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.wavy-accent { color: var(--text); font-weight: 650; text-decoration-line: underline; text-decoration-style: wavy; text-decoration-color: var(--accent); text-decoration-thickness: 1.5px; text-underline-offset: 6px; }
.system-grid { margin-top: clamp(48px, 6vw, 76px); }
.solution-kicker { font-size: .8125rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.solution-panel { display: flex; flex-direction: column; width: min(100%, 560px); min-width: 0; min-height: 560px; margin-inline: auto; padding: 35px 36px 34px; border-radius: var(--radius); background: var(--text); color: #fff; }
.solution-kicker { color: #ee9668; }
.solution-panel > h3 { margin-top: 24px; font-size: clamp(2.5rem, 3.7vw, 3.5rem); font-weight: 750; line-height: 1.08; letter-spacing: -.05em; }
.solution-copy { max-width: 470px; margin-top: 24px; color: rgb(255 255 255 / 67%); font-size: .9375rem; line-height: 1.72; }
.launch-flow { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; padding: 0; margin: 34px 0 28px; border-top: 1px solid rgb(255 255 255 / 18%); }
.launch-flow li { position: relative; padding: 23px 14px 22px 0; }
.launch-flow li + li { padding-left: 17px; border-left: 1px solid rgb(255 255 255 / 18%); }
.launch-flow span { display: block; margin-bottom: 26px; color: #ee9668; font-size: .75rem; font-weight: 700; }
.launch-flow p { font-size: .8125rem; font-weight: 600; line-height: 1.55; }
.solution-result { position: relative; margin-top: 0; padding: 19px 21px 20px; overflow: hidden; border: 1px solid rgb(233 120 60 / 38%); border-left: 3px solid var(--accent); border-radius: 12px; background: rgb(233 120 60 / 10%); box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%); }
.solution-result::after { content: ''; position: absolute; right: -24px; bottom: -34px; width: 90px; height: 90px; border-radius: 50%; background: rgb(233 120 60 / 18%); filter: blur(20px); pointer-events: none; }
.solution-result p { position: relative; z-index: 1; max-width: 430px; color: rgb(255 255 255 / 65%); font-size: .8125rem; line-height: 1.65; }
.solution-result strong { position: relative; z-index: 1; display: block; margin-top: 7px; color: #fff; font-size: 1.05rem; font-weight: 750; line-height: 1.4; letter-spacing: -.02em; }

.scope-section { padding-block: clamp(88px, 10vw, 144px); background: var(--background); border-top: 1px solid var(--line); }
.scope-heading { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(40px, 7vw, 110px); align-items: end; }
.scope-heading h2 { font-size: clamp(2.75rem, 4.7vw, 4.5rem); font-weight: 750; line-height: 1.09; letter-spacing: -.055em; }
.scope-summary { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; align-items: end; padding-top: 18px; border-top: 1px solid var(--line); }
.scope-summary strong { color: var(--accent); font-size: clamp(3.8rem, 5vw, 5rem); font-weight: 750; line-height: .82; letter-spacing: -.08em; }
.scope-summary p { color: var(--text); font-size: 1rem; font-weight: 750; letter-spacing: -.02em; }
.scope-summary span { display: block; margin-top: 8px; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.scope-summary i { padding-inline: 3px; color: var(--accent); font-style: normal; }
.scope-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; padding: 0; margin: clamp(48px, 6vw, 76px) 0 0; border-top: 1px solid var(--line); }
.scope-item { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 23px; min-height: 270px; padding: 34px 38px 36px 0; border-bottom: 1px solid var(--line); }
.scope-item:nth-child(even) { padding-right: 0; padding-left: 38px; border-left: 1px solid var(--line); }
.scope-number { padding-top: 2px; color: var(--accent); font-size: 1.5rem; font-weight: 650; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.scope-copy h3 { margin-bottom: 16px; font-size: clamp(1.35rem, 2vw, 1.65rem); font-weight: 750; line-height: 1.3; letter-spacing: -.035em; }
.scope-copy > p { max-width: 475px; color: var(--muted); font-size: .9375rem; line-height: 1.75; }
.honesty-note { position: relative; margin-top: 19px; padding-left: 16px; color: var(--text) !important; font-weight: 600; }
.honesty-note::before { content: ''; position: absolute; inset: 5px auto 5px 0; width: 3px; border-radius: 3px; background: var(--accent); }
.scope-cta { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 365px); gap: clamp(35px, 7vw, 100px); align-items: center; margin-top: 18px; padding: 35px 38px; border-radius: var(--radius); background: var(--text); color: #fff; }
.scope-cta-label { margin-bottom: 13px; color: #ee9668; font-size: .8125rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.scope-cta h3 { max-width: 650px; font-size: clamp(1.65rem, 2.7vw, 2.35rem); font-weight: 750; line-height: 1.27; letter-spacing: -.04em; }
.scope-cta div > p:last-child { margin-top: 12px; color: rgb(255 255 255 / 62%); font-size: .875rem; line-height: 1.65; }
.scope-button { margin-top: 0; }

.cases-section { padding-block: clamp(88px, 10vw, 144px); background: var(--surface); border-top: 1px solid var(--line); }
.cases-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 410px); gap: clamp(40px, 7vw, 110px); align-items: end; }
.cases-heading h2 { font-size: clamp(2.75rem, 4.7vw, 4.5rem); font-weight: 750; line-height: 1.09; letter-spacing: -.055em; }
.cases-heading > p { padding-bottom: 7px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.cases-method { max-width: 850px; margin-top: 28px; padding-left: 16px; border-left: 2px solid var(--accent); color: var(--muted); font-size: .8125rem; line-height: 1.65; }
.cases-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: clamp(48px, 6vw, 76px); }
.cases-method + .cases-grid { margin-top: 34px; }
.case-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--background); }
.case-card[hidden] { display: none; }
.case-card.is-revealed { animation: case-in 320ms ease both; }
.case-preview { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #ebece7; }
.case-preview img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(.95); transition: transform 400ms ease; }
.case-preview-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #9a9c95; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.case-card:hover .case-preview img { transform: scale(1.018); }
.browser-bar { position: absolute; inset: 16px 16px auto; display: flex; align-items: center; gap: 6px; min-height: 36px; padding: 8px 13px; border: 1px solid rgb(255 255 255 / 55%); border-radius: 10px; background: rgb(255 255 255 / 88%); box-shadow: 0 8px 24px rgb(39 40 36 / 9%); backdrop-filter: blur(9px); }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #c5c7c0; }
.browser-bar span { margin-left: 7px; color: #5c5e58; font-size: .6875rem; font-style: normal; font-weight: 650; }
.case-body { padding: 27px 29px 30px; }
.case-title { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.case-title h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 750; line-height: 1.3; letter-spacing: -.035em; }
.case-period { margin-top: 22px; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.case-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 14px 0 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-metrics div { min-width: 0; padding: 16px 17px 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-metrics dt { min-height: 32px; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.case-metrics dd { margin: 9px 0 0; font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 750; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.case-source { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--muted); font-size: .75rem; font-weight: 650; text-decoration: none; transition: color 150ms ease; }
.case-source:hover { color: var(--accent); }
.case-source:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.case-source-arrow { width: 10px; height: 10px; color: currentColor; }
.cases-more { display: flex; justify-content: center; align-items: center; width: fit-content; min-width: 250px; gap: 14px; margin: 28px auto 0; padding: 17px 23px; border: 1px solid var(--accent); border-radius: 12px; background: var(--accent); color: #fff; font-size: .9375rem; font-weight: 700; cursor: pointer; transition: background-color 150ms ease, border-color 150ms ease; }
.cases-more[hidden] { display: none; }
.cases-more:hover { border-color: #f28b53; background: #f28b53; }
.cases-more:focus-visible { outline: 2px solid var(--text); outline-offset: 4px; }
.cases-more-arrow { width: 14px; height: 14px; color: #fff; transform: rotate(90deg); }
@keyframes case-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.audit-section { padding-block: clamp(88px, 10vw, 144px); background: var(--background); border-top: 1px solid var(--line); }
.audit-heading h2 { max-width: 960px; font-size: clamp(2.75rem, 4.7vw, 4.5rem); font-weight: 750; line-height: 1.09; letter-spacing: -.055em; }
.audit-card { display: grid; grid-template-columns: 260px minmax(0, 1fr); margin-top: clamp(48px, 6vw, 76px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 18px 60px -48px rgb(39 40 36 / 24%); }
.audit-price { display: flex; flex-direction: column; min-height: 100%; padding: 34px 30px; border-right: 1px solid #edc9b5; background: #fff5ee; }
.audit-price p { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.audit-price strong { display: block; margin-top: 23px; color: var(--accent); font-size: clamp(3.7rem, 5vw, 5rem); font-weight: 750; line-height: 1; letter-spacing: -.07em; white-space: nowrap; }
.audit-price span { display: block; margin-top: auto; padding-top: 42px; color: var(--muted); font-size: .875rem; line-height: 1.65; }
.audit-content { min-width: 0; padding: clamp(32px, 4vw, 52px); }
.audit-content > h3 { max-width: 680px; font-size: clamp(2rem, 3.4vw, 3.15rem); font-weight: 750; line-height: 1.15; letter-spacing: -.05em; }
.audit-lead { max-width: 770px; margin-top: 22px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.audit-outcomes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
.audit-outcomes div { position: relative; min-width: 0; padding: 22px 23px 23px; border: 1px solid var(--line); border-radius: 12px; background: #f8f8f5; }
.audit-outcomes div:first-child { border-color: #edc9b5; background: #fff7f2; }
.audit-outcomes div + div { border-left: 1px solid var(--line); }
.audit-outcomes div:first-child + div { border-left-color: var(--line); }
.audit-verdict { position: relative; display: block; width: 31px; height: 31px; margin-bottom: 17px; border-radius: 50%; }
.audit-verdict-yes { background: var(--accent); }
.audit-verdict-yes::after { content: ''; position: absolute; top: 8px; left: 11px; width: 7px; height: 11px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(43deg); }
.audit-verdict-no { border: 1px solid #cfd0c9; background: #fff; }
.audit-verdict-no::before, .audit-verdict-no::after { content: ''; position: absolute; top: 14px; left: 8px; width: 13px; height: 1.5px; border-radius: 2px; background: #868881; }
.audit-verdict-no::before { transform: rotate(45deg); }
.audit-verdict-no::after { transform: rotate(-45deg); }
.audit-outcomes strong { display: block; font-size: 1rem; font-weight: 750; line-height: 1.45; letter-spacing: -.02em; }
.audit-outcomes p { margin-top: 8px; color: var(--muted); font-size: .8125rem; line-height: 1.65; }
.audit-action { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.audit-button { width: auto; min-width: 330px; min-height: 62px; margin-top: 0; padding-block: 14px; }
.audit-action > p { color: var(--muted); font-size: .8125rem; line-height: 1.5; }

.process-section { padding-block: clamp(88px, 10vw, 144px); background: var(--surface); border-top: 1px solid var(--line); }
.process-heading h2 { max-width: 920px; font-size: clamp(2.75rem, 4.7vw, 4.5rem); font-weight: 750; line-height: 1.09; letter-spacing: -.055em; }
.process-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: clamp(42px, 7vw, 105px); align-items: start; margin-top: clamp(48px, 6vw, 76px); }
.process-summary { position: sticky; top: 24px; overflow: hidden; border: 1px solid #edc9b5; border-radius: var(--radius); background: #fff5ee; }
.process-days { padding: 29px 29px 28px; border-bottom: 1px solid #edc9b5; }
.process-days > span { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.process-days strong { display: block; margin-top: 21px; color: var(--accent); font-size: 6rem; font-weight: 750; line-height: .9; letter-spacing: -.08em; }
.process-days p { margin-top: 11px; color: var(--muted); font-size: .9375rem; }
.process-summary dl { margin: 0; padding: 0 29px; }
.process-summary dl div { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding-block: 20px; }
.process-summary dl div + div { border-top: 1px solid #edc9b5; }
.process-summary dt { color: var(--muted); font-size: .8125rem; }
.process-summary dd { margin: 0; font-size: .9375rem; font-weight: 750; }
.work-steps { position: relative; list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.work-steps::before { content: ''; position: absolute; top: 37px; bottom: 37px; left: 24px; width: 1px; background: var(--line); }
.work-steps li { position: relative; display: grid; grid-template-columns: 49px minmax(200px, 285px) minmax(0, 1fr); gap: 26px; align-items: start; padding-block: 29px 31px; border-bottom: 1px solid var(--line); }
.step-marker { position: relative; z-index: 1; display: grid; place-items: center; width: 49px; height: 49px; border: 1px solid #edc9b5; border-radius: 50%; background: var(--surface); color: var(--accent); font-size: .75rem; font-weight: 750; font-variant-numeric: tabular-nums; }
.work-steps h3 { padding-top: 2px; font-size: clamp(1.08rem, 1.7vw, 1.3rem); font-weight: 750; line-height: 1.42; letter-spacing: -.025em; }
.work-steps p { max-width: 500px; padding-top: 3px; color: var(--muted); font-size: .9375rem; line-height: 1.72; }
.process-owner { position: relative; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 27px; align-items: center; margin-top: 18px; padding: 33px 42px 34px; overflow: hidden; border: 1px solid #edc9b5; border-radius: var(--radius); background: #fff8f3; }
.process-owner::after { content: ''; position: absolute; inset: auto 0 0; height: 3px; background: var(--accent); }
.process-note-mark { align-self: start; height: 52px; color: var(--accent); font-family: Georgia, serif; font-size: 5.5rem; font-weight: 700; line-height: .82; }
.process-owner p { max-width: 880px; font-size: clamp(1.2rem, 2.2vw, 1.65rem); line-height: 1.5; letter-spacing: -.025em; }
.process-owner strong { color: var(--accent); font-weight: 750; }

.reviews-section { position: relative; overflow: hidden; padding-block: clamp(88px, 10vw, 144px); background: var(--text); color: #fff; }
.reviews-container { position: relative; z-index: 1; }
.reviews-quote { position: absolute; z-index: 0; top: -60px; right: max(3vw, 20px); color: rgb(233 120 60 / 13%); font-family: Georgia, serif; font-size: clamp(17rem, 31vw, 29rem); font-weight: 700; line-height: 1; pointer-events: none; }
.reviews-section .section-kicker { color: rgb(255 255 255 / 52%); }
.reviews-section .section-kicker span { border-color: rgb(255 255 255 / 22%); color: #f19a6c; }
.reviews-heading { display: block; }
.reviews-heading h2 { max-width: 890px; font-size: clamp(2.75rem, 4.7vw, 4.5rem); font-weight: 750; line-height: 1.09; letter-spacing: -.055em; }
.reviews-heading h2 span { color: #f19a6c; }
.reviews-wall { columns: 3 280px; column-gap: 18px; margin-top: clamp(48px, 6vw, 76px); }
.review-shot { break-inside: avoid; margin: 0 0 18px; padding: 9px; border: 1px solid rgb(255 255 255 / 14%); border-radius: var(--radius); background: rgb(255 255 255 / 7%); }
.review-shot img { display: block; width: 100%; height: auto; border-radius: 10px; }
.review-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100%; border: 1px dashed rgb(255 255 255 / 20%); border-radius: 10px; background: rgb(255 255 255 / 4%); text-align: center; }
.review-shot-tall .review-placeholder { min-height: 390px; }
.review-shot-medium .review-placeholder { min-height: 315px; }
.review-shot-short .review-placeholder { min-height: 245px; }
.review-placeholder span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 19px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; color: #f19a6c; font-size: .75rem; font-weight: 750; }
.review-placeholder p { font-size: .9375rem; font-weight: 700; }
.review-placeholder small { margin-top: 8px; color: rgb(255 255 255 / 38%); font-size: .6875rem; font-weight: 600; letter-spacing: .09em; }

.owner-section { padding-block: clamp(88px, 10vw, 144px); overflow: hidden; background: #f3efe7; }
.owner-editorial { position: relative; display: grid; grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr); gap: clamp(30px, 5vw, 72px); margin-top: clamp(42px, 5.5vw, 68px); }
.owner-photo { position: relative; align-self: start; aspect-ratio: .86; margin: 0; overflow: hidden; border-radius: 2px 2px 46% 2px; background: #dedbd3; }
.owner-photo > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.76) contrast(.97); }
.owner-photo figcaption { position: absolute; top: 16px; left: 16px; padding: 7px 10px; border-radius: 999px; background: rgb(39 40 36 / 64%); color: rgb(255 255 255 / 86%); font-size: .625rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; backdrop-filter: blur(8px); }
.owner-copy { display: flex; flex-direction: column; min-width: 0; padding-top: 2px; }
.owner-copy h2 { max-width: 720px; font-size: clamp(3.1rem, 5.5vw, 5.4rem); font-weight: 750; line-height: .98; letter-spacing: -.065em; }
.owner-copy h2 span { color: var(--accent); }
.owner-story { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 55px); margin-top: auto; padding-top: 70px; }
.owner-story p { padding-top: 18px; border-top: 1px solid #d3cec4; color: var(--muted); font-size: .9375rem; line-height: 1.7; }
.owner-story strong { color: var(--text); font-weight: 750; }
.owner-contact-block { margin-top: clamp(34px, 5vw, 62px); padding-top: 22px; }
.owner-contact-list { border-top: 1px solid #d3cec4; }
.owner-contact-list > a { display: grid; grid-template-columns: 42px minmax(0, 1fr) 24px; gap: 13px; align-items: center; min-height: 70px; border-bottom: 1px solid #d3cec4; color: var(--text); text-decoration: none; }
.owner-contact-list img { display: block; width: 38px; height: 38px; }
.owner-contact-list span { min-width: 0; }
.owner-contact-list strong, .owner-contact-list small { display: block; }
.owner-contact-list strong { font-size: .9375rem; font-weight: 750; line-height: 1.35; }
.owner-contact-list small { margin-top: 2px; color: var(--muted); font-size: .75rem; font-weight: 500; }
.owner-contact-list .contact-link-arrow { justify-self: end; width: 15px; height: 15px; color: var(--accent); transform: rotate(-45deg); }
.owner-contact-list > a:hover strong { color: var(--accent); }
.owner-contact-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 17px; }
.owner-contact-details a { min-width: 0; padding: 3px 20px 3px 0; color: var(--text); text-decoration: none; }
.owner-contact-details a + a { padding-left: 20px; border-left: 1px solid #d3cec4; }
.owner-contact-details span, .owner-contact-details strong { display: block; }
.owner-contact-details span { color: var(--muted); font-size: .6875rem; line-height: 1.4; }
.owner-contact-details strong { margin-top: 5px; overflow-wrap: anywhere; font-size: .8125rem; font-weight: 700; line-height: 1.45; }
.owner-contact-details a:hover strong { color: var(--accent); }
.owner-quote { position: absolute; bottom: -24px; left: -2px; color: #bf9b62; font-family: Georgia, serif; font-size: clamp(7rem, 12vw, 11rem); font-weight: 700; line-height: .5; pointer-events: none; }

.faq-section { padding-block: clamp(88px, 10vw, 144px); border-top: 1px solid var(--line); background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: clamp(55px, 9vw, 140px); align-items: start; }
.faq-heading { position: sticky; top: 28px; }
.faq-heading h2 { max-width: 520px; font-size: clamp(2.75rem, 4.7vw, 4.5rem); font-weight: 750; line-height: 1.09; letter-spacing: -.055em; }
.faq-heading > p:last-child { max-width: 390px; margin-top: 25px; color: var(--muted); font-size: .9375rem; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--text); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 15px; align-items: center; min-height: 91px; padding: 22px 0; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { align-self: start; padding-top: 5px; color: var(--accent); font-size: .6875rem; font-weight: 750; font-variant-numeric: tabular-nums; }
.faq-item h3 { font-size: clamp(1.05rem, 1.6vw, 1.25rem); font-weight: 700; line-height: 1.45; letter-spacing: -.025em; }
.faq-item summary > i { position: relative; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; transition: border-color 160ms ease, background-color 160ms ease; }
.faq-item summary > i::before, .faq-item summary > i::after { content: ''; position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: var(--text); transform: translate(-50%, -50%); transition: transform 160ms ease, background-color 160ms ease; }
.faq-item summary > i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] summary > i { border-color: var(--accent); background: var(--accent); }
.faq-item[open] summary > i::before, .faq-item[open] summary > i::after { background: #fff; }
.faq-item[open] summary > i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item summary:hover h3 { color: var(--accent); }
.faq-item summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.faq-answer { padding: 0 53px 28px; }
.faq-answer p { max-width: 650px; color: var(--muted); font-size: .9375rem; line-height: 1.78; }
.faq-answer strong { color: var(--text); font-weight: 750; }

.floating-contact { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: flex; flex-direction: column; align-items: flex-end; }
.contact-toggle { display: grid; place-items: center; width: 58px; height: 58px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; filter: drop-shadow(0 8px 16px rgb(39 40 36 / 18%)); transition: transform 150ms ease; }
.contact-toggle:hover { transform: translateY(-2px); }
.contact-toggle:focus-visible { outline: 2px solid var(--text); outline-offset: 4px; }
.contact-toggle img { display: block; width: 58px; height: 58px; }
.contact-toggle img[hidden], .contact-popover[hidden] { display: none !important; }
.contact-popover { width: 292px; margin-bottom: 12px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: 0 18px 50px rgb(39 40 36 / 16%); }
.contact-popover > p { font-size: 1.1rem; font-weight: 750; letter-spacing: -.025em; }
.contact-popover > span { display: block; margin-top: 7px; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.contact-popover > a { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 11px; align-items: center; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .6875rem; line-height: 1.4; text-decoration: none; }
.contact-popover > a + a { margin-top: 12px; }
.contact-popover > a img { display: block; width: 36px; height: 36px; }
.contact-popover > a span { min-width: 0; }
.contact-popover > a strong { display: block; margin-bottom: 2px; color: var(--text); font-size: .875rem; font-weight: 750; }
.contact-popover .contact-link-arrow { width: 13px; height: 13px; color: var(--accent); transform: rotate(-45deg); }
.contact-popover > a:hover strong { color: var(--accent); }

.site-footer { border-top: 1px solid #d8d3c9; background: #f3efe7; }
.footer-main { display: grid; grid-template-columns: minmax(260px, 1.35fr) minmax(280px, 1fr) minmax(270px, .9fr); gap: clamp(45px, 7vw, 105px); padding-block: 62px 58px; }
.footer-brand > a { display: block; width: 132px; }
.footer-brand img { display: block; width: 100%; height: auto; }
.footer-brand > p { max-width: 365px; margin-top: 27px; color: var(--muted); font-size: .875rem; line-height: 1.7; }
.footer-nav > p, .footer-contacts > p { margin-bottom: 22px; color: var(--muted); font-size: .6875rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.footer-nav > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
.footer-nav a { padding-block: 10px; border-bottom: 1px solid #d8d3c9; color: var(--text); font-size: .875rem; font-weight: 650; text-decoration: none; transition: color 150ms ease; }
.footer-nav a:hover { color: var(--accent); }
.footer-contacts > a { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; gap: 13px; align-items: baseline; min-height: 43px; padding-block: 10px; border-bottom: 1px solid #d8d3c9; color: var(--text); text-decoration: none; }
.footer-contacts > a span { color: var(--muted); font-size: .75rem; }
.footer-contacts > a strong { min-width: 0; overflow-wrap: anywhere; font-size: .8125rem; font-weight: 700; }
.footer-contacts .contact-link-arrow { width: 12px; height: 12px; color: var(--accent); transform: rotate(-45deg); }
.footer-contacts > a:hover strong { color: var(--accent); }
.footer-bottom { display: grid; grid-template-columns: 1fr minmax(300px, auto) 1fr; align-items: center; gap: 30px; min-height: 76px; border-top: 1px solid #d8d3c9; color: var(--muted); font-size: .6875rem; }
.footer-legal { display: flex; justify-content: center; gap: 10px 20px; }
.footer-legal a { color: var(--muted); text-decoration: underline; text-decoration-color: #c2bdb4; text-underline-offset: 3px; }
.footer-legal a:hover { color: var(--text); text-decoration-color: var(--accent); }
.footer-bottom > a { justify-self: end; margin-right: 66px; color: var(--text); font-size: .75rem; font-weight: 700; text-decoration: none; }
.footer-bottom > a span { margin-left: 7px; color: var(--accent); }
.footer-brand > a:focus-visible, .footer-nav a:focus-visible, .footer-contacts a:focus-visible, .footer-bottom a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

body.modal-open { overflow: hidden; }
.form-hp { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.lead-modal { width: min(720px, calc(100% - 40px)); max-height: calc(100dvh - 40px); margin: auto; padding: 0; overflow: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); color: var(--text); box-shadow: 0 28px 90px rgb(39 40 36 / 22%); }
.lead-modal::backdrop { background: rgb(39 40 36 / 52%); backdrop-filter: blur(3px); }
.lead-modal[open] { animation: modal-in 220ms cubic-bezier(.22, 1, .36, 1) both; }
.lead-modal-shell { padding: 26px 36px 28px; }
.lead-modal-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.lead-modal-head p { margin-bottom: 11px; color: var(--accent); font-size: .6875rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.lead-modal-head h2 { font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 750; line-height: 1.08; letter-spacing: -.05em; }
.lead-modal-close { position: relative; flex: 0 0 42px; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--text); cursor: pointer; transition: border-color 150ms ease, background-color 150ms ease; }
.lead-modal-close span::before, .lead-modal-close span::after { content: ''; position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; background: currentColor; }
.lead-modal-close span::before { transform: translate(-50%, -50%) rotate(45deg); }
.lead-modal-close span::after { transform: translate(-50%, -50%) rotate(-45deg); }
.lead-modal-close:hover { border-color: var(--accent); background: #fff5ee; }
.lead-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 20px; padding-top: 20px; }
.contact-choice { grid-column: 1 / -1; min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-choice legend, .form-field > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .75rem; font-weight: 650; }
.contact-choice > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.contact-choice label + label { border-left: 1px solid var(--line); }
.contact-choice input { position: absolute; opacity: 0; pointer-events: none; }
.contact-choice span { display: grid; place-items: center; min-height: 46px; padding: 9px; background: var(--surface); font-size: .8125rem; font-weight: 700; cursor: pointer; transition: background-color 150ms ease, color 150ms ease; }
.contact-choice input:checked + span { background: var(--text); color: #fff; }
.contact-choice input:focus-visible + span { box-shadow: inset 0 0 0 2px var(--accent); }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field input, .form-field textarea { display: block; width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--background); color: var(--text); padding: 15px 16px; outline: none; font: inherit; font-size: .875rem; line-height: 1.5; transition: border-color 150ms ease, background-color 150ms ease; }
.form-field input { height: 46px; }
.form-field textarea { min-height: 72px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #9a9b94; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--accent); background: var(--surface); }
.privacy-consent { grid-column: 1 / -1; display: grid; grid-template-columns: 19px minmax(0, 1fr); gap: 10px; align-items: start; color: var(--muted); font-size: .6875rem; line-height: 1.55; cursor: pointer; }
.privacy-consent input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.privacy-consent-box { position: relative; display: block; width: 19px; height: 19px; margin-top: 1px; border: 1px solid #c9cac3; border-radius: 5px; background: var(--surface); transition: border-color 150ms ease, background-color 150ms ease; }
.privacy-consent-box::after { content: ''; position: absolute; top: 4px; left: 6px; width: 5px; height: 8px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; opacity: 0; transform: rotate(43deg); }
.privacy-consent input:checked + .privacy-consent-box { border-color: var(--accent); background: var(--accent); }
.privacy-consent input:checked + .privacy-consent-box::after { opacity: 1; }
.privacy-consent input:focus-visible + .privacy-consent-box { outline: 2px solid var(--text); outline-offset: 3px; }
.privacy-consent input:invalid:not(:focus) + .privacy-consent-box { border-color: #c9cac3; }
.privacy-consent-copy a { color: var(--text); font-weight: 650; text-decoration: underline; text-decoration-color: #b9bab4; text-underline-offset: 2px; }
.privacy-consent-copy a:hover { color: var(--accent); text-decoration-color: var(--accent); }
.lead-submit { grid-column: 1 / -1; position: relative; min-height: 52px; margin-top: 2px; padding: 13px 54px 13px 20px; border: 0; border-radius: 12px; background: var(--accent); color: #fff; text-align: left; font-size: .9375rem; font-weight: 750; cursor: pointer; transition: background-color 150ms ease; }
.lead-submit-arrow { position: absolute; top: 50%; right: 21px; width: 17px; height: 17px; transform: translateY(-50%) rotate(-45deg); }
.lead-submit:hover { background: #f28b53; }
.lead-submit:focus-visible, .lead-modal-close:focus-visible { outline: 2px solid var(--text); outline-offset: 4px; }
@keyframes modal-in { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

.legal-page { margin-top: 74px; padding-block: clamp(62px, 8vw, 110px); background: var(--background); }
.legal-container { width: min(940px, calc(100% - 112px)); }
.legal-heading { padding-bottom: clamp(34px, 5vw, 54px); border-bottom: 1px solid var(--line); }
.legal-heading > p { color: var(--accent); font-size: .75rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.legal-heading h1 { max-width: 900px; margin-top: 18px; font-size: clamp(2.8rem, 5.7vw, 5rem); font-weight: 750; line-height: 1.04; letter-spacing: -.06em; }
.legal-heading > span { display: block; margin-top: 22px; color: var(--muted); font-size: .75rem; }
.legal-content { padding-top: clamp(34px, 5vw, 54px); }
.legal-content section + section { margin-top: 38px; padding-top: 38px; border-top: 1px solid var(--line); }
.legal-content h2 { max-width: 760px; font-size: clamp(1.3rem, 2.4vw, 1.7rem); font-weight: 750; line-height: 1.3; letter-spacing: -.03em; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .9375rem; line-height: 1.8; }
.legal-content h2 + p, .legal-content h2 + ul { margin-top: 15px; }
.legal-content p + p { margin-top: 11px; }
.legal-content ul { margin: 15px 0 0; padding-left: 22px; }
.legal-content li + li { margin-top: 7px; }
.legal-content a { color: var(--text); font-weight: 650; text-decoration: underline; text-decoration-color: #bebfb8; text-underline-offset: 3px; }
.legal-content a:hover { color: var(--accent); text-decoration-color: var(--accent); }

@media (min-width: 1600px) { .hero-stage { padding-top: 122px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { grid-template-columns: 112px minmax(0, 1fr) 218px; }
  .site-logo { width: 105px; }
  .desktop-nav { gap: 14px; }
  .desktop-nav a { font-size: .8125rem; }
  .header-messengers a { gap: 6px; padding-right: 10px; padding-left: 7px; }
  .header-messengers img { width: 25px; height: 25px; }
  .header-messengers span { font-size: .6875rem; }
  h1 { font-size: clamp(4rem, 7.4vw, 5.35rem); }
  .hero-description { font-size: 1rem; }
  .trust-list li { padding-inline: 20px; }
  .section-heading { grid-template-columns: minmax(0, 1fr) 330px; gap: 35px; }
  .system-grid { grid-template-columns: 1fr 360px; }
  .solution-panel { padding: 28px; }
  .launch-flow { grid-template-columns: 1fr; margin-top: 36px; }
  .launch-flow li { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid rgb(255 255 255 / 18%); }
  .launch-flow li + li { padding-left: 0; border-left: 0; }
  .launch-flow span { margin: 3px 0 0; }
  .launch-flow p br { display: none; }
  .scope-item { padding-right: 28px; }
  .scope-item:nth-child(even) { padding-left: 28px; }
  .case-body { padding: 24px; }
  .audit-card { grid-template-columns: 220px minmax(0, 1fr); }
  .audit-price { padding: 29px 25px; }
  .audit-content { padding: 38px; }
  .process-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 45px; }
  .process-days, .process-summary dl { padding-inline: 25px; }
  .work-steps li { grid-template-columns: 49px 225px minmax(0, 1fr); gap: 20px; }
  .owner-editorial { grid-template-columns: minmax(330px, .88fr) minmax(0, 1.12fr); gap: 38px; }
  .owner-story { gap: 28px; padding-top: 50px; }
  .faq-layout { gap: 60px; }
}
@media (max-width: 820px) {
  html { scroll-padding-top: 82px; }
  .site-header { height: 66px; }
  .header-inner { display: flex; justify-content: space-between; }
  .site-logo { width: 102px; }
  .desktop-nav { display: none; }
  .header-actions > .header-messengers { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu-socials { display: flex; grid-column: 1 / -1; gap: 9px; padding-top: 15px; }
  .mobile-menu-socials a { display: flex; align-items: center; gap: 7px; padding: 7px 13px 7px 8px; border: 1px solid var(--line); border-radius: 12px; color: var(--text); font-size: .75rem; font-weight: 650; text-decoration: none; }
  .mobile-menu-socials img { width: 27px; height: 27px; }
  .hero { min-height: calc(100svh - 66px); margin-top: 66px; padding-block: 0 40px; }
  .legal-page { margin-top: 66px; }
  .legal-container { width: calc(100% - 64px); }
  .hero-stage { padding-block: 54px 48px; }
  h1 { max-width: 700px; font-size: clamp(3.35rem, 9.5vw, 4.75rem); }
  .hero-description { max-width: 620px; margin-top: 24px; }
  .trust-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-list li { padding-block: 20px 21px; }
  .trust-list li:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .trust-list li:nth-child(4) { border-top: 1px solid var(--line); }
  .trust-list li:nth-child(even) { padding-right: 0; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading h2 br { display: none; }
  .section-lead { margin-top: 24px; max-width: 610px; }
  .system-grid { grid-template-columns: 1fr; }
  .solution-panel { min-height: 560px; }
  .launch-flow { grid-template-columns: repeat(3, 1fr); }
  .launch-flow li { display: block; padding: 20px 12px 20px 0; border-top: 0; }
  .launch-flow li + li { padding-left: 16px; border-left: 1px solid rgb(255 255 255 / 18%); }
  .launch-flow span { margin-bottom: 22px; }
  .scope-heading { grid-template-columns: 1fr; }
  .scope-summary { max-width: 420px; margin-top: 28px; }
  .scope-list { grid-template-columns: 1fr; }
  .scope-item, .scope-item:nth-child(even) { min-height: 0; padding: 30px 0; border-left: 0; }
  .scope-cta { grid-template-columns: 1fr; }
  .scope-button { max-width: 420px; }
  .cases-heading { grid-template-columns: 1fr; }
  .cases-heading > p { max-width: 610px; margin-top: 24px; }
  .cases-grid { grid-template-columns: 1fr; }
  .audit-heading h2 br { display: none; }
  .audit-card { grid-template-columns: 1fr; }
  .audit-price { display: grid; grid-template-columns: 1fr auto; align-items: end; min-height: 0; border-right: 0; border-bottom: 1px solid #edc9b5; }
  .audit-price p { grid-column: 1 / -1; }
  .audit-price strong { margin-top: 18px; }
  .audit-price span { margin-top: 0; padding: 0 0 4px 20px; text-align: right; }
  .process-heading h2 br { display: none; }
  .process-layout { grid-template-columns: 1fr; gap: 35px; }
  .process-summary { position: static; display: grid; grid-template-columns: 1.2fr 1fr; }
  .process-days { border-right: 1px solid #edc9b5; border-bottom: 0; }
  .work-steps li { grid-template-columns: 49px minmax(180px, 250px) minmax(0, 1fr); }
  .process-owner { grid-template-columns: 64px minmax(0, 1fr); }
  .reviews-wall { columns: 3 240px; }
  .owner-editorial { grid-template-columns: 1fr; gap: 38px; }
  .owner-photo { width: min(100%, 600px); aspect-ratio: 1.08; }
  .owner-copy h2 { max-width: 680px; }
  .owner-story { margin-top: 45px; padding-top: 0; }
  .owner-quote { top: min(62vw, 480px); bottom: auto; left: min(64vw, 490px); }
  .faq-layout { grid-template-columns: 1fr; gap: 43px; }
  .faq-heading { position: static; }
  .faq-heading h2 br { display: none; }
  .footer-main { grid-template-columns: minmax(230px, .9fr) minmax(0, 1.1fr); }
  .footer-contacts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 24px; }
  .footer-contacts > p { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .container { width: calc(100% - 40px); }
  .legal-heading h1 { font-size: clamp(1.85rem, 9vw, 2.35rem); line-height: 1.12; letter-spacing: -.045em; overflow-wrap: anywhere; hyphens: auto; }
  .legal-content p, .legal-content li, .legal-content a { overflow-wrap: anywhere; }
  .site-logo { width: 94px; }
  .mobile-menu-inner { grid-template-columns: 1fr; padding-block: 10px 16px; }
  .mobile-menu-inner > a, .mobile-menu-inner > a:nth-child(odd), .mobile-menu-inner > a:nth-child(even) { min-height: 49px; padding-inline: 0; border-left: 0; }
  .hero-stage { padding-block: 42px 39px; }
  .hero-stage::before { display: none; }
  .hero-kicker { font-size: .6875rem; }
  h1 { margin-top: 19px; font-size: clamp(2.05rem, 9.4vw, 2.55rem); line-height: 1.08; letter-spacing: -.05em; }
  .hero-mobile-break { display: block; }
  .hero-third-line { white-space: nowrap; }
  .hero-description { font-size: .9375rem; line-height: 1.7; margin-top: 21px; }
  .hero-offer { width: auto; gap: 5px; margin-top: 28px; padding: 0 24px 15px; text-align: center; }
  .hero-offer strong { font-size: 2.75rem; }
  .primary-cta { padding-left: 18px; font-size: .9375rem; }
  .hero-cta { width: 100%; min-width: 0; min-height: 62px; padding-right: 48px; text-align: center; }
  .cta-note { font-size: .75rem; }
  .trust-list li { padding: 18px 14px 19px; }
  .trust-list li:nth-child(odd) { padding-left: 0; }
  .trust-list p { font-size: .75rem; line-height: 1.55; }
  .trust-list br { display: none; }
  .system-section { padding-block: 76px; }
  .section-kicker { margin-bottom: 23px; }
  .section-heading h2 { font-size: clamp(2.25rem, 10vw, 2.8rem); }
  .section-lead { font-size: .9375rem; }
  .system-grid { margin-top: 38px; }
  .solution-panel { padding: 23px 21px; }
  .problem-list li { grid-template-columns: 32px 1fr; gap: 9px; }
  .problem-list p { font-size: .875rem; }
  .problem-result { grid-template-columns: 1fr; gap: 10px; }
  .solution-panel { min-height: 0; }
  .solution-panel > h3 { font-size: 2.5rem; }
  .launch-flow { grid-template-columns: 1fr; margin-top: 36px; }
  .launch-flow li { display: grid; grid-template-columns: 34px 1fr; gap: 9px; padding: 14px 0; border-top: 1px solid rgb(255 255 255 / 18%); }
  .launch-flow li + li { padding-left: 0; border-left: 0; }
  .launch-flow span { margin: 2px 0 0; }
  .solution-result { margin-top: 4px; padding: 17px 17px 18px; }
  .scope-section { padding-block: 76px; }
  .scope-heading h2 { font-size: clamp(2.35rem, 10.5vw, 3rem); }
  .scope-heading h2 br { display: none; }
  .scope-summary { gap: 15px; padding: 17px 0 0; }
  .scope-summary strong { font-size: 4rem; }
  .scope-list { margin-top: 38px; }
  .scope-item, .scope-item:nth-child(even) { grid-template-columns: 40px minmax(0, 1fr); gap: 13px; padding-block: 27px; }
  .scope-number { font-size: 1.125rem; }
  .scope-copy h3 { margin-bottom: 12px; font-size: 1.25rem; }
  .scope-copy > p { font-size: .875rem; }
  .scope-cta { padding: 25px 21px; gap: 26px; }
  .scope-cta h3 { font-size: 1.6rem; }
  .cases-section { padding-block: 76px; }
  .cases-heading h2 { font-size: clamp(2.35rem, 10.5vw, 3rem); }
  .cases-heading h2 br { display: none; }
  .cases-grid { margin-top: 38px; gap: 16px; }
  .case-preview { aspect-ratio: 4 / 3; }
  .browser-bar { inset: 11px 11px auto; }
  .case-body { padding: 22px 20px 23px; }
  .case-metrics div { padding: 14px 12px 15px; }
  .case-metrics dd { font-size: 1.18rem; }
  .cases-more { padding: 19px 20px; }
  .audit-section { padding-block: 76px; }
  .audit-heading h2 { font-size: clamp(2.35rem, 10.5vw, 3rem); }
  .audit-price { padding: 23px 21px; }
  .audit-price strong { font-size: 3.7rem; }
  .audit-content { padding: 27px 21px 25px; }
  .audit-content > h3 { font-size: 2rem; }
  .audit-lead { font-size: .9375rem; }
  .audit-outcomes { grid-template-columns: 1fr; }
  .audit-outcomes { gap: 10px; }
  .audit-outcomes div + div { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .audit-action { align-items: stretch; flex-direction: column; gap: 12px; }
  .audit-button { width: 100%; min-width: 0; }
  .audit-action > p { text-align: center; }
  .process-section { padding-block: 76px; }
  .process-heading h2 { font-size: clamp(2.35rem, 10.5vw, 3rem); }
  .process-summary { grid-template-columns: 1fr; }
  .process-days { border-right: 0; border-bottom: 1px solid #edc9b5; }
  .process-days strong { font-size: 5rem; }
  .work-steps::before { left: 20px; }
  .work-steps li { grid-template-columns: 41px minmax(0, 1fr); gap: 15px; padding-block: 24px 26px; }
  .step-marker { width: 41px; height: 41px; }
  .work-steps h3 { padding-top: 7px; font-size: 1.12rem; }
  .work-steps h3 br { display: none; }
  .work-steps p { grid-column: 2; padding-top: 0; font-size: .875rem; }
  .process-owner { grid-template-columns: 45px minmax(0, 1fr); gap: 13px; padding: 26px 21px 28px; }
  .process-note-mark { height: 40px; font-size: 4.3rem; }
  .process-owner p { font-size: 1.1rem; }
  .reviews-section { padding-block: 76px; }
  .reviews-quote { top: -35px; right: -15px; font-size: 15rem; }
  .reviews-heading { grid-template-columns: 1fr; }
  .reviews-heading h2 { font-size: clamp(2.35rem, 10.5vw, 3rem); }
  .reviews-heading h2 br { display: none; }
  .reviews-wall { columns: 1; margin-top: 38px; }
  .review-shot-tall .review-placeholder, .review-shot-medium .review-placeholder, .review-shot-short .review-placeholder { min-height: 280px; }
  .owner-section { padding-block: 76px; }
  .owner-editorial { margin-top: 38px; gap: 34px; }
  .owner-photo { aspect-ratio: .92; border-radius: 2px 2px 42% 2px; }
  .owner-copy h2 { font-size: clamp(2.7rem, 12vw, 3.45rem); line-height: 1.02; }
  .owner-copy h2 br { display: none; }
  .owner-story { grid-template-columns: 1fr; gap: 22px; margin-top: 35px; }
  .owner-story p { padding-top: 15px; }
  .owner-contact-block { margin-top: 36px; }
  .owner-contact-details { grid-template-columns: 1fr; gap: 14px; }
  .owner-contact-details a, .owner-contact-details a + a { padding: 0; border-left: 0; }
  .owner-contact-details a + a { padding-top: 14px; border-top: 1px solid #d3cec4; }
  .owner-quote { top: min(101vw, 405px); left: auto; right: -3px; font-size: 7rem; }
  .faq-section { padding-block: 76px; }
  .faq-layout { gap: 35px; }
  .faq-heading h2 { font-size: clamp(2.35rem, 10.5vw, 3rem); }
  .faq-heading > p:last-child { margin-top: 20px; font-size: .875rem; }
  .faq-item summary { grid-template-columns: 28px minmax(0, 1fr) 34px; gap: 10px; min-height: 82px; padding-block: 19px; }
  .faq-item summary > i { width: 32px; height: 32px; }
  .faq-item h3 { font-size: 1rem; }
  .faq-answer { padding: 0 0 24px 38px; }
  .faq-answer p { font-size: .875rem; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding-block: 48px 42px; }
  .footer-brand > p { margin-top: 22px; }
  .footer-nav > div { grid-template-columns: 1fr; }
  .footer-contacts { display: block; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 12px 20px; padding-block: 21px; }
  .footer-legal { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom > a { grid-column: 2; grid-row: 1; }
  .lead-modal { width: 100%; max-width: none; height: 100dvh; max-height: none; border: 0; border-radius: 0; }
  .lead-modal-shell { min-height: 100%; padding: 25px 20px 28px; }
  .lead-modal-head { padding-bottom: 22px; }
  .lead-modal-head h2 { font-size: 2rem; }
  .lead-modal-close { flex-basis: 38px; width: 38px; height: 38px; }
  .lead-form { grid-template-columns: 1fr; gap: 17px; padding-top: 22px; }
  .form-field-wide, .contact-choice, .lead-submit { grid-column: 1; }
  .privacy-consent { grid-column: 1; }
  .contact-choice span { min-height: 48px; padding-inline: 5px; font-size: .75rem; }
  .floating-contact { right: 15px; bottom: 15px; }
  .contact-toggle, .contact-toggle img { width: 54px; height: 54px; }
  .contact-popover { width: min(292px, calc(100vw - 30px)); }
}
@media (max-width: 350px) {
  .container { width: calc(100% - 32px); }
  .hero-offer strong { font-size: 2.45rem; }
  .trust-list strong { font-size: .9rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
