:root {
  --bg: #061018;
  --bg-soft: #0f1b31;
  --card: #101f38;
  --line: #223a63;
  --text: #d9e6ff;
  --muted: #90a7cf;
  --ok: #2ecc71;
  --warn: #f1c40f;
  --crit: #e74c3c;
  --accent: #4d9fff;
  --accent-dim: rgba(77, 159, 255, 0.14);
  --hero-glow: radial-gradient(ellipse 80% 60% at 70% 20%, rgba(77, 159, 255, 0.22), transparent 55%);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: "Segoe UI", Arial, sans-serif; background: var(--bg); color: var(--text); -webkit-text-size-adjust: 100%; }
.container { max-width: 1240px; margin: 0 auto; padding: clamp(12px, 3vw, 20px); }
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.brand-column {
  min-width: 0;
  flex: 1 1 220px;
}
.brand-lockup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  max-width: min(100%, 420px);
}
.logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 6px 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(77, 159, 255, 0.2);
  flex-shrink: 0;
  line-height: 0;
}
.brand-logo {
  display: block;
  height: clamp(40px, 6.5vw, 52px);
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
.brand-text {
  min-width: 0;
}
.brand-name {
  display: block;
  font-weight: 700;
  font-size: clamp(1rem, 2.4vw, 20px);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.brand-sub {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  max-width: 36ch;
}
.footer-brand {
  margin-bottom: 10px;
}
.logo-frame--footer {
  padding: 5px 10px;
}
.footer-logo {
  display: block;
  height: 44px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}
.brand { font-weight: 700; font-size: clamp(1rem, 2.8vw, 22px); }
.brand a { color: inherit; text-decoration: none; }
.muted { color: var(--muted); }
.nav { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; max-width: 100%; }
.nav a, .lang-wrap select { color: var(--text); text-decoration: none; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; background: var(--bg-soft); font-size: 13px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.lang-wrap label { font-size: 12px; color: var(--muted); margin-right: 8px; }
.hero {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card);
  padding: clamp(14px, 3vw, 20px);
  margin-bottom: 16px;
}
.hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 4vw, 28px);
  line-height: 1.25;
}

.landing-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-bottom: 20px;
  background: var(--card);
  background-image: var(--hero-glow);
}
.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(135deg, transparent 40%, rgba(77, 159, 255, 0.06) 100%);
  pointer-events: none;
}
.hero-split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 4vw, 36px);
  align-items: center;
  padding: clamp(20px, 4vw, 40px);
  min-height: min(520px, 70vh);
}
.hero-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 4.2vw, 2.1rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.hero-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero-lead {
  margin: 0 0 20px;
  font-size: clamp(14px, 2vw, 17px);
  line-height: 1.55;
  max-width: 38ch;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.button-primary {
  background: linear-gradient(165deg, #2a6fd4, #1a4a9e);
  border-color: #3d7fd4;
}
.button-primary:hover {
  filter: brightness(1.06);
}
.button-ghost {
  background: transparent;
  border-color: var(--line);
}
.nav-accent {
  border-color: rgba(77, 159, 255, 0.45);
  background: var(--accent-dim);
}
.hero-art {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-orbit {
  position: absolute;
  width: min(100%, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed rgba(77, 159, 255, 0.25);
  background: radial-gradient(circle at 40% 35%, rgba(77, 159, 255, 0.08), transparent 55%);
}
.hero-uav-side {
  position: relative;
  z-index: 2;
  width: min(100%, 380px);
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}
.hero-uav-top {
  position: absolute;
  right: 0;
  bottom: 8%;
  z-index: 3;
  width: min(42%, 200px);
  height: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
}

.kpi-strip {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}
.kpi-strip .card {
  grid-column: span 3;
}

.story-section {
  margin-bottom: 20px;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}
.story-visual {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.story-visual img {
  width: 100%;
  height: min(320px, 38vw);
  object-fit: cover;
  display: block;
}
.story-visual figcaption {
  padding: 12px 14px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
  border-top: 1px solid var(--line);
}
.story-text .lead {
  font-size: 16px;
  color: var(--text);
  line-height: 1.5;
  margin: 0 0 12px;
}
.story-section--image-left .story-grid {
  direction: rtl;
}
.story-section--image-left .story-grid > * {
  direction: ltr;
}

.product-showcase {
  margin-bottom: 20px;
}
.product-showcase > .card > h2 {
  margin-bottom: 8px;
}
.product-intro {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
}
.product-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}
.feature-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg-soft);
}
.feature-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.feature-card .feature-body {
  padding: 14px;
}
.feature-card .feature-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}
.feature-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}
.product-blueprint-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.drawings-lead {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  max-width: 78ch;
}
.drawing-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.drawing-frame {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  line-height: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.drawing-frame img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
.drawing-figure figcaption {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
  padding: 0 2px;
}
.drawing-package-panel {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed rgba(77, 159, 255, 0.35);
}
.drawing-package-panel h4 {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--text);
}
.drawing-dl-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
.drawing-pack-note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.45;
  max-width: 78ch;
}
.product-blueprint-row img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
}

.configurator-cta-band {
  border: 1px dashed rgba(77, 159, 255, 0.35);
  background: linear-gradient(120deg, var(--accent-dim), transparent 60%);
}
.configurator-cta-band .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}
.configurator-cta-band p {
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.configurator-page-intro {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--card);
  padding: 14px 18px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}
