* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
}

body {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.bg {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(900px 640px at 12% 10%, rgba(79, 140, 255, 0.25), transparent 60%),
    radial-gradient(800px 560px at 90% 15%, rgba(91, 191, 90, 0.18), transparent 55%),
    radial-gradient(700px 520px at 70% 90%, rgba(244, 182, 58, 0.14), transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--surface-soft) 48%, var(--bg) 100%);
  z-index: -2;
}

.bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
      45deg,
      var(--noise) 0,
      var(--noise) 1px,
      transparent 1px,
      transparent 8px
    ),
    repeating-linear-gradient(
      -45deg,
      var(--noise) 0,
      var(--noise) 1px,
      transparent 1px,
      transparent 12px
    );
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 7vw 12px;
  position: sticky;
  top: 0;
  background: linear-gradient(
    180deg,
    var(--header-strong) 0%,
    var(--header-soft) 100%
  );
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--stroke);
  z-index: 5;
}

.brand {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 600;
}

.nav {
  display: flex;
  gap: 24px;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 500;
  font-size: 14px;
  transition: color 0.2s ease;
}

.nav a:hover {
  color: var(--text);
}

.main {
  padding: 46px 7vw 90px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 56px;
  align-items: center;
  padding: 70px 0 40px;
  animation: fadeUp 0.8s ease-out both;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 18px;
}

h1 {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, sans-serif;
  font-size: clamp(36px, 4.2vw, 60px);
  margin: 0 0 18px;
  line-height: 1.05;
  font-weight: 700;
}

h2,
h3 {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, sans-serif;
}

.accent {
  background: linear-gradient(120deg, #4f8cff, #7ec9ff, #5bbf5a);
  -webkit-background-clip: text;
  color: transparent;
}

.lead {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 28px;
  color: var(--muted);
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta {
  text-decoration: none;
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}

.cta:hover {
  transform: translateY(-2px);
}

.cta-primary {
  background: linear-gradient(120deg, rgba(79, 140, 255, 0.85), rgba(126, 201, 255, 0.9));
  color: #fff;
  border: 1px solid rgba(126, 201, 255, 0.35);
  box-shadow: 0 16px 40px rgba(79, 140, 255, 0.35);
}

.cta-outline {
  border: 1px solid var(--stroke);
  color: var(--text);
  background: color-mix(in srgb, var(--surface) 75%, transparent);
}

.cta-ghost {
  border: 1px dashed var(--stroke);
  color: var(--text);
  background: color-mix(in srgb, var(--surface) 55%, transparent);
}

.micro {
  margin-top: 16px;
  font-size: 13px;
  color: var(--muted);
}

.hero-card {
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  border: 1px solid var(--stroke);
  border-radius: var(--radius-card);
  padding: 30px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  animation: floatIn 1s ease-out both;
}

.card-tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
}

.card-title {
  font-size: 22px;
  margin: 16px 0 10px;
  font-weight: 600;
}

.card-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.card-body .arrow {
  padding: 0 8px;
  font-weight: 700;
  color: var(--text);
}

.card-footer {
  margin-top: 18px;
  font-size: 12px;
  color: var(--muted);
}

.section {
  padding: 60px 0 20px;
  animation: fadeUp 0.8s ease-out both;
}

.section h2 {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 18px;
  font-weight: 600;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.tile {
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 20px;
  min-height: 140px;
  backdrop-filter: blur(12px);
}

.tile h3 {
  margin: 0 0 10px;
  font-weight: 600;
}

.tile p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
  gap: 28px;
  align-items: center;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-list span {
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  font-weight: 600;
  font-size: 13px;
  color: var(--accent);
}

.status {
  display: flex;
  justify-content: center;
}

.status-card {
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  border-radius: 28px;
  border: 1px solid var(--stroke);
  padding: 32px;
  max-width: 560px;
  text-align: center;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.fineprint {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  padding: 30px 7vw 50px;
  font-size: 13px;
  color: var(--muted);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 900px) {
  .site-header {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    flex-direction: column;
    gap: 10px;
  }

  .cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
