:root {
  --ink: #0f172a;
  --muted: #667085;
  --line: #e4e9f2;
  --blue: #2457f5;
  --blue-dark: #1744d8;
  --blue-soft: #eef3ff;
  --cyan: #21b3df;
  --green: #16a36b;
  --surface: rgba(255, 255, 255, 0.86);
  --canvas: #f7f9fd;
  --shadow: 0 24px 80px rgba(36, 61, 119, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(36, 87, 245, 0.16), transparent 32rem),
    radial-gradient(circle at 90% 10%, rgba(33, 179, 223, 0.14), transparent 30rem),
    linear-gradient(180deg, #fbfdff 0%, var(--canvas) 44%, #ffffff 100%);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-glow {
  position: fixed;
  z-index: -1;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  filter: blur(20px);
  opacity: 0.5;
}

.page-glow-one {
  top: 9rem;
  left: -8rem;
  background: rgba(36, 87, 245, 0.2);
}

.page-glow-two {
  right: -9rem;
  bottom: 8rem;
  background: rgba(35, 168, 216, 0.18);
}

.site-header,
.hero,
.section,
.problem-strip,
.waitlist-section,
.site-footer {
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(145deg, #1947e8, #6385ff);
  box-shadow: 0 12px 24px rgba(36, 87, 245, 0.25);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #526070;
  font-size: 14px;
  font-weight: 700;
}

.header-nav a:hover {
  color: var(--blue);
}

.header-cta,
.primary-button,
.secondary-button {
  min-height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: 180ms ease;
}

.header-cta,
.primary-button {
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), #6b7cff);
  box-shadow: 0 16px 34px rgba(36, 87, 245, 0.26);
}

.header-cta {
  padding: 0 18px;
  font-size: 14px;
}

.primary-button {
  padding: 0 24px;
  border: 0;
  cursor: pointer;
}

.secondary-button {
  padding: 0 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
}

.primary-button:hover,
.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(36, 87, 245, 0.32);
}

.secondary-button:hover {
  border-color: rgba(36, 87, 245, 0.35);
  color: var(--blue);
}

.hero {
  min-height: calc(100vh - 82px);
  padding: 72px 0 86px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 54px;
}

.eyebrow {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(22, 163, 107, 0.1);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.055em;
}

h1 {
  margin-bottom: 22px;
  max-width: 790px;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.92;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

.hero-lede {
  max-width: 650px;
  color: #526070;
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions,
.trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 30px;
}

.trust-row {
  margin-top: 24px;
  color: #526070;
  font-size: 13px;
  font-weight: 800;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.hero-card {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(238, 243, 255, 0.86));
  box-shadow: var(--shadow);
}

.mock-window {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #ffffff;
}

.mock-topbar {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  color: #526070;
  font-size: 13px;
  font-weight: 800;
}

.mock-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #d7deea;
}

.mock-topbar strong {
  margin-left: 8px;
}

.score-panel {
  margin: 20px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 16px;
  align-items: center;
  border-radius: 22px;
  color: #ffffff;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.25), transparent 12rem),
    linear-gradient(135deg, #1644e0, #6f7cff);
}

.mini-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.82;
}

.score-panel strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 44px;
  letter-spacing: -0.06em;
}

.score-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.score-ring {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 9px solid rgba(255, 255, 255, 0.34);
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.need-card,
.proposal-stack {
  margin: 0 20px 20px;
}

.need-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8faff;
}

.need-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.need-card p {
  margin: 0;
  color: #344054;
  line-height: 1.5;
}

.proposal-stack {
  display: grid;
  gap: 10px;
}

.proposal-stack article {
  padding: 14px 16px;
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04);
}

.proposal-stack b {
  color: var(--ink);
}

.proposal-stack span {
  color: var(--muted);
  font-size: 14px;
}

.problem-strip {
  margin-bottom: 86px;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 50px rgba(36, 61, 119, 0.08);
}

.problem-strip strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}

.problem-strip p {
  margin: 0;
  color: var(--muted);
}

.problem-strip a {
  flex: 0 0 auto;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--blue);
  background: var(--blue-soft);
  font-weight: 900;
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow),
.split-section p {
  color: var(--muted);
  line-height: 1.7;
}

.steps-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.steps-grid article,
.faq-grid article,
.feature-list div {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 40px rgba(36, 61, 119, 0.06);
}

.steps-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 14px;
  color: var(--blue);
  background: var(--blue-soft);
  font-weight: 900;
}

.steps-grid p,
.faq-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.split-section {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  align-items: start;
  gap: 54px;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list div {
  display: grid;
  gap: 6px;
}

.feature-list b {
  color: var(--ink);
  font-size: 17px;
}

.feature-list span {
  color: var(--muted);
  line-height: 1.55;
}

.waitlist-section {
  margin-top: 48px;
  padding: 40px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 36px;
  background:
    radial-gradient(circle at 0% 0%, rgba(36, 87, 245, 0.12), transparent 24rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.waitlist-copy p:not(.eyebrow),
.waitlist-copy li {
  color: var(--muted);
  line-height: 1.7;
}

.waitlist-copy ul {
  margin: 22px 0 0;
  padding-left: 20px;
}

.waitlist-form {
  padding: 22px;
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #ffffff;
}

.waitlist-form label {
  display: grid;
  gap: 8px;
}

.waitlist-form label span {
  color: #344054;
  font-size: 13px;
  font-weight: 900;
}

.waitlist-form input,
.waitlist-form select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfcff;
  outline: 0;
}

.waitlist-form input:focus,
.waitlist-form select:focus {
  border-color: rgba(36, 87, 245, 0.55);
  box-shadow: 0 0 0 4px rgba(36, 87, 245, 0.1);
}

.honeypot {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.form-button {
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
}

.form-button[disabled] {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.form-status.error {
  color: #b42318;
}

.privacy-note {
  margin: 0;
  color: #98a2b3;
  font-size: 12px;
  line-height: 1.5;
}

.faq {
  padding-bottom: 78px;
}

.faq-grid {
  grid-template-columns: repeat(2, 1fr);
}

.site-footer {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #667085;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.site-footer a {
  color: var(--blue);
  font-weight: 900;
}

@media (max-width: 920px) {
  .header-nav {
    display: none;
  }

  .hero,
  .split-section,
  .waitlist-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 42px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .section,
  .problem-strip,
  .waitlist-section,
  .site-footer {
    width: min(100% - 24px, 1120px);
  }

  .site-header {
    min-height: 72px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 42px 0 58px;
    gap: 32px;
  }

  h1 {
    font-size: 43px;
  }

  .hero-lede {
    font-size: 17px;
  }

  .score-panel {
    grid-template-columns: 1fr;
  }

  .problem-strip,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .section {
    padding: 62px 0;
  }

  .steps-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .waitlist-section {
    padding: 24px;
    border-radius: 28px;
  }
}
