/* ============================================================
   Momenty — Website Styles
   Brand: dark + Anton display + Space Grotesk body + Lime #D6FF3F
   ============================================================ */

:root {
  --lime: #D6FF3F;
  --bg: #050805;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.62);
  --muted-2: rgba(255, 255, 255, 0.45);
  --card: rgba(255, 255, 255, 0.04);
  --border: rgba(255, 255, 255, 0.10);
  --maxw: 760px;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(214, 255, 63, 0.10) 0%, rgba(214, 255, 63, 0) 60%),
    radial-gradient(90% 120% at 50% 0%, #0c1208 0%, #060906 55%, #020302 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---------- Wordmark ---------- */
.wordmark {
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--text);
  text-transform: uppercase;
  display: inline-flex;
  align-items: flex-end;
  user-select: none;
}
.wordmark .dot {
  display: inline-block;
  width: 0.20em;
  height: 0.20em;
  background: var(--lime);
  border-radius: 3px;
  margin-left: 0.06em;
  margin-bottom: 0.04em;
  box-shadow: 0 0 22px rgba(214, 255, 63, 0.55);
}

/* ============================================================
   HERO — One-Page, no scroll
   ============================================================ */
.hero {
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: clamp(18px, 3.4vh, 40px) 20px 0;
  overflow: hidden;
  gap: clamp(12px, 2vh, 24px);
}

.hero__logo .wordmark { font-size: clamp(14px, 1.9vh, 16px); letter-spacing: 0.12em; }

.hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 2.4vh, 26px);
  width: 100%;
  max-width: 540px;
}

.hero__headline {
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.01em;
  line-height: 1.04;
  font-size: clamp(26px, 4.6vh, 42px);
}

.hero__sub {
  font-size: clamp(15px, 2vh, 18px);
  line-height: 1.5;
  color: var(--muted);
  max-width: min(430px, 100%);
}

/* Download button */
.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  padding: 14px 34px;
  border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
}
.btn-download:hover { transform: translateY(-2px); box-shadow: 0 14px 50px rgba(0,0,0,.55); }
.btn-download svg { width: 17px; height: 20px; display: block; }

/* Legal links row */
.legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 4px;
  max-width: 100%;
  font-size: 12px;
}
.legal-links a {
  color: var(--muted-2);
  text-decoration: none;
  transition: color .25s ease;
}
.legal-links a:hover { color: var(--text); }
.legal-links span { color: rgba(255,255,255,0.18); }

/* ---------- App screenshot (frameless, rounded) ---------- */
.phone {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: clamp(8px, 2vh, 22px);
}
.phone__shot {
  height: 100%;
  width: auto;
  max-width: 95vw;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: clamp(26px, 3.4vh, 46px) clamp(26px, 3.4vh, 46px) 0 0;
  -webkit-mask-image: linear-gradient(to bottom, #000 76%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, #000 76%, rgba(0, 0, 0, 0) 100%);
  filter: drop-shadow(0 16px 45px rgba(0, 0, 0, 0.5));
}

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-page {
  min-height: 100vh;
  padding: 56px 22px 90px;
}
.legal-wrap { max-width: var(--maxw); margin: 0 auto; }

.legal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}
.legal-top .wordmark { font-size: 26px; }
.legal-top a { text-decoration: none; }
.back-link {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
  transition: color .25s ease;
}
.back-link:hover { color: var(--text); }

.legal-page h1 {
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 6vw, 48px);
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.legal-page .updated {
  color: var(--muted-2);
  font-size: 13px;
  margin-bottom: 40px;
}

.legal-page h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
  font-weight: 600;
  margin: 36px 0 12px;
  color: var(--text);
}
.legal-page h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 22px 0 8px;
}
.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.legal-page ul { padding-left: 20px; margin-bottom: 12px; }
.legal-page li { margin-bottom: 6px; }
.legal-page a { color: var(--lime); text-decoration: none; }
.legal-page a:hover { text-decoration: underline; }
.legal-page strong { color: var(--text); font-weight: 600; }

/* Highlighted placeholder for fields the owner must fill in */
.fill {
  color: var(--lime);
  background: rgba(214,255,63,0.08);
  border: 1px dashed rgba(214,255,63,0.4);
  border-radius: 5px;
  padding: 1px 7px;
  font-size: 0.92em;
}

.note {
  margin-top: 48px;
  padding: 16px 18px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 13px;
  color: var(--muted-2);
  line-height: 1.6;
}

.legal-footer {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 13px;
  color: var(--muted-2);
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.legal-footer a { color: var(--muted-2); text-decoration: none; }
.legal-footer a:hover { color: var(--text); }
