:root {
  color: #17211b;
  background: #f6f4ed;
  font-family: "DM Sans", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #17211b;
  --muted: #667069;
  --paper: #f6f4ed;
  --white: #fffef9;
  --accent: #e8ff5c;
  --accent-dark: #cfe840;
  --line: rgba(23, 33, 27, 0.13);
  --shadow: 0 28px 80px rgba(33, 42, 36, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 12%, rgba(232, 255, 92, 0.24), transparent 24rem),
    var(--paper);
}

a {
  color: inherit;
}

.site-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  font-family: "Manrope", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.055em;
  text-decoration: none;
}

.header-cta {
  padding: 11px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.header-cta:hover {
  color: var(--white);
  background: var(--ink);
}

.hero {
  min-height: 680px;
  padding: 70px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: 72px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 20px;
  color: #58635b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 580px;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.25rem, 5.8vw, 5.75rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero-description {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.7;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.primary-button {
  min-width: 178px;
  padding: 16px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 5px 5px 0 var(--accent-dark);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.primary-button:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--accent-dark);
}

.text-link {
  padding: 7px 0;
  font-size: 0.94rem;
  font-weight: 700;
  text-underline-offset: 5px;
}

.supporting-copy {
  margin: 17px 0 0;
  color: #7a827d;
  font-size: 0.78rem;
}

.product-preview {
  overflow: hidden;
  border: 1px solid rgba(23, 33, 27, 0.14);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.preview-topbar {
  height: 50px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #e9e8e2;
  color: #808781;
  font-size: 0.66rem;
}

.preview-controls {
  display: flex;
  gap: 5px;
}

.preview-controls span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9d9d4;
}

.preview-label {
  font-weight: 600;
}

.live-badge {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #597158;
}

.live-badge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8bb276;
}

.preview-body {
  min-height: 450px;
  display: grid;
  grid-template-columns: 76px 1fr;
}

.preview-sidebar {
  padding: 22px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-right: 1px solid #efeee9;
  background: #faf9f5;
}

.sidebar-mark {
  width: 29px;
  height: 29px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--ink);
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
}

.sidebar-line {
  width: 34px;
  height: 5px;
  border-radius: 99px;
  background: #dedfd9;
}

.sidebar-line.active {
  background: #a8aeaa;
}

.sidebar-line.short {
  width: 25px;
}

.summary-card {
  padding: 36px 40px 42px;
}

.summary-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.summary-kicker {
  margin: 0 0 8px;
  color: #8b928d;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.summary-heading h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}

.duration {
  padding: 5px 8px;
  border-radius: 5px;
  background: #f0f0ea;
  color: #858c87;
  font-size: 0.55rem;
}

.summary-date {
  margin: 7px 0 30px;
  color: #989d99;
  font-size: 0.63rem;
}

.summary-section + .summary-section {
  margin-top: 27px;
}

.summary-section h3 {
  margin: 0 0 11px;
  font-size: 0.72rem;
}

.summary-section > p {
  margin: 0;
  color: #6f7771;
  font-size: 0.69rem;
  line-height: 1.7;
}

.action-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.action-list li {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 14px 1fr auto;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #efeee9;
  color: #646c66;
  font-size: 0.64rem;
}

.action-list b {
  color: #919792;
  font-size: 0.55rem;
  font-weight: 600;
}

.check {
  width: 12px;
  height: 12px;
  border: 1px solid #c9ccc8;
  border-radius: 3px;
}

.trust-strip {
  min-height: 92px;
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip p {
  margin: 0;
  color: #626c65;
  font-size: 0.82rem;
  font-weight: 600;
}

.trust-strip span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #afb5b0;
}

.how-it-works {
  padding: 130px 0 145px;
}

.section-intro {
  max-width: 620px;
}

.section-intro h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.section-intro > p:last-child {
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.steps {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.steps article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 254, 249, 0.58);
}

.step-number {
  color: #909891;
  font-size: 0.7rem;
  font-weight: 700;
}

.steps h3 {
  margin: 65px 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 1.14rem;
  letter-spacing: -0.025em;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .hero {
    padding-top: 45px;
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .product-preview {
    width: min(680px, 100%);
    justify-self: center;
    transform: none;
  }
}

@media (max-width: 680px) {
  .site-shell {
    width: min(100% - 30px, 1180px);
  }

  .site-header {
    height: 72px;
  }

  .header-cta {
    padding: 9px 14px;
  }

  .hero {
    min-height: auto;
    padding: 55px 0 70px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 15vw, 4.5rem);
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .primary-button {
    width: 100%;
  }

  .preview-body {
    min-height: 380px;
    grid-template-columns: 1fr;
  }

  .preview-sidebar {
    display: none;
  }

  .summary-card {
    padding: 28px 24px 32px;
  }

  .trust-strip {
    padding: 30px 10px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .trust-strip span {
    display: none;
  }

  .how-it-works {
    padding: 95px 0;
  }

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

  .steps article {
    min-height: 210px;
  }

  .steps h3 {
    margin-top: 45px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
