:root {
  --cream: #fff8ef;
  --cream-deep: #f9ead9;
  --teal: #0b8f96;
  --teal-dark: #08737d;
  --purple: #7757a6;
  --orange: #f6a718;
  --ink: #2d261d;
  --muted: #6d6257;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(82, 55, 25, 0.16);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

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

.password-gate {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 22%, rgba(246, 167, 24, 0.22), transparent 28%),
    radial-gradient(circle at 82% 70%, rgba(119, 87, 166, 0.16), transparent 28%),
    linear-gradient(180deg, #fffbf5 0%, var(--cream) 100%);
}

.password-gate[hidden],
.site-shell[hidden] {
  display: none;
}

.gate-card {
  display: grid;
  gap: 18px;
  width: min(100%, 480px);
  padding: clamp(28px, 5vw, 48px);
  border: 4px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.gate-card img {
  width: min(260px, 78vw);
  margin: 0 auto 4px;
}

.gate-card h1 {
  color: var(--purple);
  font-size: clamp(2.8rem, 7vw, 4.4rem);
  text-align: center;
}

.gate-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.gate-card label {
  display: grid;
  gap: 8px;
  margin-top: 6px;
  color: var(--teal-dark);
  font-weight: 1000;
}

.gate-card input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 2px solid rgba(11, 143, 150, 0.2);
  border-radius: 18px;
  background: #fffdf9;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.gate-card input:focus {
  border-color: var(--orange);
  outline: 4px solid rgba(246, 167, 24, 0.18);
}

.gate-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: var(--white);
  box-shadow: 0 12px 26px rgba(11, 143, 150, 0.24);
  cursor: pointer;
  font: inherit;
  font-size: 1.04rem;
  font-weight: 1000;
}

.gate-note {
  min-height: 24px;
  color: var(--purple) !important;
  font-size: 0.96rem;
  font-weight: 900 !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 248, 239, 0.88);
  border-bottom: 1px solid rgba(11, 143, 150, 0.16);
  backdrop-filter: blur(14px);
}

.brand img {
  width: clamp(138px, 16vw, 188px);
}

.primary-button,
.signup-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(11, 143, 150, 0.24);
  cursor: pointer;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 900;
}

.hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(28px, 4vw, 70px);
  min-height: calc(100vh - 84px);
  padding: clamp(24px, 3.5vw, 52px) clamp(20px, 5vw, 72px) clamp(36px, 4vw, 60px);
  overflow: hidden;
}

.section-band {
  background:
    radial-gradient(circle at 15% 18%, rgba(246, 167, 24, 0.16), transparent 26%),
    radial-gradient(circle at 88% 22%, rgba(119, 87, 166, 0.14), transparent 24%),
    linear-gradient(180deg, #fffbf5 0%, var(--cream) 100%);
}

.hero-logo {
  width: min(320px, 78vw);
  margin-bottom: 16px;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 620px;
  color: var(--purple);
  font-size: clamp(3.45rem, 6.25vw, 6.55rem);
  text-wrap: balance;
}

h2 {
  color: var(--teal-dark);
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  text-wrap: balance;
}

.hero-copy p,
.section-copy p,
.signup-copy p {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.45vw, 1.32rem);
  font-weight: 750;
}

.hero-copy .primary-button {
  margin-top: 22px;
}

.hero-media {
  position: relative;
  margin-right: 0;
}

.hero-media::before {
  position: absolute;
  inset: 9% 6% 4% 2%;
  content: "";
  border-radius: 44px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.hero-media img {
  position: relative;
  width: 100%;
  border-radius: 34px;
  box-shadow: var(--shadow);
  transform: rotate(0.8deg);
}

.problem {
  padding: clamp(74px, 10vw, 140px) clamp(20px, 6vw, 96px);
  background: var(--teal);
  color: var(--white);
}

.problem h2,
.problem p {
  color: var(--white);
}

.narrow {
  max-width: 980px;
}

.problem .narrow {
  margin: 0 auto;
}

.problem p {
  font-size: clamp(1.3rem, 2.7vw, 2.8rem);
  line-height: 1.18;
}

.fix,
.parents {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1.18fr);
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
  padding: clamp(70px, 9vw, 128px) clamp(20px, 6vw, 90px);
}

