:root {
  --bg: #050705;
  --bg-2: #0b130d;
  --ink: #f4fff0;
  --muted: #a9b8a4;
  --muted-strong: #cad8c4;
  --green: #00e639;
  --green-bright: #8cff44;
  --green-deep: #009c2d;
  --line: rgba(244, 255, 240, 0.13);
  --surface: rgba(255, 255, 255, 0.055);
  --surface-strong: #121512;
  --shadow-green: rgba(0, 230, 57, 0.24);
}

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

html {
  min-width: 320px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 50% -8%, rgba(0, 230, 57, 0.24), rgba(0, 230, 57, 0.07) 33%, rgba(5, 7, 5, 0) 62%),
    linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 54%, #020302 100%);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--green-bright);
  outline-offset: 4px;
}

.mvp-page {
  display: flex;
  flex-direction: column;
}

.mvp-header,
.nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px clamp(18px, 5vw, 40px);
}

.mvp-brand,
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 44px;
  text-decoration: none;
}

.mvp-logo {
  width: clamp(142px, 40vw, 194px);
  height: auto;
}

.brand img {
  width: 132px;
  height: auto;
}

.header-cta,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: max-content;
  padding: 10px 18px;
  border-radius: 999px;
  color: #031005;
  background: var(--green);
  box-shadow: 0 12px 28px var(--shadow-green);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.header-cta:hover,
.nav-cta:hover {
  background: var(--green-bright);
}

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

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

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

.mvp-hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(38px, 11vw, 78px) 20px 72px;
  text-align: center;
}

.mvp-eyebrow {
  margin-bottom: 18px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.mvp-hero h1 {
  max-width: 11ch;
  color: var(--green-bright);
  font-size: clamp(42px, 13vw, 72px);
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
}

.mvp-subcopy {
  max-width: 26rem;
  margin-top: 20px;
  color: var(--muted-strong);
  font-size: clamp(16px, 4.6vw, 20px);
  font-weight: 600;
  line-height: 1.45;
}

.store-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.store-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  min-height: 58px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.store-button[href]:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}

.store-button--disabled {
  cursor: default;
  filter: grayscale(0.18) brightness(0.82);
}

.coming-pill {
  position: absolute;
  top: 0;
  right: -10px;
  padding: 3px 9px;
  border-radius: 999px;
  color: #041006;
  background: var(--green);
  box-shadow: 0 6px 16px var(--shadow-green);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.mvp-rating,
.rating {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 46px;
}

.rating-score {
  color: var(--ink);
  font-size: clamp(56px, 16vw, 78px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.rating-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  min-width: 0;
}

.rating-stars {
  color: #ffb400;
  font-size: clamp(19px, 5vw, 24px);
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: 0 0 13px rgba(255, 180, 0, 0.28);
}

.rating-count {
  color: var(--muted);
  font-size: clamp(16px, 4.4vw, 20px);
  font-weight: 700;
  white-space: nowrap;
}

.phone-card {
  width: min(76vw, 310px);
  margin-top: 64px;
  padding: 10px;
  border: 1px solid rgba(244, 255, 240, 0.13);
  border-radius: 38px;
  background: #070907;
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.55),
    0 0 50px rgba(0, 230, 57, 0.1);
}

.phone-shot {
  width: 100%;
  height: auto;
  border-radius: 29px;
}

.mvp-closer {
  margin-top: 56px;
  color: var(--ink);
  font-size: clamp(21px, 6vw, 28px);
  font-weight: 800;
  line-height: 1.18;
}

.mvp-footer {
  width: 100%;
  padding: 54px 24px 34px;
  background: var(--surface-strong);
}

.mvp-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 5vw, 36px);
  max-width: 780px;
  margin: 0 auto;
}

.mvp-footer-col {
  min-width: 0;
}

