:root {
  --purple: #6d35ff;
  --purple-dark: #35108d;
  --orange: #ff8a2a;
  --orange-soft: #fff0e2;
  --ink: #131129;
  --muted: #68657a;
  --line: #ece8f8;
  --bg: #fbf9ff;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(45, 22, 99, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 249, 255, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(236, 232, 248, 0.9);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -0.04em; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: inline-grid; place-items: center;
  color: var(--white); font-size: 14px;
  background: linear-gradient(135deg, var(--purple), var(--orange));
  box-shadow: 0 12px 34px rgba(109, 53, 255, 0.25);
}
.main-nav { display: flex; gap: 28px; font-size: 14px; color: var(--muted); font-weight: 600; }
.main-nav a:hover { color: var(--purple); }
.header-cta { font-size: 14px; font-weight: 700; color: var(--purple); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 138, 42, 0.18), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(109, 53, 255, 0.19), transparent 32%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(109,53,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(109,53,255,.07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 70px;
  align-items: center;
  min-height: 660px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--purple-dark);
  background: rgba(109, 53, 255, 0.09);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 99px; background: var(--orange); }
h1, h2, h3 { margin: 0; letter-spacing: -0.055em; line-height: 1.02; }
h1 { margin-top: 22px; font-size: clamp(46px, 6vw, 78px); max-width: 760px; }
h2 { font-size: clamp(34px, 4vw, 54px); }
h3 { font-size: 24px; letter-spacing: -0.04em; }
p { color: var(--muted); margin: 0; }
.hero-text { margin-top: 24px; max-width: 600px; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border-radius: 999px;
  font-weight: 800; border: 0; cursor: pointer; font-family: inherit;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--purple), var(--orange)); box-shadow: 0 18px 38px rgba(109, 53, 255, 0.25); }