.callout {
  color: var(--purple) !important;
  font-size: clamp(1.6rem, 3vw, 3.3rem) !important;
  line-height: 1.05;
}

.feature-image img,
.parents-card img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.parents {
  background: #ffffff;
}

.parents-card {
  padding: clamp(12px, 2vw, 24px);
  border-radius: 38px;
  background: linear-gradient(135deg, #fff3df, #ffffff);
}

.why {
  padding: clamp(70px, 8vw, 120px) clamp(20px, 6vw, 90px);
}

.center {
  margin: 0 auto;
  text-align: center;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 48px auto 0;
  max-width: 1180px;
}

.reason-grid article {
  min-height: 205px;
  padding: 30px 26px;
  border: 3px solid rgba(11, 143, 150, 0.16);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(82, 55, 25, 0.08);
}

.reason-grid span {
  display: block;
  color: var(--purple);
  font-size: 1.45rem;
  font-weight: 1000;
  line-height: 1.05;
}

.reason-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 750;
}

.signup {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(72px, 10vw, 140px) clamp(20px, 6vw, 90px);
  background:
    radial-gradient(circle at 12% 22%, rgba(246, 167, 24, 0.24), transparent 28%),
    radial-gradient(circle at 86% 64%, rgba(11, 143, 150, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(119, 87, 166, 0.13), rgba(246, 167, 24, 0.16)),
    var(--cream);
}

.signup-copy img {
  width: min(330px, 78vw);
  margin-bottom: 22px;
}

.signup-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.signup-perks span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 2px solid rgba(11, 143, 150, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--teal-dark);
  box-shadow: 0 10px 24px rgba(82, 55, 25, 0.08);
  font-size: 0.94rem;
  font-weight: 1000;
}

.signup-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 32px;
  border: 4px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.72), rgba(255, 255, 255, 0.98)),
    var(--white);
  box-shadow: var(--shadow);
}

.form-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
}

.form-topline span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.form-topline strong {
  color: var(--purple);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
}

.signup-form label {
  display: grid;
  gap: 8px;
  color: var(--teal-dark);
  font-weight: 1000;
}

.signup-form input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 2px solid rgba(11, 143, 150, 0.2);
  border-radius: 18px;
  background: #fffdf9;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.signup-form input:focus {
  border-color: var(--orange);
  outline: 4px solid rgba(246, 167, 24, 0.18);
}

.signup-form button {
  min-height: 62px;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  font-size: 1.05rem;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--purple);
  font-size: 0.98rem;
  font-weight: 900;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 28px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: var(--cream);
}

footer img {
  width: 132px;
  filter: brightness(0) invert(1);
}

footer p {
  margin: 0;
  color: var(--cream);
  font-weight: 900;
}

@media (max-width: 980px) {
  .hero,
  .fix,
  .parents,
  .signup {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 34px;
  }

  .hero-media {
    margin-right: 0;
  }

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

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .site-header {
    position: static;
    padding: 12px 16px 10px;
  }

  .brand img {
    width: 134px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }

  .hero,
  .fix,
  .parents,
  .why,
  .signup,
  .problem {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-top: 28px;
    text-align: center;
  }

  .hero-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy p,
  .section-copy p,
  .signup-copy p {
    font-size: 1rem;
  }

  .hero-copy .primary-button {
    width: 100%;
  }

  .hero-media::before {
    inset: 7% 2% 3%;
    border-radius: 24px;
  }

  .hero-media img,
  .feature-image img,
  .parents-card img {
    border-radius: 20px;
  }

  .problem p {
    font-size: clamp(1.18rem, 7vw, 1.8rem);
  }

  .parents-card {
    padding: 10px;
    border-radius: 24px;
  }

  .reason-grid {
    grid-template-columns: 1fr;
  }

  .reason-grid article {
    min-height: auto;
    padding: 24px 22px;
  }

  .signup {
    text-align: left;
  }

  .signup-copy img {
    width: 220px;
  }

  .signup-perks {
    gap: 10px;
  }

  .signup-perks span {
    min-height: 38px;
    font-size: 0.84rem;
  }

  .form-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .signup-form {
    border-radius: 24px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
