:root {
  --bg: #0b1020;
  --panel: #121a31;
  --panel-2: #17213d;
  --text: #f5f7fb;
  --muted: #aab5cf;
  --accent: #7c5cff;
  --accent-2: #25d6a2;
  --line: rgba(255,255,255,.12);
  --shadow: 0 24px 80px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(124,92,255,.35), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(37,214,162,.22), transparent 24%),
    linear-gradient(180deg, #0b1020 0%, #0d1325 55%, #090d19 100%);
  min-height: 100vh;
}

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

.header {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo { font-weight: 800; letter-spacing: -.04em; font-size: 22px; }
.logo span { color: var(--accent-2); }
.nav { display: flex; gap: 26px; color: var(--muted); font-size: 14px; }
.nav a:hover, .footer a:hover { color: var(--text); }
.header-cta {
  border: 1px solid var(--line);
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255,255,255,.04);
}

.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 48px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-2);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(42px, 7vw, 76px);
  line-height: .94;
  letter-spacing: -.065em;
  margin-bottom: 24px;
}
.hero-text {
  max-width: 670px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  padding: 15px 22px;
  min-height: 52px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.primary { color: #08101e; background: linear-gradient(135deg, var(--accent-2), #b8ffdf); box-shadow: 0 18px 50px rgba(37,214,162,.22); }
.secondary { color: var(--text); background: rgba(255,255,255,.08); border: 1px solid var(--line); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 640px; }
.stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.04);
}
.stats strong { display: block; font-size: 24px; }
.stats span { color: var(--muted); font-size: 13px; }
.hero-card {
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.hero-card:before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  background: rgba(124,92,255,.28);
  filter: blur(55px);
  right: -80px;
  top: -70px;
}
.card-topline { width: 80px; height: 8px; border-radius: 999px; background: var(--accent-2); margin-bottom: 50px; }
.metric { display: flex; align-items: end; justify-content: space-between; gap: 18px; position: relative; }
.metric span { color: var(--muted); }
.metric strong { font-size: 58px; letter-spacing: -.06em; }
.chart { height: 250px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; gap: 14px; margin: 34px 0; position: relative; }
.chart i { display: block; border-radius: 18px 18px 8px 8px; background: linear-gradient(180deg, var(--accent), var(--accent-2)); min-height: 60px; }
.chart i:nth-child(1){ height: 34%; opacity:.5; }
.chart i:nth-child(2){ height: 48%; opacity:.62; }
.chart i:nth-child(3){ height: 58%; opacity:.72; }
.chart i:nth-child(4){ height: 78%; opacity:.86; }
.chart i:nth-child(5){ height: 96%; }
.hero-card p { color: var(--muted); line-height: 1.7; position: relative; }
.section {
  width: min(1180px, calc(100% - 32px));
  margin: 110px auto 0;
}
.section-heading { max-width: 680px; margin-bottom: 34px; }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.02; letter-spacing: -.05em; margin-bottom: 16px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
}
.feature span { color: var(--accent-2); font-weight: 800; }
.feature h3 { margin: 28px 0 12px; font-size: 22px; }
.feature p, .contact-copy p, .contact-copy li { color: var(--muted); line-height: 1.7; }
.process {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: start;
}
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.steps li {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.045);
}
.steps span { color: var(--muted); line-height: 1.6; }
.contact {
  width: min(1180px, calc(100% - 32px));
  margin: 110px auto 0;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 44px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(124,92,255,.16), rgba(255,255,255,.055));
  box-shadow: var(--shadow);
}
.contact-copy ul { padding-left: 20px; margin-top: 24px; }
.form { display: grid; gap: 14px; }
.form label { color: var(--muted); font-weight: 700; font-size: 14px; }
input, textarea {
  width: 100%;
  margin-top: 8px;
  padding: 16px 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7,11,22,.72);
  color: var(--text);
  font: inherit;
  outline: none;
}
input:focus, textarea:focus { border-color: rgba(37,214,162,.75); box-shadow: 0 0 0 4px rgba(37,214,162,.12); }
textarea { resize: vertical; }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.5; margin: -2px 0 0; }
.form-status { min-height: 22px; margin: 0; font-weight: 700; }
.form-status.success { color: var(--accent-2); }
.form-status.error { color: #ff8f8f; }
.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 54px auto 0;
  padding: 34px 0 42px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 860px) {
  .header { align-items: flex-start; }
  .nav { display: none; }
  .hero, .process, .contact { grid-template-columns: 1fr; }
  .hero { margin-top: 28px; }
  .grid, .stats { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 1fr; }
  .contact { padding: 24px; }
  .header-cta { display: none; }
}