.btn-secondary { color: var(--purple-dark); background: var(--white); border: 1px solid var(--line); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; color: var(--muted); font-weight: 700; font-size: 13px; }
.trust-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.62); }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.orbit { position: absolute; border-radius: 999px; border: 1px solid rgba(109,53,255,.17); }
.orbit-one { width: 520px; height: 520px; animation: spin 24s linear infinite; }
.orbit-two { width: 380px; height: 380px; animation: spin 18s linear infinite reverse; }
.server-card {
  position: relative;
  width: min(390px, 90%);
  padding: 24px;
  border-radius: 34px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.86);
}
.main-server::after {
  content: '';
  position: absolute;
  inset: auto 36px -22px 36px;
  height: 34px;
  border-radius: 999px;
  background: rgba(109, 53, 255, 0.16);
  filter: blur(18px);
}
.server-top { display: flex; gap: 8px; margin-bottom: 26px; }
.server-top span { width: 12px; height: 12px; border-radius: 50%; background: var(--orange); }
.server-top span:nth-child(2) { background: var(--purple); }
.server-top span:nth-child(3) { background: #23c78a; }
.server-lines { display: grid; gap: 14px; }
.server-lines i { height: 16px; border-radius: 999px; background: linear-gradient(90deg, rgba(109,53,255,.18), rgba(255,138,42,.16)); }
.server-lines i:nth-child(1) { width: 92%; }
.server-lines i:nth-child(2) { width: 72%; }
.server-lines i:nth-child(3) { width: 84%; }
.server-lines i:nth-child(4) { width: 58%; }
.server-status { margin-top: 30px; padding: 20px; border-radius: 22px; background: var(--ink); color: white; display: flex; align-items: end; justify-content: space-between; }
.server-status strong { font-size: 42px; line-height: 1; letter-spacing: -0.06em; }
.server-status small { color: rgba(255,255,255,.7); font-weight: 700; }
.floating-panel {
  position: absolute;
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 42px rgba(45,22,99,.13);
  border: 1px solid rgba(236,232,248,.9);
  font-size: 14px;
}
.panel-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: white; background: var(--purple); font-weight: 900; font-size: 12px; }
.panel-one { top: 92px; left: 18px; }
.panel-two { right: 22px; top: 168px; }
.panel-three { left: 92px; bottom: 74px; }
.panel-two .panel-icon { background: var(--orange); }
.panel-three .panel-icon { background: var(--ink); }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.stats { margin-top: -34px; position: relative; z-index: 2; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-card { background: var(--white); border: 1px solid var(--line); border-radius: 26px; padding: 28px; box-shadow: 0 18px 50px rgba(45,22,99,.08); }
.stat-card strong { display: block; font-size: clamp(32px, 4vw, 48px); letter-spacing: -0.06em; color: var(--purple-dark); }
.stat-card p { margin-top: 5px; font-weight: 700; font-size: 14px; }

.section-title { max-width: 680px; margin-bottom: 44px; }
.section-title h2 { margin-top: 18px; }
.section-title p { margin-top: 18px; font-size: 18px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { padding: 30px; border: 1px solid var(--line); border-radius: 34px; background: var(--white); box-shadow: 0 20px 55px rgba(45,22,99,.07); }
.feature-card img { width: 100%; height: 170px; object-fit: contain; margin-bottom: 24px; }
.feature-card p { margin-top: 13px; }

.standards { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 58px; align-items: center; }
.split-content h2 { margin-top: 18px; }
.split-content p { margin-top: 18px; font-size: 18px; max-width: 610px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 34px; font-weight: 750; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: -1px; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); font-size: 13px; }
.stack-card { background: linear-gradient(145deg, var(--purple-dark), #1a1239); padding: 24px; border-radius: 38px; box-shadow: var(--shadow); }
.stack-item { display: grid; grid-template-columns: 48px 1fr; gap: 6px 16px; padding: 22px; border-radius: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.11); }
.stack-item + .stack-item { margin-top: 14px; }
.stack-item span { grid-row: span 2; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; color: var(--ink); background: var(--orange); font-weight: 900; }
.stack-item strong { color: white; font-size: 20px; }
.stack-item small { color: rgba(255,255,255,.68); font-size: 14px; }

.contact-section { background: radial-gradient(circle at 20% 20%, rgba(255,138,42,.15), transparent 30%), radial-gradient(circle at 80% 30%, rgba(109,53,255,.12), transparent 34%); }
.contact-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 50px; align-items: start; }
.contact-copy h2 { margin-top: 18px; }
.contact-copy p { margin-top: 18px; font-size: 18px; }
.contact-note { margin-top: 28px; padding: 20px; border-radius: 24px; background: var(--orange-soft); color: var(--purple-dark); }
.contact-form { background: var(--white); border: 1px solid var(--line); border-radius: 34px; padding: 34px; box-shadow: var(--shadow); }
.form-row { display: grid; gap: 8px; margin-bottom: 18px; }
label { font-size: 14px; font-weight: 800; color: var(--ink); }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 15px 16px; font: inherit; color: var(--ink); background: #fff; outline: none; }
input:focus, textarea:focus { border-color: rgba(109,53,255,.65); box-shadow: 0 0 0 4px rgba(109,53,255,.09); }
textarea { resize: vertical; min-height: 140px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.form-button { width: 100%; font-size: 16px; }
.form-disclaimer { margin-top: 16px; font-size: 13px; text-align: center; }

.site-footer { padding: 30px 0; background: var(--ink); color: white; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); font-size: 14px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .section-pad { padding: 74px 0; }
  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-grid { min-height: auto; }
  .hero-visual { min-height: 500px; }
  .stats-grid, .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .main-nav { display: none; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section-pad { padding: 58px 0; }
  .header-cta { display: none; }
  h1 { font-size: 42px; }
  .hero-text, .section-title p, .split-content p, .contact-copy p { font-size: 16px; }
  .hero-visual { min-height: 430px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 280px; height: 280px; }
  .floating-panel { transform: scale(.86); }
  .panel-one { left: -8px; top: 48px; }
  .panel-two { right: -16px; top: 134px; }
  .panel-three { left: 22px; bottom: 46px; }
  .stats-grid, .cards-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; border-radius: 26px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
.form-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 14px;
}
.form-alert.success { color: #0b6f45; background: #e7f8ef; }
.form-alert.error { color: #8f1d1d; background: #ffe8e8; }
