:root {
  color-scheme: light;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Figtree", sans-serif;
  background: #ffffff;
  color: rgba(18, 18, 18, 0.92);
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
}

::selection {
  background: #66ffac;
  color: #121212;
}

.font-display {
  font-family: "Bebas Neue", sans-serif;
}

.hero-grid::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-position: center center;
  background-size: 28px 28px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-fade::after {
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.7), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.stat-band {
  background: rgba(102, 255, 172, 0.33);
}

.surface-card {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.13);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-item[data-open="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer[hidden] {
  display: none;
}

.mock-screen {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(18, 18, 18, 0.78);
}

.mock-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