.configurator-page-intro a.back-link {
  text-decoration: none;
  color: var(--accent);
  font-weight: 600;
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 12px 16px;
  background: var(--accent);
  color: #061018;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.trust-strip {
  margin-bottom: 20px;
  padding: 18px 20px;
}
.trust-strip h2 {
  margin: 0 0 14px;
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
}
.trust-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.trust-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  border: 2px solid var(--ok);
  box-shadow: inset 0 0 0 3px var(--bg-soft);
  background: linear-gradient(135deg, rgba(46, 204, 113, 0.35), transparent);
}
.trust-item-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}
.trust-item-body {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.value-journey-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  margin-bottom: 20px;
}
.value-block h2,
.journey-block h2 {
  margin: 0 0 14px;
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.value-item {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg-soft);
}
.value-item-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
}
.journey-list {
  margin: 0;
  padding-left: 22px;
  line-height: 1.5;
  font-size: 14px;
}
.journey-list li {
  margin-bottom: 12px;
}
.journey-list li .muted {
  display: block;
  margin-top: 4px;
  font-weight: 400;
}

.honesty-panel {
  margin-bottom: 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--accent);
}
.honesty-panel h2 {
  margin: 0 0 10px;
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
}
.honesty-body {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.request-intro {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer {
  margin-top: 28px;
  padding: 24px 0 32px;
  border-top: 1px solid var(--line);
}
.footer-tagline {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 600;
  max-width: 52ch;
}
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.footer-copy {
  margin: 0 0 8px;
  font-size: 13px;
}
.footer-disclaimer {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  max-width: 85ch;
}

.nav a:focus-visible,
.button:focus-visible,
.lang-wrap select:focus-visible,
.skip-link:focus-visible,
.back-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.card { border: 1px solid var(--line); border-radius: 12px; background: var(--card); padding: 14px; }
.span-3 { grid-column: span 3; } .span-4 { grid-column: span 4; } .span-6 { grid-column: span 6; } .span-12 { grid-column: span 12; }
h2 { margin: 0 0 10px; font-size: 19px; } h3 { margin: 0 0 8px; font-size: 15px; }
table { width: 100%; border-collapse: collapse; }
th, td { border-bottom: 1px solid var(--line); padding: 9px 7px; text-align: left; font-size: 13px; }
.tag { display: inline-block; padding: 3px 8px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.ok { background: rgba(46,204,113,0.2); color: var(--ok); } .warn { background: rgba(241,196,15,0.2); color: var(--warn); } .crit { background: rgba(231,76,60,0.2); color: var(--crit); }
.drawings { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.drawings img { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: #ffffff; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.media-item { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--bg-soft); }
.media-item img { width: 100%; height: 190px; object-fit: cover; display: block; }
.media-body { padding: 10px; font-size: 12px; line-height: 1.35; }
.media-body a { color: #9ec5ff; text-decoration: none; }
.button { border: 1px solid var(--line); background: #14315a; color: var(--text); padding: 10px 14px; border-radius: 8px; cursor: pointer; font-size: 14px; min-height: 44px; touch-action: manipulation; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.button-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.config-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.field { background: var(--bg-soft); border: 1px solid #284a79; border-radius: 10px; padding: 10px; }
.field label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 6px; }
.field input, .field select { width: 100%; border: 1px solid #3b649e; border-radius: 8px; background: #0b162a; color: var(--text); padding: 11px 10px; font-size: 16px; min-height: 44px; }
.field textarea { width: 100%; border: 1px solid #3b649e; border-radius: 8px; background: #0b162a; color: var(--text); padding: 11px 10px; font-size: 16px; min-height: 120px; resize: vertical; }
.field-span-2 { grid-column: span 2; }
.config-summary, .legal-box, .timeline-box, .request-status { margin-top: 10px; border: 1px solid #2c4c7d; border-radius: 10px; background: var(--bg-soft); padding: 12px; line-height: 1.45; font-size: 14px; }
.kpi { font-size: clamp(1.25rem, 5vw, 28px); font-weight: 700; margin-top: 6px; line-height: 1.2; }
.q-item { padding: 10px; border: 1px solid #264676; border-radius: 10px; background: var(--bg-soft); margin-bottom: 8px; }
.q-item b { display: block; margin-bottom: 4px; }
.info-block p { margin: 0; font-size: 14px; line-height: 1.55; }
.team-roles strong { color: var(--text); }
.print-only { display: none; }
@media print {
  .topbar,
  .button-row,
  .nav,
  .configurator-page-intro,
  .skip-link,
  .footer-actions {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
  }
  .card,
  .hero,
  .landing-hero {
    border-color: #aaa;
    background: #fff;
  }
  .print-only {
    display: block;
    margin-bottom: 12px;
  }
}
@media (max-width: 980px) {
  .span-3, .span-4, .span-6 {
    grid-column: span 12;
  }
  .hero-split {
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .hero-art {
    min-height: 220px;
    order: -1;
  }
  .hero-uav-top {
    width: min(180px, 38%);
  }
  .kpi-strip .card {
    grid-column: span 6;
  }
  .story-grid,
  .story-section--image-left .story-grid {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .product-cards {
    grid-template-columns: 1fr;
  }
  .product-blueprint-row {
    grid-template-columns: 1fr;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .value-journey-wrap {
    grid-template-columns: 1fr;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .drawings,
  .config-grid,
  .media-grid {
    grid-template-columns: 1fr;
  }
  .field-span-2 {
    grid-column: span 1;
  }
}
@media (max-width: 520px) {
  .media-item img {
    height: 160px;
  }
  .kpi-strip .card {
    grid-column: span 12;
  }
}
