:root {
  --black: #090c0a;
  --ink: #101411;
  --ink-2: #171c18;
  --line: rgba(230, 220, 195, .18);
  --sand: #e8dec6;
  --sand-2: #c8bea8;
  --paper: #f0ecdf;
  --red: #c83236;
  --red-dark: #9e2327;
  --olive: #7b8374;
  --muted: #8d948b;
  --shell: 1240px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sand);
  background: var(--black);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--red); color: #fff; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--sand); color: var(--black); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, backdrop-filter .25s;
}
.site-header.scrolled { background: rgba(9,12,10,.88); border-color: var(--line); backdrop-filter: blur(18px); }
.header__inner { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(232,222,198,.28); background: rgba(255,255,255,.04); }
.brand__mark svg { width: 30px; height: 30px; fill: none; stroke: var(--sand); stroke-width: 2.2; }
.brand__text { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand__text b { font-size: 20px; letter-spacing: .14em; }
.brand__text small { color: var(--muted); margin-top: 6px; font-size: 9px; letter-spacing: .16em; }
.nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.nav a, .footer nav a { position: relative; color: #b8b9b2; font-size: 13px; letter-spacing: .035em; }
.nav a::after, .footer nav a::after { content: ""; position: absolute; height: 1px; inset: auto 100% -5px 0; background: var(--red); transition: right .25s var(--ease); }
.nav a:hover::after, .footer nav a:hover::after { right: 0; }
.header__cta { margin-left: 14px; }
.menu-button { display: none; margin-left: auto; width: 46px; height: 42px; padding: 0 10px; border: 1px solid var(--line); background: transparent; }
.menu-button span { display: block; height: 1px; margin: 7px 0; background: var(--sand); transition: transform .25s, opacity .25s; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  background: var(--red);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.button:hover { background: #df3c40; transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 18px; font-size: 10px; gap: 16px; }
.button--wide { width: 100%; }
.text-link { display: inline-flex; gap: 18px; align-items: center; color: #bbbcb5; font-size: 13px; }
.text-link span { color: var(--red); }

.hero { position: relative; min-height: 880px; overflow: hidden; background: radial-gradient(circle at 73% 38%, #283028 0, #111612 32%, #090c0a 65%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.hero__grid { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, transparent 5%, #000 45%, #000 100%); }
.hero__grid::after { content: ""; position: absolute; width: 900px; height: 900px; border: 1px solid rgba(232,222,198,.05); border-radius: 50%; right: -340px; top: -150px; box-shadow: 0 0 0 110px rgba(255,255,255,.015), 0 0 0 220px rgba(255,255,255,.01); }
.hero__inner { position: relative; z-index: 2; min-height: 880px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 40px; padding-top: 102px; }
.hero__content { padding: 50px 0 80px; }
.eyebrow { margin: 0 0 27px; display: flex; align-items: center; gap: 11px; color: #a7aaa1; text-transform: uppercase; letter-spacing: .19em; font-size: 10px; font-weight: 700; }
.eyebrow span { width: 7px; height: 7px; background: var(--red); box-shadow: 0 0 0 4px rgba(200,50,54,.16); }
.eyebrow--dark { color: #6e736b; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-stretch: condensed; text-transform: uppercase; letter-spacing: -.035em; line-height: .92; }
h1 { margin-bottom: 30px; font-size: clamp(70px, 7.2vw, 116px); font-weight: 900; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero__lead { max-width: 530px; color: #aeb1aa; font-size: 18px; line-height: 1.65; }
.hero__region-offer { width: fit-content; margin: -9px 0 25px; display: flex; align-items: stretch; border: 1px solid rgba(232,222,198,.24); }
.hero__region-offer strong { padding: 10px 14px; display: flex; align-items: center; background: var(--red); color: #fff; font-family: "Arial Narrow", Impact, sans-serif; font-size: 20px; line-height: 1; letter-spacing: .04em; }
.hero__region-offer span { padding: 10px 14px; display: flex; align-items: center; color: var(--sand); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.hero__lead--money { margin-bottom: 0; max-width: 610px; color: #c2c5bd; }
.hero__lead--money b { color: var(--sand); font-weight: 800; }
.hero__condition { max-width: 610px; margin-top: 20px; padding: 14px 17px; display: grid; grid-template-columns: 110px 1fr; gap: 15px; border-left: 3px solid var(--red); background: rgba(232,222,198,.06); }
.hero__condition > span { color: var(--red); text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .11em; line-height: 1.45; }
.hero__condition p { margin: 0; color: #aeb1aa; font-size: 11px; line-height: 1.5; }
.hero__actions { margin-top: 27px; display: flex; align-items: center; gap: 32px; }
.hero__facts { margin-top: 38px; display: grid; grid-template-columns: repeat(4, 1fr); max-width: 620px; border-top: 1px solid var(--line); }
.hero__facts div { min-height: 95px; display: flex; align-items: center; gap: 10px; border-right: 1px solid var(--line); }
.hero__facts div:last-child { border: 0; padding-left: 18px; }
.hero__facts strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 33px; line-height: 1; }
.hero__facts span { max-width: 74px; color: #80867d; text-transform: uppercase; font-size: 9px; letter-spacing: .09em; line-height: 1.35; }

.hero__visual { position: relative; min-height: 680px; display: flex; align-items: center; justify-content: center; }
.radar-panel { position: relative; width: min(100%, 690px); aspect-ratio: 1 / .92; }
.radar-panel::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(232,222,198,.1); clip-path: polygon(0 0, 22% 0, 22% 1px, 100% 1px, 100% 100%, 78% 100%, 78% calc(100% - 1px), 0 calc(100% - 1px)); }
.radar-panel__label { position: absolute; left: 10%; top: 7%; display: flex; gap: 9px; align-items: center; color: #8f968b; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.radar-panel__label i { width: 7px; height: 7px; border-radius: 50%; background: #78aa74; box-shadow: 0 0 9px #78aa74; }
.drone { width: 100%; height: 100%; overflow: visible; }
.radar-rings { fill: none; stroke: rgba(232,222,198,.08); stroke-width: 1; }
.drone-body { transform-origin: center; animation: hover 5s ease-in-out infinite; }
.target { fill: none; stroke: var(--red); stroke-width: 2; animation: pulse 2.4s ease-out infinite; }
.telemetry { position: absolute; display: flex; flex-direction: column; padding-left: 11px; border-left: 2px solid var(--red); line-height: 1.3; }
.telemetry span { color: #6f766d; font-size: 7px; letter-spacing: .15em; }
.telemetry b { font-size: 9px; letter-spacing: .07em; }
.telemetry--left { left: 7%; bottom: 10%; }
.telemetry--right { right: 5%; top: 31%; }
.pay-card { position: absolute; z-index: 3; display: flex; flex-direction: column; padding: 17px 20px; box-shadow: 0 18px 50px rgba(0,0,0,.32); }
.pay-card span { margin-bottom: 5px; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.pay-card strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(26px, 2.2vw, 38px); line-height: 1; white-space: nowrap; }
.pay-card small { font-size: .65em; }
.pay-card--primary { left: 0; top: 57%; background: var(--red); color: #fff; }
.pay-card--secondary { right: 0; bottom: 7%; background: var(--sand); color: var(--ink); }
.hero__scroll { position: absolute; z-index: 3; left: 24px; bottom: 37px; display: flex; gap: 12px; align-items: center; transform: rotate(-90deg); transform-origin: left center; color: #5e645d; text-transform: uppercase; font-size: 8px; letter-spacing: .16em; }
.hero__scroll span { width: 30px; height: 1px; background: #5e645d; }

.notice { background: var(--red); color: #fff; }
.notice__inner { min-height: 73px; display: flex; gap: 28px; align-items: center; }
.notice b { flex: 0 0 auto; padding: 5px 10px; border: 1px solid rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.notice p { margin: 0; font-size: 12px; opacity: .9; }
.notice time { font-weight: 800; white-space: nowrap; }

.trust-strip { border-bottom: 1px solid var(--line); background: #111512; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip article { min-height: 150px; padding: 32px 30px; display: grid; grid-template-columns: 34px 1fr; gap: 18px; border-right: 1px solid var(--line); }
.trust-strip article:last-child { border-right: 0; }
.trust-strip article > span { color: var(--red); font-size: 9px; letter-spacing: .14em; }
.trust-strip strong { display: block; margin-bottom: 8px; color: var(--sand); text-transform: uppercase; font-size: 13px; letter-spacing: .06em; }
.trust-strip p { margin: 0; color: #858b82; font-size: 11px; line-height: 1.55; }

.section { padding: 120px 0; }
.section--light { color: var(--ink); background: var(--paper); }
.section-heading { margin-bottom: 58px; max-width: 780px; }
.section-heading h2, .directions h2, .apply h2, .faq h2 { margin: 0 0 25px; font-size: clamp(50px, 5.7vw, 83px); }
.section-heading > p:last-child { max-width: 630px; color: #62675f; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d0cbbb; border-left: 1px solid #d0cbbb; }
.feature-card { position: relative; min-height: 410px; padding: 30px 27px; display: flex; flex-direction: column; border-right: 1px solid #d0cbbb; border-bottom: 1px solid #d0cbbb; overflow: hidden; transition: background .3s, color .3s, transform .3s; }
.feature-card:hover { transform: translateY(-7px); background: #e6dfcd; }
.feature-card--accent { background: var(--red); color: #fff; border-color: var(--red); }
.feature-card--accent:hover { background: var(--red-dark); }
.feature-card__number { color: #858a81; font-size: 10px; letter-spacing: .12em; }
.feature-card--accent .feature-card__number { color: rgba(255,255,255,.65); }
.feature-card__icon { width: 75px; height: 75px; margin: 48px 0 40px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--red); font-family: "Arial Narrow", Impact, sans-serif; font-size: 29px; font-weight: 900; box-shadow: 0 15px 35px rgba(80,60,30,.13); }
.feature-card__icon--line { border: 1px solid #bfc0b6; background: transparent; color: var(--ink); box-shadow: none; }
.feature-card__icon--small { font-size: 16px; letter-spacing: .06em; }
.feature-card h3 { margin: auto 0 15px; font-size: 23px; line-height: 1.08; text-transform: uppercase; }
.feature-card p { margin: 0; color: #686d65; font-size: 12px; line-height: 1.55; }
.feature-card--accent p { color: rgba(255,255,255,.78); }

.directions { position: relative; overflow: hidden; background: #111512; }
.directions::before { content: ""; position: absolute; width: 740px; height: 740px; border: 1px solid rgba(255,255,255,.04); border-radius: 50%; right: -230px; top: 90px; box-shadow: 0 0 0 100px rgba(255,255,255,.012), 0 0 0 200px rgba(255,255,255,.008); }
.directions__layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.directions__intro { max-width: 570px; color: #8f958c; }
.direction-list { margin-top: 48px; border-top: 1px solid var(--line); }
.direction-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.direction-list article > span { color: var(--red); font-size: 9px; letter-spacing: .12em; }
.direction-list h3 { margin: 0 0 5px; font-size: 17px; text-transform: uppercase; letter-spacing: .02em; }
.direction-list p { margin: 0; color: #81877e; font-size: 12px; }
.brochures { position: relative; min-height: 720px; }
.brochure { position: absolute; margin: 0; width: 56%; box-shadow: 0 32px 80px rgba(0,0,0,.42); }
.brochure button { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.brochure img { width: 100%; height: auto; }
.brochure--back { right: 1%; top: 1%; transform: rotate(7deg); }
.brochure--front { left: 5%; bottom: 0; transform: rotate(-5deg); }
.brochure:hover { z-index: 4; transform: rotate(0) scale(1.025); transition: transform .35s var(--ease); }
.brochures__tag { position: absolute; z-index: 5; right: 3%; bottom: 10%; width: 122px; height: 122px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background: var(--red); box-shadow: 0 18px 40px rgba(0,0,0,.3); text-transform: uppercase; transform: rotate(7deg); }
.brochures__tag b { font-size: 13px; }
.brochures__tag span { color: rgba(255,255,255,.7); font-size: 8px; letter-spacing: .14em; }

.numbers { background: var(--sand); color: var(--ink); }
.numbers__inner { display: grid; grid-template-columns: .7fr 1fr 1.2fr; min-height: 280px; }
.numbers__title, .number-block { padding: 46px 35px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #c3baa7; }
.numbers__title span, .number-block > span { color: #777b73; text-transform: uppercase; font-size: 9px; letter-spacing: .14em; }
.numbers__title h2 { margin: 18px 0 0; font-size: 42px; }
.number-block { background: var(--red); color: #fff; border: 0; }
.number-block > span { color: rgba(255,255,255,.7); }
.number-block strong { margin-top: 13px; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(42px, 4.2vw, 64px); line-height: 1; white-space: nowrap; }
.number-block strong small, .number-block strong i { font-size: .55em; font-style: normal; }
.number-block--dark { background: var(--ink); }
.payment-note { min-height: 95px; padding: 22px 35px; display: grid; grid-template-columns: 260px 1fr; gap: 34px; align-items: center; border-top: 1px solid #c3baa7; }
.payment-note strong { text-transform: uppercase; color: var(--red-dark); font-size: 12px; letter-spacing: .08em; }
.payment-note p { margin: 0; color: #656a62; font-size: 11px; line-height: 1.55; }

.section-heading--row { max-width: none; display: grid; grid-template-columns: 1fr 440px; gap: 60px; align-items: end; }
.section-heading--row > p { margin-bottom: 20px; }
.steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c7c2b3; border-left: 1px solid #c7c2b3; }
.steps li { position: relative; min-height: 235px; padding: 34px 28px; border-right: 1px solid #c7c2b3; border-bottom: 1px solid #c7c2b3; counter-increment: item; }
.steps li:last-child { border-right: 0; }
.steps li:nth-child(3n) { border-right: 0; }
.steps li:nth-child(3n)::after { display: none; }
.steps li:nth-last-child(-n+3) { border-bottom: 0; }
.steps li > span { display: inline-flex; width: 42px; height: 42px; justify-content: center; align-items: center; border: 1px solid #aeb0a6; color: var(--red); font-size: 10px; }
.steps li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -15px; top: 48px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--red); }
.steps li:nth-child(3n)::after { display: none; }
.steps h3 { margin: 74px 0 10px; font-size: 22px; text-transform: uppercase; }
.steps p { margin: 0; color: #6f736c; font-size: 12px; }

.apply { position: relative; padding: 120px 0; overflow: hidden; background: radial-gradient(circle at 0 50%, #252d25 0, #111512 47%, #0a0d0b 100%); }
.apply::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 64px 64px; }
.apply__decor { position: absolute; right: -2vw; bottom: -8vw; color: rgba(255,255,255,.018); font-family: Impact, sans-serif; font-size: 34vw; line-height: .75; }
.apply__inner { position: relative; display: grid; grid-template-columns: 1fr 530px; gap: 90px; align-items: start; }
.apply__copy { padding-top: 45px; }
.apply__copy > p:not(.eyebrow) { max-width: 500px; color: #8f958c; }
.apply__copy ul { margin: 40px 0 0; padding: 0; list-style: none; }
.apply__copy li { margin: 15px 0; color: #b6b9b1; font-size: 13px; }
.apply__copy li i { margin-right: 12px; color: var(--red); font-style: normal; }
.application-form { padding: 42px; background: var(--paper); color: var(--ink); box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.form-trap { position: fixed; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.field { position: relative; margin-bottom: 24px; }
.field label, .contact-choice legend { display: block; margin-bottom: 8px; color: #696e66; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.field input { width: 100%; height: 55px; padding: 0; border: 0; border-bottom: 1px solid #bfc0b6; outline: 0; border-radius: 0; background: transparent; color: var(--ink); font-size: 15px; transition: border-color .2s; }
.field input:focus { border-color: var(--red); }
.field input::placeholder { color: #a2a59e; }
.field.invalid input { border-color: var(--red); }
.field__error { display: none; position: absolute; right: 0; top: 0; color: var(--red); font-size: 8px; }
.field.invalid .field__error { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 24px; }
.contact-choice { margin: 5px 0 24px; padding: 0; border: 0; }
.contact-choice label { display: inline-block; margin: 0 6px 6px 0; cursor: pointer; }
.contact-choice input { position: absolute; opacity: 0; pointer-events: none; }
.contact-choice span { display: block; padding: 9px 13px; border: 1px solid #c5c2b8; color: #6f736c; font-size: 10px; }
.contact-choice input:checked + span { border-color: var(--red); background: var(--red); color: #fff; }
.consent { margin-bottom: 22px; display: grid; grid-template-columns: 17px 1fr; gap: 10px; align-items: start; color: #757970; font-size: 9px; line-height: 1.45; cursor: pointer; }
.consent input { width: 16px; height: 16px; margin: 0; accent-color: var(--red); }
.consent.invalid { color: var(--red); }
.form-security { margin: -8px 0 20px; padding: 10px 12px; border-left: 3px solid var(--red); background: #e3ddcf; color: #666b63; font-size: 9px; line-height: 1.5; }
.form-status { display: none; margin: 16px 0 0; padding: 12px; background: #ddd7c9; color: #595e56; font-size: 11px; line-height: 1.45; }
.form-status.visible { display: block; }
.form-status.success { border-left: 3px solid #63845f; }
.form-status.error { border-left: 3px solid var(--red); }

.faq__layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.accordion { border-top: 1px solid #c7c2b3; }
.accordion details { border-bottom: 1px solid #c7c2b3; }
.accordion summary { position: relative; padding: 28px 58px 28px 0; list-style: none; cursor: pointer; font-weight: 700; font-size: 16px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; right: 3px; top: 50%; width: 22px; height: 1px; background: var(--red); transition: transform .25s; }
.accordion summary span::after { content: ""; inset: 0; transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 720px; padding: 0 55px 25px 0; color: #6b7068; font-size: 13px; }

.footer { background: #080a09; }
.footer__top { min-height: 145px; display: flex; align-items: center; gap: 60px; border-bottom: 1px solid var(--line); }
.footer nav { display: flex; gap: 30px; margin: 0 auto; }
.back-to-top { display: flex; align-items: center; gap: 15px; color: #9a9e96; font-size: 11px; }
.back-to-top span { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--red); }
.footer__bottom { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer__bottom p { margin: 0; color: #565b54; font-size: 9px; }
.footer__bottom p:first-child { max-width: 600px; }
.mobile-cta { display: none; }

.lightbox { width: min(92vw, 780px); height: 92vh; padding: 0; border: 0; background: transparent; overflow: hidden; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(9px); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox button { position: fixed; z-index: 2; top: 18px; right: 20px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.6); color: #fff; font-size: 28px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.feature-grid .reveal:nth-child(2), .steps .reveal:nth-child(2) { transition-delay: .08s; }
.feature-grid .reveal:nth-child(3), .steps .reveal:nth-child(3) { transition-delay: .16s; }
.feature-grid .reveal:nth-child(4), .steps .reveal:nth-child(4) { transition-delay: .24s; }
.feature-grid .reveal:nth-child(5), .steps .reveal:nth-child(5) { transition-delay: .08s; }
.feature-grid .reveal:nth-child(6) { transition-delay: .16s; }

@keyframes hover { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes pulse { 0% { opacity: 1; transform: translate(500px,72px) scale(.75); } 75%,100% { opacity: 0; transform: translate(500px,72px) scale(1.35); } }

@media (max-width: 1050px) {
  .nav { gap: 20px; }
  .header__cta { display: none; }
  .hero__inner { grid-template-columns: 1fr 1fr; }
  .hero__visual { min-height: 600px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .directions__layout { gap: 50px; }
  .brochures { min-height: 640px; }
  .apply__inner { grid-template-columns: 1fr 480px; gap: 50px; }
  .faq__layout { gap: 55px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 66px; }
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .header__inner { min-height: 70px; }
  .menu-button { display: block; }
  .nav { position: fixed; inset: 70px 0 0; padding: 45px 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 25px; background: rgba(9,12,10,.98); visibility: hidden; opacity: 0; transform: translateY(-15px); transition: opacity .25s, transform .25s, visibility .25s; }
  .nav a { font-family: "Arial Narrow", Impact, sans-serif; color: var(--sand); font-size: 34px; text-transform: uppercase; }
  .menu-open .nav { visibility: visible; opacity: 1; transform: translateY(0); }
  .menu-open .menu-button span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero, .hero__inner { min-height: auto; }
  .hero__inner { display: flex; flex-direction: column; padding-top: 125px; }
  .hero__content { width: 100%; padding: 30px 0 0; }
  .hero__visual { width: 100%; min-height: 600px; margin-top: -35px; }
  .hero__scroll { display: none; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip article:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .directions__layout, .apply__inner, .faq__layout { grid-template-columns: 1fr; }
  .directions__layout { gap: 80px; }
  .brochures { width: min(100%, 580px); margin-inline: auto; }
  .numbers__inner { grid-template-columns: 1fr 1fr; }
  .numbers__title { grid-column: 1 / -1; min-height: 150px; }
  .payment-note { grid-template-columns: 1fr; gap: 8px; }
  .section-heading--row { grid-template-columns: 1fr; gap: 10px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(3n) { border-right: 1px solid #c7c2b3; }
  .steps li:nth-child(3n)::after { display: grid; }
  .steps li:nth-last-child(-n+3) { border-bottom: 1px solid #c7c2b3; }
  .steps li:nth-child(even) { border-right: 0; }
  .steps li:nth-child(even)::after { display: none; }
  .steps li:nth-last-child(-n+2) { border-bottom: 0; }
  .steps li:last-child { grid-column: auto; }
  .apply__copy { padding-top: 0; }
  .application-form { width: min(100%, 580px); }
  .footer__top { flex-wrap: wrap; padding: 35px 0; }
  .footer nav { order: 3; width: 100%; margin: 0; flex-wrap: wrap; }
  .back-to-top { margin-left: auto; }
  .mobile-cta { position: fixed; z-index: 60; inset: auto 0 0; display: block; padding: 8px max(14px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); border-top: 1px solid rgba(232,222,198,.18); background: rgba(9,12,10,.96); backdrop-filter: blur(16px); }
  .mobile-cta .button { width: 100%; min-height: 50px; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand__text small { display: none; }
  h1 { font-size: clamp(56px, 18vw, 78px); }
  .hero__lead { font-size: 15px; }
  .hero__region-offer { width: 100%; }
  .hero__region-offer strong { font-size: 18px; }
  .hero__region-offer span { flex: 1; font-size: 8px; }
  .hero__condition { grid-template-columns: 1fr; gap: 6px; }
  .hero__actions { flex-direction: column; align-items: stretch; gap: 20px; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { justify-content: center; }
  .hero__facts { margin-top: 38px; }
  .hero__facts div { min-height: 76px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 2px; padding-left: 11px; }
  .hero__facts div:first-child { padding-left: 0; }
  .hero__facts div:last-child { padding-left: 11px; }
  .hero__facts strong { font-size: 27px; }
  .hero__facts span { max-width: 90px; }
  .hero__visual { min-height: 430px; margin: -15px 0 25px; }
  .radar-panel { width: 120%; margin-left: -10%; }
  .pay-card { padding: 13px 14px; }
  .pay-card--primary { left: 1%; top: 58%; }
  .pay-card--secondary { right: 1%; bottom: 0; }
  .notice__inner { padding: 17px 0; align-items: flex-start; gap: 15px; }
  .notice p { font-size: 10px; }
  .section, .apply { padding: 85px 0; }
  .section-heading h2, .directions h2, .apply h2, .faq h2 { font-size: clamp(43px, 14vw, 62px); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 360px; }
  .directions__layout { gap: 55px; }
  .brochures { min-height: 500px; }
  .brochures__tag { width: 95px; height: 95px; }
  .numbers__inner { display: block; width: 100%; }
  .numbers__title, .number-block { min-height: 170px; padding: 35px 28px; }
  .number-block strong { font-size: clamp(41px, 12vw, 59px); }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:nth-child(3n), .steps li:last-child { min-height: 220px; border-right: 0; border-bottom: 1px solid #c7c2b3; grid-column: auto; }
  .steps li:last-child { border-bottom: 0; }
  .steps li:not(:last-child)::after { display: none; }
  .steps h3 { margin-top: 55px; }
  .application-form { padding: 29px 21px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer__top { gap: 25px; }
  .footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .footer__bottom { padding: 25px 0; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
