:root {
  color-scheme: dark;
  --bg: #030812;
  --panel: #0b1324;
  --panel-2: #101a2e;
  --text: #f3f8ff;
  --muted: #aebbd0;
  --line: rgba(255,255,255,.09);
  --blue: #1589e8;
  --cyan: #20ffec;
  --green: #8cffc1;
  --shadow: 0 30px 80px rgba(0,0,0,.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 10%, rgba(85,167,255,.26), transparent 28rem),
    radial-gradient(circle at 85% 18%, rgba(103,240,255,.16), transparent 25rem),
    linear-gradient(180deg, #05070d 0%, #08101d 48%, #05070d 100%);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(20px);
  background: rgba(3,8,18,.86);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 40px rgba(0,0,0,.22);
}
.announcement-bar {
  min-height: 24px;
  display: grid;
  place-items: center;
  color: #dcecff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .025em;
  text-align: center;
  background: linear-gradient(90deg, rgba(21,137,232,.18), rgba(32,255,236,.12), rgba(21,137,232,.18));
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
.brand { display: inline-flex; align-items: center; font-weight: 800; letter-spacing: -.02em; }
.brand-text { display: grid; gap: 2px; line-height: 1.02; }
.brand-text strong { font-size: 18px; letter-spacing: -.045em; font-weight: 900; }
.brand-text small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 13px; font-weight: 650; }
.nav-links a:hover { color: var(--text); }
.nav-cta {
  color: #03101d !important;
  border: 0;
  padding: 8px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), #58a9ff);
  box-shadow: 0 12px 32px rgba(21,137,232,.26);
}
.section { width: min(1160px, calc(100% - 32px)); margin: 0 auto; padding: 88px 0; }
.hero { min-height: calc(100vh - 80px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; }
.eyebrow { color: var(--cyan); text-transform: uppercase; font-size: 12px; letter-spacing: .16em; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6.2vw, 78px); line-height: .96; letter-spacing: -.065em; margin-bottom: 24px; max-width: 860px; }
h2 { font-size: clamp(30px, 4vw, 54px); line-height: 1; letter-spacing: -.045em; max-width: 900px; }
h3 { letter-spacing: -.02em; }
.hero-subtitle { color: var(--muted); max-width: 700px; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid var(--line); font-weight: 800; cursor: pointer; }
.button.primary { background: linear-gradient(135deg, var(--cyan), #58a9ff); color: #03101d; border: 0; box-shadow: 0 18px 50px rgba(21,137,232,.30); }
.button.secondary { background: rgba(255,255,255,.045); color: var(--text); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; }
.trust-row span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; background: rgba(255,255,255,.035); }
.hero-card { perspective: 1000px; }
.audit-preview-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    radial-gradient(circle at 20% 0%, rgba(32,255,236,.12), transparent 18rem);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  padding: 22px;
  transform: rotateX(2deg) rotateY(-4deg);
}
.preview-header, .preview-footer { color: var(--muted); font-size: 13px; font-weight: 750; letter-spacing: .02em; }
.preview-header { display: flex; align-items: center; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 20px rgba(140,255,193,.7); }
.score-panel { margin: 18px 0; padding: 22px; border-radius: 22px; background: rgba(3,8,18,.56); border: 1px solid rgba(255,255,255,.08); }
.score-panel p { color: var(--cyan); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 900; margin-bottom: 10px; }
.score-panel h3 { font-size: clamp(22px, 2.5vw, 32px); line-height: 1.05; margin-bottom: 18px; }
.impact-badge { display: inline-flex; border-radius: 999px; padding: 8px 12px; color: #071226; background: linear-gradient(135deg, var(--green), var(--cyan)); font-size: 12px; font-weight: 900; }
.workflow-list { display: grid; gap: 10px; }
.workflow-list div { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(255,255,255,.035); }
.workflow-list strong { color: var(--cyan); font-size: 12px; letter-spacing: .12em; }
.workflow-list span { color: #dce8f8; font-weight: 700; }
.preview-footer { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); }
.problem { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: start; }
.problem-grid, .cards, .pricing { display: grid; gap: 18px; }
.problem-grid { grid-template-columns: 1fr; }
.problem-grid article, .card, .price-card {
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
}
.problem-grid p, .card p, .price-card p, .timeline { color: var(--muted); }
.cards { grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.card { min-height: 190px; }
.offers { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing { grid-template-columns: repeat(3, 1fr); margin-top: 30px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; gap: 10px; }
.price-card .button { margin-top: auto; }
.featured { border-color: rgba(103,240,255,.42); box-shadow: 0 24px 80px rgba(85,167,255,.16); }
.plan { color: var(--green) !important; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 900; }
.price { color: var(--text) !important; font-weight: 800; }
.timeline { display: grid; gap: 16px; padding-left: 22px; font-size: 18px; }
.audit { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.audit-form { background: var(--panel); border: 1px solid var(--line); border-radius: 26px; padding: 24px; box-shadow: var(--shadow); }
label { display: grid; gap: 8px; color: var(--muted); font-size: 14px; font-weight: 700; margin-bottom: 16px; }
input, textarea {
  width: 100%; background: #080d18; color: var(--text); border: 1px solid var(--line); border-radius: 16px; padding: 14px 15px; font: inherit;
}
textarea { resize: vertical; }
.form-note { color: var(--muted); font-size: 13px; margin: 12px 0 0; }
.footer { width: min(1160px, calc(100% - 32px)); margin: 0 auto; padding: 36px 0 50px; color: var(--muted); border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; }
.footer a { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 900px) {
  .hero, .problem, .audit { grid-template-columns: 1fr; }
  .cards, .pricing { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .section { padding: 62px 0; }
  .hero { min-height: auto; }
  .footer { flex-direction: column; }
}
