:root {
  --coral-light: oklch(64% 0.14 30);
  --coral-dark: oklch(53% 0.13 8);
  --coral-text: oklch(50% 0.14 20);
  --coral-eyebrow: oklch(55% 0.15 25);
  --gold-accent: oklch(88% 0.13 90);
  --ink: oklch(30% 0.03 30);
  --ink-soft: oklch(40% 0.02 30);
  --cream: oklch(98% 0.005 60);
  --page-bg: oklch(94% 0.01 60);
  --footer-bg: oklch(30% 0.04 20);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  font-family: "Nunito", sans-serif;
}

::selection {
  background: oklch(75% 0.13 40 / 0.35);
}

a {
  color: inherit;
}

.card {
  width: 100%;
  background: linear-gradient(
    160deg,
    var(--coral-light) 0%,
    var(--coral-dark) 100%
  );
  overflow: hidden;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  border-radius: 100px;
  white-space: nowrap;
}

.btn-white {
  background: white;
  color: var(--coral-text);
  font-size: 16px;
  padding: 14px 26px;
}

.btn-sm {
  font-size: 15px;
  padding: 11px 22px;
}

.btn-outline {
  background: oklch(100% 0 0 / 0.12);
  border: 1.5px solid oklch(100% 0 0 / 0.35);
  color: white;
  font-size: 16px;
  padding: 12.5px 24.5px;
}

/* NAV */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 56px 0;
}

.logo {
  height: 34px;
  width: auto;
}

/* HERO */
.hero {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 56px 56px 40px;
}

.hero-copy {
  flex: 1;
  min-width: 0;
}

.hero-copy h1 {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.08;
  color: white;
  margin: 0 0 20px;
}

.accent {
  color: var(--gold-accent);
}

.hero-lead {
  font-size: 19px;
  line-height: 1.6;
  color: oklch(96% 0.01 30 / 0.92);
  max-width: 480px;
  margin: 0 0 30px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-phone {
  width: 280px;
  height: 560px;
  flex-shrink: 0;
  border-radius: 20px;
  /* border: 5px solid oklch(30% 0.05 20); */
  /* background: repeating-linear-gradient(
    135deg,
    oklch(60% 0.13 30) 0px,
    oklch(60% 0.13 30) 14px,
    oklch(56% 0.13 28) 14px,
    oklch(56% 0.13 28) 28px
  ); */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  /* box-shadow: 0 20px 40px -10px oklch(20% 0.05 20 / 0.5); */
}

.hero-phone video,
.step-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* The source recordings have a device bezel baked in around the actual
   screen content. These scale factors zoom past that bezel so only the
   screen fills the frame (measured crop: x 726-1202, y 55-1052 of the
   1920x1080 source). */
.hero-phone video {
  transform: scale(1.085) translateX(-0.14%) translateY(-1%);
}

.step-visual video {
  transform: scale(1.05) translateY(-1%) translateX(-1%);
}

.placeholder-label {
  font-family: monospace;
  font-size: 12.5px;
  color: white;
  background: oklch(30% 0.05 20 / 0.55);
  padding: 10px 16px;
  border-radius: 10px;
  max-width: 220px;
}

/* PROBLEM STATEMENT */
.problem {
  padding: 6px 56px 50px;
}

.problem p {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: white;
  max-width: 760px;
  margin: 0;
}

/* HOW IT WORKS */
.how {
  background: var(--cream);
  border-radius: 28px 28px 0 0;
  padding: 56px;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.eyebrow {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--coral-eyebrow);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-heading h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: var(--ink);
  margin: 10px 0 0;
}

.steps {
  display: flex;
  gap: 28px;
}

.step-card {
  flex: 1;
  background: white;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 8px 24px -12px oklch(30% 0.05 20 / 0.15);
}

.step-visual {
  width: 190px;
  height: 400px;
  max-width: 100%;
  margin: 0 auto 20px;
  border-radius: 20px;
  /* background: repeating-linear-gradient(
    135deg,
    oklch(90% 0.02 60) 0px,
    oklch(90% 0.02 60) 12px,
    oklch(86% 0.02 60) 12px,
    oklch(86% 0.02 60) 24px
  ); */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.step-visual .placeholder-label {
  color: var(--ink-soft);
  background: white;
  padding: 8px 12px;
  font-size: 11px;
  max-width: 170px;
}

.step-number {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--coral-eyebrow);
}

.step-card h3 {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--ink);
  margin: 4px 0 8px;
}

.step-card p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* BETA SIGNUP */
.signup {
  background: var(--cream);
  padding: 0 56px 60px;
  text-align: center;
}

.signup-card {
  background: linear-gradient(135deg, var(--coral-light), var(--coral-dark));
  border-radius: 24px;
  padding: 48px 40px;
}

.signup-card h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: white;
  margin: 0 0 10px;
}

.signup-card p {
  font-size: 16px;
  color: oklch(96% 0.01 30 / 0.9);
  max-width: 480px;
  margin: 0 auto 26px;
}

.signup-form {
  display: flex;
  gap: 10px;
  max-width: 420px;
  margin: 0 auto;
}

/* Honeypot: hidden from real users, but present for bots that
   autofill every field. Kept off-screen rather than display:none
   so simple bots that check visibility still find it. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.signup-form input {
  flex: 1;
  padding: 14px 18px;
  border-radius: 100px;
  border: none;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  outline: none;
  min-width: 0;
}

.signup-form button {
  background: white;
  color: var(--coral-text);
  border: none;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 100px;
  cursor: pointer;
}

.signup-success {
  color: white;
  font-family: "Fredoka", sans-serif;
  font-size: 14px;
  margin: 14px 0 0;
  padding-top: 10px;
}

.signup-fineprint {
  font-size: 12.5px;
  color: oklch(96% 0.01 30 / 0.7);
  margin: 14px 0 0;
  padding-top: 8px;
}

/* FAQ */
.faq {
  background: var(--cream);
  padding: 0 56px 60px;
}

.faq h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: var(--ink);
  text-align: center;
  margin: 0 0 30px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 700px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border-radius: 16px;
  padding: 20px 24px;
}

.faq-item h4 {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  margin: 0 0 6px;
}

.faq-item p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
}

/* FOOTER */
.footer {
  background: var(--footer-bg);
  padding: 36px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-logo {
  height: 36px;
  width: auto;
}

.footer-credit {
  font-family: "Fredoka", sans-serif;
  text-align: center;
  font-size: 15px;
  color: oklch(90% 0.01 30 / 0.85);
}

.footer-credit a {
  color: inherit;
}

.heart {
  color: var(--gold-accent);
}

.footer-copyright {
  font-size: 12.5px;
  color: oklch(70% 0.02 30 / 0.7);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  /* .page {
    padding: 20px;
  } */

  .nav {
    padding: 20px 24px 0;
  }

  .hero {
    flex-direction: column;
    padding: 40px 24px 32px;
  }

  .hero-copy {
    order: 2;
  }

  .hero-phone {
    order: 1;
    width: 204px;
    height: 410px;
  }

  .hero-phone video {
    transform: scale(1.085) translateX(-0.14%) translateY(-1%);
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-lead {
    max-width: none;
  }

  .problem {
    padding: 6px 24px 36px;
  }

  .problem p {
    font-size: 19px;
  }

  .how,
  .signup,
  .faq {
    padding-left: 24px;
    padding-right: 24px;
  }

  .how {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .steps {
    flex-direction: column;
  }

  .signup-card {
    padding: 36px 24px;
  }

  .signup-form {
    flex-direction: column;
  }

  .footer {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
