:root {
  --bg: #020912;
  --ink: #eef9ff;
  --muted: #a9bac6;
  --cyan: #10d9ea;
  --orange: #ffb020;
  --red: #ff4658;
  --line: rgba(16, 217, 234, 0.20);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px max(20px, calc((100vw - 1180px) / 2));
  background: rgba(2, 9, 18, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 950; letter-spacing: 0.06em; }
.brand-mark {
  width: 42px;
  height: 30px;
  display: inline-block;
  background: linear-gradient(135deg, var(--cyan), #042033 68%);
  clip-path: polygon(0 82%, 24% 10%, 52% 30%, 100% 48%, 55% 62%, 16% 100%);
  filter: drop-shadow(0 0 10px rgba(16, 217, 234, 0.75));
}
nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; font-weight: 760; }
.nav-cta { padding: 10px 14px; color: var(--ink); border: 1px solid rgba(16, 217, 234, 0.44); border-radius: 8px; }
.hero { position: relative; min-height: calc(100vh - 73px); overflow: hidden; border-bottom: 1px solid var(--line); background: #020912; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: 0.82; }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 9, 18, 0.90) 0%, rgba(2, 9, 18, 0.62) 37%, rgba(2, 9, 18, 0.10) 100%),
    linear-gradient(180deg, rgba(2, 9, 18, 0.06), rgba(2, 9, 18, 0.82));
}
.hero-content { position: relative; z-index: 2; display: flex; align-items: center; min-height: calc(100vh - 73px); padding: 92px 0; }
.hero-copy { max-width: 690px; }
.eyebrow, small { color: var(--cyan); font-size: 12px; font-weight: 950; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 18px 0 24px; font-size: clamp(54px, 7.5vw, 112px); line-height: 0.9; letter-spacing: 0; }
h2 { margin-bottom: 20px; font-size: clamp(34px, 5vw, 64px); line-height: 0.98; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.12; }
.hero p, .section-head p, .product-grid p, .partners p, .ecosystem p { color: var(--muted); font-size: clamp(18px, 2vw, 22px); max-width: 760px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border-radius: 8px; font-weight: 920; }
.primary { color: #031018; background: var(--cyan); border: 1px solid #83f5ff; box-shadow: 0 16px 34px rgba(16, 217, 234, 0.24); }
.secondary { color: var(--ink); background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.18); }
.ecosystem { padding: 78px 0; color: #071522; background: #f5f8fa; }
.ecosystem .eyebrow { color: #087b90; }
.ecosystem p { color: #4d6270; }
.ecosystem-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr); gap: 44px; align-items: center; }
.db-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.db-cloud span { padding: 12px 14px; color: #071522; background: #fff; border: 1px solid #d9e3e8; border-radius: 8px; box-shadow: 0 8px 24px rgba(6, 17, 30, 0.06); font-weight: 900; }
.contrast { color: #031018; background: var(--cyan); }
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 54px 0; }
.compare article { padding-left: 22px; border-left: 4px solid rgba(3, 16, 24, 0.28); }
.compare small { color: rgba(3, 16, 24, 0.68); }
.compare h2 { margin: 8px 0 0; font-size: clamp(30px, 4vw, 54px); }
.section { padding: 96px 0; }
.section-head { max-width: 880px; }
.control-loop { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 42px; }
.control-loop article, .partners aside, .terminal-card { padding: 24px; background: rgba(255,255,255,0.045); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 50px rgba(0,0,0,0.18); }
.control-loop p, .partners aside p { color: var(--muted); }
.control-loop .armed { background: rgba(16, 217, 234, 0.12); border-color: rgba(16, 217, 234, 0.44); }
.product-band { padding: 92px 0; background: radial-gradient(circle at 18% 20%, rgba(16,217,234,0.10), transparent 30%), #061421; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: minmax(460px, 1fr) minmax(0, 0.95fr); gap: 46px; align-items: center; }
.terminal-card { display: grid; gap: 10px; color: #8ff7ff; background: rgba(1,7,13,0.86); font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 14px; }
.terminal-card .warn { color: var(--orange); }
.terminal-card .bad { color: var(--red); }
.partners { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 46px; align-items: start; }
.partners aside b { color: var(--ink); }
footer { display: flex; justify-content: space-between; gap: 18px; padding: 34px 0; color: var(--muted); font-size: 14px; }
footer b { color: var(--ink); }
@media (max-width: 980px) {
  nav { display: none; }
  .ecosystem-grid, .compare, .product-grid, .partners { grid-template-columns: 1fr; }
  .control-loop { grid-template-columns: 1fr 1fr; }
  .hero-art { object-position: 60% top; opacity: 0.58; }
  .hero-shade { background: linear-gradient(180deg, rgba(2,9,18,0.84), rgba(2,9,18,0.88)); }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1180px); }
  header { position: static; }
  h1 { font-size: 48px; }
  h2 { font-size: 34px; }
  .hero-content { min-height: 640px; padding: 58px 0; align-items: flex-end; }
  .control-loop { grid-template-columns: 1fr; }
  .section, .product-band { padding: 68px 0; }
  .terminal-card { font-size: 12px; }
}
