/* FirstRep marketing site — shared styles. Mirrors the app brand. */
:root {
  --bg: #141417;
  --bg-soft: #1a1b20;
  --surface: #202128;
  --primary: #dfff67;
  --primary-dark: #c8ea52;
  --text: #f7f8fa;
  --text-secondary: #c7cad1;
  --text-muted: #9094a0;
  --border: rgba(255, 255, 255, 0.08);
  --max: 1080px;
}

@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXoo9Wlhyw.woff2') format('woff2');
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ── Nav ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(20, 20, 23, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  color: var(--text);
}
.brand:hover { text-decoration: none; }
.brand .fr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--bg);
  border: 1px solid var(--border);
  font-size: 22px;
}
.brand .fr .r { color: var(--primary); }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { color: var(--text-secondary); font-size: 14px; font-weight: 500; }
.nav-links a:hover { color: var(--text); text-decoration: none; }

/* ── Hero ── */
.hero {
  text-align: center;
  padding: 110px 0 90px;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(223, 255, 103, 0.08), transparent 70%),
    var(--bg);
}
.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 12vw, 132px);
  line-height: 0.92;
  letter-spacing: 1px;
}
.hero h1 .lime { color: var(--primary); }
.hero .kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: 600;
  color: var(--text-secondary);
}
.hero .kicker::before { content: ''; width: 28px; height: 2px; background: var(--primary); }
.hero p.lede {
  max-width: 560px;
  margin: 28px auto 0;
  color: var(--text-secondary);
  font-size: 18px;
}
.cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 38px; flex-wrap: wrap; }
.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.btn-primary { background: var(--primary); color: var(--bg); }
.btn-primary:hover { background: var(--primary-dark); text-decoration: none; }
.btn-ghost { border: 1px solid var(--border); color: var(--text); }
.btn-ghost:hover { border-color: var(--primary); text-decoration: none; }

/* ── Features ── */
.section { padding: 80px 0; }
.section h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 7vw, 64px);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.section .sub { text-align: center; color: var(--text-muted); margin-bottom: 50px; }
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.feature {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
}
.feature .ic {
  width: 44px; height: 44px;
  border-radius: 11px;
  background: rgba(223, 255, 103, 0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.feature h3 { font-size: 18px; margin-bottom: 6px; }
.feature p { color: var(--text-muted); font-size: 14px; }

/* ── CTA band ── */
.cta-band {
  text-align: center;
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 70px 0;
}
.cta-band h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 8vw, 72px); letter-spacing: 1px; }
.cta-band h2 .lime { color: var(--primary); }

/* ── Legal pages ── */
.legal { padding: 60px 0 90px; max-width: 760px; }
.legal h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 9vw, 72px);
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.legal .updated { color: var(--text-muted); font-size: 14px; margin-bottom: 36px; }
.legal h2 { font-size: 22px; margin: 36px 0 12px; }
.legal p, .legal li { color: var(--text-secondary); margin-bottom: 12px; }
.legal ul { padding-left: 22px; }
.legal strong { color: var(--text); }

/* ── Footer ── */
.footer {
  border-top: 1px solid var(--border);
  padding: 40px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer .links { display: flex; gap: 24px; }
.footer .links a { color: var(--text-muted); font-size: 14px; }
.footer .links a:hover { color: var(--text); text-decoration: none; }
.footer .copy { color: var(--text-muted); font-size: 13px; }

@media (max-width: 600px) {
  .nav-links { gap: 18px; }
  .nav-links a.hide-sm { display: none; }
}
