:root {
  --navy: #071b3d;
  --navy-2: #0b2857;
  --navy-3: #12386e;
  --red: #e31b23;
  --red-dark: #b90f19;
  --paper: #f4f6f8;
  --white: #ffffff;
  --ink: #10213f;
  --muted: #647086;
  --line: #d8dee7;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(7, 27, 61, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--white); line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); color: var(--navy); padding: 12px 18px; border-radius: 4px; }
.skip-link:focus { top: 16px; }

.topline { color: #fff; background: var(--navy); font-size: 12px; letter-spacing: .04em; }
.topline__inner { min-height: 32px; display: flex; align-items: center; gap: 10px; }
.topline__signal { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(227,27,35,.18); }
.topline__group { margin-left: auto; opacity: .7; }

.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,27,61,.1); backdrop-filter: blur(14px); }
.header__inner { min-height: 78px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand__mark { width: 45px; height: 45px; display: grid; place-items: center; color: var(--white); background: var(--red); transform: skewX(-8deg); }
.brand__mark svg { width: 34px; fill: currentColor; transform: skewX(8deg); }
.brand__text { display: grid; line-height: 1; }
.brand__text b { font-family: var(--display); font-size: 25px; letter-spacing: .055em; color: var(--navy); }
.brand__text small { margin-top: 4px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.nav a { font-size: 14px; font-weight: 650; text-decoration: none; }
.nav a:hover { color: var(--red); }
.header__contact { display: grid; line-height: 1.15; flex: 0 0 auto; }
.header__phone { font-size: 17px; font-weight: 850; text-decoration: none; letter-spacing: .015em; }
.header__contact span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.nav-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 2px; text-decoration: none; font-weight: 850; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid #ffcc00; outline-offset: 3px; }
.button--small { min-height: 42px; padding: 0 17px; font-size: 13px; color: #fff; background: var(--red); }
.button--primary { color: #fff; background: var(--red); box-shadow: 0 15px 32px rgba(227,27,35,.24); }
.button--primary:hover { background: var(--red-dark); }
.button--ghost { min-height: 58px; display: grid; gap: 0; justify-items: start; color: #fff; border: 1px solid rgba(255,255,255,.42); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.button__phone { font-size: 16px; letter-spacing: .04em; }
.button--ghost small { font-size: 10px; opacity: .72; font-weight: 500; }
.button--light { color: var(--navy); background: #fff; }
.button--full { width: 100%; }
.button:disabled { cursor: not-allowed; opacity: .48; transform: none; box-shadow: none; }

.hero { position: relative; min-height: 755px; color: #fff; background: var(--navy); overflow: hidden; }
.hero__backdrop { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(4,19,45,.97) 0%, rgba(4,19,45,.9) 37%, rgba(4,19,45,.35) 64%, rgba(4,19,45,.08) 100%), url("assets/images/hero-uav-workshop-1600.webp"); background-size: cover; background-position: center; }
.hero__backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 96%, rgba(255,255,255,.07) 96%), linear-gradient(90deg, transparent 96%, rgba(255,255,255,.05) 96%); background-size: 64px 64px; opacity: .28; mask-image: linear-gradient(90deg,#000,transparent 74%); }
.hero__inner { position: relative; z-index: 2; min-height: 715px; display: flex; align-items: center; }
.hero__content { width: min(700px, 62%); padding: 76px 0 96px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; background: var(--red); transform: skewX(-25deg); }
.eyebrow--dark { color: var(--navy); }
.hero h1 { margin: 18px 0 20px; font-family: var(--display); font-size: clamp(54px, 6.2vw, 91px); line-height: .91; letter-spacing: .018em; text-transform: uppercase; font-weight: 900; }
.hero h1 em { display: block; color: var(--red); font-style: normal; }
.hero__lead { max-width: 660px; margin: 0 0 27px; font-size: 19px; color: rgba(255,255,255,.86); }
.hero__facts { display: flex; width: fit-content; margin: 0 0 24px; border: 1px solid rgba(255,255,255,.25); background: rgba(5,18,42,.62); backdrop-filter: blur(8px); }
.fact { min-width: 174px; padding: 15px 22px; display: grid; border-right: 1px solid rgba(255,255,255,.18); }
.fact:last-child { border-right: 0; }
.fact strong { font-family: var(--display); font-size: 27px; letter-spacing: .04em; }
.fact span { margin-top: 2px; font-size: 11px; opacity: .72; }
.fact--accent strong { color: #ff373e; font-size: 35px; }
.ticks { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0 0 29px; padding: 0; list-style: none; }
.ticks li { position: relative; padding-left: 23px; font-size: 14px; font-weight: 650; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: #fff; background: var(--red); width: 17px; height: 17px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; }
.hero__actions { display: flex; gap: 12px; align-items: stretch; }
.hero__note { max-width: 650px; margin: 18px 0 0; font-size: 10px; line-height: 1.45; color: rgba(255,255,255,.58); }
.hero__rail { position: absolute; z-index: 3; right: 0; bottom: 0; width: 100%; padding: 11px 4vw; font-size: 10px; letter-spacing: .28em; text-align: right; color: rgba(255,255,255,.68); background: linear-gradient(90deg, var(--red) 0 36%, #a90d16 36% 38%, rgba(7,27,61,.96) 38%); }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { min-height: 105px; padding: 20px; display: flex; gap: 15px; align-items: center; border-right: 1px solid var(--line); }
.trust-strip__grid > div:first-child { border-left: 1px solid var(--line); }
.trust-strip b { font-family: var(--display); font-size: 34px; color: var(--red); }
.trust-strip span { max-width: 180px; font-size: 13px; font-weight: 750; line-height: 1.3; }

.section { padding: 104px 0; }
.section-heading h2, .project h2, .candidate h2, .support h2, .antifraud h2, .request h2, .final-cta h2 { margin: 14px 0 0; font-family: var(--display); font-size: clamp(42px, 5vw, 66px); line-height: .98; letter-spacing: .018em; text-transform: uppercase; color: var(--navy); }
.section-heading--row { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-heading--row > p { max-width: 410px; margin: 0; color: var(--muted); font-size: 13px; }
.lead { font-size: 20px; line-height: 1.55; color: var(--navy); }

.why { position: relative; background: #fff; overflow: hidden; }
.why::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg,var(--red) 0 34%,var(--navy) 34%); }
.why__heading { max-width: 920px; margin-bottom: 44px; }
.why__grid { display: grid; grid-template-columns: 1.1fr .95fr .95fr; border: 1px solid var(--line); box-shadow: var(--shadow); }
.why-card { min-height: 410px; padding: 31px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: #fff; }
.why-card:last-child { border-right: 0; }
.why-card__tag { width: fit-content; padding: 7px 10px; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--red); }
.why-card > strong { margin-top: 62px; font-family: var(--display); font-size: clamp(46px,4.5vw,70px); line-height: .95; letter-spacing: .025em; color: var(--red); }
.why-card h3 { margin: 6px 0 14px; font-family: var(--display); font-size: 31px; line-height: 1; letter-spacing: .035em; text-transform: uppercase; }
.why-card p { margin: 0; color: var(--muted); font-size: 14px; }
.why-card a { margin-top: auto; padding-top: 22px; color: var(--navy); font-size: 10px; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.why-card--focus { color: #fff; background: var(--red); }
.why-card--focus .why-card__tag { color: var(--red); background: #fff; }
.why-card--focus > strong { color: #fff; font-size: clamp(52px,5.3vw,82px); }
.why-card--focus p { color: #fff; }
.why-card--future { color: #fff; background: var(--navy); }
.why-card--future .why-card__tag { background: var(--navy-3); }
.why-card--future > strong { color: #fff; }
.why-card--future p { color: rgba(255,255,255,.66); }
.why-card--future a { color: rgba(255,255,255,.82); }
.why__note { margin: 20px 0 0; color: var(--muted); font-size: 11px; }

.project { background: var(--paper); }
.project__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.project__copy > p { margin-top: 0; }
.project__copy > p:not(.lead) { color: var(--muted); }
.project__seal { margin-top: 30px; padding: 20px; display: flex; gap: 17px; align-items: center; background: #fff; border-left: 5px solid var(--red); box-shadow: 0 14px 35px rgba(7,27,61,.07); }
.project__seal > span { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--red); font-weight: 900; }
.project__seal p { margin: 0; font-size: 14px; }

.conditions { background: #fff; }
.condition-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.condition-card { position: relative; min-height: 320px; padding: 32px 28px; overflow: hidden; border-right: 1px solid var(--line); background: #fff; }
.condition-card:last-child { border-right: 0; }
.condition-card__num { font-family: var(--display); color: var(--red); font-size: 14px; letter-spacing: .12em; }
.condition-card h3 { margin: 76px 0 16px; font-family: var(--display); font-size: 33px; line-height: 1; letter-spacing: .025em; text-transform: uppercase; }
.condition-card p { margin: 0; font-size: 14px; color: var(--muted); }
.condition-card::after { content: attr(data-mark); position: absolute; right: -10px; top: -15px; font-family: var(--display); font-size: 155px; line-height: 1; opacity: .035; }
.condition-card--red { color: #fff; background: var(--red); }
.condition-card--red .condition-card__num, .condition-card--red p { color: #fff; }
.condition-card--red p { opacity: 1; }
.condition-card--dark { color: #fff; background: var(--navy); }
.condition-card--dark .condition-card__num { color: #ff3b42; }
.condition-card--dark p { color: rgba(255,255,255,.7); }

.roles { position: relative; color: #fff; background: var(--navy); overflow: hidden; }
.roles__grid { position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg,#000,transparent 70%); }
.roles__inner { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; }
.roles h2 { margin: 16px 0 20px; font-family: var(--display); font-size: clamp(46px,5.2vw,70px); line-height: .96; text-transform: uppercase; }
.roles__intro > p { color: rgba(255,255,255,.7); }
.roles__stamp { width: fit-content; margin-top: 48px; padding: 16px 22px; font-family: var(--display); font-size: 25px; line-height: 1.05; letter-spacing: .045em; color: var(--red); border: 4px solid var(--red); transform: rotate(-3deg); }
.roles__list { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.roles__list article { min-height: 210px; padding: 25px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.roles__list article > span { font-family: var(--display); color: #ff6268; }
.roles__list h3 { margin: 30px 0 8px; font-size: 18px; text-transform: uppercase; }
.roles__list p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.candidate { background: #fff; }
.candidate__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.candidate__image { position: relative; }
.candidate__image picture { display: block; }
.candidate__image::before { content: ""; position: absolute; left: -16px; top: -16px; width: 65%; height: 65%; border-left: 7px solid var(--red); border-top: 7px solid var(--red); z-index: 1; }
.candidate__image img { position: relative; z-index: 2; min-height: 475px; object-fit: cover; box-shadow: var(--shadow); }
.image-label { position: absolute; z-index: 3; left: 22px; bottom: 22px; padding: 10px 14px; color: #fff; background: rgba(7,27,61,.92); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.candidate__content .lead { margin-bottom: 20px; }
.checklist { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding-left: 34px; font-weight: 650; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 12px; }
.fineprint { margin-top: 24px; padding: 15px 17px; color: var(--muted); background: var(--paper); border-left: 3px solid var(--navy); font-size: 12px; }

.process { background: var(--paper); }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--red); font-weight: 850; text-decoration: none; }
.text-link span { font-size: 24px; }
.process__steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process__steps li { min-width: 0; min-height: 245px; padding: 28px; display: flex; gap: 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.process__steps li > span { flex: 0 0 auto; font-family: var(--display); font-size: 22px; color: var(--red); }
.process__steps h3 { margin: 2px 0 14px; font-size: 18px; text-transform: uppercase; }
.process__steps p { margin: 0; color: var(--muted); font-size: 14px; }

.support { min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: var(--navy); }
.support__image { position: relative; min-height: 700px; overflow: hidden; }
.support__image picture { position: absolute; inset: 0; }
.support__image img { width: 100%; height: 100%; object-fit: cover; object-position: 96% center; }
.support__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(7,27,61,.35)); pointer-events: none; }
.support__panel { padding: 80px max(5vw,40px); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at top right, rgba(24,75,135,.5),transparent 46%), var(--navy); }
.support h2 { color: #fff; }
.support__route { margin-top: 35px; border-top: 1px solid rgba(255,255,255,.2); }
.support__route div { min-height: 68px; display: grid; grid-template-columns: 52px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); }
.support__route b { font-family: var(--display); color: var(--red); font-size: 20px; }
.support__route span { font-weight: 700; }

.antifraud { background: #fff; }
.antifraud__grid { display: grid; grid-template-columns: 110px 1fr auto; gap: 38px; align-items: center; padding: 42px; border: 3px solid var(--red); box-shadow: 14px 14px 0 var(--navy); }
.antifraud__icon { width: 94px; height: 94px; display: grid; place-items: center; color: var(--red); border: 7px solid var(--red); border-radius: 50%; font-family: var(--display); font-size: 56px; }
.antifraud h2 { font-size: clamp(36px,4vw,56px); }
.antifraud__content > p { color: var(--muted); }
.antifraud__content ul { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 18px 0 0; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }
.antifraud__content li::before { content: "•"; color: var(--red); margin-right: 8px; }
.antifraud__link { display: inline-flex; margin-top: 18px; }
.antifraud__phone { min-width: 245px; padding: 24px; display: grid; text-decoration: none; color: #fff; background: var(--navy); }
.antifraud__phone small { color: rgba(255,255,255,.65); }
.antifraud__phone strong { margin: 7px 0 3px; font-size: 22px; }
.antifraud__phone span { font-size: 10px; color: rgba(255,255,255,.6); }

.request { padding: 104px 0; color: #fff; background: linear-gradient(120deg,#061938,#0b2a59); }
.request__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.request h2 { color: #fff; }
.request__intro > p { color: rgba(255,255,255,.72); font-size: 18px; }
.request__phone { margin-top: 48px; display: grid; }
.request__phone span { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.58); }
.request__phone a { margin: 5px 0 2px; font-family: var(--display); font-size: 36px; letter-spacing: .035em; text-decoration: none; }
.request__phone small { color: rgba(255,255,255,.55); }
.lead-form { padding: 35px; color: var(--ink); background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.27); }
.lead-form__head { margin-bottom: 26px; display: flex; justify-content: space-between; text-transform: uppercase; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.lead-form__head b { color: var(--red); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-grid > label > span, .contact-choice legend { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.form-grid label small { color: var(--muted); text-transform: none; letter-spacing: 0; font-weight: 500; }
.field-error { display: none; margin-top: 7px; color: #a20e13 !important; font-size: 12px !important; line-height: 1.35; }
.field-error.is-visible { display: block; }
.form-grid input[type="text"], .form-grid input[type="number"], .form-grid input[type="tel"], .form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #f9fafc; padding: 13px 14px; color: var(--ink); outline: none; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(227,27,35,.09); }
.form-grid input[aria-invalid="true"] { border-color: var(--red); background: #fff6f6; }
.form-wide { grid-column: 1 / -1; }
.contact-choice { margin: 0; padding: 0; border: 0; }
.contact-choice label { min-height: 44px; padding: 8px 12px; display: inline-flex; align-items: center; gap: 8px; margin: 0 7px 7px 0; cursor: pointer; border: 1px solid var(--line); background: #f9fafc; transition: border-color .15s ease, background .15s ease, box-shadow .15s ease; }
.contact-choice label:has(input:checked) { border-color: var(--red); background: #fff3f3; box-shadow: inset 0 0 0 1px var(--red); }
.contact-choice label:focus-within { outline: 3px solid rgba(227,27,35,.15); outline-offset: 2px; }
.contact-choice label span { font-size: 14px; font-weight: 650; text-transform: none; letter-spacing: 0; }
.contact-choice input { accent-color: var(--red); }
.readiness-choice { margin-top: 3px; padding-top: 17px; border-top: 1px solid var(--line); }
.consent { margin: 20px 0 0; display: flex; align-items: flex-start; gap: 10px; font-size: 12px; color: var(--muted); cursor: pointer; }
.consent--age { margin: 10px 0 20px; }
.consent input { margin-top: 3px; accent-color: var(--red); }
.consent a { color: var(--navy); }
.form-status { max-height: 0; margin: 0; padding: 0 14px; overflow: hidden; opacity: 0; font-size: 13px; background: #edf8f0; border-left: 0 solid #2a8b4b; transition: opacity .15s ease, max-height .15s ease, margin .15s ease, padding .15s ease; }
.form-status.is-visible { max-height: 160px; margin-top: 16px; padding: 12px 14px; opacity: 1; border-left-width: 4px; }
.form-status.is-error { background: #fff1f1; border-color: var(--red); }
.form-status:focus { outline: 3px solid rgba(227,27,35,.22); outline-offset: 3px; }
.lead-form__safe { margin: 14px 0 0; text-align: center; color: var(--muted); font-size: 10px; }

.faq { background: #fff; }
.faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.faq__heading { position: sticky; top: 125px; }
.faq__heading > p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 54px 25px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; right: 12px; top: 50%; width: 20px; height: 2px; background: var(--red); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -6px 0 25px; padding-right: 55px; color: var(--muted); }

.final-cta { padding: 56px 0; color: #fff; background: var(--red); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.final-cta span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.final-cta h2 { margin-top: 7px; color: #fff; font-size: 42px; }

.partners { padding: 84px 0 76px; background: var(--paper); border-bottom: 1px solid var(--line); }
.partners__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.partners__heading h2 { margin: 0; font-family: var(--display); font-size: clamp(42px,4.6vw,64px); line-height: 1; letter-spacing: .02em; text-transform: uppercase; color: var(--navy); }
.partners__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--line); background: #fff; }
.partner-card { position: relative; min-width: 0; min-height: 145px; padding: 24px 54px 24px 24px; display: grid; grid-template-columns: 96px minmax(0,1fr); align-items: center; gap: 24px; text-decoration: none; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .18s ease, transform .18s ease, box-shadow .18s ease; }
.partner-card:nth-child(2n) { border-right: 0; }
.partner-card:nth-last-child(-n+2) { border-bottom: 0; }
.partner-card:hover { z-index: 2; background: #fff; transform: translateY(-3px); box-shadow: 0 16px 40px rgba(7,27,61,.12); }
.partner-card__logo { height: 76px; display: flex; align-items: center; justify-content: center; }
.partner-card__logo--crest img { width: 70px; height: 70px; object-fit: contain; }
.partner-card__logo--fund { border-radius: 50%; background: #f0faf5; }
.partner-card__logo--fund img { width: 54px; height: 54px; image-rendering: auto; }
.partner-card__logo--wide img { width: 94px; height: auto; object-fit: contain; }
.partner-card__logo--privgups { height: 64px; padding: 12px 9px; background: var(--navy); }
.partner-card__logo--privgups img { width: 100%; max-width: 132px; }
.partner-card__copy { min-width: 0; display: grid; gap: 7px; }
.partner-card__copy b { font-size: 16px; line-height: 1.25; text-transform: uppercase; color: var(--navy); }
.partner-card__copy small { color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
.partner-card__arrow { position: absolute; top: 18px; right: 20px; color: var(--red); font-size: 22px; }
.partners__note { margin: 18px 0 0; color: var(--muted); font-size: 10px; }

.footer { padding: 68px 0 28px; color: #fff; background: #04132c; }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 60px; }
.brand--footer .brand__text b { color: #fff; }
.brand--footer .brand__text small { color: rgba(255,255,255,.55); }
.footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer__grid p { max-width: 320px; color: rgba(255,255,255,.5); font-size: 13px; }
.footer h3 { margin: 0 0 8px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.footer a { color: rgba(255,255,255,.78); font-size: 13px; text-decoration: none; }
.footer a:hover { color: #fff; }
.footer__phone { font-size: 20px !important; font-weight: 850; color: #fff !important; }
.footer__bottom { margin-top: 54px; padding-top: 23px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.68); font-size: 10px; }
.footer__bottom p { max-width: 780px; margin: 0; }
.mobile-actions { display: none; }

/* Legal pages */
.legal-hero { padding: 68px 0; color: #fff; background: var(--navy); }
.legal-hero h1 { max-width: 850px; margin: 12px 0; font-family: var(--display); font-size: clamp(44px,6vw,72px); line-height: 1; text-transform: uppercase; }
.legal-hero p { color: rgba(255,255,255,.65); }
.legal { padding: 70px 0 110px; }
.legal__content { max-width: 860px; }
.legal h2 { margin-top: 44px; font-size: 25px; color: var(--navy); }
.legal h3 { margin-top: 28px; }
.legal p, .legal li { color: #3c4a61; }
.legal table { width: 100%; border-collapse: collapse; }
.legal th, .legal td { padding: 13px 15px; border: 1px solid var(--line); vertical-align: top; text-align: left; }
.legal th[scope="row"] { width: 34%; font-weight: 750; color: var(--navy); background: var(--paper); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.legal-callout { margin: 28px 0; padding: 20px 22px; border-left: 5px solid var(--red); background: var(--paper); }

@media (max-width: 1080px) {
  .nav-toggle { display: block; margin-left: auto; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; padding: 28px max(24px,calc((100% - 1032px) / 2)) 36px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 50px rgba(7,27,61,.15); }
  .nav.is-open { display: flex; }
  .nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .header__inner { gap: 18px; }
  .hero__content { width: 69%; }
  .condition-grid { grid-template-columns: repeat(2,1fr); }
  .why__grid { grid-template-columns: 1fr 1fr; }
  .why-card:first-child { grid-column: 1 / -1; min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .condition-card:nth-child(2) { border-right: 0; }
  .condition-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .roles__inner { grid-template-columns: 1fr; }
  .roles__intro { max-width: 750px; }
  .roles__stamp { display: none; }
  .process__steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .antifraud__grid { grid-template-columns: 88px 1fr; }
  .antifraud__phone { grid-column: 2; width: fit-content; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 720px); }
  .topline__group { display: none; }
  .header__inner { min-height: 67px; }
  .header__contact, .header .button--small { display: none; }
  .hero { min-height: auto; }
  .hero__backdrop { background-image: linear-gradient(90deg, rgba(4,19,45,.98), rgba(4,19,45,.81)), url("assets/images/hero-uav-workshop-800.webp"); background-position: 64% center; }
  .hero__inner { min-height: auto; }
  .hero__content { width: 100%; padding: 74px 0 100px; }
  .hero h1 { max-width: 620px; }
  .hero__facts { max-width: 100%; }
  .hero__rail { text-align: left; white-space: nowrap; overflow: hidden; background: var(--red); }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip__grid > div:nth-child(2) { border-right: 1px solid var(--line); }
  .trust-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .project__grid, .candidate__grid, .request__grid, .faq__grid { grid-template-columns: 1fr; gap: 52px; }
  .section-heading--row { display: grid; align-items: start; }
  .roles__list { grid-template-columns: 1fr 1fr; }
  .candidate__image img { min-height: 370px; }
  .process__steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .support { grid-template-columns: 1fr; }
  .support__image { min-height: 460px; }
  .antifraud__grid { grid-template-columns: 72px 1fr; padding: 28px; gap: 25px; }
  .antifraud__icon { width: 70px; height: 70px; border-width: 5px; font-size: 43px; }
  .faq__heading { position: static; }
  .footer__grid { grid-template-columns: repeat(2,1fr); }
  .partners__heading { display: grid; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  body.has-mobile-actions { padding-bottom: 70px; }
  .shell { width: min(100% - 26px, 520px); }
  .topline { font-size: 10px; }
  .brand__mark { width: 39px; height: 39px; }
  .brand__text b { font-size: 22px; }
  .brand__text small { font-size: 8px; }
  .hero__content { padding: 58px 0 90px; }
  .hero h1 { font-size: 49px; }
  .hero__lead { font-size: 16px; }
  .hero__facts { width: 100%; display: grid; grid-template-columns: .75fr 1.25fr; }
  .fact { min-width: 0; padding: 14px 13px; }
  .fact strong { font-size: 23px; }
  .fact--accent strong { font-size: 28px; }
  .fact span { font-size: 9px; }
  .ticks { display: grid; gap: 9px; }
  .hero__actions { display: grid; }
  .button--ghost { justify-items: center; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div { min-height: 79px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-strip__grid > div:last-child { border-bottom: 0; }
  .section, .request { padding: 64px 0; }
  .section-heading h2, .project h2, .candidate h2, .support h2, .antifraud h2, .request h2, .final-cta h2 { font-size: 39px; }
  .lead { font-size: 17px; }
  .project__grid { gap: 34px; }
  .condition-grid { grid-template-columns: 1fr; }
  .why__grid { grid-template-columns: 1fr; }
  .why-card, .why-card:first-child { grid-column: auto; min-height: 340px; border-right: 0; border-bottom: 1px solid var(--line); }
  .why-card:last-child { border-bottom: 0; }
  .why-card > strong { margin-top: 46px; }
  .condition-card, .condition-card:nth-child(2) { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--line); }
  .condition-card:last-child { border-bottom: 0; }
  .condition-card h3 { margin-top: 48px; }
  .roles__inner { gap: 42px; }
  .roles h2 { font-size: 45px; }
  .roles__list { grid-template-columns: 1fr; }
  .roles__list article { min-height: 165px; }
  .roles__list h3 { margin-top: 20px; }
  .candidate__image img { min-height: 275px; }
  .candidate__grid { gap: 42px; }
  .process__steps { grid-template-columns: 1fr; }
  .process__steps li { min-height: auto; padding: 24px; }
  .support__image { min-height: 360px; }
  .support__image img { object-position: 96% center; }
  .support__panel { padding: 55px 25px; }
  .antifraud__grid { grid-template-columns: 1fr; box-shadow: 8px 8px 0 var(--navy); }
  .antifraud__icon { width: 62px; height: 62px; }
  .antifraud__phone { grid-column: 1; width: 100%; }
  .request__grid { gap: 38px; }
  .request__phone { margin-top: 30px; }
  .request__phone a { font-size: 31px; }
  .lead-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .contact-choice label { display: flex; margin: 8px 0; }
  .accordion summary { font-size: 16px; }
  .footer { padding-top: 55px; }
  .footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .partners { padding: 60px 0 55px; }
  .partners__grid { grid-template-columns: 1fr; }
  .partner-card, .partner-card:nth-child(2n), .partner-card:nth-last-child(-n+2) { min-height: 128px; grid-template-columns: 76px 1fr; gap: 16px; padding: 20px 42px 20px 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .partner-card:last-child { border-bottom: 0; }
  .partner-card__logo { height: 66px; }
  .partner-card__logo--crest img { width: 62px; height: 62px; }
  .partner-card__logo--wide img { width: 76px; }
  .partner-card__copy b { font-size: 14px; }
  .partner-card__copy small { font-size: 10px; }
  .footer__bottom { display: grid; }
  .mobile-actions { position: fixed; z-index: 200; left: 0; right: 0; bottom: 0; height: 70px; display: grid; grid-template-columns: 1.18fr .82fr; color: #fff; background: var(--navy); box-shadow: 0 -8px 30px rgba(0,0,0,.2); }
  .mobile-actions a { padding: 9px 12px; display: grid; place-content: center; text-align: center; text-decoration: none; }
  .mobile-actions a:first-child span { font-size: 9px; opacity: .65; text-transform: uppercase; }
  .mobile-actions a:first-child b { font-size: 15px; }
  .mobile-actions a:last-child { background: var(--red); font-size: 13px; font-weight: 850; }
  .legal-hero { padding: 50px 0; }
  .legal { padding: 50px 0 80px; }
  .legal table, .legal tbody, .legal tr, .legal th, .legal td { display: block; width: 100%; }
  .legal th[scope="row"] { width: 100%; border-bottom: 0; }
}

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