:root {
  --hangar-night: #07111f;
  --altitude-blue: #0d2742;
  --afterburner-orange: #ff6b2c;
  --laser-cyan: #35d9ff;
  --radar-lime: #b9f45d;
  --cloud-white: #f4f8fb;
  --steel-mist: #9dafbf;
  --danger-red: #f04455;
  --header-height: 76px;
  --max-width: 1180px;
}

* { box-sizing: border-box; max-width: 100%; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cloud-white);
  background:
    linear-gradient(rgba(53,217,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53,217,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 10% 15%, rgba(53,217,255,.16), transparent 28rem),
    radial-gradient(circle at 88% 40%, rgba(255,107,44,.12), transparent 25rem),
    var(--hangar-night);
  background-size: 46px 46px, 46px 46px, auto, auto, auto;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 47%, rgba(53,217,255,.04) 48%, transparent 49%);
  background-size: 250px 250px;
  animation: radarSweep 18s linear infinite;
}
@keyframes radarSweep { to { background-position: 500px -500px; } }
a { color: var(--laser-cyan); text-decoration: none; }
a:hover { color: var(--radar-lime); }
img { display: block; }
h1, h2, h3, .brand {
  margin-top: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: .035em;
  line-height: 1.02;
}
h1 { font-size: clamp(3.8rem, 10vw, 8.4rem); }
h2 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
h3 { font-size: 1.8rem; }
p { margin: 0 0 1.1rem; color: #cfdae4; }
.u-shell { width: min(var(--max-width), calc(100% - 2rem)); margin-inline: auto; }
.u-grid { display: grid; gap: 1.4rem; }
.u-grid--3 { grid-template-columns: repeat(3, 1fr); }
.u-stack > * + * { margin-top: 1.2rem; }
.eyebrow {
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  color: var(--radar-lime);
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .78rem;
}
.eyebrow::before { content: ""; width: 2.4rem; height: 2px; background: currentColor; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .7rem;
  min-height: 52px;
  padding: .75rem 1.4rem;
  color: var(--hangar-night);
  border: 2px solid var(--afterburner-orange);
  background: var(--afterburner-orange);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: transform .18s, background .18s, color .18s, box-shadow .18s;
}
.btn:hover {
  color: var(--cloud-white);
  background: transparent;
  box-shadow: 0 0 0 4px rgba(255,107,44,.13), 0 0 25px rgba(255,107,44,.28);
  transform: translateY(-2px);
}
.btn--ghost { color: var(--laser-cyan); border-color: var(--laser-cyan); background: transparent; }
.btn--ghost:hover { color: var(--hangar-night); background: var(--laser-cyan); }
.btn--small { min-height: 40px; padding: .45rem 1rem; font-size: .8rem; }
.site-header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid rgba(53,217,255,.22);
  background: rgba(7,17,31,.9);
  backdrop-filter: blur(16px);
}
.site-header__row { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { color: white; font-size: 1.8rem; }
.brand span { color: var(--afterburner-orange); }
.site-header__nav { display: flex; align-items: center; gap: 1.5rem; }
.site-header__nav a { color: #dbe7ef; font-weight: 700; font-size: .9rem; }
.site-header__nav a:hover { color: var(--laser-cyan); }
.site-header__toggle { display: none; border: 0; background: none; padding: .5rem; }
.site-header__toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: white; }
.hero { min-height: 100vh; display: grid; place-items: center; padding: calc(var(--header-height) + 4rem) 0 5rem; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.hero h1 { margin: .5rem 0 1rem; text-transform: uppercase; }
.hero h1 span { display: block; color: var(--laser-cyan); text-shadow: 0 0 35px rgba(53,217,255,.32); }
.hero__lead { font-size: 1.18rem; max-width: 42rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 1.6rem; margin-top: 2.3rem; }
.hero__fact strong { display: block; color: white; font-family: "Teko", sans-serif; font-size: 2rem; line-height: 1; }
.hero__fact span { color: var(--steel-mist); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.mission-card {
  position: relative;
  padding: 1rem;
  border: 1px solid rgba(53,217,255,.38);
  background: linear-gradient(145deg, rgba(13,39,66,.9), rgba(7,17,31,.95));
  box-shadow: 20px 20px 0 rgba(53,217,255,.06);
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
}
.mission-card::before { content: "TARGET ACQUIRED"; position: absolute; z-index: 2; top: 1.7rem; left: 1.7rem; padding: .35rem .6rem; color: var(--hangar-night); background: var(--radar-lime); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.mission-card img { width: 100%; aspect-ratio: 334 / 592; max-height: 650px; object-fit: cover; object-position: top; }
.mission-card__bar { display: flex; align-items: center; gap: 1rem; padding: 1rem .4rem .2rem; }
.mission-card__bar img { width: 68px; height: 68px; border-radius: 15px; }
.mission-card__bar strong { display: block; font-size: 1.05rem; }
.mission-card__bar span { color: var(--steel-mist); font-size: .85rem; }
.section { position: relative; padding: 6.5rem 0; }
.section--panel { border-block: 1px solid rgba(53,217,255,.12); background: rgba(13,39,66,.35); }
.section-heading { max-width: 720px; margin-bottom: 4rem; }
.section-heading h2 { margin: .5rem 0 1rem; }
.feature-card, .stat-card, .faq-item, .content-card, .article-card {
  border: 1px solid rgba(53,217,255,.2);
  background: rgba(13,39,66,.66);
  box-shadow: inset 0 1px rgba(255,255,255,.04);
}
.feature-card { padding: 2rem; border-top: 3px solid var(--afterburner-orange); }
.feature-card__number { color: var(--laser-cyan); font: 700 2rem Roboto, sans-serif; }
.feature-card h3 { margin: .6rem 0; }
.preview-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 1rem; }
.preview-grid figure { margin: 0; overflow: hidden; border: 1px solid rgba(53,217,255,.2); background: var(--altitude-blue); }
.preview-grid img { width: 100%; height: 560px; object-fit: cover; object-position: top; transition: transform .35s; }
.preview-grid figure:hover img { transform: scale(1.025); }
.preview-grid figcaption { padding: .8rem 1rem; color: var(--steel-mist); font-size: .82rem; }
.stats-grid { grid-template-columns: repeat(4, 1fr); }
.stat-card { padding: 1.7rem; text-align: center; }
.stat-card strong { display: block; color: var(--radar-lime); font: 700 3.3rem/1 Roboto, sans-serif; }
.stat-card span { color: var(--steel-mist); text-transform: uppercase; font-size: .74rem; letter-spacing: .12em; }
.faq-list { max-width: 850px; }
.faq-item + .faq-item { margin-top: .8rem; }
.faq-question { width: 100%; padding: 1.25rem 1.4rem; display: flex; justify-content: space-between; gap: 1rem; color: white; border: 0; background: transparent; text-align: left; font: 700 1rem Inter, sans-serif; cursor: pointer; }
.faq-question::after { content: "+"; color: var(--laser-cyan); font-size: 1.5rem; line-height: 1; }
.faq-item.is-open .faq-question::after { content: "−"; }
.faq-answer { display: none; padding: 0 1.4rem 1.2rem; }
.faq-item.is-open .faq-answer { display: block; }
.cta-panel { padding: clamp(2rem, 6vw, 5rem); text-align: center; border: 1px solid var(--afterburner-orange); background: linear-gradient(130deg, rgba(255,107,44,.16), rgba(53,217,255,.08)); clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px); }
.cta-panel h2 { margin-bottom: .8rem; }
.page-hero { padding: calc(var(--header-height) + 6rem) 0 4rem; }
.page-hero h1 { font-size: clamp(3.3rem, 8vw, 6.5rem); margin-bottom: 1rem; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 2rem; align-items: start; }
.content-card { padding: clamp(1.4rem, 4vw, 3rem); }
.content-card h2 { margin-top: 2.5rem; font-size: 2.4rem; }
.content-card h2:first-child { margin-top: 0; }
.content-card li { color: #cfdae4; margin-bottom: .55rem; }
.side-card { position: sticky; top: calc(var(--header-height) + 1.5rem); padding: 1.5rem; border-top: 3px solid var(--radar-lime); }
.side-card img { width: 92px; border-radius: 20px; margin-bottom: 1rem; }
.article-grid { grid-template-columns: repeat(3, 1fr); }
.article-card { overflow: hidden; }
.article-card img { width: 100%; height: 230px; object-fit: cover; object-position: top; }
.article-card__body { padding: 1.5rem; }
.article-card__meta { color: var(--radar-lime); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.article-card h2 { margin: .65rem 0; font-size: 2rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.form-field { margin-bottom: 1rem; }
.form-field label { display: block; margin-bottom: .35rem; font-weight: 700; }
.form-field input, .form-field textarea {
  width: 100%;
  padding: .9rem 1rem;
  color: white;
  border: 1px solid rgba(53,217,255,.28);
  background: rgba(7,17,31,.8);
  font: inherit;
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-status { color: var(--radar-lime); font-weight: 700; }
.article-page { padding: calc(var(--header-height) + 4rem) 0 5rem; }
.article-page__header { max-width: 850px; margin-bottom: 2.5rem; }
.article-page__header h1 { font-size: clamp(3rem, 8vw, 6rem); }
.article-page__meta { color: var(--radar-lime); text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; }
.article-body { max-width: 820px; }
.article-body h2 { margin-top: 2.8rem; font-size: 2.5rem; }
.article-body p, .article-body li { font-size: 1.05rem; }
.article-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(53,217,255,.2); }
.site-footer { padding: 4rem 0 2rem; border-top: 1px solid rgba(53,217,255,.16); background: #050c16; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
.site-footer h3 { margin-bottom: .8rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .45rem; }
.site-footer__copy { margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.08); font-size: .82rem; }
.cookie-banner { position: fixed; z-index: 60; right: 1rem; bottom: 1rem; width: min(390px, calc(100% - 2rem)); padding: 1.1rem; border: 1px solid var(--laser-cyan); background: #091827; box-shadow: 0 15px 50px rgba(0,0,0,.4); }
.cookie-banner p { font-size: .86rem; margin-bottom: .7rem; }

@media (max-width: 900px) {
  .hero__grid, .content-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: calc(var(--header-height) + 3rem); }
  .mission-card { max-width: 520px; margin-inline: auto; }
  .u-grid--3, .article-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .preview-grid { grid-template-columns: 1fr 1fr; }
  .preview-grid figure:first-child { grid-column: 1 / -1; }
  .side-card { position: static; }
}
@media (max-width: 760px) {
  .site-header__toggle { display: block; }
  .site-header__nav { position: fixed; top: var(--header-height); right: -100%; width: min(330px, 90vw); height: calc(100vh - var(--header-height)); padding: 2rem; flex-direction: column; align-items: flex-start; background: #07111f; transition: right .25s; }
  .site-header__nav.is-open { right: 0; }
  .u-grid--3, .article-grid, .site-footer__grid { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
  .preview-grid { grid-template-columns: 1fr; }
  .preview-grid figure:first-child { grid-column: auto; }
  .preview-grid img { height: 520px; }
  .section { padding: 4.5rem 0; }
}
@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr; }
  .hero__facts { display: grid; grid-template-columns: 1fr 1fr; }
  .article-nav { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