.mvp-footer-col h2,
.foot-col h4 {
  margin-bottom: 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mvp-footer-col a,
.foot-col a {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
}

.mvp-footer-col a:hover,
.foot-col a:hover {
  color: var(--green-bright);
}

.social-link {
  width: 44px;
  height: 44px;
}

.mvp-copyright,
.copyright {
  max-width: 780px;
  margin: 42px auto 0;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.access-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.access-main {
  display: grid;
  flex: 1;
  place-items: center;
  width: 100%;
  padding: clamp(42px, 12vw, 96px) 20px 86px;
}

.access-card {
  width: min(100%, 520px);
  padding: clamp(30px, 8vw, 48px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(120% 140% at 50% 0%, rgba(0, 230, 57, 0.16), rgba(5, 7, 5, 0) 58%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 36px 92px rgba(0, 0, 0, 0.42);
  text-align: center;
}

.access-kicker {
  margin-bottom: 16px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.access-card h1 {
  color: var(--green-bright);
  font-size: clamp(38px, 10vw, 58px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.access-card p {
  margin: 20px auto 0;
  max-width: 28rem;
  color: var(--muted-strong);
  font-size: clamp(16px, 4.2vw, 18px);
  font-weight: 650;
  line-height: 1.5;
}

.access-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.access-button,
.access-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.access-button {
  padding: 12px 22px;
  color: #031005;
  background: var(--green);
  box-shadow: 0 12px 28px var(--shadow-green);
}

.access-link {
  padding: 12px 18px;
  color: var(--ink);
  border: 1px solid var(--line);
}

.access-button:hover {
  background: var(--green-bright);
}

.access-link:hover {
  border-color: rgba(140, 255, 68, 0.48);
  color: var(--green-bright);
}

.glow,
.grain {
  position: fixed;
  pointer-events: none;
}

.glow {
  inset: -25% auto auto 50%;
  width: min(900px, 100vw);
  height: min(900px, 100vw);
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 230, 57, 0.18), rgba(0, 230, 57, 0.05) 38%, transparent 68%);
  z-index: 0;
}

.grain {
  inset: 0;
  z-index: 1;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.legal {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
  margin: 0 auto;
  padding: clamp(32px, 7vw, 64px) clamp(20px, 5vw, 40px) 80px;
}

.legal .back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 24px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.legal h1 {
  margin-bottom: 8px;
  font-size: clamp(32px, 8vw, 48px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.legal .updated {
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.legal h2 {
  margin: 36px 0 12px;
  color: var(--ink);
  font-size: clamp(19px, 5vw, 24px);
  font-weight: 850;
  line-height: 1.2;
}

.legal h3 {
  margin: 24px 0 8px;
  color: var(--green);
  font-size: 16px;
  font-weight: 850;
}

.legal p,
.legal li {
  color: var(--muted-strong);
  font-size: 15.5px;
  line-height: 1.7;
}

.legal p {
  margin-bottom: 14px;
}

.legal ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.legal li {
  margin-bottom: 6px;
}

.legal a {
  color: var(--green);
}

.legal p a,
.legal .contact a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.legal .contact {
  margin-top: 38px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

.legal .contact p {
  margin: 0;
}

.footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  width: 100%;
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 50px clamp(20px, 5vw, 48px) 34px;
  border-top: 1px solid var(--line);
}

.foot-brand img {
  width: 132px;
  height: auto;
  margin-bottom: 14px;
}

.foot-brand p {
  max-width: 260px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.foot-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

@media (max-width: 430px) {
  .mvp-header,
  .nav {
    padding-inline: 18px;
  }

  .mvp-logo,
  .brand img {
    width: 142px;
  }

  .header-cta,
  .nav-cta {
    padding-inline: 15px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .mvp-hero {
    padding-top: 42px;
  }

  .phone-card {
    width: min(82vw, 300px);
  }

  .mvp-footer-grid,
  .foot-cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width: 760px) {
  .mvp-header,
  .nav {
    padding-top: 26px;
  }

  .mvp-hero {
    padding-top: 72px;
  }

  .store-stack {
    margin-top: 38px;
  }

  .phone-card {
    width: 340px;
  }

  .footer {
    grid-template-columns: 1fr 2fr;
  }
}

@media (min-width: 1080px) {
  .mvp-hero {
    max-width: 1040px;
    padding-bottom: 92px;
  }

  .mvp-hero h1 {
    max-width: none;
  }

  .phone-card {
    width: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
