@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap");

:root {
  --paper: #050505;
  --ink: #f7f7f7;
  --ink-muted: #a0a0a0;
  --accent: #04e285;
  --glow: rgba(4, 226, 133, 0.25);
  --stroke: rgba(255, 255, 255, 0.16);
  --radius: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Satoshi", system-ui, sans-serif;
  color: var(--ink);
  background: #050505;
  position: relative;
  min-height: 100vh;
  line-height: 1.6;
  padding: 48px 24px 56px;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background: radial-gradient(
      circle at 15% 20%,
      rgba(4, 226, 133, 0.18),
      transparent 45%
    ),
    radial-gradient(
      circle at 85% 15%,
      rgba(4, 226, 133, 0.12),
      transparent 40%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(4, 226, 133, 0.1),
      transparent 45%
    );
  opacity: 0.7;
  animation: floatGlow 16s ease-in-out infinite alternate;
}

body::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
  opacity: 0.15;
}

main,
header,
footer {
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 48px;
}

.brand {
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(4, 226, 133, 0.5);
}

.nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dropdown {
  position: relative;
}

.dropdown summary {
  list-style: none;
  cursor: pointer;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 600;
  color: var(--ink);
}

.dropdown summary::-webkit-details-marker {
  display: none;
}

.dropdown summary::after {
  content: "▾";
  margin-left: 8px;
  color: var(--accent);
}

.dropdown[open] summary {
  border-color: rgba(4, 226, 133, 0.5);
  box-shadow: 0 0 0 3px rgba(4, 226, 133, 0.12);
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  background: #050505;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 8px;
  min-width: 180px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.dropdown[open] .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ink);
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
  background: rgba(4, 226, 133, 0.12);
  color: var(--accent);
}

.hero {
  max-width: 900px;
  margin: 0 auto 56px;
}

.hero h1 {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 700;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.78rem;
  color: var(--accent);
  margin-bottom: 16px;
}

.lead {
  font-size: 1.12rem;
  color: var(--ink-muted);
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  gap: 8px;
}

.btn.primary {
  background: var(--accent);
  color: #010101;
  box-shadow: 0 18px 30px var(--glow);
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px var(--glow);
}

.btn.ghost {
  border-color: rgba(4, 226, 133, 0.4);
  color: var(--ink);
  background: transparent;
}


.apple-logo {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  overflow: visible;
}

.android-logo {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

.section {
  max-width: 900px;
  margin: 0 auto 48px;
}

.section h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.section h1 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 16px;
}

.support-logo {
  width: 160px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.warroom-logo {
  filter: drop-shadow(0 8px 24px rgba(4, 226, 133, 0.25));
  background-color: transparent;
}

.section p {
  color: var(--ink-muted);
  margin-bottom: 16px;
}

.simple-list {
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--ink-muted);
  margin-top: 12px;
}

.simple-list li::before {
  content: "•";
  color: var(--accent);
  margin-right: 8px;
}

.slideshow {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.slides {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  max-width: 480px;
  margin: 0 auto;
}

.slide {
  display: none;
  width: 100%;
  height: auto;
}

.slide.is-active {
  display: block;
}

.slide-btn {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--stroke);
  border-radius: 999px;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.slide-btn:hover,
.slide-btn:focus {
  border-color: rgba(4, 226, 133, 0.5);
  color: var(--accent);
}

@media (max-width: 700px) {
  .slideshow {
    grid-template-columns: 1fr;
  }

  .slide-btn {
    justify-self: center;
  }
}

.support-form {
  display: grid;
  gap: 16px;
  max-width: 560px;
  justify-items: stretch;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.support-section {
  display: grid;
  justify-items: center;
  text-align: center;
}

.support-section .support-form {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.support-form label {
  display: grid;
  gap: 8px;
  font-weight: 500;
  width: 100%;
  text-align: left;
}

.support-form input,
.support-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: transparent;
  color: var(--ink);
  font-family: inherit;
}

.support-form input:focus,
.support-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(4, 226, 133, 0.15);
}

.form-note {
  font-size: 0.9rem;
  color: var(--ink-muted);
}

.form-note a {
  color: var(--accent);
  text-decoration: none;
}

.policy-text {
  white-space: pre-wrap;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 20px;
  color: var(--ink-muted);
  line-height: 1.6;
  font-family: inherit;
  font-size: 0.95rem;
}

.site-footer {
  display: flex;
  justify-content: center;
  color: var(--ink-muted);
  border-top: 1px solid rgba(4, 226, 133, 0.2);
  padding-top: 24px;
  font-size: 0.9rem;
  max-width: 900px;
  margin: 0 auto;
}

@keyframes floatGlow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-18px);
  }
}

@media (max-width: 600px) {
  body {
    padding: 36px 20px 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
