:root {
  --ink: #eef3ff;
  --muted: #9ba9c3;
  --night: #07101e;
  --night-2: #0b1729;
  --panel: #101e33;
  --panel-2: #132640;
  --line: rgba(167, 189, 226, .16);
  --blue: #3984ff;
  --blue-2: #7ab0ff;
  --signal: #c8ff57;
  --radius: 22px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 4%, rgba(57,132,255,.18), transparent 27rem),
    radial-gradient(circle at 0% 48%, rgba(80,117,202,.10), transparent 34rem),
    var(--night);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  color: var(--signal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.announcement {
  border-bottom: 1px solid var(--line);
  color: #b9c6da;
  font-size: .82rem;
  padding: 9px 0;
  text-align: center;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(7,16,30,.82);
  border-bottom: 1px solid var(--line);
}
.nav {
  align-items: center;
  display: flex;
  height: 76px;
  justify-content: space-between;
}
.brand { align-items: center; display: inline-flex; gap: 12px; font-size: 1.18rem; font-weight: 850; letter-spacing: -.03em; }
.brand-mark {
  align-items: center;
  background: linear-gradient(145deg, var(--blue), #1d55c0);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 11px;
  box-shadow: 7px 7px 0 rgba(122,176,255,.20);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  transform: rotate(-5deg);
  width: 27px;
}
.brand-mark::after { border: 2px solid white; border-radius: 50%; content: ""; height: 8px; width: 8px; }
.brand span:last-child { color: var(--blue-2); }
.nav-links { align-items: center; display: flex; gap: 27px; }
.nav-links a { color: #c7d2e5; font-size: .9rem; font-weight: 650; }
.nav-links a:hover, .footer a:hover { color: white; }
.nav-cta { background: var(--ink); border-radius: 999px; color: var(--night)!important; padding: 10px 17px; }
.menu-btn { background: none; border: 0; color: white; cursor: pointer; display: none; padding: 8px; }
.menu-btn span { background: currentColor; display: block; height: 2px; margin: 5px; width: 24px; }

.hero { padding: 72px 0 84px; }
.hero-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.02fr .98fr; }
.hero h1 { font-size: clamp(3.15rem, 7vw, 6.2rem); letter-spacing: -.072em; line-height: .92; margin: 18px 0 28px; max-width: 750px; }
.hero h1 em { color: var(--blue-2); font-style: normal; }
.hero-copy { color: #b7c4d8; font-size: 1.14rem; max-width: 590px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { align-items: center; border-radius: 999px; display: inline-flex; font-weight: 800; gap: 12px; justify-content: center; padding: 14px 22px; }
.btn-primary { background: var(--signal); color: #101905; }
.btn-secondary { border: 1px solid var(--line); color: white; }
.btn:hover { transform: translateY(-2px); }
.hero-art { position: relative; }
.hero-art::before { background: var(--blue); border-radius: 50%; content: ""; filter: blur(85px); inset: 18% 15%; opacity: .22; position: absolute; }
.hero-art img { aspect-ratio: 4 / 5; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); object-fit: cover; position: relative; width: 100%; }
.status-card { align-items: center; background: rgba(11,23,41,.92); border: 1px solid var(--line); border-radius: 16px; bottom: 22px; display: flex; gap: 11px; left: -24px; padding: 14px 18px; position: absolute; }
.status-dot { background: var(--signal); border-radius: 50%; box-shadow: 0 0 0 6px rgba(200,255,87,.13); height: 9px; width: 9px; }
.status-card strong { display: block; font-size: .85rem; }
.status-card small { color: var(--muted); display: block; font-size: .72rem; }

.trust-strip { border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { border-right: 1px solid var(--line); padding: 25px; }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item strong { display: block; font-size: .98rem; }
.trust-item span { color: var(--muted); font-size: .8rem; }

.section { padding: 100px 0; }
.section-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 38px; }
.section h2 { font-size: clamp(2.15rem, 4.8vw, 4rem); letter-spacing: -.055em; line-height: 1; margin: 12px 0; }
.section-intro { color: var(--muted); max-width: 540px; }
.product-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.product { background: linear-gradient(145deg, var(--panel), #0b1729); border: 1px solid var(--line); border-radius: var(--radius); min-height: 335px; overflow: hidden; padding: 28px; position: relative; }
.product::after { border: 1px solid rgba(255,255,255,.08); border-radius: 22px; content: ""; height: 145px; position: absolute; right: -38px; top: -36px; transform: rotate(19deg); width: 104px; }
.product-no { color: #6f88ad; font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.product h3 { font-size: 1.55rem; letter-spacing: -.03em; margin: 102px 0 8px; }
.product p { color: var(--muted); margin: 0; }
.product-tag { background: rgba(57,132,255,.14); border: 1px solid rgba(122,176,255,.25); border-radius: 999px; color: #a9cbff; display: inline-block; font-size: .72rem; font-weight: 750; margin-top: 23px; padding: 6px 10px; }
.product.featured { background: linear-gradient(150deg, #17375d, #10233c); }
.product.featured::before { background: var(--signal); border-radius: 50%; content: ""; filter: blur(55px); height: 90px; opacity: .18; position: absolute; right: 10px; top: 15px; width: 90px; }

.story-grid { align-items: stretch; display: grid; gap: 18px; grid-template-columns: .9fr 1.1fr; }
.story-panel { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(30px, 5vw, 58px); }
.story-panel.accent { background: var(--signal); color: #122006; }
.story-panel.accent .eyebrow { color: #345600; }
.story-panel p { color: var(--muted); }
.story-panel.accent p { color: #355012; }
.facts { display: grid; gap: 0; margin-top: 25px; }
.fact { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding: 16px 0; }
.fact span { color: var(--muted); }
.story-panel.accent .fact { border-color: rgba(18,32,6,.18); }
.story-panel.accent .fact span { color: #456222; }

.contact-card { align-items: center; background: linear-gradient(135deg, #1b4f99, #102c52); border: 1px solid rgba(255,255,255,.15); border-radius: 30px; display: flex; justify-content: space-between; overflow: hidden; padding: clamp(34px, 6vw, 72px); position: relative; }
.contact-card::after { border: 44px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; height: 240px; position: absolute; right: -90px; top: -125px; width: 240px; }
.contact-card h2 { max-width: 700px; }
.contact-card .btn { background: white; color: #0b2241; flex: 0 0 auto; position: relative; z-index: 1; }

.footer { border-top: 1px solid var(--line); color: var(--muted); padding: 44px 0 30px; }
.footer-grid { display: grid; gap: 34px; grid-template-columns: 1.4fr repeat(2, .8fr); }
.footer h4 { color: white; font-size: .85rem; margin: 0 0 12px; }
.footer a, .footer p { display: block; font-size: .84rem; margin: 6px 0; }
.footer-bottom { border-top: 1px solid var(--line); font-size: .76rem; margin-top: 35px; padding-top: 22px; }

.page-hero { padding: 80px 0 45px; }
.page-hero h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); letter-spacing: -.065em; line-height: .95; margin: 14px 0 18px; }
.prose { max-width: 780px; padding-bottom: 100px; }
.prose h2 { font-size: 1.55rem; letter-spacing: -.03em; margin: 42px 0 12px; }
.prose p, .prose li { color: #b5c2d6; }
.prose a { color: var(--blue-2); text-decoration: underline; text-underline-offset: 3px; }
.notice { background: rgba(200,255,87,.08); border: 1px solid rgba(200,255,87,.24); border-radius: 16px; color: #ddff9c; margin: 25px 0; padding: 18px 20px; }

@media (max-width: 850px) {
  .wrap { width: min(100% - 28px, 680px); }
  .nav-links { background: rgba(7,16,30,.98); border-bottom: 1px solid var(--line); display: none; flex-direction: column; left: 0; padding: 24px; position: absolute; right: 0; top: 76px; }
  .nav-links.open { display: flex; }
  .menu-btn { display: block; }
  .hero { padding-top: 45px; }
  .hero-grid, .story-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .hero-art { margin-left: 12px; }
  .status-card { left: -12px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(odd) { border-left: 1px solid var(--line); }
  .trust-item { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: 1fr; }
  .product { min-height: 285px; }
  .section-head, .contact-card { align-items: flex-start; flex-direction: column; gap: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 3.25rem; }
  .trust-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(odd), .trust-item:first-child { border-left: 1px solid var(--line); }
  .actions .btn { width: 100%; }
  .fact { align-items: flex-start; flex-direction: column; gap: 3px; }
  .fact strong { line-height: 1.35; }
}

@media (prefers-reduced-motion: no-preference) {
  .product, .btn { transition: transform .22s ease, border-color .22s ease; }
  .product:hover { border-color: rgba(122,176,255,.42); transform: translateY(-4px); }
}
