:root {
  --ink: #273047;
  --muted: #657086;
  --purple: #75418f;
  --blue: #2db5dd;
  --yellow: #ffe08a;
  --cream: #fff7e8;
  --pink: #f7d9e9;
  --green: #1dbf73;
  --orange: #ff9f1c;
  --shadow: 0 18px 42px rgba(39, 48, 71, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fffdf8;
  font-family: "Nunito", Arial, sans-serif;
  line-height: 1.5;
}

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

.wrap {
  width: min(100% - 28px, 560px);
  margin: 0 auto;
}

.hero {
  padding: 24px 0 46px;
  text-align: center;
  background: linear-gradient(180deg, #e8f9ff 0%, #fffdf8 100%);
}

.tag,
.eyebrow {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Baloo 2", "Nunito", Arial, sans-serif;
  line-height: 1.03;
  letter-spacing: 0;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 23px;
}

.lead,
.section p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 800;
}

.lead {
  margin: 14px 0 18px;
  color: #3e4a63;
}

.hero-img {
  width: min(310px, 92%);
  margin: 0 auto 18px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 15px 18px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, #32df83, #119b52);
  box-shadow: 0 8px 0 rgba(10, 102, 52, 0.35), 0 18px 28px rgba(17, 155, 82, 0.22);
  font-size: 15px;
  font-weight: 1000;
  text-decoration: none;
  text-transform: uppercase;
}

.pulse {
  animation: pulse 1.35s ease-in-out infinite;
}

@keyframes pulse {
  50% {
    transform: scale(1.03);
  }
}

.micro {
  margin: 12px 0 0;
  color: #7b8496;
  font-size: 13px;
  font-weight: 900;
}

.section {
  padding: 44px 0;
}

.pain {
  background: #fff;
  text-align: center;
}

.mini-list,
.check {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.mini-list span,
.check li {
  position: relative;
  padding: 14px 14px 14px 42px;
  border-radius: 10px;
  color: #354057;
  background: #f1fbff;
  font-weight: 900;
  text-align: left;
}

.mini-list span::before,
.check li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
}

.image-stack,
.proof-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.image-stack img,
.product-img,
.bonus img,
.proof-grid img,
.price-card,
.guarantee-box,
details {
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.image-stack img,
.product-img,
.bonus img,
.proof-grid img {
  background: #fffdf8;
}

.product {
  background: linear-gradient(180deg, var(--cream), #fff);
}

.product-img {
  margin: 22px auto;
}

.bonus {
  color: #fff;
  background: linear-gradient(180deg, #6d3d86, #402154);
}

.bonus h2,
.bonus .eyebrow {
  color: #fff;
}

.bonus p {
  color: #fff5ff;
}

.bonus img {
  margin: 22px auto;
}

.how-it-works {
  background: linear-gradient(180deg, #fff7e8, #f5fbff);
}

.steps-visual {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.steps-visual article {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 2px solid #e4edf7;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

.steps-visual span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(180deg, #2db5dd, #75418f);
  font-family: "Baloo 2", "Nunito", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.steps-visual b {
  display: block;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.steps-visual h3 {
  align-self: end;
}

.steps-visual p {
  grid-column: 2;
  margin: -8px 0 0;
  align-self: start;
  font-size: 15px;
}

.proof {
  background: #f5fbff;
}

.offer {
  background: #fff;
  text-align: center;
}

.price-card {
  margin-top: 24px;
  padding: 22px;
  border: 3px solid var(--yellow);
  background: linear-gradient(180deg, #fff8d7, #fff);
}

.old-price {
  margin: 16px 0 0;
  color: #7b8496 !important;
  font-size: 15px !important;
  font-weight: 1000 !important;
  text-transform: uppercase;
}

.price {
  margin: 4px 0 18px;
  color: #c91522 !important;
  font-family: "Baloo 2", "Nunito", Arial, sans-serif;
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1;
}

.guarantee {
  background: linear-gradient(180deg, #e9f8ff, #fff);
}

.guarantee-box {
  display: grid;
  gap: 16px;
  padding: 22px;
  background: #fff;
  text-align: center;
}

.guarantee-box img {
  width: 170px;
  margin: 0 auto;
}

.faq {
  background: #fff;
}

details {
  margin-top: 12px;
  border: 2px solid #e3edf5;
  background: #fbfdff;
}

summary {
  cursor: pointer;
  padding: 18px;
  color: var(--ink);
  font-weight: 1000;
}

details p {
  margin: 0;
  padding: 0 18px 18px;
}

footer {
  padding: 18px 0;
  color: #dfeaff;
  background: #17213a;
  text-align: center;
}

footer p {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
}

@media (min-width: 780px) {
  .wrap {
    width: min(1120px, calc(100% - 48px));
  }

  .hero {
    padding: 44px 0 64px;
  }

  h1 {
    max-width: 920px;
    margin: 0 auto;
    font-size: 58px;
  }

  h2 {
    font-size: 42px;
  }

  .lead {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

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

  .proof-grid {
    align-items: start;
  }

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

  .steps-visual article {
    display: block;
    text-align: center;
  }

  .steps-visual span {
    margin: 0 auto 12px;
  }

  .steps-visual p {
    margin: 8px 0 0;
  }

  .price-card,
  .guarantee-box {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
