:root {
  --ink: #0b1f28;
  --ink-2: #123541;
  --steel: #45616b;
  --steel-light: #8ea5ab;
  --paper: #f5f5f5;
  --steel-surface: #f5f5f5;
  --steel-highlight: #eef1f2;
  --steel-shadow: #7f898c;
  --white: #ffffff;
  --line: #cddbdd;
  --signal: #13acc1;
  --signal-deep: #087b91;
  --signal-soft: #d7f4f7;
  --warm: #edc77f;
  --hero-accent: #418fde;
  --hero-accent-bright: #5ca2e7;
  --hero-accent-soft: #dcecfb;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 18px 45px rgba(11, 31, 40, .10);
  --section-heading-size: clamp(40px, 3.1vw, 60px);
  --font: "Manrope", Arial, sans-serif;
  --heading: "Mulish", Arial, sans-serif;
  --mono: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #f5f5f5; }
body { min-height: 100vh; margin: 0; min-width: 320px; background: #f5f5f5; color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); text-wrap: balance; }
.container { width: min(1440px, calc(100% - 48px)); margin: 0 auto; }
.section { position: relative; padding: 128px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.page-noise { display: none; }
.mobile-menu-backdrop { display: none; }

/* Появление блоков при прокрутке: только opacity и transform — без тяжёлых перерисовок. */
.reveal-ready [data-reveal] { opacity: 0; transform: translate3d(0, 18px, 0); }
.reveal-ready [data-reveal].is-revealed { animation: reveal-up .58s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms) both; }
@keyframes reveal-up {
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Блок 00 — навигация */
.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 20; display: flex; align-items: center; padding: .5rem 0; background: var(--paper); }
.site-header .container, .hero .container { width: min(1440px, calc(100% - 48px)); }
main { display: flex; flex-direction: column; padding-top: 4.25rem; scroll-margin-top: 4.25rem; }
.hero { order: 1; }
.metrics { order: 2; }
.reservation { order: 3; }
.products-reference { order: 4; }
.audience { order: 7; }
.company { order: 8; }
.bottom-request { order: 9; }
.nav { display: flex; align-items: stretch; gap: .5rem; }
.brand { min-height: 52px; display: inline-flex; flex: 1.28 1 300px; align-items: center; gap: 16px; padding: 0 40px; border-radius: 10px; background: var(--white); white-space: nowrap; }
.brand-logo { display: block; width: 164px; height: auto; }
.brand-since { padding-left: 16px; border-left: 1px solid #e3e7ec; color: #7b8796; font: 600 9px/1.2 var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.brand-since > span { display: inline; }
.nav-links { align-self: center; display: grid; grid-template-columns: repeat(5, auto); align-items: stretch; gap: .5rem; }
.nav-links a { min-height: 52px; display: grid; place-items: center; padding: 0 clamp(14px, 1.5vw, 24px); border-radius: 6px; background: var(--white); color: #171717; font: 500 10px/1 var(--mono); letter-spacing: .035em; text-transform: uppercase; transition: background .2s, color .2s; }
.nav-links .mobile-menu-cta { display: none; }
.nav-links a:hover { background: #eaf3fc; color: var(--hero-accent); }
.button, .product-stage-cta, .reservation-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid var(--hero-accent); border-radius: 6px; background: var(--hero-accent); color: var(--white); font: 600 10px/1 var(--mono); letter-spacing: .045em; text-transform: uppercase; cursor: pointer; box-shadow: none; transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.button:hover, .product-stage-cta:hover, .reservation-button:hover { border-color: #2d7fce; background: #2d7fce; color: var(--white); transform: translateY(-1px); }
.button-arrow { width: 12px; height: 12px; flex: 0 0 12px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.button-small { min-height: 40px; padding: 0 clamp(18px, 2vw, 25px); font-size: 10px; }
.nav-cta { min-height: 52px; }
.nav-cta { align-self: center; }
.nav-cta, .hero .button { background: var(--hero-accent); color: var(--white); }
.nav-cta:hover, .hero .button:hover { background: #2d7fce; }
.menu-toggle { display: none; }

/* Блок 01 — первый экран */
.hero { position: relative; overflow: hidden; padding: 0 0 .5rem; background: transparent; }
.hero-grid { display: grid; grid-template-columns: .99fr 1.01fr; gap: .5rem; min-height: min(660px, calc(100vh - 82px)); }
.hero-panel { border-radius: 10px; background: var(--white); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7.5vw, 148px) clamp(42px, 4vw, 76px); }
.hero-copy-cta { padding: clamp(30px, 3.2vw, 56px) clamp(42px, 4vw, 76px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #69707b; font: 500 10px/1.3 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { display: block; width: 26px; height: 1px; background: currentColor; }
.eyebrow-light { color: #9dc3c9; }
h1 { max-width: 700px; margin-bottom: 28px; color: #050505; font-size: clamp(49px, 4.25vw, 82px); font-weight: 400; line-height: .96; letter-spacing: -.085em; }
h1 em, h2 em { color: var(--hero-accent); font-style: normal; font-weight: 400; }
.hero-copy-cta h1 { max-width: 690px; margin-bottom: 14px; font-size: var(--section-heading-size); }
.hero-capacity { width: fit-content; margin: 0 0 20px; padding: 10px 14px 11px; border-radius: 5px; background: #eaf3fc; color: var(--hero-accent); font: 500 clamp(24px, 2.05vw, 34px)/1 var(--heading); letter-spacing: -.065em; }
.hero-lead { max-width: 540px; margin-bottom: 0; color: #596274; font-size: clamp(16px, 1.25vw, 21px); line-height: 1.42; letter-spacing: -.035em; }
.hero-copy-cta .hero-lead { max-width: 655px; font-size: clamp(16px, 1.1vw, 18px); }
.hero-actions { display: flex; align-items: center; gap: 10px; margin-top: 37px; }
.hero .button { min-height: 42px; padding: 0 20px; }
.hero-copy-cta .hero-actions { flex-wrap: wrap; gap: .5rem; margin-top: 24px; }
.hero-copy-cta .button { min-height: 42px; padding: 0 20px; }
.button-secondary, .hero-copy-cta .button-secondary { border-color: #dce2e9; background: var(--white); color: #111827; }
.button-secondary:hover, .hero-copy-cta .button-secondary:hover { border-color: var(--hero-accent); background: #f3f8fe; color: var(--hero-accent); }
.hero-countdown { width: 100%; max-width: 620px; margin-top: 32px; }
.countdown-divider { width: 100%; height: 1px; margin-bottom: 32px; background: #e5e7eb; }
.hero-countdown-copy { margin: 0; color: #4a5565; font: 400 1rem/1.4 var(--font); letter-spacing: -.025em; white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--ink); font: 500 10px/1.2 var(--mono); letter-spacing: .09em; text-transform: uppercase; transition: color .2s; }
.text-link:hover { color: var(--signal-deep); }
.text-link-light { color: #d9edef; }
.text-link-light:hover { color: var(--signal); }

.hero-visual { position: relative; min-height: 590px; overflow: hidden; color: #fff; isolation: isolate; }
.hero-photo-panel { margin: 0; background: #06101a; }
.hero-photo { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 51% center; filter: saturate(1.06) contrast(1.05); }
.hero-photo-panel::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(1, 9, 18, .06) 38%, rgba(1, 9, 18, .68) 100%); }
.hero-photo-panel figcaption { position: absolute; z-index: 2; right: 28px; bottom: 25px; color: rgba(255,255,255,.91); font: 600 10px/1 var(--mono); letter-spacing: .1em; text-align: right; }

/* Блок 02 — компактный таймер в первом экране */
.countdown-timer { display: grid; grid-template-columns: max-content 8rem max-content 8rem max-content 8rem max-content; align-items: stretch; width: fit-content; max-width: 100%; min-width: 0; margin-top: 24px; }
.timer-unit { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .2rem; min-width: 0; padding: 0; text-align: left; }
.timer-separator { align-self: stretch; justify-self: center; width: 1px; background: #e5e7eb; }
.timer-unit strong { color: #101828; font-family: var(--heading); font-size: 2.625rem; font-weight: 400; line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.timer-unit span { color: #4a5565; font: 400 .875rem/1.43 var(--font); letter-spacing: 0; text-transform: none; }

/* Блок 02 — ключевые показатели */
.metrics { padding: 0 0 .5rem; }
.metrics-surface { position: relative; overflow: hidden; padding: clamp(32px, 4vw, 64px); border-radius: 10px; background: #1f1f1f; }
.metrics-watermark { position: absolute; top: clamp(-170px, -8vw, -84px); right: clamp(-220px, -12vw, -96px); pointer-events: none; user-select: none; }
.metrics-watermark-logo { display: block; width: clamp(460px, 48vw, 900px); height: auto; filter: brightness(0) invert(1); opacity: .025; }
.metrics-heading, .metrics-grid { position: relative; z-index: 1; }
.metrics-heading { max-width: 780px; margin-bottom: clamp(24px, 2vw, 36px); }
.metrics-heading h2 { margin: 0; color: #fff; font-size: var(--section-heading-size); font-weight: 400; line-height: .98; letter-spacing: -.085em; }
.metrics-heading p { max-width: 720px; margin: 24px 0 0; color: #a4a4a4; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.5; letter-spacing: -.03em; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .25rem; padding: .25rem; border-radius: 8px; background: #000; }
.metric-card { display: flex; flex-direction: column; justify-content: space-between; gap: 32px; padding: clamp(24px, 2.2vw, 40px); border-radius: 6px; background: #1f1f1f; }
.metric-icon { width: 28px; height: 28px; display: grid; place-items: center; color: var(--hero-accent-bright); }
.metric-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.metric-icon--growth { color: var(--hero-accent); }
.metric-copy { display: grid; gap: .5rem; }
.metric-value { margin: 0; color: #fff; font: 400 3.75rem/.95 var(--heading); font-variant-numeric: tabular-nums; letter-spacing: -.07em; white-space: nowrap; }
.metric-value--schedule { font-size: 3.45rem; letter-spacing: -.085em; }
.metric-value span { color: inherit; font-size: .48em; letter-spacing: -.045em; }
.metric-label { max-width: 240px; margin: 0; color: #8a8a8a; font: 400 .875rem/1.4 var(--font); letter-spacing: -.025em; }

/* Блок 06 — кому подходит DSKA X10 */
.audience { padding: 0 0 .5rem; background: var(--paper); }
.audience-surface { position: relative; overflow: hidden; padding: clamp(32px, 4vw, 64px); border-radius: 10px; background: #1f1f1f; }
.audience-watermark { position: absolute; top: clamp(-170px, -8vw, -84px); right: clamp(-220px, -12vw, -96px); pointer-events: none; user-select: none; }
.audience-watermark img { display: block; width: clamp(460px, 48vw, 900px); height: auto; filter: brightness(0) invert(1); opacity: .025; }
.audience-heading, .audience-grid { position: relative; z-index: 1; }
.audience-heading { margin-bottom: clamp(24px, 2vw, 36px); }
.audience-eyebrow { margin: 0 0 18px; }
.audience-heading h2 { max-width: 780px; margin: 0; color: var(--white); font-size: var(--section-heading-size); font-weight: 400; line-height: .98; letter-spacing: -.085em; }
.audience-heading h2 em { color: inherit; }
.audience-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .25rem; padding: .25rem; border-radius: 8px; background: #000; }
.audience-card { min-width: 0; min-height: 172px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 28px; padding: clamp(22px, 2vw, 34px); border-radius: 6px; background: #1f1f1f; transition: background .25s ease, transform .25s ease; }
.audience-card svg { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: var(--hero-accent-bright); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.audience-card h3 { margin: 0; color: #fff; font-size: clamp(16px, 1.12vw, 18px); font-weight: 500; line-height: 1.1; letter-spacing: -.045em; }
.audience-card:hover { background: #282828; transform: translateY(-2px); }

/* Блок 07 — о компании */
.company { padding: 0 0 .5rem; background: var(--paper); }
.company-surface { padding: 0; }
.company-layout { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: .5rem; }
.company-story, .company-proof { min-width: 0; border-radius: 10px; background: var(--white); }
.company-story { padding: clamp(32px, 4vw, 64px); }
.company-story h2 { max-width: 620px; margin: 0; color: #111827; font-size: var(--section-heading-size); font-weight: 400; line-height: .98; letter-spacing: -.085em; }
.company-lead { max-width: 640px; margin: 20px 0 0; color: #596576; font-size: clamp(16px, 1.18vw, 19px); line-height: 1.48; letter-spacing: -.03em; }
.company-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .25rem; margin: 32px 0 0; padding: .25rem; border-radius: 8px; background: #edf0f3; }
.company-stats > div { min-width: 0; min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; padding: 16px; border-radius: 6px; background: var(--white); }
.company-stats dt { margin: 0; color: #111827; font: 400 clamp(30px, 2.25vw, 42px)/.96 var(--heading); letter-spacing: -.075em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.company-stats dt span { display: inline-block; margin-left: 2px; color: var(--hero-accent); font-size: .46em; line-height: 1; letter-spacing: -.05em; vertical-align: .28em; }
.company-stats dd { margin: 14px 0 0; color: #647084; font: 500 9px/1.35 var(--mono); letter-spacing: .045em; text-transform: uppercase; }
.company-clients-viewport { width: 100%; margin-top: 24px; overflow: hidden; border-radius: 8px; background: #edf0f3; outline: 0; }
.company-clients-viewport:focus-visible { box-shadow: 0 0 0 3px rgba(65, 143, 222, .22); }
.company-clients { width: max-content; display: flex; gap: .25rem; padding: .25rem; animation: client-marquee 28s linear infinite; }
.company-clients-group { display: grid; grid-template-columns: repeat(8, 150px); gap: .25rem; }
.company-clients-viewport:hover .company-clients, .company-clients-viewport:focus-within .company-clients { animation-play-state: paused; }
.company-clients-viewport.is-paused .company-clients { animation-play-state: paused; }
.company-client { min-width: 0; min-height: 72px; display: flex; align-items: center; justify-content: center; padding: 16px; border-radius: 6px; background: var(--white); }
.company-client img { display: block; width: 100%; max-width: 132px; height: 40px; object-fit: contain; }
.company-client--coca, .company-client--kfc { overflow: hidden; }
.company-client--coca img, .company-client--kfc img { transform: scale(1.7); }
.company-proof { display: flex; flex-direction: column; justify-content: flex-start; min-height: 560px; padding: 0; overflow: hidden; outline: 0; }
.company-proof:focus-visible { box-shadow: 0 0 0 3px rgba(65, 143, 222, .28); }
.company-figure { position: relative; flex: 1 1 auto; min-height: 560px; margin: 0; overflow: hidden; isolation: isolate; background: #182330; }
.company-slides { position: absolute; inset: 0; }
.company-slides img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.025); transition: opacity .6s ease, transform 1.1s ease; }
.company-slides img.is-active { opacity: 1; transform: scale(1); }
.company-figure::after { content: ""; position: absolute; z-index: 1; inset: 28% 0 0; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(6, 12, 20, .78)); }
.company-figure figcaption { position: absolute; z-index: 2; right: 184px; bottom: 24px; left: 24px; max-width: 520px; margin: 0; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 6px; background: rgba(9, 27, 45, .88); color: #fff; font-size: clamp(14px, 1.02vw, 16px); font-weight: 500; line-height: 1.42; letter-spacing: -.025em; backdrop-filter: blur(10px); }
.company-slider-controls { position: absolute; z-index: 3; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 8px; padding: 6px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 6px; background: rgba(9, 27, 45, .88); backdrop-filter: blur(10px); }
.company-slider-controls > button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 4px; background: rgba(255, 255, 255, .12); color: #fff; cursor: pointer; transition: background .2s ease, color .2s ease; }
.company-slider-controls > button:hover, .company-slider-controls > button:focus-visible { outline: 0; background: var(--hero-accent); }
.company-slider-dots { display: flex; align-items: center; gap: 5px; }
.company-slider-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .34); color: transparent; cursor: pointer; transition: width .2s ease, border-radius .2s ease, background .2s ease; }
.company-slider-dots button.is-active { width: 18px; border-radius: 99px; background: var(--hero-accent-bright); }

/* Блок 03 — интерактивный каталог продукции */
.products { padding: 0 0 .5rem; background: var(--paper); }
.products-surface { padding: clamp(32px, 4vw, 64px); border-radius: 10px; background: var(--white); }
.products-heading { max-width: 760px; margin-bottom: clamp(28px, 3.5vw, 52px); }
.products h2 em { color: inherit; }
.products-heading > p:last-child { max-width: 690px; margin: 22px 0 0; color: #596274; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.5; letter-spacing: -.025em; }
.product-switcher { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(460px, .84fr); gap: .25rem; padding: .25rem; border-radius: 8px; background: var(--paper); }
.product-stage { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); min-height: 458px; overflow: hidden; border-radius: 6px; background: var(--white); }
.product-preview { position: relative; min-height: 100%; overflow: hidden; background: #f7f9fb; isolation: isolate; }
.product-preview img { display: block; width: 100%; height: 100%; object-fit: contain; filter: none; transition: opacity .24s ease, filter .24s ease; }
.product-preview::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(65, 143, 222, .05), transparent 44%); }
.product-preview::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; border: 1px solid rgba(65, 143, 222, .18); }
.product-stage-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(24px, 2.5vw, 40px); color: #11151b; transition: opacity .2s ease, transform .2s ease; }
.product-stage h3 { max-width: 100%; margin: 0; overflow-wrap: normal; font-size: clamp(32px, 2.4vw, 39px); font-weight: 500; line-height: .98; letter-spacing: -.07em; }
.product-stage-copy > p:not(.product-photo-label) { max-width: 410px; margin: 20px 0 30px; color: #596274; font-size: 16px; line-height: 1.48; letter-spacing: -.025em; }
.product-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .25rem; }
.product-option { min-width: 0; min-height: 118px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 17px; border: 0; border-radius: 6px; background: var(--white); color: #171717; cursor: pointer; text-align: left; transition: background .3s, color .3s, box-shadow .3s, transform .3s; }
.product-option:hover { background: #f7f7f7; box-shadow: 0 0 0 1px #d8dce1 inset; }
.product-option:focus-visible, .product-stage-cta:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
.product-option.is-active { background: var(--hero-accent); color: var(--white); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16); }
.product-option.is-active:hover { background: #2d7fce; }
.product-option > span:first-child { color: #8a929d; font: 500 9px/1 var(--mono); letter-spacing: .12em; }
.product-option.is-active > span:first-child { color: rgba(255, 255, 255, .7); }
.product-option .product-option-title { min-width: 0; overflow-wrap: anywhere; hyphens: auto; font-family: var(--heading); font-size: 1rem; font-weight: 500; line-height: 1.1; letter-spacing: -.05em; }
.product-option i { position: relative; align-self: flex-end; width: 20px; height: 20px; overflow: hidden; border: 1px solid #dbe5f0; border-radius: 50%; background: #edf3f9; color: transparent; font-size: 0; font-style: normal; line-height: 1; }
.product-option i::after { content: ""; position: absolute; inset: 0; background: var(--hero-accent); transform: translateY(101%); }
.product-option.is-active i { border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .22); }
.product-option.is-active i::after { background: #2d7fce; }
.product-option.is-counting i::after { animation: product-option-progress 2.8s linear forwards; }
.product-stage.is-changing .product-stage-copy { opacity: .34; transform: translateY(6px); }
.product-stage.is-changing .product-preview img { opacity: .2; filter: grayscale(.18); }

/* Блок 04 — альтернативная версия каталога продукции */
.products-reference { padding: 0 0 .5rem; background: var(--paper); }
.products-reference-surface { padding: 48px 16px; border-radius: 6px; background: var(--white); }
.products-reference-heading { display: flex; flex-direction: column; align-items: center; gap: 16px; max-width: 780px; margin: 0 auto; text-align: center; }
.products-reference-heading h2 { margin: 0; color: #111827; font-size: var(--section-heading-size); font-weight: 400; line-height: .96; letter-spacing: -.085em; }
.products-reference-heading h2 em { color: var(--hero-accent); font-style: normal; }
.products-reference-heading > p { max-width: 690px; margin: 0; color: #596576; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.48; letter-spacing: -.035em; }
.products-reference-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .25rem; max-width: 1152px; margin: 36px auto 0; padding: .25rem; border-radius: 8px; background: #edf0f3; }
.products-reference-card { min-width: 0; min-height: 548px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; padding: 32px; border: 1px solid transparent; border-radius: 6px; background: var(--white); box-shadow: 0 1px 2px rgba(11, 31, 40, .08); transition: border-color .3s ease, box-shadow .3s ease; }
.products-reference-card, .technology-feature, #reservation-form, #request-form { scroll-margin-top: 88px; }
.products-reference-card:hover { border-color: rgba(65, 143, 222, .58); box-shadow: 0 6px 20px rgba(65, 143, 222, .12); }
.products-reference-card h3 { margin: 0; color: #111827; font-size: clamp(22px, 1.65vw, 27px); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.products-reference-card h3 span { display: inline-block; padding: 8px 10px 9px; border-radius: 5px; background: #eaf3fc; color: #1f6fbd; }
.products-reference-card p { max-width: 320px; margin: 12px 0 0; color: #5c6675; font-size: 14px; line-height: 1.46; letter-spacing: -.025em; }
.products-reference-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: #111827; font-size: 14px; font-weight: 500; letter-spacing: -.035em; }
.products-reference-card a .button-arrow { color: var(--hero-accent); transition: transform .25s ease; }
.products-reference-card:hover a { color: var(--hero-accent); }
.products-reference-card:hover a .button-arrow { transform: translate(2px, -2px); }
.products-reference-card img { width: 100%; aspect-ratio: 1; height: auto; margin-top: auto; border-radius: 6px; object-fit: cover; object-position: center 64%; }

/* Блок 04 — резерв производственных мощностей */
.reservation { padding: 0 0 .5rem; background: var(--paper); }
.reservation-surface { position: relative; overflow: hidden; padding: 0; border-radius: 10px; background: var(--white); color: #050505; }
.reservation-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .96fr); gap: clamp(32px, 5vw, 80px); align-items: center; padding: clamp(32px, 4vw, 64px); }
.reservation-copy { min-width: 0; }
.reservation-eyebrow, .technologies-eyebrow, .audience-eyebrow { display: inline-flex; padding: 8px 10px; border: 1px solid #dfe4eb; border-radius: 4px; color: #596274; font: 600 9px/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.audience-eyebrow { padding: 9px 12px; border-color: rgba(109, 177, 236, .56); background: rgba(65, 143, 222, .14); color: #8bc2f2; font-size: 11px; font-weight: 700; }
.reservation-eyebrow { margin: 0 0 24px; }
.reservation h2 { max-width: 660px; color: #050505; font-size: var(--section-heading-size); font-weight: 400; line-height: .98; letter-spacing: -.085em; }
.reservation-lead { max-width: 620px; margin: 20px 0 0; color: #3f4958; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.48; letter-spacing: -.03em; }
.reservation-market-notice { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: start; gap: 12px; max-width: 660px; margin: 26px 0 0; padding: 15px 17px; border: 1px solid #cbd9f5; border-radius: 10px; background: #f3f7ff; color: #344054; }
.reservation-market-notice-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: #3d83df; color: #fff; font: 700 14px/1 var(--font); }
.reservation-market-notice p { margin: 0; font-size: clamp(13px, .98vw, 15px); line-height: 1.42; letter-spacing: -.025em; }
.reservation-market-notice strong { color: #236fce; font-weight: 700; }
.reservation-button { padding: 0 20px; }
.reservation-button--primary { background: var(--hero-accent); color: var(--white); }
.reservation-button--secondary { border-color: #dce2e9; background: var(--white); color: #111827; }
.reservation-button--secondary:hover { border-color: var(--hero-accent); background: #f3f8fe; color: var(--hero-accent); }
.reservation-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 32px; padding-top: 20px; border-top: 1px solid #e5e9ee; }
.reservation-stats article { min-width: 0; padding: 0 20px; border-left: 1px solid #e5e9ee; }
.reservation-stats article:first-child { padding-left: 0; border-left: 0; }
.reservation-stats article:last-child { padding-right: 0; }
.reservation-stats strong { display: block; color: #111827; font: 400 clamp(24px, 2.1vw, 36px)/.98 var(--heading); letter-spacing: -.06em; }
.reservation-stats span { display: block; max-width: 150px; margin-top: 8px; color: #6a7482; font-size: 12px; line-height: 1.35; letter-spacing: -.02em; }
.reservation-note { max-width: 650px; margin: 22px 0 0; color: #667080; font-size: 12px; line-height: 1.5; }
.reservation-note strong { color: #1f2937; }
.reservation-side { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.reservation-journey { align-self: center; display: flex; flex-direction: column; min-height: 312px; overflow: hidden; width: 100%; border: 1px solid #dfe4ea; border-radius: 8px; background: var(--white); box-shadow: 0 2px 4px rgba(11, 31, 40, .08); }
.reservation-journey-header, .reservation-journey-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 18px; color: #6c7684; font: 600 10px/1.2 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.reservation-journey-header { border-bottom: 1px solid #edf0f3; }
.reservation-journey-header span:last-child { padding: 5px 8px; border: 1px solid #e1e5ea; border-radius: 999px; color: #6f7885; background: #fafbfc; text-transform: none; letter-spacing: 0; }
.reservation-journey-list { display: grid; flex: 1; gap: 0; margin: 0; padding: 18px; list-style: none; }
.reservation-journey-list li { position: relative; display: grid; grid-template-columns: 14px minmax(0, 1fr); gap: 12px; padding: 0 0 16px; }
.reservation-journey-list li:last-child { padding-bottom: 0; }
.reservation-journey-list li:not(:last-child)::after { content: ""; position: absolute; top: 18px; bottom: 0; left: 6px; width: 2px; background: #e5e8ec; transition: background .3s ease; }
.reservation-journey-list li.is-complete:not(:last-child)::after { background: var(--hero-accent); }
.reservation-journey-marker { position: relative; z-index: 1; width: 13px; height: 13px; margin-top: 2px; border: 2px solid #d9dfe6; border-radius: 50%; background: var(--white); transition: border-color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s ease; }
.reservation-journey-list strong { display: block; color: #1f2937; font: 500 14px/1.25 var(--font); letter-spacing: -.025em; transition: color .3s ease; }
.reservation-journey-list p { height: 0; margin: 0; overflow: hidden; color: #78818e; font-size: 12px; line-height: 1.4; opacity: 0; transform: translateY(-3px); transition: height .3s ease, margin .3s ease, opacity .24s ease, transform .3s ease; }
.reservation-journey-list li.is-active .reservation-journey-marker { border-color: var(--hero-accent); background: var(--hero-accent); box-shadow: 0 0 0 4px rgba(65, 143, 222, .14); transform: scale(1.08); }
.reservation-journey-list li.is-complete .reservation-journey-marker { border-color: var(--hero-accent); background: var(--hero-accent); }
.reservation-journey-list li.is-active strong { color: var(--hero-accent); }
.reservation-journey-list li.is-active p { height: 34px; margin-top: 5px; opacity: 1; transform: translateY(0); }
.reservation-journey-footer { min-height: 48px; border-top: 1px solid #edf0f3; background: #f8fafc; text-transform: none; letter-spacing: -.015em; }
.reservation-journey-footer span:first-child { color: #566170; font: 500 13px/1.3 var(--font); }
.reservation-journey-footer span:last-child { flex: 0 0 auto; color: #84909e; font-size: 10px; letter-spacing: -.015em; }
.reservation-form { align-self: start; overflow: hidden; padding: 0 18px 18px; border: 1px solid #a8ccef; border-radius: 8px; background: #eef6fe; box-shadow: 0 10px 24px rgba(40, 104, 166, .10); }
.reservation-form-heading { display: grid; gap: 4px; margin: 0 -18px 18px; padding: 15px 18px 16px; background: var(--hero-accent); color: var(--white); }
.reservation-form-heading strong { font: 600 clamp(18px, 1.45vw, 22px)/1.15 var(--heading); letter-spacing: -.045em; }
.reservation-form-heading span { color: rgba(255, 255, 255, .78); font-size: 12px; line-height: 1.35; }
.reservation-form-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-content: start; }
.reservation-form label { display: grid; gap: 8px; color: #647084; font: 600 10px/1.2 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.reservation-form input, .reservation-form select { width: 100%; min-height: 52px; padding: 0 15px; border: 1px solid #d9e1eb; border-radius: 5px; outline: 0; background: var(--white); color: #101828; font: 400 15px/1 var(--font); letter-spacing: -.02em; text-transform: none; }
.reservation-form input::placeholder { color: #8c97a7; }
.reservation-form input:focus, .reservation-form select:focus { border-color: var(--hero-accent); box-shadow: 0 0 0 3px rgba(65, 143, 222, .13); }
.reservation-form .form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; min-height: 0 !important; height: 1px !important; padding: 0 !important; opacity: 0 !important; pointer-events: none !important; }
.reservation-form-interest, .reservation-form-action { grid-column: 1 / -1; }
.reservation-form-action { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 2px; }
.reservation-form-action .reservation-button { min-width: 190px; }
.reservation-form-action .reservation-button:disabled { cursor: wait; opacity: .72; transform: none; }
.reservation-form small { flex: 1 1 220px; color: #7b8796; font-size: 11px; line-height: 1.42; }
.reservation-form .form-message { width: 100%; min-height: 18px; margin: 0; color: #1766af; font-size: 12px; }
.reservation-form .form-message[data-state="error"] { color: #b42318; }
.reservation-form .form-message[data-state="success"] { color: #1766af; }
.reservation-form .form-message:empty { display: none; }

/* Блок 05 — технологии производства */
.technologies { order: 6; padding: 0 0 .5rem; background: var(--paper); }
.technologies-layout, .technology-features { display: grid; gap: .25rem; }
.technologies-heading { position: relative; overflow: hidden; padding: clamp(36px, 4vw, 64px) clamp(20px, 4vw, 64px); border-radius: 10px; background: var(--white); color: #111827; text-align: center; }
.technologies-eyebrow { width: fit-content; margin: 0 auto 24px; }
.technologies h2 { margin: 0; color: #111827; font-size: var(--section-heading-size); font-weight: 400; line-height: .96; letter-spacing: -.085em; }
.technologies-heading > p:not(.technologies-eyebrow) { max-width: 720px; margin: 20px auto 0; color: #596576; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.48; letter-spacing: -.035em; }
.technology-feature { position: relative; min-height: 520px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border-radius: 10px; background: var(--white); color: #111827; }
.technology-feature-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px, 4vw, 60px); }
.technology-feature-kicker { margin: 0 0 18px; padding: 9px 11px 10px; border: 1px solid #b9d8f5; border-radius: 5px; color: #1f6fbd; background: #eaf3fc; font: 700 11px/1 var(--mono); letter-spacing: .075em; text-transform: uppercase; }
.technology-feature h3 { max-width: 460px; margin: 0; color: #111827; font-size: clamp(32px, 3.1vw, 50px); font-weight: 400; line-height: .98; letter-spacing: -.075em; }
.technology-feature-copy > p:not(.technology-feature-kicker) { max-width: 450px; margin: 18px 0 0; color: #596576; font-size: clamp(15px, 1.05vw, 17px); line-height: 1.48; letter-spacing: -.03em; }
.technology-specs { width: 100%; max-width: 520px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; }
.technology-specs li { min-width: 0; min-height: 66px; display: flex; flex-direction: column; justify-content: space-between; gap: 8px; padding: 11px 12px; border: 1px solid #cfe1f2; border-radius: 6px; background: #f2f8fe; }
.technology-specs span { color: #6a7786; font: 600 9px/1.25 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.technology-specs strong { color: #145fa8; font-size: 13px; font-weight: 700; line-height: 1.25; letter-spacing: -.025em; }
.technology-feature-visual { min-width: 0; display: grid; place-items: center; margin: 0; padding: 0; background: transparent; }
.technology-feature-visual img { display: block; width: 100%; height: 100%; object-fit: contain; }
.technology-feature:nth-child(even) .technology-feature-visual { order: -1; }

.factory-spine { position: absolute; z-index: 0; top: 21%; bottom: -9%; left: 31%; width: 35%; background: #050505; clip-path: polygon(17% 0, 100% 0, 78% 100%, 0 100%); }
.factory-spine::before { content: ""; position: absolute; top: 0; bottom: 0; left: 19%; width: 1px; border-left: 2px dotted rgba(255,255,255,.72); filter: drop-shadow(0 0 4px #fff); }
.factory-title { position: absolute; z-index: 4; top: 25%; left: 35.5%; color: #f4f4f4; font-size: clamp(17px, 1.35vw, 25px); font-weight: 700; font-style: italic; letter-spacing: -.07em; white-space: nowrap; transform: skewX(-7deg); }
.factory-title span { display: inline-block; margin-right: 3px; color: var(--hero-accent); font-style: normal; }
.factory-title b { color: var(--hero-accent); }
.factory-route { position: absolute; z-index: 3; width: 13%; height: 27%; border-left: 2px dotted #77ace4; border-bottom: 2px dotted #77ace4; filter: drop-shadow(0 0 4px rgba(65,143,222,.8)); }
.route-one { top: 34%; left: 37%; }
.route-two { top: 57%; left: 35%; width: 22%; height: 22%; border-color: rgba(255,255,255,.85); }
.factory-card { position: absolute; z-index: 5; width: 41%; min-width: 240px; padding: 14px 15px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: #202020; box-shadow: 0 8px 18px rgba(0,0,0,.3); }
.factory-card p { margin: 0 0 14px; color: #c8c8c8; font: italic 10px/1 var(--mono); letter-spacing: .08em; }
.factory-card > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; align-items: stretch; }
.factory-card span, .factory-card strong { display: grid; min-height: 44px; place-items: center; padding: 3px; background: #3b3b3b; color: #878787; font: 700 10px/1 var(--mono); text-align: center; }
.factory-card strong { background: var(--white); color: var(--hero-accent); box-shadow: 0 0 11px 4px rgba(65,143,222,.62); font-size: 9px; }
.factory-card strong::after { content: "✓"; position: absolute; width: 16px; height: 16px; display: grid; place-items: center; margin: -48px 0 0 45px; border-radius: 50%; background: var(--hero-accent); color: #fff; font: 700 11px/1 var(--font); }
.factory-card-erp { top: 32%; left: 13%; transform: skewX(-5deg); }
.factory-card-order { top: 57%; left: 9%; transform: skewX(-5deg); }
.factory-note { position: absolute; z-index: 5; bottom: 9%; left: 34%; display: grid; justify-items: center; gap: 8px; width: 136px; color: #e6e6e6; font: italic 9px/1.2 var(--mono); letter-spacing: .08em; text-align: center; }
.factory-note b { display: grid; width: 49px; height: 49px; place-items: center; background: var(--white); color: var(--hero-accent); box-shadow: 0 0 11px 4px rgba(65,143,222,.55); font-size: 22px; transform: rotate(7deg); }
.factory-board { position: absolute; z-index: 2; top: 22%; right: -29%; width: 78%; height: 103%; padding: 28px 37px 0 22px; border: 10px solid var(--hero-accent); background: #fff; box-shadow: inset 0 0 0 2px #8abbea, 0 0 13px rgba(65,143,222,.72); transform: skewX(-7deg); }
.factory-board::before { content: ""; position: absolute; z-index: -1; top: -9px; bottom: -9px; left: 6%; width: 4px; background: rgba(255,255,255,.88); box-shadow: 0 0 8px 4px rgba(255,255,255,.72); }
.factory-grid { display: grid; grid-template-columns: repeat(4, 1fr); height: 74%; border-top: 1px solid #7faee0; border-left: 1px solid #7faee0; }
.factory-grid span { display: grid; place-items: center; min-width: 80px; padding: 10px; border-right: 1px solid #7faee0; border-bottom: 1px solid #7faee0; color: #0b0b0b; font-size: clamp(10px, .95vw, 17px); font-weight: 700; letter-spacing: -.07em; text-align: center; transform: skewX(7deg); }
.factory-grid span:nth-child(3n) { background: var(--hero-accent-soft); }
.factory-grid span:nth-child(4n+2) { background: linear-gradient(135deg, #fff 0 48%, #abd0f1 49% 100%); }
.factory-grid span:nth-child(6n) { color: var(--hero-accent); }

/* Блок 02 — опыт и масштаб */
.intro { background: #dce7e7; }
.intro::before { content: "13"; position: absolute; top: 22px; right: 7vw; color: rgba(10, 62, 71, .055); font-size: clamp(190px, 22vw, 380px); font-weight: 700; letter-spacing: -.12em; line-height: .8; }
.intro-grid { position: relative; display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; align-items: end; }
h2 { margin-bottom: 0; color: var(--ink); font-size: var(--section-heading-size); font-weight: 500; line-height: .96; letter-spacing: -.085em; }
.intro-text { max-width: 600px; }
.intro-text p { color: #31515a; font-size: 20px; line-height: 1.52; }
.proof-grid { position: relative; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 14px; margin-top: 80px; }
.proof-card { min-height: 236px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.proof-card-stat { display: flex; flex-direction: column; justify-content: end; gap: 12px; padding: 29px; }
.proof-card-stat strong { color: var(--ink); font-size: 40px; font-weight: 500; letter-spacing: -.09em; line-height: 1; }
.proof-card-stat span { max-width: 150px; color: var(--steel); font-size: 13px; line-height: 1.45; }
.proof-card-image { display: grid; grid-template-columns: 1.04fr .96fr; overflow: hidden; background: #173741; color: var(--white); }
.proof-card-image p { align-self: end; margin: 0; padding: 26px 25px 27px 0; color: #d3e7e8; font-size: 14px; line-height: 1.5; }
.image-plate { position: relative; overflow: hidden; background: linear-gradient(145deg, #08323e, #1e6671 57%, #d2e5e4); }
.image-plate::before { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(211, 246, 246, .42); }
.image-plate::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(-37deg, transparent 0 29px, rgba(235, 255, 253, .19) 30px 31px); }
.plate-caption { position: absolute; z-index: 2; top: 26px; left: 26px; color: #e9ffff; font: 500 8px/1 var(--mono); letter-spacing: .13em; }
.plate-weld { position: absolute; z-index: 1; bottom: 22%; left: -15%; width: 128%; height: 3px; background: #ddfeff; box-shadow: 0 0 4px 4px #2db7c9, 0 0 22px 9px rgba(59, 215, 225, .55); transform: rotate(-29deg); }
.plate-spark { position: absolute; z-index: 2; width: 5px; height: 5px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 13px 5px #69e6f0; }
.spark-one { top: 38%; left: 61%; }
.spark-two { top: 60%; left: 48%; }

/* Блок 03 — технологии */
.technology-section { overflow: hidden; background: var(--ink); color: var(--white); }
.technology-section::before { content: "ТОЧНОСТЬ"; position: absolute; top: 82px; left: 50%; color: rgba(206, 253, 254, .045); font-size: clamp(100px, 15vw, 220px); font-weight: 700; letter-spacing: -.11em; line-height: .8; transform: translateX(-50%); white-space: nowrap; }
.split-heading { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 84px; align-items: end; }
.technology-section h2 { color: #effbfb; }
.split-heading > p { max-width: 440px; margin: 0 0 6px; color: #abcbd0; font-size: 18px; line-height: 1.55; }
.technology-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr .92fr; grid-template-rows: 356px 260px; gap: 14px; margin-top: 72px; }
.tech-card { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 28px; border: 1px solid rgba(185, 235, 236, .18); border-radius: var(--radius); background: #12323c; }
.tech-card::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(176, 236, 237, .26) 1px, transparent 1px), linear-gradient(90deg, rgba(176, 236, 237, .26) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(140deg, black, transparent 62%); }
.tech-card > * { position: relative; z-index: 1; }
.tech-number { color: #86bfc5; font: 500 10px/1 var(--mono); letter-spacing: .13em; }
.tech-kicker { margin: auto 0 8px !important; color: #64e2eb !important; font: 500 9px/1.3 var(--mono) !important; letter-spacing: .11em; text-transform: uppercase; }
.tech-card h3 { margin: auto 0 10px; color: #f2fcfc; font-size: 27px; font-weight: 500; line-height: 1.02; letter-spacing: -.075em; }
.tech-card > p { max-width: 330px; margin-bottom: 17px; color: #c0d9dc; font-size: 13px; line-height: 1.5; }
.tech-meta { display: flex; flex-wrap: wrap; gap: 6px; }
.tech-meta span { padding: 5px 7px; border: 1px solid rgba(182, 236, 238, .3); border-radius: 100px; color: #9fe6ea; font: 500 9px/1 var(--mono); }
.tech-card-featured { grid-row: span 2; background: linear-gradient(145deg, #0e4552, #0b222c 69%); }
.tech-card-featured h3 { margin-top: 0; font-size: 36px; }
.tech-card-wide { grid-column: span 2; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.tech-card-wide .tech-number { position: absolute; top: 28px; left: 28px; }
.tech-card-wide h3 { margin: 0 0 10px; }
.robot-illustration { position: relative; width: 180px; height: 175px; margin: 28px auto 18px; }
.robot-illustration i { position: absolute; display: block; width: 24px; border: 7px solid #7be4eb; background: #0e6575; box-shadow: 0 0 20px rgba(77, 226, 234, .25); transform-origin: bottom center; }
.robot-illustration i:nth-child(1) { bottom: 0; left: 42px; height: 87px; transform: rotate(-29deg); }
.robot-illustration i:nth-child(2) { bottom: 67px; left: 86px; height: 83px; transform: rotate(60deg); }
.robot-illustration i:nth-child(3) { bottom: 123px; left: 116px; height: 64px; transform: rotate(-45deg); }
.robot-illustration b { position: absolute; bottom: 0; left: 0; display: block; width: 69px; height: 5px; background: #c2fcff; box-shadow: 0 0 13px #59e1ec; }
.line-icon { display: flex; align-items: center; gap: 7px; height: 60px; margin-top: 24px; }
.line-icon i { display: block; flex: 1; height: 40px; border: 1px solid #80bbc1; background: linear-gradient(145deg, #c1eef0, #3b7780); transform: skewX(-22deg); }
.line-icon i:nth-child(2) { height: 57px; border-color: #52d7e0; background: #159aac; }
.cut-icon { position: relative; height: 60px; margin-top: 23px; }
.cut-icon i { position: absolute; top: 2px; left: 14px; width: 48px; height: 48px; border: 2px solid #68dce5; border-radius: 50%; box-shadow: inset 0 0 0 9px #245562; }
.cut-icon b { position: absolute; top: 0; left: 75px; width: 2px; height: 60px; background: #d8fdff; box-shadow: 11px 18px 0 -1px #52d7e0, 22px 38px 0 -1px #52d7e0; }
.blast-scale { display: flex; align-items: center; align-self: center; gap: 12px; color: #b9f2f4; font: 500 9px/1.3 var(--mono); text-align: center; }
.blast-scale i { display: block; width: 96px; height: 96px; border: 1px dashed #61dce4; border-radius: 50%; background: radial-gradient(circle, #80e3e9 1px, transparent 2px); background-size: 9px 9px; }

/* Блок 04 — продукция */
.capabilities { overflow: hidden; background: #e8eeee; }
.capabilities::before { content: "ПРОИЗВОДСТВО"; position: absolute; top: 63px; left: 50%; z-index: 0; color: rgba(11, 60, 69, .055); font-size: clamp(74px, 12.6vw, 175px); font-weight: 700; letter-spacing: -.105em; line-height: .8; transform: translateX(-50%); white-space: nowrap; }
.centered-heading { position: relative; z-index: 1; max-width: 780px; }
.centered-heading > p:last-child { max-width: 580px; margin: 26px 0 0; color: var(--steel); font-size: 18px; line-height: 1.55; }
.product-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 68px; }
.product-grid .product-card { display: grid; grid-template-rows: 260px auto auto 1fr auto; min-height: 524px; padding: 0 20px 22px; overflow: hidden; border: 1px solid rgba(42, 84, 92, .17); border-radius: var(--radius); background: rgba(255, 255, 255, .85); transition: transform .25s, box-shadow .25s; }
.product-grid .product-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.product-media { position: relative; overflow: hidden; margin: 20px 0 22px; border-radius: var(--radius-sm); background: linear-gradient(145deg, #09242d, #27616b 56%, #d0e6e5); }
.product-media::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: repeating-linear-gradient(116deg, transparent 0 15px, rgba(255,255,255,.18) 16px 17px, transparent 18px 32px); mix-blend-mode: screen; }
.product-media::after { content: ""; position: absolute; top: 50%; left: -16%; width: 132%; height: 1px; background: rgba(231, 255, 255, .67); box-shadow: 0 0 17px 3px rgba(157, 244, 245, .46); transform: rotate(-29deg); }
.product-media i, .product-media b, .product-media em { position: absolute; z-index: 1; display: block; font-style: normal; transition: transform .5s ease; }
.product-grid .product-card:hover .product-media i { transform: translate3d(9px, -5px, 0) rotate(-7deg); }
.product-grid .product-card:hover .product-media b { transform: translate3d(-6px, 6px, 0) rotate(5deg); }
.product-grid .product-card:hover .product-media em { transform: translate3d(3px, -7px, 0); }
.product-grid .product-index { display: block; margin-bottom: 22px; color: #69848b; font: 500 10px/1 var(--mono); letter-spacing: .1em; }
.product-grid .product-card h3 { margin: 0 0 10px; color: var(--ink); font-size: 29px; font-weight: 500; line-height: .98; letter-spacing: -.075em; }
.product-grid .product-card p { min-height: 56px; margin: 0 0 18px; color: var(--steel); font-size: 13px; line-height: 1.48; }
.product-grid .product-card a { align-self: end; color: var(--signal-deep); font: 600 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.product-grid .product-card a b { margin-left: 7px; font-size: 16px; }
.product-beam .product-media i { top: 35%; left: 11%; width: 79%; height: 29%; border-top: 20px solid #bed7d7; border-bottom: 20px solid #375b62; background: linear-gradient(90deg, #6b9499, #e6f3f1 48%, #48747a); box-shadow: 0 25px 25px rgba(0,0,0,.35); transform: rotate(-13deg); }
.product-beam .product-media b { top: 27%; left: 48%; width: 7%; height: 47%; background: linear-gradient(90deg, #29464c, #c7e3e2 48%, #3f6a70); transform: rotate(-13deg); }
.product-beam .product-media em { top: 53%; left: 45%; width: 13px; height: 13px; border-radius: 50%; background: #70eff2; box-shadow: 0 0 13px 5px rgba(112,239,242,.72); }
.product-box .product-media { background: radial-gradient(circle at 55% 45%, #79b8be, transparent 25%), linear-gradient(160deg,#0d1d22,#517c80 50%,#e7f0ee); }
.product-box .product-media i { top: 24%; left: 24%; width: 54%; height: 54%; border: 21px solid #8fb9bd; background: #1c353a; box-shadow: inset 0 0 20px rgba(0,0,0,.65), 25px 24px 28px rgba(0,0,0,.36); transform: rotate(28deg) skew(-6deg); }
.product-box .product-media b { top: 30%; left: 31%; width: 42%; height: 42%; border: 1px solid #e4ffff; transform: rotate(28deg) skew(-6deg); }
.product-box .product-media em { top: 23%; left: 73%; width: 6px; height: 6px; border-radius: 50%; background: #72edf3; box-shadow: 0 0 13px 5px #72edf3; }
.product-tapered .product-media i { top: 38%; left: 9%; width: 79%; height: 30%; background: linear-gradient(90deg, #d9efed, #385f65 40%, #a4d3d2); clip-path: polygon(0 14%, 100% 0, 91% 100%, 8% 76%); box-shadow: 0 26px 24px rgba(0,0,0,.36); transform: rotate(14deg); }
.product-tapered .product-media b { top: 25%; left: 49%; width: 5%; height: 52%; background: #71aab0; transform: rotate(14deg); }
.product-tapered .product-media em { top: 61%; left: 36%; width: 10px; height: 10px; border-radius: 50%; background: #67e4e9; box-shadow: 0 0 13px 3px #67e4e9; }
.product-custom .product-media { background: radial-gradient(circle at 33% 38%, rgba(132,236,237,.6) 0 3px, transparent 4px), linear-gradient(135deg,#17353b,#6d9899 52%,#e1ecea); }
.product-custom .product-media i { top: 18%; left: 17%; width: 67%; height: 67%; border: 1px solid #e6fffd; background-image: linear-gradient(90deg, transparent 32%, #91c7c9 32% 33%, transparent 33% 66%, #91c7c9 66% 67%, transparent 67%), linear-gradient(transparent 32%, #91c7c9 32% 33%, transparent 33% 66%, #91c7c9 66% 67%, transparent 67%); transform: rotate(45deg); }
.product-custom .product-media b { top: 50%; left: 20%; width: 59%; height: 1px; background: #ecffff; box-shadow: 0 0 14px 2px rgba(135,240,242,.72); transform: rotate(-21deg); }
.product-custom .product-media em { top: 46%; left: 48%; width: 12px; height: 12px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 14px 5px rgba(19,172,193,.7); }
.product-node .product-media { background: linear-gradient(150deg,#121f23,#4b7074 49%,#d9e6e3); }
.product-node .product-media i { top: 22%; left: 21%; width: 58%; height: 58%; border: 22px solid #8cb4b6; border-radius: 50%; box-shadow: inset 0 0 20px rgba(0,0,0,.5), 0 20px 22px rgba(0,0,0,.33); }
.product-node .product-media b { top: 41%; left: 40%; width: 20%; height: 20%; border: 3px solid #e2ffff; border-radius: 50%; background: #203b40; }
.product-node .product-media em { top: 50%; left: 17%; width: 65%; height: 1px; background: #ecffff; box-shadow: 0 0 12px 2px rgba(135,240,242,.65); transform: rotate(42deg); }
.product-bridge .product-media { background: linear-gradient(180deg,#101e22,#294b53 45%,#c9dcda); }
.product-bridge .product-media i { top: 22%; left: 10%; width: 80%; height: 52%; border-top: 5px solid #c6e6e5; border-bottom: 5px solid #4a7a82; background: repeating-linear-gradient(60deg, transparent 0 27px, #94c5c7 28px 32px, transparent 33px 54px); transform: skewY(-10deg); }
.product-bridge .product-media b { top: 22%; left: 10%; width: 79%; height: 54%; background: repeating-linear-gradient(-60deg, transparent 0 27px, #94c5c7 28px 32px, transparent 33px 54px); mix-blend-mode: screen; transform: skewY(10deg); }
.product-bridge .product-media em { top: 48%; left: 51%; width: 8px; height: 8px; border-radius: 50%; background: #72eff3; box-shadow: 0 0 14px 5px #72eff3; }

/* Блок 05 — предпродажа */
.presale { overflow: hidden; background: #f0c87d; color: var(--ink); }
.presale::before { content: "2026"; position: absolute; right: -23px; bottom: -38px; color: rgba(11, 31, 40, .08); font-size: clamp(170px, 24vw, 390px); font-weight: 700; letter-spacing: -.12em; line-height: .8; }
.presale-light { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(11,31,40,.11) 1px, transparent 1px), linear-gradient(rgba(11,31,40,.11) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(90deg, black, transparent 74%); }
.presale-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 92px; align-items: center; }
.presale .eyebrow { color: #26525a; }
.presale h2 { color: var(--ink); }
.presale-copy > p:not(.eyebrow) { max-width: 520px; margin: 27px 0; color: #26434a; font-size: 19px; }
.presale-note { max-width: 590px; padding: 15px 17px; border-left: 3px solid var(--ink); background: rgba(255,255,255,.35); color: #2b474d; font-size: 13px; line-height: 1.5; }
.offer-card { min-height: 338px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 34px; border-radius: var(--radius); background: var(--ink); box-shadow: 18px 18px 0 rgba(11, 31, 40, .15); text-align: center; }
.offer-card p { margin: 0 0 10px; color: #9ad4d8; font: 500 10px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.offer-card strong { color: #e7ffff; font-size: 66px; font-weight: 500; letter-spacing: -.1em; line-height: 1; }
.offer-card span { max-width: 270px; margin-top: 8px; color: #d7eced; font-size: 15px; line-height: 1.35; }
.offer-card div { width: 42px; height: 1px; margin: 22px auto; background: var(--signal); }
.offer-card b { color: var(--white); font-size: 13px; }
.offer-card small { margin-top: 4px; color: #8fb7bc; font-size: 11px; }

/* Блок 06 — заявка */
.request { background: #d8e9e8; }
.request-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 122px; align-items: start; }
.request-lead { max-width: 450px; margin: 28px 0; color: #31545c; font-size: 19px; line-height: 1.52; }
.contact-details { display: grid; gap: 8px; color: var(--steel); font-size: 13px; }
.contact-details a { color: var(--signal-deep); font-size: 19px; font-weight: 700; letter-spacing: -.04em; }
.request-form { padding: 36px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.request-form label { display: grid; gap: 8px; margin-bottom: 18px; color: #365961; font: 600 10px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.request-form input, .request-form select { width: 100%; min-height: 51px; padding: 0 15px; border: 1px solid #bed0d2; border-radius: var(--radius-sm); outline: 0; background: #f8fbfa; color: var(--ink); font: 400 14px/1 var(--font); letter-spacing: 0; text-transform: none; }
.request-form input:focus, .request-form select:focus { border-color: var(--signal); box-shadow: 0 0 0 3px rgba(19, 172, 193, .14); }
.request-form .button { width: 100%; margin-top: 5px; }
.request-form small { display: block; margin-top: 14px; color: var(--steel); font-size: 10px; line-height: 1.45; }
.form-message { min-height: 18px; margin: 10px 0 0; color: #0a7d67; font-size: 12px; }
.form-message:empty { display: none; }

/* Блок 08 — повторная форма заявки */
.bottom-request { padding: 0 0 .5rem; background: var(--paper); }
.bottom-request-surface { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr); gap: clamp(32px, 5vw, 84px); align-items: center; overflow: hidden; padding: clamp(32px, 4vw, 64px); border-radius: 10px; background: #1f1f1f; }
.bottom-request-watermark { position: absolute; top: clamp(-170px, -8vw, -84px); right: clamp(-220px, -12vw, -96px); pointer-events: none; user-select: none; }
.bottom-request-watermark img { display: block; width: clamp(460px, 48vw, 900px); height: auto; filter: brightness(0) invert(1); opacity: .025; }
.bottom-request-copy, .bottom-request .reservation-form { position: relative; z-index: 1; }
.bottom-request-copy { max-width: 590px; }
.bottom-request-eyebrow { width: fit-content; margin: 0 0 22px; padding: 9px 11px; border: 1px solid rgba(109, 177, 236, .46); border-radius: 5px; background: rgba(65, 143, 222, .16); color: #8bc2f2; font: 700 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.bottom-request h2 { margin: 0; color: var(--white); font-size: var(--section-heading-size); font-weight: 400; line-height: .98; letter-spacing: -.085em; }
.bottom-request-copy > p:last-child { max-width: 540px; margin: 22px 0 0; color: #aebdca; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.5; letter-spacing: -.03em; }
.reservation-form--bottom { width: 100%; align-self: center; }

/* Блок 06 — подвал */
.site-footer { padding: 0 0 .5rem; background: var(--paper); }
.site-footer .container { display: grid; gap: .5rem; }
.site-footer-nav { display: grid; grid-template-columns: 1.25fr repeat(5, minmax(0, 1fr)); gap: clamp(22px, 3vw, 56px); padding: 40px 24px; border-radius: 6px; background: var(--white); }
.site-footer-brand { padding: 7px 0 0 8px; }
.site-footer-brand a { display: inline-flex; }
.site-footer-brand img { display: block; width: 154px; height: auto; }
.site-footer-column { min-width: 0; display: grid; align-content: start; gap: 12px; }
.site-footer-column h2 { margin: 0 0 5px; color: #111827; font: 700 11px/1.2 var(--mono); letter-spacing: .045em; text-transform: uppercase; }
.site-footer-column a { width: fit-content; max-width: 100%; color: #252d38; font-size: 13px; line-height: 1.35; letter-spacing: -.02em; transition: color .2s ease, text-decoration-color .2s ease; }
.site-footer-column a:hover { color: var(--hero-accent); text-decoration: underline; text-underline-offset: 3px; }
.site-footer-column .site-footer-whatsapp { min-height: 36px; display: inline-flex; align-items: center; gap: 8px; margin-top: 2px; padding: 0 10px; border-radius: 5px; background: #25d366; color: var(--white); font: 600 12px/1 var(--mono); letter-spacing: .01em; text-decoration: none; }
.site-footer-column .site-footer-whatsapp:hover { background: #1fbd5a; color: var(--white); text-decoration: none; }
.site-footer-whatsapp > img { width: 18px; height: 18px; flex: 0 0 auto; }
.site-footer-whatsapp .button-arrow { margin-left: auto; }
.site-footer-column .site-footer-instagram { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; margin-top: 2px; padding: 6px 11px 6px 6px; border: 1px solid #e0e5eb; border-radius: 6px; background: #fff; color: #252d38; text-decoration: none; box-shadow: 0 1px 2px rgba(23, 37, 51, .04); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.site-footer-column .site-footer-instagram:hover, .site-footer-column .site-footer-instagram:focus-visible { outline: 0; border-color: #e7a9c6; background: #fff8fb; color: #252d38; text-decoration: none; box-shadow: 0 7px 18px rgba(183, 43, 103, .1); transform: translateY(-1px); }
.site-footer-instagram > img { width: 30px; height: 30px; flex: 0 0 auto; }
.site-footer-instagram > span { min-width: 0; display: grid; gap: 2px; }
.site-footer-instagram strong { color: #202834; font: 700 11px/1.1 var(--mono); letter-spacing: .015em; }
.site-footer-instagram small { color: #707b89; font: 500 10px/1.1 var(--mono); letter-spacing: 0; }
.floating-socials { position: fixed; z-index: 50; right: 22px; bottom: max(22px, env(safe-area-inset-bottom)); display: grid; justify-items: end; gap: 9px; }
.floating-social { min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px 0 14px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 999px; font: 700 12px/1 var(--mono); letter-spacing: .015em; box-shadow: 0 12px 30px rgba(24, 34, 45, .18); transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.floating-social:hover, .floating-social:focus-visible { outline: 0; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(24, 34, 45, .24); }
.floating-social img { width: 28px; height: 28px; flex: 0 0 auto; }
.floating-instagram { background: #fff; color: #252d38; }
.floating-instagram:hover, .floating-instagram:focus-visible { border-color: #e7a9c6; background: #fff8fb; color: #252d38; }
.floating-whatsapp { background: #25d366; color: #fff; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { background: #1fbd5a; color: #fff; }
.site-footer-addresses { grid-column: 2 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 7px; padding-top: 22px; border-top: 1px solid #e4e8ed; }
.site-footer-addresses address { min-width: 0; margin: 0; font-style: normal; }
.site-footer-address-link { position: relative; min-height: 90px; display: grid; align-content: start; gap: 5px; padding: 14px 94px 14px 14px; border: 1px solid #e0e7ee; border-radius: 7px; background: #f9fbfd; box-shadow: 0 1px 2px rgba(23, 37, 51, .04); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.site-footer-address-link:hover, .site-footer-address-link:focus-visible { outline: 0; border-color: #a8d9ad; background: #f3faf4; box-shadow: 0 8px 22px rgba(31, 125, 51, .1); transform: translateY(-2px); }
.site-footer-map-badge { position: absolute; top: 11px; right: 11px; min-height: 28px; display: inline-flex; align-items: center; gap: 6px; padding: 0 8px; border: 1px solid #bfe6c4; border-radius: 999px; background: #eef9ef; color: #218c35 !important; font: 700 9px/1 var(--mono) !important; letter-spacing: .045em !important; text-transform: uppercase; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.site-footer-map-pin { position: relative; width: 11px; height: 11px; flex: 0 0 auto; border: 1.5px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.site-footer-map-pin::after { content: ""; position: absolute; top: 50%; left: 50%; width: 3px; height: 3px; border-radius: 50%; background: currentColor; transform: translate(-50%, -50%); }
.site-footer-address-link:hover .site-footer-map-badge, .site-footer-address-link:focus-visible .site-footer-map-badge { border-color: #218c35; background: #218c35; color: #fff !important; }
.site-footer-addresses span { color: #7a8492; font: 700 9px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.site-footer-addresses strong { color: #1c2530; font-size: 14px; font-weight: 600; line-height: 1.3; letter-spacing: -.025em; }
.site-footer-addresses small { color: #647084; font-size: 13px; line-height: 1.3; letter-spacing: -.02em; }
.site-footer-addresses .site-footer-map-badge > span { color: inherit; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.site-footer-identity { position: relative; min-height: 176px; display: flex; align-items: flex-end; margin-bottom: 2.5rem; padding: .5rem; overflow: hidden; isolation: isolate; border-radius: 6px; background: transparent; }
.site-footer-identity-bg { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; filter: invert(1); opacity: .07; }
.site-footer-meta { position: relative; z-index: 2; width: 100%; display: flex; justify-content: space-between; gap: 24px; color: #647084; font-size: 12px; line-height: 1.35; letter-spacing: -.015em; }
.site-footer-meta span:last-child { text-align: right; }

@media (min-width: 1024px) {
  .site-footer-identity { min-height: 225px; }
  .products-reference-surface { padding-right: 32px; padding-left: 32px; }
}

@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes product-option-progress { to { transform: translateY(0); } }
@keyframes client-marquee { to { transform: translateX(calc(-50% - .125rem)); } }

@media (max-width: 1000px) {
  .site-header .container, .hero .container { width: min(100% - 32px, 1440px); }
  .nav { gap: .5rem; }
  .site-header .brand { flex-basis: auto; padding: 0 24px; }
  .site-header .brand-logo { width: 150px; }
  .nav-links { gap: .5rem; }
  .nav-links a { padding: 0 13px; font-size: 9px; }
  .button-small { padding: 0 17px; font-size: 9px; }
  .hero-grid { grid-template-columns: 1fr; gap: .5rem; }
  .hero-copy { min-height: 460px; padding: 70px clamp(34px, 8vw, 88px); }
  .hero-visual { min-height: 500px; }
  .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .company-layout { grid-template-columns: 1fr; }
  .company-proof, .company-figure { min-height: 620px; }
  .product-switcher { grid-template-columns: 1fr; }
  .product-stage { min-height: 420px; }
  .products-reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; }
  .reservation-grid { grid-template-columns: 1fr; gap: 36px; }
  .technology-feature { min-height: 500px; }
  .technology-feature-copy { padding: clamp(32px, 4vw, 48px); }
  .intro-grid, .split-heading, .presale-grid, .request-grid { gap: 58px; }
  .proof-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .proof-card-image { grid-column: span 3; }
  .technology-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .tech-card-featured { grid-row: span 2; }
  .tech-card-wide { grid-column: span 2; }
  .site-footer-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; }
  .site-footer-brand { grid-column: 1 / -1; padding: 0; }
  .site-footer-addresses { grid-column: 1 / -1; }
  .bottom-request-surface { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  :root { --section-heading-size: clamp(32px, 7.7vw, 43px); }
  .container { width: min(100% - 32px, 1440px); }
  .section { padding: 84px 0; }
  .site-header { height: auto; padding: .5rem 0; }
  main { padding-top: 4rem; scroll-margin-top: 4rem; }
  .nav { gap: .5rem; }
  .site-header .brand { min-height: 48px; gap: 8px; padding: 0 14px; }
  .site-header .brand-logo { width: 120px; }
  .brand-since { max-width: 66px; margin-left: auto; padding-left: 8px; white-space: normal; font-size: 6.5px; line-height: 1.3; }
  .brand-since > span { display: block; white-space: nowrap; }
  .nav-links, .nav-cta { display: none; }
  .site-header { z-index: 40; }
  .mobile-menu-backdrop { position: fixed; z-index: 30; inset: 0; display: block; width: 100%; margin: 0; padding: 0; border: 0; background: rgba(0, 0, 0, .2); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
  .menu-open .mobile-menu-backdrop { opacity: 1; pointer-events: auto; }
  .menu-toggle { width: 48px; height: 48px; display: grid; place-content: center; gap: 6px; margin-left: auto; border: 0; border-radius: 8px; background: var(--white); }
  .menu-toggle span { display: block; width: 17px; height: 1px; background: #151515; transition: transform .2s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .menu-open .nav-links { position: absolute; top: 72px; left: 16px; right: 16px; display: grid; grid-template-columns: 1fr; gap: 8px; padding: 8px; border: 0; border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
  .menu-open .nav-links a { padding: 14px 10px; color: #171717; background: #f3f3f3; }
  .menu-open .nav-links .mobile-menu-cta { min-height: 48px; display: inline-flex; justify-content: center; padding: 0 16px; border-color: var(--hero-accent); background: var(--hero-accent); color: var(--white); font-size: 10px; }
  .menu-open .nav-links .mobile-menu-cta:hover { background: #2d7fce; color: var(--white); }
  .hero { padding: 0 0 .5rem; }
  .metrics-surface { padding: 24px 16px; }
  .metrics-watermark { top: -72px; right: -96px; }
  .metrics-watermark-logo { width: 390px; opacity: .025; }
  .metrics-heading { margin-bottom: 24px; }
  .metrics-heading h2 { font-size: var(--section-heading-size); }
  .metrics-heading p { margin-top: 18px; font-size: 16px; }
  .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; padding: 3px; }
  .metric-card { min-height: 176px; gap: 20px; padding: 20px 16px; }
  .metric-icon { width: 20px; height: 20px; }
  .metric-copy { gap: 6px; }
  .metric-value { font-size: clamp(36px, 10vw, 46px); }
  .metric-value--schedule { font-size: clamp(34px, 9.5vw, 43px); }
  .metric-label { font-size: 12px; line-height: 1.32; }
  .audience-surface { padding: 24px 16px; }
  .audience-watermark { top: -72px; right: -96px; }
  .audience-watermark img { width: 390px; opacity: .025; }
  .audience-heading { margin-bottom: 24px; }
  .audience-heading h2 { font-size: var(--section-heading-size); }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; padding: 3px; }
  .audience-card { min-height: 164px; gap: 18px; padding: 18px 16px; }
  .audience-card svg { width: 24px; height: 24px; }
  .audience-card h3 { font-size: 14px; line-height: 1.14; }
  .audience-card:last-child { grid-column: 1 / -1; min-height: 132px; }
  .company-story { padding: 32px 24px; }
  .company-proof { padding: 0; }
  .company-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 26px; }
  .company-stats > div { min-height: 118px; padding: 16px; }
  .company-stats > div:nth-child(3) { grid-column: 1 / -1; }
  .company-stats dt { font-size: clamp(29px, 8.3vw, 36px); }
  .company-clients-viewport { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .company-clients { animation-duration: 24s; }
  .company-clients-group { grid-template-columns: repeat(8, 132px); }
  .company-client { min-height: 64px; padding: 12px; }
  .company-client img { max-width: 108px; height: 34px; }
  .company-proof, .company-figure { min-height: 500px; }
  .company-figure figcaption { right: 18px; bottom: 18px; left: 18px; padding: 12px 14px; font-size: 13px; }
  .company-slider-controls { top: 18px; right: 18px; bottom: auto; }
  .products-surface { padding: 32px 16px; }
  .products-heading { margin-bottom: 28px; }
  .products-heading > p:last-child { margin-top: 18px; font-size: 16px; }
  .product-options { order: -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-option { min-height: 94px; padding: 14px; }
  .product-option .product-option-title { font-size: .875rem; }
  .product-stage { grid-template-columns: 1fr; min-height: 0; }
  .product-preview { min-height: 0; aspect-ratio: 16 / 9; }
  .product-stage-copy { padding: 28px; }
  .product-stage h3 { font-size: clamp(30px, 9vw, 40px); }
  .product-stage-copy > p:not(.product-photo-label) { margin: 16px 0 24px; font-size: 15px; }
  .products-reference-surface { padding: 48px 16px; }
  .products-reference-heading { gap: 14px; }
  .products-reference-heading > p { font-size: 16px; }
  .products-reference-grid { grid-template-columns: 1fr; margin-top: 28px; }
  .products-reference-card { min-height: 0; padding: 24px; }
  .products-reference-card img { aspect-ratio: 1; margin-top: 28px; }
  .reservation-grid { gap: 32px; padding: 32px 16px; }
  .technologies-heading { padding: 36px 22px; }
  .technologies-heading > p:not(.technologies-eyebrow) { font-size: 16px; }
  .technology-feature { grid-template-columns: 1fr; min-height: 0; }
  .technology-feature-copy { padding: 30px 28px 26px; }
  .technology-feature-kicker { margin-bottom: 20px; }
  .technology-feature h3 { font-size: clamp(32px, 10vw, 42px); }
  .technology-feature-copy > p:not(.technology-feature-kicker) { margin-top: 18px; font-size: 15px; }
  .technology-specs { grid-template-columns: 1fr; margin-top: 22px; }
  .technology-specs li { min-height: 60px; }
  .technology-feature-visual { min-height: 220px; }
  .technology-feature:nth-child(even) .technology-feature-visual { order: initial; }
  .reservation h2 { font-size: var(--section-heading-size); }
  .reservation-lead { margin: 18px 0 24px; font-size: 16px; }
  .reservation-market-notice { margin-top: 22px; padding: 14px; }
  .reservation-stats { grid-template-columns: 1fr; margin-top: 28px; padding-top: 12px; }
  .reservation-stats article { padding: 13px 0; border-bottom: 1px solid #e5e9ee; border-left: 0; }
  .reservation-stats article:last-child { padding-right: 0; border-bottom: 0; }
  .reservation-stats span { max-width: 240px; }
  .reservation-journey-header, .reservation-journey-footer { padding-right: 14px; padding-left: 14px; }
  .reservation-journey-list { padding: 16px 14px; }
  .reservation-journey-list strong { font-size: 13px; }
  .reservation-journey-footer { align-items: flex-start; flex-direction: column; gap: 4px; }
  .reservation-note { margin-top: 16px; font-size: 12px; }
  .reservation-form { align-self: stretch; flex: 0 0 auto; min-height: 0; height: auto; padding: 0 16px 16px; }
  .reservation-form-heading { margin: 0 -16px 16px; padding: 14px 16px 15px; }
  .reservation-form-fields { grid-template-columns: 1fr; gap: 14px; }
  .reservation-form-interest, .reservation-form-action { grid-column: auto; }
  .reservation-form-action { align-items: stretch; flex-direction: column; }
  .reservation-form-action .reservation-button { width: 100%; }
  .reservation-form small { flex: 0 0 auto; }
  .hero-copy { min-height: 440px; padding: 55px 28px 48px; }
  .hero-copy-cta { padding: 30px 28px; }
  h1 { font-size: clamp(42px, 12.2vw, 61px); }
  .hero-copy-cta h1 { margin-bottom: 16px; }
  .hero-copy-cta .hero-lead { font-size: 15px; }
  h2 { font-size: var(--section-heading-size); }
  .hero-actions { margin-top: 30px; }
  .hero-copy-cta .hero-actions { align-items: stretch; }
  .hero-copy-cta .hero-actions .button { width: 100%; }
  .hero-lead { font-size: 16px; }
  .hero-visual { min-height: 430px; }
  .hero-photo { object-position: 50% center; }
  .hero-photo-panel figcaption { right: 20px; bottom: 18px; font-size: 8px; }
  .hero-countdown { margin-top: 24px; }
  .countdown-divider { margin-bottom: 24px; }
  .hero-countdown-copy { font-size: .8125rem; white-space: normal; }
  .countdown-timer { grid-template-columns: max-content minmax(.5rem, 1fr) max-content minmax(.5rem, 1fr) max-content minmax(.5rem, 1fr) max-content; width: 100%; margin-top: 16px; }
  .timer-unit { gap: .2rem; }
  .timer-unit strong { font-size: 1.75rem; }
  .timer-unit span { font-size: .625rem; }
  .factory-spine { top: 18%; left: 24%; width: 43%; }
  .factory-title { top: 21%; left: 29%; font-size: 17px; }
  .factory-card { min-width: 0; width: 48%; padding: 10px; }
  .factory-card p { margin-bottom: 9px; font-size: 7px; }
  .factory-card span, .factory-card strong { min-height: 34px; font-size: 7px; }
  .factory-card strong::after { width: 13px; height: 13px; margin: -37px 0 0 31px; font-size: 9px; }
  .factory-card-erp { top: 29%; left: 5%; }
  .factory-card-order { top: 53%; left: 2%; }
  .factory-board { top: 18%; right: -38%; width: 85%; border-width: 7px; }
  .factory-grid { height: 71%; }
  .factory-grid span { min-width: 53px; padding: 4px; font-size: 8px; }
  .factory-note { bottom: 7%; left: 24%; font-size: 7px; }
  .factory-note b { width: 38px; height: 38px; font-size: 16px; }
  .intro-grid, .split-heading, .presale-grid, .request-grid { grid-template-columns: 1fr; gap: 34px; }
  .intro-text p, .split-heading > p, .centered-heading > p:last-child, .request-lead, .presale-copy > p:not(.eyebrow) { font-size: 17px; }
  .proof-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 52px; }
  .proof-card-image { grid-column: auto; min-height: 330px; }
  .proof-card-stat { min-height: 165px; }
  .technology-section::before { top: 53px; }
  .technology-grid { grid-template-columns: 1fr; grid-template-rows: auto; margin-top: 52px; }
  .tech-card { min-height: 260px; }
  .tech-card-featured, .tech-card-wide { grid-column: auto; grid-row: auto; }
  .tech-card-featured { min-height: 455px; }
  .tech-card-wide { display: flex; }
  .blast-scale { align-self: flex-start; }
  .product-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .product-grid .product-card { min-height: 0; grid-template-rows: 260px auto auto auto auto; }
  .product-grid .product-card p { min-height: 0; }
  .presale::before { right: -11px; }
  .offer-card { min-height: 296px; box-shadow: 10px 10px 0 rgba(11, 31, 40, .15); }
  .offer-card strong { font-size: 57px; }
  .request-form { padding: 25px; }
  .site-footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; padding: 28px 20px; }
  .site-footer-brand { grid-column: 1 / -1; }
  .site-footer-brand img { width: 142px; }
  .site-footer-column { gap: 10px; }
  .site-footer-column h2 { font-size: 10px; }
  .site-footer-column a { font-size: 12px; }
  .site-footer-contact { grid-column: 1 / -1; }
  .site-footer-column .site-footer-instagram, .site-footer-column .site-footer-whatsapp { width: min(100%, 280px); }
  .site-footer-column .site-footer-whatsapp { min-height: 44px; padding: 0 16px; font-size: 12px; white-space: nowrap; }
  .floating-socials { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); gap: 8px; }
  .floating-social { width: 54px; height: 54px; min-height: 54px; justify-content: center; padding: 0; }
  .floating-social span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .site-footer-addresses { grid-template-columns: 1fr; gap: 14px; }
  .bottom-request-surface { padding: 32px 16px; }
  .bottom-request-copy > p:last-child { margin-top: 18px; font-size: 16px; }
  .site-footer-identity { min-height: 176px; margin-bottom: 0; }
  .site-footer-identity-bg { object-position: 55% 62%; }
  .site-footer-meta { flex-direction: column; gap: 4px; font-size: 11px; }
  .site-footer-meta span:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
  .company-clients { animation: none; }
}
