:root {
  --ink: #0b1220;
  --muted: #5b667a;
  --blue: #0b5fff;
  --blue-dark: #093a91;
  --line: #d8e1ee;
  --surface: #f7faff;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(247,250,255,.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(216,225,238,.8);
}
.brand {
  font-weight: 800;
  color: var(--blue-dark);
  text-decoration: none;
}
.site-header nav, footer nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}
.site-header nav a, footer nav a { text-decoration: none; color: var(--muted); }
.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  padding: clamp(48px, 8vw, 92px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(11,95,255,.08), rgba(255,255,255,.82) 42%),
    radial-gradient(circle at top right, rgba(11,95,255,.14), transparent 34%);
}
.subhero {
  padding: 72px clamp(20px, 5vw, 72px) 56px;
  background:
    linear-gradient(120deg, rgba(11,95,255,.08), rgba(255,255,255,.94) 48%),
    linear-gradient(180deg, #ffffff, #edf5ff);
}
.subhero h1 {
  max-width: 980px;
}
.eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 800;
  color: var(--blue-dark);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 820px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: .98;
  letter-spacing: 0;
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}
.lead {
  max-width: 720px;
  font-size: 20px;
  color: #334155;
}
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0; }
.btn {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 750;
}
.btn.primary { color: white; background: var(--blue); }
.btn.secondary { color: var(--blue-dark); border: 1px solid var(--line); background: white; }
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
  color: #1e3a8a;
  font-size: 14px;
}
.trust-strip span {
  border: 1px solid #bfdbfe;
  background: rgba(255,255,255,.75);
  border-radius: 8px;
  padding: 12px;
}
.hero-visual {
  min-height: 560px;
  position: relative;
}
.phone {
  position: absolute;
  width: min(62%, 310px);
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(15,23,42,.22);
  border: 8px solid #101827;
  background: white;
}
.shot-main { right: 8%; top: 6%; }
.shot-side { left: 0; bottom: 4%; transform: rotate(-4deg); opacity: .96; }
.band, .proof, .funnel, .faq, .legal {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
}
.section-head { max-width: 840px; margin-bottom: 28px; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.steps article, .choice, .legal-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.steps article { padding: 22px; }
.steps strong {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: #e0ecff;
  color: var(--blue-dark);
  border-radius: 50%;
}
.proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  background: #08275f;
  color: white;
}
.proof .eyebrow, .proof p { color: #dbeafe; }
.checks { padding-left: 20px; color: #eff6ff; }
.analysis-shot {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  border-radius: 28px;
  border: 8px solid #0f172a;
  background: white;
  box-shadow: 0 24px 60px rgba(0,0,0,.3);
}
.funnel { background: white; }
.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.choice {
  display: grid;
  gap: 8px;
  padding: 20px;
  text-decoration: none;
}
.choice span { font-weight: 800; color: var(--blue-dark); }
.choice small { color: var(--muted); font-size: 15px; }
.gallery-hero {
  padding-bottom: 36px;
}
.screenshots-section {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(237,245,255,.86)),
    linear-gradient(120deg, rgba(11,95,255,.08), rgba(255,255,255,0));
}
.gallery-head {
  display: grid;
  gap: 14px;
  max-width: 940px;
}
.gallery-head p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}
.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
}
.screenshot-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  color: var(--ink);
  text-decoration: none;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15,23,42,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.screenshot-card:hover {
  transform: translateY(-3px);
  border-color: #b8cdf0;
  box-shadow: 0 24px 60px rgba(15,23,42,.14);
}
.screenshot-card img {
  width: 100%;
  aspect-ratio: 393 / 852;
  object-fit: cover;
  object-position: top;
  background: white;
  border: 6px solid #0f172a;
  border-radius: 28px;
  box-shadow: 0 14px 32px rgba(15,23,42,.16);
}
.screenshot-number {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: white;
  background: #061a3c;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}
.screenshot-caption {
  display: grid;
  gap: 3px;
  min-height: 72px;
}
.screenshot-caption strong {
  color: var(--blue-dark);
  font-size: 17px;
}
.screenshot-caption small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}
.faq details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 10px;
}
.faq summary { font-weight: 800; cursor: pointer; }
.legal {
  max-width: 960px;
  margin: 0 auto;
}
.legal h1 { font-size: clamp(38px, 5vw, 64px); }
.legal-card { padding: clamp(22px, 4vw, 42px); }
.legal-section { border-bottom: 1px solid var(--line); padding: 0 0 20px; margin-bottom: 20px; }
.legal-section:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.legal-section a { color: var(--blue-dark); }
.beta-page .legal-card {
  margin-top: 24px;
}
.sticky-cta {
  position: sticky;
  bottom: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  color: white;
  background: #061a3c;
  font-weight: 750;
}
.sticky-cta a {
  color: white;
  background: var(--blue);
  border-radius: 8px;
  padding: 8px 12px;
  text-decoration: none;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 36px clamp(20px, 5vw, 72px);
  background: #061a3c;
  color: white;
}
footer p { margin: 6px 0 0; color: #bfdbfe; }
footer nav a { color: #dbeafe; }
@media (max-width: 860px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .hero, .proof { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 520px; }
  .trust-strip, .steps, .choice-grid { grid-template-columns: 1fr; }
  .subhero, .screenshots-section { overflow: hidden; }
  .subhero h1,
  .screenshots-section h2,
  .lead,
  .gallery-head p:not(.eyebrow) {
    max-width: min(100%, 300px);
    overflow-wrap: break-word;
  }
  .screenshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .screenshot-card {
    justify-self: center;
    width: min(100%, 250px);
  }
  .phone { width: min(66%, 290px); }
  .shot-main { right: 0; }
  .shot-side { left: 0; }
  footer { flex-direction: column; }
}
@media (max-width: 520px) {
  h1 { font-size: 40px; }
  h1, h2, .lead {
    max-width: calc(100vw - 40px);
    overflow-wrap: break-word;
  }
  .hero-visual { min-height: 430px; }
  .phone { border-width: 6px; border-radius: 22px; }
  .subhero, .screenshots-section { overflow: hidden; }
  .screenshots-section { padding-inline: 14px; }
  .screenshot-grid { grid-template-columns: 1fr; }
  .screenshot-card {
    justify-self: center;
    width: min(100%, calc(100vw - 28px));
    padding: 10px;
  }
  .screenshot-card img {
    width: 100%;
    min-width: 0;
    max-height: none;
    border-width: 5px;
    border-radius: 24px;
  }
  .screenshot-caption { min-height: 0; }
  .sticky-cta { align-items: stretch; flex-direction: column; text-align: center; }
}
