:root {
  --bg: #0b1018;
  --panel: #131b28;
  --panel-2: #192434;
  --text: #f3f5f9;
  --muted: #9ba8bb;
  --purple: #9b65df;
  --purple-bright: #bd8cff;
  --green: #58d99a;
  --line: rgba(255,255,255,.1);
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Segoe UI", Inter, Arial, sans-serif; line-height: 1.55; }
a { color: inherit; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }

.hero { min-height: 720px; overflow: hidden; background:
  radial-gradient(circle at 78% 28%, rgba(155,101,223,.23), transparent 28%),
  radial-gradient(circle at 12% 65%, rgba(52,123,146,.12), transparent 30%),
  linear-gradient(145deg, #0c121c 0%, #101624 54%, #0b1018 100%); position: relative; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(189,140,255,.13); border-radius: 50%; right: -120px; top: 100px; box-shadow: 0 0 0 70px rgba(189,140,255,.035), 0 0 0 140px rgba(189,140,255,.025); pointer-events: none; }
.nav { height: 88px; display: flex; align-items: center; gap: 35px; border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 18px; font-weight: 700; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 52px; height: 38px; color: white; background: linear-gradient(135deg, #7042ad, #b37ae9); border-radius: 6px; font-size: 15px; letter-spacing: .1em; }
.nav-links { display: flex; gap: 30px; margin-left: auto; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 600; }
.nav-links a:hover { color: white; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 0; border-radius: 6px; background: linear-gradient(135deg, #8650c8, #ae74e8); color: white; text-decoration: none; font-weight: 750; box-shadow: 0 12px 30px rgba(118,67,175,.27); transition: transform .18s ease, filter .18s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.1); }
.button-small { min-height: 38px; padding: 0 17px; font-size: 13px; }
.button-ghost { background: transparent; border: 1px solid var(--line); box-shadow: none; color: #dbe1ea; }

.hero-grid { min-height: 600px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.eyebrow, .kicker { color: var(--purple-bright); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.online-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(88,217,154,.12); }
h1 { margin: 22px 0; font-size: clamp(50px, 6vw, 78px); letter-spacing: -.055em; line-height: .98; max-width: 770px; }
h1 span { color: var(--purple-bright); }
.lead { max-width: 690px; margin: 0 0 30px; color: #b7c1d0; font-size: 19px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.legal-note { margin-top: 20px; color: #78879b; font-size: 12px; }

.server-card { padding: 29px; background: linear-gradient(160deg, rgba(30,42,59,.96), rgba(17,24,36,.96)); border: 1px solid rgba(189,140,255,.22); border-radius: 12px; box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.card-topline { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.status-pill { padding: 5px 9px; color: var(--green); background: rgba(88,217,154,.1); border-radius: 20px; }
.server-card h2 { margin: 27px 0; font-size: 31px; line-height: 1.14; }
.server-card dl { margin: 0; }
.server-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); }
.server-card dt { color: var(--muted); }
.server-card dd { margin: 0; text-align: right; font-weight: 650; }
.copy-button { width: 100%; margin-top: 20px; min-height: 42px; border: 1px solid rgba(189,140,255,.35); border-radius: 6px; background: rgba(155,101,223,.12); color: #e4d3fa; font-weight: 700; cursor: pointer; }
.copy-button:hover { background: rgba(155,101,223,.22); }

.section { padding: 105px 0; }
.section-dark { background: #0f1621; border-block: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .cta h2 { margin: 10px 0 14px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p { color: var(--muted); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.step-card { min-height: 255px; padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: 9px; position: relative; }
.step-card h3, .checklist h3, .feature-grid h3 { margin: 12px 0 8px; font-size: 21px; }
.step-card p, .feature-grid p { color: var(--muted); }
.step-number { color: var(--purple-bright); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.text-link { color: var(--purple-bright); font-weight: 700; text-decoration: none; }
code, .code-line { padding: 2px 6px; border-radius: 4px; background: #090e15; color: #d8c3f2; font-family: Consolas, monospace; font-size: .92em; }
.code-line { margin-top: 14px; padding: 11px 13px; overflow-x: auto; white-space: nowrap; }
.checklist { margin-top: 30px; padding: 30px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; background: linear-gradient(135deg, rgba(92,52,139,.2), rgba(25,36,52,.75)); border: 1px solid rgba(189,140,255,.18); border-radius: 10px; }
.checklist ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.checklist li::before { content: "✓"; margin-right: 9px; color: var(--green); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-grid article { padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: 9px; }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 9px; background: rgba(155,101,223,.16); color: var(--purple-bright); font-weight: 850; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 4px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 700; }
.faq summary::after { content: "+"; float: right; color: var(--purple-bright); font-size: 24px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -5px 40px 23px 4px; color: var(--muted); max-width: 850px; }

.cta { padding: 70px 0; background: linear-gradient(120deg, #211530, #121b2a 65%); border-block: 1px solid rgba(189,140,255,.18); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.cta h2 { max-width: 760px; margin-bottom: 0; }
.footer { padding: 32px 0; display: flex; justify-content: space-between; gap: 30px; color: #718095; font-size: 12px; }

@media (max-width: 880px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 75px; }
  .hero { min-height: auto; }
  .server-card { max-width: 560px; }
  .steps, .feature-grid { grid-template-columns: 1fr 1fr; }
  .checklist { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 26px, var(--shell)); }
  .nav { height: 72px; }
  .nav .button { display: none; }
  .brand { margin-right: auto; }
  h1 { font-size: 46px; }
  .lead { font-size: 17px; }
  .hero-grid { padding-block: 55px; }
  .section { padding: 75px 0; }
  .steps, .feature-grid { grid-template-columns: 1fr; }
  .checklist ul { grid-template-columns: 1fr; }
  .cta-inner, .footer { flex-direction: column; align-items: flex-start; }
  .cta-inner .button { width: 100%; }
}
