:root {
  color-scheme: dark;
  --bg: #0b111c;
  --panel: #111827;
  --panel-2: #172033;
  --text: #f8fafc;
  --muted: #cbd5e1;
  --soft: #94a3b8;
  --line: rgba(255,255,255,0.12);
  --red: #dc2626;
  --red-dark: #991b1b;
  --blue: #1d4ed8;
  --yellow: #facc15;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.topbar {
  background:
    linear-gradient(135deg, rgba(185,28,28,0.86) 0%, rgba(2,6,23,0.96) 52%, rgba(29,78,216,0.78) 100%);
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}
.topbar .wrap, .nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.topbar .wrap {
  padding: 9px 0;
  color: var(--text);
}
.topbar .wrap span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.topbar a { color: var(--text); font-weight: 900; text-decoration: none; }
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background:
    linear-gradient(135deg, rgba(15,23,42,0.96) 0%, rgba(2,6,23,0.95) 48%, rgba(23,37,84,0.9) 100%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.nav .wrap { padding: 14px 0; }
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.brand img { width: 54px; height: auto; border-radius: 999px; }
.brand span { display: block; color: var(--soft); font-size: 0.82rem; font-weight: 700; }
.links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.94rem;
}
.links a,
.nav-dropdown-toggle {
  color: var(--muted);
  text-decoration: none;
  font-weight: 800;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.links a:hover,
.nav-dropdown-toggle:hover,
.nav-dropdown:focus-within .nav-dropdown-toggle {
  color: var(--text);
  border-color: rgba(248,113,113,0.55);
  background: rgba(255,255,255,0.09);
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font: inherit;
  list-style: none;
}
.nav-dropdown-toggle::-webkit-details-marker {
  display: none;
}
.nav-dropdown-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 40;
  display: none;
  width: min(280px, calc(100vw - 32px));
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(127,29,29,0.28), rgba(7,11,18,0.98) 42%, rgba(30,64,175,0.2)),
    rgba(7, 11, 18, 0.98);
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}
.nav-dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 0.75rem;
  color: var(--muted);
  background: transparent;
  border: 0;
  box-shadow: none;
  line-height: 1.25;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus {
  background: rgba(255,255,255,0.07);
  color: var(--text);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown[open] .nav-dropdown-menu {
  display: grid;
  gap: 2px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 1rem;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
}
.btn.primary { background: var(--red); color: white; }
.btn.primary:hover { background: var(--red-dark); }
.btn.secondary { border-color: var(--line); color: white; background: rgba(255,255,255,0.04); }
.btn.secondary:hover { background: rgba(255,255,255,0.08); }
.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.42), rgba(0,0,0,0.18)),
    linear-gradient(135deg, #b91c1c 0%, #020617 50%, #172554 100%);
}
.hero .wrap {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 42px;
  align-items: center;
  padding: 70px 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fecaca;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-bottom: 18px;
}
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); max-width: 820px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.35rem; }
.lead { color: var(--muted); font-size: clamp(1.06rem, 2vw, 1.25rem); max-width: 760px; margin: 22px 0 0; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; color: var(--muted); font-weight: 800; }
.trust-row span { padding: 8px 0; }
.urgent-panel {
  background: rgba(17,24,39,0.86);
  border: 1px solid var(--line);
  border-radius: 2rem;
  padding: 26px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.32);
}
.urgent-panel strong { color: white; }
.urgent-panel ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); }
.section { padding: 76px 0; }
.section.alt { background: #0f172a; }
.section-head { max-width: 760px; margin-bottom: 30px; }
.section-head p { color: var(--muted); font-size: 1.06rem; margin: 14px 0 0; }
.grid { display: grid; gap: 18px; }
.grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 2rem;
  padding: 24px;
}
.card p { color: var(--muted); margin: 10px 0 0; }
.card a { color: white; font-weight: 900; text-decoration: none; }
.card a:hover { color: #fecaca; }
.service-link {
  display: block;
  background: #0b1220;
  border: 1px solid var(--line);
  border-radius: 2rem;
  padding: 20px;
  text-decoration: none;
}
.service-link strong { display: block; font-size: 1.08rem; }
.service-link span { display: block; color: var(--muted); margin-top: 6px; }
.service-link:hover { border-color: rgba(220,38,38,0.7); }
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 34px;
  align-items: start;
}
.checklist { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.checklist li {
  padding: 14px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
}
.checklist strong { color: white; }
form { display: grid; gap: 12px; }
input, textarea, select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #07101d;
  color: white;
  padding: 12px 14px;
  font: inherit;
}
textarea { min-height: 132px; resize: vertical; }
label { color: var(--muted); font-weight: 800; font-size: 0.92rem; }
.cta {
  background: #111827;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.footer { padding: 36px 0; background: #070b12; color: var(--muted); }
.footer .wrap { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; }
.footer a { color: white; font-weight: 800; text-decoration: none; }
.small-links { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 12px; }
.small-links a { color: var(--muted); font-weight: 700; }
.page-hero {
  background: linear-gradient(135deg, #b91c1c 0%, #020617 50%, #172554 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero .wrap { padding: 66px 0; }
.breadcrumb { color: var(--soft); font-size: 0.92rem; margin-bottom: 16px; }
.breadcrumb a { color: #fecaca; text-decoration: none; font-weight: 800; }
.note { color: var(--soft); font-size: 0.94rem; }

.product-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  background:
    linear-gradient(90deg, rgba(2,6,23,0.96) 0%, rgba(2,6,23,0.78) 42%, rgba(2,6,23,0.26) 100%),
    linear-gradient(135deg, rgba(185,28,28,0.72) 0%, rgba(2,6,23,0.68) 52%, rgba(23,37,84,0.74) 100%),
    var(--product-bg, linear-gradient(135deg, #b91c1c 0%, #020617 50%, #172554 100%)) center right / cover no-repeat;
  border-bottom: 1px solid var(--line);
}
.product-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -1px 48%;
  height: 132px;
  background: #0b111c;
  transform: skewX(-18deg);
  transform-origin: bottom left;
}
.product-hero .wrap {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.68fr);
  gap: 42px;
  align-items: center;
  padding: 72px 0 112px;
}
.product-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(220,38,38,0.9);
  color: white;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}
.product-hero-card {
  align-self: end;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(185,28,28,0.78) 0%, rgba(2,6,23,0.9) 52%, rgba(29,78,216,0.62) 100%);
  box-shadow: 0 28px 80px rgba(0,0,0,0.34);
}
.product-hero-card h2 {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
}
.product-hero-card p {
  color: var(--muted);
  margin: 12px 0 0;
}
.product-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.product-proof span {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 1rem;
  background: rgba(255,255,255,0.05);
  color: white;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}
.feature-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  color: var(--muted);
}
.feature-list .tick {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: white;
  font-weight: 900;
}
.feature-list strong {
  color: white;
}
.product-band {
  background:
    linear-gradient(135deg, rgba(185,28,28,0.78) 0%, rgba(2,6,23,0.9) 52%, rgba(29,78,216,0.62) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.product-band .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px 0;
}
.product-band strong {
  display: block;
  color: white;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.1;
}
.product-band p {
  color: var(--muted);
  margin: 8px 0 0;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}
.detail-card {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: #0b1220;
}
.detail-card strong {
  display: block;
  color: white;
  font-size: 1.3rem;
  line-height: 1.15;
}
.detail-card span {
  display: block;
  color: var(--muted);
  margin-top: 10px;
}

@media (max-width: 900px) {
  .hero .wrap, .split { grid-template-columns: 1fr; }
  .hero .wrap { min-height: auto; }
  .grid.cols-3, .grid.cols-4 { grid-template-columns: 1fr; }
  .product-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(2,6,23,0.96) 0%, rgba(2,6,23,0.84) 52%, rgba(2,6,23,0.34) 100%),
      linear-gradient(135deg, rgba(185,28,28,0.72) 0%, rgba(2,6,23,0.68) 52%, rgba(23,37,84,0.74) 100%),
      var(--product-bg, linear-gradient(135deg, #b91c1c 0%, #020617 50%, #172554 100%)) center bottom / cover no-repeat;
  }
  .product-hero::after {
    display: none;
  }
  .product-hero .wrap,
  .product-band .wrap,
  .detail-grid,
  .product-proof {
    grid-template-columns: 1fr;
  }
  .product-hero .wrap {
    min-height: auto;
    padding: 52px 0;
  }
  .product-band .btn {
    width: 100%;
  }
  .links { width: 100%; }
  .brand {
    border-radius: 1.25rem;
  }
  .nav-dropdown {
    width: 100%;
  }
  .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }
  .nav-dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    transform: none;
  }
  .footer .wrap { grid-template-columns: 1fr; }
}
