:root {
  --bg: #ffffff;
  --fg: #1a1a1a;
  --muted: #5a5a5a;
  --accent: #4f46c8;        /* Circl1 indigo */
  --accent-deep: #3a2e8f;
  --accent-soft: #f4f3fe;
  --border: #e9e7f5;
  --maxw: 900px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--fg);
  background: var(--bg);
  line-height: 1.6;
}
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 32px 20px 80px; }
/* Full-bleed bar for header + footer: content pinned to the screen edges */
.fullbar { width: 100%; max-width: none; margin: 0; padding: 16px 40px; }
header.site { border-bottom: 1px solid var(--border); }
header.site .fullbar { display: flex; align-items: center; justify-content: space-between; }
@media (max-width: 600px) { .fullbar { padding: 14px 20px; } }
.brand { font-size: 27px; font-weight: 700; letter-spacing: -0.02em; color: var(--accent-deep); text-decoration: none; }
.brand img { width: 52px; height: 52px; }
footer.site .brandword { color: var(--accent-deep); font-weight: 700; }
nav a { color: var(--accent); text-decoration: none; margin-left: 18px; font-size: 15px; }
nav a:hover { text-decoration: underline; }
h1 { font-size: 30px; letter-spacing: -0.02em; margin: 28px 0 6px; }
h2 { font-size: 20px; margin: 34px 0 8px; }
h3 { font-size: 16px; margin: 22px 0 6px; }
p, li { color: var(--fg); }
.muted { color: var(--muted); }
.updated { color: var(--muted); font-size: 14px; margin-top: 0; }
a { color: var(--accent); }
ul { padding-left: 22px; }
li { margin: 4px 0; }
hr { border: none; border-top: 1px solid var(--border); margin: 40px 0; }
.lead { font-size: 17px; }
.callout { background: #f6f8fe; border: 1px solid #dbe5fb; border-radius: 10px; padding: 14px 16px; margin: 18px 0; }
footer.site { border-top: 1px solid var(--border); color: var(--muted); font-size: 14px; }
footer.site .fullbar { text-align: center; }
footer.site .wrap { padding-top: 20px; padding-bottom: 40px; }
footer.site a { color: var(--muted); }
/* ---------- Home page: scrolling landing, hero fills the first screen ---------- */
.wrap-wide { max-width: 1120px; margin: 0 auto; padding: 0 40px; width: 100%; }
.hero {
  text-align: center; min-height: calc(100vh - 92px); display: flex; align-items: center;
  background: radial-gradient(120% 90% at 50% -10%, var(--accent-soft) 0%, #ffffff 62%);
}
.hero-inner { width: 100%; padding: 40px 0; }
.cta {
  display: inline-block; margin-top: 6px; padding: 14px 30px; border-radius: 12px;
  background: linear-gradient(180deg, var(--accent), var(--accent-deep)); color: #fff;
  font-size: 16px; font-weight: 600; text-decoration: none;
  box-shadow: 0 10px 24px rgba(79,70,200,0.28);
}
.cta:hover { filter: brightness(1.06); }
.scroll-cue { display: block; margin-top: 22px; color: var(--muted); font-size: 13px; text-decoration: none; }
.hero-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; margin: 24px auto 0; max-width: 760px; }
.hero-trust span { font-size: 13.5px; color: var(--accent-deep); font-weight: 600; white-space: nowrap; }
.hero-trust span .e { margin-right: 5px; }

/* section scaffolding */
.s { padding: 72px 0; border-top: 1px solid var(--border); }
.s.alt { background: var(--accent-soft); }
.s .kicker { text-align: center; color: var(--accent); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 6px; }
.s h2 { text-align: center; font-size: 30px; margin: 0 0 8px; letter-spacing: -0.02em; }
.s .sub { text-align: center; color: var(--muted); max-width: 580px; margin: 0 auto 14px; }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.step { text-align: center; }
.step .num { width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 2px solid var(--accent); color: var(--accent); font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.step h3 { font-size: 17px; margin: 0 0 4px; }
.step p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* screenshots */
.shots { display: flex; gap: 28px; justify-content: center; align-items: flex-end; margin-top: 44px; flex-wrap: wrap; }
.phone { width: 230px; border-radius: 30px; border: 9px solid #14122a; background: #14122a; box-shadow: 0 22px 50px rgba(20,18,42,0.28); overflow: hidden; }
.phone.mid { width: 250px; }
.phone img { display: block; width: 100%; }
.phone .ph { aspect-ratio: 9 / 19.5; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; font-size: 14px; padding: 20px; background: linear-gradient(160deg, var(--accent) 0%, var(--accent-deep) 100%); }
.shotcap { text-align: center; color: var(--muted); font-size: 13px; margin-top: 10px; }

/* trust strip */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.trust .t { text-align: center; }
.trust .t .ic { font-size: 24px; }
.trust .t b { display: block; margin-top: 6px; font-size: 15px; }
.trust .t span { color: var(--muted); font-size: 13px; }

/* request invite */
.invite-form { display: flex; gap: 10px; max-width: 460px; margin: 26px auto 0; }
.invite-form input { flex: 1; padding: 13px 16px; border: 1px solid var(--border); border-radius: 11px; font-size: 15px; }
.invite-form input:focus { outline: none; border-color: var(--accent); }
.invite-form button { padding: 13px 22px; border: none; border-radius: 11px; background: var(--accent); color: #fff; font-weight: 600; font-size: 15px; cursor: pointer; }
.invite-form button:hover { background: var(--accent-deep); }
.invite-note { text-align: center; color: var(--muted); font-size: 13px; margin-top: 12px; }

/* about */
.about p { max-width: 640px; margin: 14px auto 0; text-align: center; font-size: 16.5px; color: #2c2c2c; }

@media (max-width: 760px) {
  .steps { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr 1fr; }
  .invite-form { flex-direction: column; }
}
.hero img.logo { width: 184px; height: 184px; margin: 0 auto -6px; display: block; filter: drop-shadow(0 12px 30px rgba(79,70,200,0.22)); }
.hero h1 { font-size: 40px; margin: 0 0 8px; color: var(--accent-deep); letter-spacing: -0.02em; }
.hero .tagline { font-size: 18px; color: var(--muted); margin: 0 auto 20px; max-width: 540px; }
.badges { margin: 0 0 26px; }
.badge {
  display: inline-block; margin: 5px; padding: 9px 16px; border-radius: 11px;
  background: #1a1730; color: #fff; font-size: 13px; font-weight: 600; text-decoration: none;
  opacity: 0.55; cursor: default; text-align: left;
}
.badge small { display: block; font-size: 10px; font-weight: 500; opacity: 0.7; }
.badge.live { opacity: 1; cursor: pointer; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature { border: 1px solid var(--border); border-radius: 13px; padding: 15px 15px 13px; background: #fff; text-align: left; }
.feature .ic { width: 30px; height: 30px; border-radius: 8px; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; font-size: 16px; margin-bottom: 8px; }
.feature h3 { margin: 0 0 3px; font-size: 14.5px; }
.feature p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.45; }
@media (max-width: 720px) {
  .features { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 32px; }
}
@media (max-width: 420px) { .features { grid-template-columns: 1fr; } }
.center { text-align: center; }
.legal-links { margin-top: 18px; }
.legal-links a { margin: 0 9px; }
