:root {
  --ink: #12151c;
  --ink-soft: #3a4050;
  --paper: #fffaf4;
  --white: #ffffff;
  --coral: #ff4f5e;
  --coral-deep: #d93646;
  --teal: #00a6a6;
  --lime: #b7f34a;
  --sun: #ffd166;
  --violet: #6d5dfc;
  --night: #151827;
  --night-2: #20263a;
  --line: rgba(18, 21, 28, 0.12);
  --shadow: 0 18px 44px rgba(18, 21, 28, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  background: rgba(255, 250, 244, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  background: linear-gradient(135deg, var(--coral), var(--teal));
  color: var(--white);
  font-weight: 900;
  font-size: 0.82rem;
  border-radius: 8px;
}

.brand strong {
  display: block;
  font-size: 1rem;
  line-height: 1.05;
}

.brand small {
  display: block;
  color: var(--ink-soft);
  font-size: 0.7rem;
  margin-top: 3px;
  white-space: nowrap;
}

.nav {
  display: none;
  align-items: center;
  gap: 18px;
  font-weight: 800;
  font-size: 0.9rem;
}

.nav a {
  text-decoration: none;
}

.section-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

section {
  scroll-margin-top: 76px;
}

.section-light {
  background: var(--paper);
}

.section-warm {
  background:
    linear-gradient(135deg, rgba(255, 209, 102, 0.25), rgba(0, 166, 166, 0.11)),
    #fff6e9;
}

.section-dark {
  background: var(--night);
  color: var(--white);
}

.section-coral {
  background: linear-gradient(135deg, var(--coral), #ff825c 55%, var(--sun));
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(9, 11, 20, 0.12), rgba(9, 11, 20, 0.55) 42%, rgba(9, 11, 20, 0.92)),
    linear-gradient(90deg, rgba(9, 11, 20, 0.72), rgba(9, 11, 20, 0.18));
}

.hero-inner {
  position: relative;
  padding: 82px 0 34px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-dark .eyebrow,
.section-coral .eyebrow {
  color: var(--lime);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

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

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 16vw, 6.7rem);
}

h2 {
  font-size: clamp(2.25rem, 11vw, 4.8rem);
}

h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

p {
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.65;
}

.section-dark p,
.section-coral p {
  color: rgba(255, 255, 255, 0.82);
}

.hero-copy {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.12rem;
}

.cta-row {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 20px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(183, 243, 74, 0.22);
}

.button-secondary {
  background: var(--white);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line);
}

.button-on-coral {
  background: var(--night);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(18, 21, 28, 0.2);
}

.mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.mini-proof span,
.struggle-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.84rem;
}

.mini-proof span {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.trust,
.problem,
.solution,
.starter,
.how,
.testimonials,
.final-cta,
.contact {
  padding: 66px 0;
}

.trust-grid,
.starter-grid,
.contact-grid,
.flow-grid {
  display: grid;
  gap: 28px;
}

.portrait-card,
.signup-card,
.contact-form {
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.portrait-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
}

.portrait-note {
  padding: 18px;
  background: var(--night);
  color: var(--white);
}

.portrait-note span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
}

.trust-copy p,
.starter-copy > p,
.contact-grid p {
  margin: 16px 0 0;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink-soft);
  line-height: 1.45;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 46%, var(--white) 47% 56%, transparent 57%),
    var(--teal);
}

.narrow {
  max-width: 840px;
}

.problem p,
.final-cta p {
  margin: 18px 0 0;
  font-size: 1.12rem;
}

.struggle-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.struggle-grid span {
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.card-grid {
  display: grid;
  gap: 14px;
}

.feature-card,
.testimonial-card {
  min-height: 210px;
  padding: 22px;
  border-radius: 8px;
  background: var(--night-2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.feature-card {
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.icon-shape {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--coral);
  color: var(--white);
  font-weight: 950;
}

.feature-card:nth-child(2) .icon-shape {
  background: var(--teal);
}

.feature-card:nth-child(3) .icon-shape {
  background: var(--sun);
  color: var(--ink);
}

.feature-card h3,
.testimonial-card figcaption {
  color: var(--white);
}

.included-grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.signup-card,
.contact-form {
  padding: 22px;
}

label {
  display: block;
  margin: 16px 0 7px;
  color: var(--ink);
  font-weight: 900;
  font-size: 0.9rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefe;
  color: var(--ink);
  font: inherit;
  padding: 15px 14px;
  outline: 0;
}

input:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 166, 166, 0.14);
}

.signup-card .button,
.contact-form .button {
  width: 100%;
  margin-top: 18px;
}

.form-note,
.form-success {
  margin: 13px 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.form-success {
  min-height: 1.4em;
  color: var(--teal);
  font-weight: 900;
}

.form-success.is-error {
  color: var(--coral-deep);
}

button:disabled {
  cursor: wait;
  opacity: 0.74;
  transform: none;
}

.steps {
  display: grid;
  gap: 12px;
  counter-reset: steps;
}

.steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 16px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
}

.steps span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-weight: 950;
}

.testimonial-card {
  margin: 0;
}

blockquote {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.55;
}

figcaption {
  margin-top: 18px;
  font-weight: 900;
}

.flow-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flow-list li {
  padding: 16px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
  line-height: 1.45;
}

.final-cta {
  text-align: center;
}

.final-cta .button {
  margin-top: 24px;
  width: 100%;
}

.social-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.social-links a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 16px;
  background: var(--night);
  color: var(--white);
}

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

.footer a {
  color: var(--lime);
  font-weight: 900;
  text-align: right;
}

@media (min-width: 620px) {
  .nav {
    display: flex;
  }

  .cta-row {
    display: flex;
    align-items: center;
  }

  .final-cta .button {
    width: auto;
  }

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

@media (min-width: 860px) {
  .site-header {
    padding: 14px 28px;
  }

  .hero {
    min-height: calc(100svh - 70px);
  }

  .hero-inner {
    padding-bottom: 60px;
  }

  .trust,
  .problem,
  .solution,
  .starter,
  .how,
  .testimonials,
  .final-cta,
  .contact {
    padding: 92px 0;
  }

  .trust-grid {
    grid-template-columns: 0.82fr 1.18fr;
    align-items: center;
    gap: 58px;
  }

  .starter-grid,
  .contact-grid,
  .flow-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
    gap: 46px;
  }

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

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

  .steps article {
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 180px;
  }
}
