﻿body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #f8fafc;
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.logo-mark {
  width: 120px;
  height: 120px;
  margin-bottom: 28px;
}

.logo-mark svg {
  width: 100%;
  height: 100%;
}

.logo-mark circle {
  fill: #facc15;
}

.logo-mark path {
  fill: #0f172a;
}

.eyebrow {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  color: #facc15;
  margin-bottom: 12px;
}

h1 {
  font-size: 56px;
  margin: 0 0 10px;
}

.subtitle {
  font-size: 24px;
  margin: 0;
  color: #cbd5e1;
}

.test {
  margin-top: 28px;
  padding: 12px 18px;
  border: 1px solid rgba(250, 204, 21, 0.45);
  border-radius: 999px;
  font-size: 16px;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.08);
}
