:root {
  color-scheme: dark;
  --bg: #081b31;
  --bg-secondary: #0f2a46;
  --accent: #c3a462;
  --accent-strong: #d7b87b;
  --text: #ffffff;
  --muted: #c5d2e3;
  --outline: rgba(255, 255, 255, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Verdana", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  background:
    radial-gradient(circle at 18% 22%, rgba(26, 74, 127, 0.32), transparent 46%),
    radial-gradient(circle at 78% 18%, rgba(19, 52, 92, 0.4), transparent 55%),
    radial-gradient(circle at 45% 80%, rgba(7, 28, 50, 0.82), transparent 60%),
    var(--bg);
  color: var(--text);
  display: flex;
  align-items: center;
  padding: clamp(2rem, 4vw, 4rem) 1.5rem 2rem;
}

main.page {
  width: min(960px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(0.85rem, 2vw, 1.1rem);
}

.hero__logo {
  width: clamp(280px, 38vw, 680px);
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.35));
}

.hero__heading {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
}

.hero h1 {
  font-size: clamp(3.5rem, 12vw, 6rem);
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 800;
}

.hero__tagline {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  color: var(--muted);
  margin: 0;
}

.signup-discord {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: stretch;
}

.signup-discord__side {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.signup,
.socials-callout {
  margin: 0;
  padding: clamp(1.5rem, 5vw, 2.5rem);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--outline);
  border-left: 4px solid var(--accent);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}

.discord-highlight {
  margin: 0;
  padding: clamp(1.75rem, 5vw, 2.75rem);
  background: linear-gradient(130deg, rgba(195, 164, 98, 0.2), rgba(11, 38, 68, 0.92));
  border: 1px solid rgba(195, 164, 98, 0.35);
  border-left: 4px solid var(--accent);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.3);
}

.discord-highlight h2 {
  margin: 0.35rem 0 0.85rem;
  font-size: 1.6rem;
}

.discord-highlight p {
  margin: 0 0 1.5rem;
  color: var(--muted);
  max-width: 560px;
}

.discord-highlight__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.5rem;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #0c1a2d;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(195, 164, 98, 0.3);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.discord-highlight__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 55px rgba(195, 164, 98, 0.4);
}

.screenshots {
  margin: 0;
  padding: clamp(1.75rem, 5vw, 2.75rem);
  background: linear-gradient(150deg, rgba(9, 28, 52, 0.92), rgba(11, 39, 68, 0.7));
  border: 1px solid var(--outline);
  border-left: 4px solid var(--accent);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
}

.screenshots__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

.screenshot-card {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 16, 31, 0.7);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.screenshot-card img {
  width: 100%;
  height: auto;
  display: block;
}

.screenshot-card__label {
  margin: 0;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid var(--outline);
  background: rgba(6, 18, 34, 0.9);
  color: var(--accent-strong);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.signup h2,
.socials-callout h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 800;
}

.signup p,
.socials-callout p {
  margin: 0 0 1.5rem;
  color: var(--muted);
  max-width: 520px;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input[type="email"] {
  flex: 1;
  min-width: 220px;
  padding: 1rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 1rem;
}

input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

button[type="submit"] {
  padding: 1rem 2.5rem;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #0c1a2d;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(195, 164, 98, 0.35);
}

.signup__status {
  min-height: 1.25rem;
  font-size: 0.95rem;
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-weight: 500;
}

.signup__status.is-success {
  color: var(--accent);
}

.signup__status.is-error {
  color: #ff8f82;
}

.privacy {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 0.75rem;
}

.brand-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.brand-link:hover {
  text-decoration: underline;
}

.footer-tagline {
  margin: 0;
  color: var(--muted);
}

.socials {
  display: flex;
  gap: 0.85rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.socials a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--outline);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 150ms ease, transform 150ms ease;
}

.socials a:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
}

.socials img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) invert(1);
}

.socials--large {
  gap: 1rem;
}

.socials--large a {
  width: 48px;
  height: 48px;
}

.socials--large img {
  width: 24px;
  height: 24px;
}

.site-footer {
  margin-top: 1rem;
  border-top: 1px solid var(--outline);
  padding-top: 1rem;
  font-size: 0.9rem;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.faq {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.faq h2 {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
}

.faq__item {
  padding: 1.1rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--outline);
  background: rgba(6, 18, 34, 0.6);
}

.faq__item h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--accent);
  letter-spacing: 0.01em;
}

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

@media (max-width: 640px) {
  body {
    padding-top: 2rem;
  }
}

@media (max-width: 720px) {
  .hero__branding {
    text-align: center;
    justify-items: center;
  }

  .hero h1 {
    margin-bottom: 0.5rem;
  }
}
