:root {
  --bg: #07111f;
  --bg-soft: #0d1b2f;
  --card: #101f35;
  --text: #eaf2ff;
  --muted: #9db0c8;
  --brand: #4cc9f0;
  --brand-2: #7c3aed;
  --white: #ffffff;
  --dark-text: #0f172a;
  --light-bg: #f6f8fc;
  --line: rgba(255,255,255,0.12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 17, 31, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 1.15rem;
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  font-size: 0.85rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a:hover { color: var(--white); }

.nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--white) !important;
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 1.6rem;
}

.hero {
  padding: 96px 0 80px;
  background:
    radial-gradient(circle at top left, rgba(76,201,240,0.22), transparent 34%),
    radial-gradient(circle at 80% 15%, rgba(124,58,237,0.25), transparent 28%),
    var(--bg);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 54px;
  align-items: center;
}

.eyebrow, .section-label {
  color: var(--brand);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

h1, h2, h3 { line-height: 1.08; margin: 0; }

h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
  letter-spacing: -0.07em;
  max-width: 820px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.055em;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.hero-text {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 680px;
  margin: 26px 0 34px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  border-radius: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn.primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: white;
}

.btn.secondary {
  border-color: var(--line);
  color: var(--text);
  background: rgba(255,255,255,0.04);
}

.trust-row {
  margin-top: 34px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.trust-row span {
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.9rem;
}

.hero-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 30px 100px rgba(0,0,0,0.35);
}

.terminal {
  background: #07101d;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.terminal-top {
  display: flex;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.terminal-top span {
  width: 12px;
  height: 12px;
  background: var(--brand);
  border-radius: 50%;
  opacity: 0.75;
}

pre {
  margin: 0;
  padding: 28px;
  color: #b7f7d1;
  font-size: 0.95rem;
  white-space: pre-wrap;
}

.problem, .section, .appliance, .contact {
  padding: 88px 0;
}

.problem {
  background: var(--light-bg);
  color: var(--dark-text);
}

.problem h2 {
  max-width: 880px;
  margin-bottom: 34px;
}

.problem-grid, .cards, .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.problem-grid div, .card, .price-card, .calculator, .spec-card, .contact-form {
  border-radius: 24px;
  padding: 26px;
}

.problem-grid div {
  background: white;
  box-shadow: 0 20px 60px rgba(15,23,42,0.08);
}

.problem-grid p { color: #526173; }

.section {
  background: #fff;
  color: var(--dark-text);
}

.section .section-label { color: #2563eb; }

.section h2 { max-width: 760px; margin-bottom: 34px; }

.cards {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  background: #f7f9fd;
  border: 1px solid #e7edf7;
}

.card p, .price-card p, .roi p { color: #526173; }

.appliance {
  background:
    radial-gradient(circle at 80% 10%, rgba(76,201,240,0.20), transparent 30%),
    var(--bg-soft);
}

.appliance-grid, .roi-grid, .contact-grid, .split, .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

.appliance p { color: var(--muted); }

.tick-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.tick-list li {
  margin-bottom: 12px;
  color: var(--text);
}

.tick-list li::before {
  content: "✓";
  color: var(--brand);
  margin-right: 10px;
  font-weight: 900;
}

.spec-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line);
}

.spec-card dl { margin: 22px 0 0; }

.spec-card div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 14px 0;
}

.spec-card dt { color: var(--muted); }
.spec-card dd { margin: 0; text-align: right; }

.dark {
  background: #07111f;
  color: var(--text);
}

.dark .section-label { color: var(--brand); }

.dark p { color: var(--muted); }

.security-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.security-list span {
  border: 1px solid var(--line);
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--text);
}

.industry-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.industry-row span {
  background: #f7f9fd;
  border: 1px solid #e7edf7;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 800;
}

.roi {
  background: #f6f8fc;
}

.calculator {
  background: white;
  border: 1px solid #e7edf7;
  box-shadow: 0 20px 60px rgba(15,23,42,0.08);
}

.calculator label, .contact-form label {
  display: block;
  color: #334155;
  font-weight: 700;
  margin-bottom: 14px;
}

input, textarea, select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 14px;
  border-radius: 12px;
  border: 1px solid #d9e2ef;
  font: inherit;
}

textarea { min-height: 130px; resize: vertical; }

.result {
  margin-top: 18px;
  padding: 16px;
  border-radius: 14px;
  background: #eef6ff;
  color: #0f3b67;
  font-weight: 900;
}

.pricing-grid {
  align-items: stretch;
}

.price-card {
  border: 1px solid #e7edf7;
  background: #f7f9fd;
}

.price-card.featured {
  background: #0f172a;
  color: white;
  transform: translateY(-10px);
}

.price {
  font-size: 2rem;
  font-weight: 900;
  color: #2563eb !important;
}

.price-card.featured .price { color: var(--brand) !important; }
.price-card.featured p { color: #cbd5e1; }

.contact {
  background:
    radial-gradient(circle at 10% 20%, rgba(76,201,240,0.18), transparent 26%),
    var(--bg-soft);
}

.contact p { color: var(--muted); }

.contact-form {
  background: white;
  color: var(--dark-text);
}

.form-note {
  font-size: 0.85rem;
  color: #64748b !important;
  margin-bottom: 0;
}

.footer {
  padding: 44px 0;
  background: #040a13;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-grid {
  grid-template-columns: 2fr 1fr 1fr;
}

.footer a {
  display: block;
  margin-top: 8px;
}

.footer .logo {
  color: var(--white);
  margin-bottom: 12px;
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    background: #07111f;
    border: 1px solid var(--line);
    border-radius: 20px;
  }

  .nav-links.open { display: flex; }

  .menu-btn { display: block; }

  .hero-grid,
  .appliance-grid,
  .roi-grid,
  .contact-grid,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .problem-grid,
  .cards,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 60px;
  }

  .price-card.featured {
    transform: none;
  }
}

.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.consent-row{display:flex!important;align-items:flex-start;gap:10px;margin:4px 0 14px!important;font-weight:500!important;font-size:.9rem;color:#475569!important}
.consent-row input{width:auto;margin:4px 0 0}
.form-status{min-height:24px;margin-top:10px;font-size:.92rem;font-weight:700}
.form-status.success{color:#166534}.form-status.error{color:#b91c1c}
