:root {
  color-scheme: light;
  --ink: #0f172a;
  --muted: #64748b;
  --soft: #eef2ff;
  --panel: rgba(255, 255, 255, 0.92);
  --line: rgba(148, 163, 184, 0.28);
  --blue: #2563eb;
  --cyan: #06b6d4;
  --violet: #7c3aed;
  --shadow: 0 34px 90px rgba(15, 23, 42, 0.34);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.42), transparent 32rem),
    radial-gradient(circle at 88% 12%, rgba(6, 182, 212, 0.28), transparent 26rem),
    radial-gradient(circle at 50% 110%, rgba(124, 58, 237, 0.24), transparent 30rem),
    linear-gradient(135deg, #08111f 0%, #111827 45%, #172033 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 78%);
}

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 28px;
  position: relative;
}

.site-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  color: #fff;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #ffffff, #c7d2fe);
  color: #1d4ed8;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.28);
}

.brand-name { font-weight: 800; font-size: 18px; }
.brand-subtitle { color: rgba(255,255,255,.62); font-size: 13px; margin-top: 2px; }

.hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(248,250,252,.88));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-copy { padding: 18px 8px 18px 10px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.10);
  color: #166534;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 22px;
}

.eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 6px rgba(22, 163, 74, 0.14);
}

h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.domain-name {
  display: inline-block;
  margin: 22px 0 0;
  font-size: clamp(22px, 3.3vw, 36px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--blue);
  word-break: break-word;
}

.lead {
  margin: 20px 0 0;
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: #334155;
  font-weight: 750;
  font-size: 13px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.visual-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
}

.window-frame {
  width: min(430px, 100%);
  border-radius: 28px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 26px 60px rgba(15,23,42,.30);
  transform: rotate(1.5deg);
}

.window-dots {
  display: flex;
  gap: 8px;
  padding: 18px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.window-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255,255,255,.38);
}

.window-content { padding: 24px; }

.status-line {
  height: 18px;
  border-radius: 999px;
  width: 68%;
  margin-bottom: 14px;
  background: linear-gradient(90deg, rgba(255,255,255,.88), rgba(103,232,249,.72));
}

.status-line.wide { width: 92%; }

.status-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0;
}

.status-grid div {
  height: 74px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37,99,235,.70), rgba(6,182,212,.55));
  border: 1px solid rgba(255,255,255,.10);
}

.chart {
  height: 110px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 16px;
}

.chart span {
  flex: 1;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #67e8f9, #2563eb);
  min-height: 24px;
}
.chart span:nth-child(1) { height: 44%; }
.chart span:nth-child(2) { height: 72%; }
.chart span:nth-child(3) { height: 52%; }
.chart span:nth-child(4) { height: 88%; }
.chart span:nth-child(5) { height: 64%; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.feature-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(255,255,255,.62);
  box-shadow: 0 18px 44px rgba(15,23,42,.18);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(37,99,235,.12), rgba(6,182,212,.14));
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}

.feature-card h2 {
  margin: 0 0 9px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.page-footer {
  margin-top: 20px;
  color: rgba(255,255,255,.62);
  text-align: center;
  font-size: 13px;
}

.page-footer strong { color: rgba(255,255,255,.88); }

@media (max-width: 900px) {
  .hero-card { grid-template-columns: 1fr; padding: 26px; }
  .visual-panel { min-height: 300px; }
  .window-frame { transform: none; }
  .feature-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .page-shell { width: min(100% - 28px, 1180px); padding-top: 24px; }
  .hero-card { border-radius: 24px; padding: 20px; }
  .hero-copy { padding: 4px; }
  .lead { font-size: 16px; }
  .visual-panel { min-height: auto; }
  .window-frame { display: none; }
}
