@font-face {
  font-family: "Syne";
  src: url("assets/fonts/syne-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
}

@font-face {
  font-family: "Righteous";
  src: url("assets/fonts/righteous-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #040604;
  --panel: rgba(5, 10, 6, 0.84);
  --line: rgba(141, 255, 194, 0.2);
  --green: #05ce78;
  --green-bright: #8dffc2;
  --text: #f3f8f4;
  --muted: #b8c4ba;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  color: var(--text);
  background: var(--bg);
  font-family:
    "Syne",
    ui-sans-serif,
    system-ui,
    sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

button,
input {
  font: inherit;
}

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

.video-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #050805;
}

.video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100vw;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.video-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(141, 255, 194, 0.22), transparent 36%),
    url("assets/hero-poster-960.jpg") center / cover no-repeat;
}

.video-bg-embed {
  opacity: 0;
  transition: opacity 260ms ease;
}

.video-bg.is-active .video-bg-embed {
  opacity: 1;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(141, 255, 194, 0.2), transparent 33%),
    linear-gradient(180deg, rgba(4, 7, 5, 0.28) 0%, rgba(4, 7, 5, 0.58) 100%);
}

.simple-lander {
  width: min(calc(100% - 2rem), 840px);
  margin: 0 auto;
  padding: 1.2rem 0 2rem;
}

.simple-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(225, 255, 237, 0.52);
  border-radius: 999px;
  background: rgba(205, 255, 226, 0.24);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.brand-logo {
  width: clamp(140px, 21vw, 210px);
  padding: 0.15rem 0.35rem;
  border-radius: 16px;
  background: rgba(5, 10, 7, 0.48);
}

.kickstarter-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.52rem 0.78rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #e5fff0 100%);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.55) inset;
}

.kickstarter-logo {
  width: clamp(112px, 19vw, 172px);
  max-width: 100%;
}

.hero-top {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 0.95rem;
  align-items: stretch;
}

.cta-card {
  padding: clamp(1.3rem, 3.4vw, 2.1rem);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--panel);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
}

.product-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.product-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(5, 10, 7, 0.72);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.35);
}

.product-card:first-child {
  grid-column: span 2;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-cta {
  grid-column: span 2;
  padding: 0.9rem;
  border: 1px solid rgba(141, 255, 194, 0.25);
  border-radius: 20px;
  background: rgba(5, 10, 7, 0.76);
}

.mini-kicker {
  margin: 0;
  color: var(--green-bright);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mini-copy {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

.waitlist-form-compact {
  margin-top: 0.7rem;
}

.kicker {
  margin: 0;
  color: var(--green-bright);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1 {
  margin: 0.7rem 0 0;
  font-family: "Righteous", sans-serif;
  font-size: clamp(2.15rem, 7vw, 4.8rem);
  letter-spacing: 0.01em;
  line-height: 0.95;
  color: var(--green-bright);
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.4);
}

.subcopy {
  margin: 1rem 0 0;
  max-width: 42ch;
  color: var(--muted);
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  line-height: 1.5;
}

.waitlist-form {
  margin-top: 1.2rem;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
}

.email-input {
  min-height: 3.5rem;
  width: 100%;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.email-input::placeholder {
  color: rgba(224, 234, 226, 0.66);
}

.email-input:focus {
  outline: none;
  border-color: rgba(5, 206, 120, 0.6);
  box-shadow: 0 0 0 4px rgba(5, 206, 120, 0.14);
}

.submit-button {
  min-height: 3.5rem;
  border: 0;
  border-radius: 999px;
  padding: 0 1.15rem;
  color: #071107;
  background: linear-gradient(135deg, #effbf3 0%, #bdf7d5 100%);
  font-weight: 800;
  cursor: pointer;
}

.submit-button:disabled {
  opacity: 0.72;
  cursor: wait;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.form-status {
  min-height: 1.35rem;
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.form-status[data-state="success"] {
  color: var(--green-bright);
}

.form-status[data-state="error"] {
  color: #ffb4b4;
}

.demo-card {
  margin: 1rem auto 0;
  width: 100%;
  max-width: 100%;
  justify-self: center;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(5, 10, 7, 0.8);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.42);
}

.youtube-lite {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
}

.youtube-lite img,
.youtube-lite iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 0;
}

.youtube-lite-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(52px, 8vw, 76px);
  height: clamp(36px, 5.5vw, 54px);
  transform: translate(-50%, -50%);
  border-radius: 14px;
  background: rgba(255, 0, 0, 0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.youtube-lite-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}

.cta-card-secondary {
  margin-top: 1rem;
}

.cta-card-secondary h2 {
  margin: 0.55rem 0 0;
  font-family: "Righteous", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  line-height: 0.98;
  color: var(--green-bright);
}

.demo-card,
.cta-card-secondary,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 520px;
}

.site-footer {
  margin: 1.05rem 0 0;
  padding: 1rem 1.1rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  border: 1px solid rgba(141, 255, 194, 0.2);
  border-radius: 16px;
  background: rgba(5, 10, 7, 0.68);
}

.footer-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-link {
  color: var(--green-bright);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(141, 255, 194, 0.5);
}

.footer-link:hover,
.footer-link:focus-visible {
  border-bottom-color: rgba(141, 255, 194, 0.9);
}

.policy-page {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 8%, rgba(141, 255, 194, 0.14), transparent 28%),
    linear-gradient(180deg, #050805 0%, #040604 100%);
}

.policy-shell {
  width: min(calc(100% - 2rem), 920px);
  margin: 0 auto;
  padding: 1.4rem 0 2.1rem;
}

.policy-card {
  margin-top: 0.95rem;
  padding: clamp(1.3rem, 2.8vw, 2rem);
  border: 1px solid rgba(141, 255, 194, 0.2);
  border-radius: 22px;
  background: rgba(5, 10, 7, 0.86);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.policy-header {
  margin-top: 0.25rem;
}

.policy-title {
  margin: 0.8rem 0 0;
  font-family: "Righteous", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.98;
  color: var(--green-bright);
}

.policy-meta {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.policy-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--green-bright);
  font-weight: 700;
  text-decoration: none;
}

.policy-section + .policy-section {
  margin-top: 1.05rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(141, 255, 194, 0.12);
}

.policy-section h2 {
  margin: 0;
  color: var(--green-bright);
  font-size: 1.12rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.policy-section p {
  margin: 0.6rem 0 0;
  color: var(--text);
  line-height: 1.55;
}

.policy-footer {
  margin-top: 1rem;
  text-align: center;
}

.policy-footer a {
  color: var(--green-bright);
  font-weight: 700;
}

@media (max-width: 700px) {
  .simple-lander {
    width: min(calc(100% - 1rem), 840px);
    padding-top: 0.6rem;
  }

  .simple-header {
    padding: 0.65rem 0.75rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: 100%;
  }

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

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

  .kickstarter-badge {
    padding: 0.36rem 0.58rem;
  }

  .video-bg-embed {
    display: none;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.9rem;
  }

  .policy-shell {
    width: min(calc(100% - 1rem), 920px);
    padding-top: 1rem;
  }
}
