:root {
  --bg: #f7f7fb;
  --text: #11121a;
  --muted: #5f6572;
  --accent: #2563eb;
  --accent-dark: #1d4ed8;
  --stroke: rgba(15, 23, 42, 0.12);
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: radial-gradient(1200px 800px at 15% 10%, #ffffff 0%, #f1f3ff 60%, #f7f7fb 100%);
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  border-radius: 50%;
  filter: blur(0px);
  z-index: -1;
  pointer-events: none;
}

body::before {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.18), rgba(255, 255, 255, 0));
  top: -140px;
  right: -120px;
}

body::after {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.16), rgba(255, 255, 255, 0));
  bottom: -200px;
  left: -160px;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
}

.brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
}

.brand-icon span {
  font-size: 18px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 48px;
}

.copy h1 {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  margin: 0 0 18px;
}

.eyebrow {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 16px;
}

.subhead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 28px;
  max-width: 520px;
}

.subhead-line {
  margin: 0 0 12px;
}

.subhead-line:last-child {
  margin-bottom: 0;
}

.waitlist {
  display: flex;
  align-items: center;
  gap: 0;
  background: #ffffff;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 4px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  max-width: 460px;
}

.waitlist input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 14px 16px;
  font-family: "Manrope", sans-serif;
}

.waitlist input::placeholder {
  color: #9aa0ae;
}

.cta {
  border: none;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.cta:active {
  transform: translateY(0);
}

.fineprint {
  margin: 12px 0 24px;
  font-size: 14px;
  color: #8a90a1;
}

.form-message {
  margin: 12px 0 0;
  font-size: 14px;
  color: #4b5568;
  max-width: 520px;
}

.submission-frame {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.follow {
  font-size: 14px;
  color: #48506b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.follow::after {
  content: "->";
  font-size: 14px;
}

.visual {
  display: flex;
  justify-content: center;
}

.phone-frame {
  width: min(360px, 90%);
  border-radius: 36px;
  padding: 18px;
  background: linear-gradient(180deg, #f9fbff, #eef1ff);
  border: 1px solid rgba(37, 99, 235, 0.18);
  box-shadow: var(--shadow);
}

.phone-frame--double {
  width: min(640px, 100%);
}

.phone-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.phone-card {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 0;
}

.phone-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  background: #fff;
}

.phone-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(6px);
}

.phone-badge--after {
  color: #0b3d2e;
  background: rgba(236, 253, 245, 0.95);
  border-color: rgba(16, 185, 129, 0.3);
}

.phone-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid var(--stroke);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  font-size: 14px;
  text-align: right;
}

.caption-title {
  font-weight: 600;
  color: #2b3143;
}

.caption-stat {
  color: #0f172a;
}

.caption-stat strong {
  font-weight: 700;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .visual {
    order: 2;
  }

  .copy {
    order: 1;
  }

  .waitlist {
    width: 100%;
  }

}

@media (max-width: 600px) {
  .page {
    padding: 32px 20px 32px;
  }

  .waitlist {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
  }

  .cta {
    width: 100%;
  }

  .phone-pair {
    grid-template-columns: 1fr;
  }

}
