@font-face {
  font-family: "Nunito";
  src: url("assets/nunito-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("assets/nunito-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("assets/nunito-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("assets/nunito-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("assets/nunito-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Fredoka";
  src: url("assets/fredoka-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --cream: #fff8f0;
  --ink: #22201e;
  --red: #e63946;
  --deep-red: #a7101b;
  --turquoise: #2ec4b6;
  --warm-gray: #726b65;
  --white: #fff;
  --red-hover: #f04b57;
  --red-active: #cf2c38;
  --motion-fast: 160ms;
  --motion-base: 240ms;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --rough-wiggle: 1.05;
  --rough-step: 15.5;
  --rough-smooth: 100;
  --rough-radius: 13.5;
  --rough-seed: 144;
  --page-x: clamp(16px, calc(-6.535px + 6.009vw), 80px);
  --page-y: clamp(16px, calc(13.183px + 0.751vw), 24px);
  --hero-x: clamp(16px, calc(7.549px + 2.254vw), 40px);
  --section-gap: clamp(32px, calc(29.183px + 0.751vw), 40px);
  --title-size: clamp(30px, calc(23.549px + 2.254vw), 56px);
  --title-leading: clamp(35px, calc(28.958px + 1.878vw), 56px);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: "Nunito", sans-serif;
}

html {
  scroll-behavior: smooth;
}

html.lenis {
  scroll-behavior: auto;
}

body {
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform var(--motion-fast) ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 50%;
  width: min(100%, 1440px);
  height: 4px;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--red) 0 72%, var(--turquoise));
  box-shadow: 0 1px 0 rgb(34 32 30 / 22%);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  transition: transform 80ms linear;
  will-change: transform;
}

section[id] {
  scroll-margin-top: 16px;
}

.page {
  min-height: 100vh;
  overflow-x: clip;
}

.frame-27 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: var(--page-y) var(--page-x);
  background: var(--cream);
}

.hero {
  --rough-width: 3;
  --rough-stroke: var(--ink);
  position: relative;
  display: flex;
  width: 100%;
  min-height: 776px;
  flex-direction: column;
  padding: 0 var(--hero-x) clamp(16px, calc(8.606px + 1.972vw), 37px);
  border: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 3px var(--ink);
}

.header {
  position: relative;
  z-index: 4;
  display: flex;
  width: 100%;
  min-height: clamp(54px, calc(42.028px + 3.193vw), 88px);
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(24px, 1.667vw, 24px);
  padding-bottom: clamp(0px, calc(-8.451px + 2.254vw), 24px);
}

.menu-toggle {
  display: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.111vw, 16px);
  border-radius: 8px;
  transition:
    color var(--motion-fast) ease,
    transform var(--motion-base) var(--ease-out);
}

.brand img {
  display: block;
  width: clamp(27px, calc(21.366px + 1.502vw), 43px);
  height: clamp(24px, calc(18.366px + 1.502vw), 40px);
  transition: transform var(--motion-base) var(--ease-out);
}

.brand span {
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: clamp(20px, calc(16.479px + 0.939vw), 30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: clamp(-1.2px, -0.08em, -0.8px);
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.667vw, 24px);
}

.nav a {
  --rough-width: 2;
  --rough-stroke: var(--ink);
  --rough-fill: var(--cream);
  position: relative;
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 7px clamp(10px, 1.181vw, 17px);
  border: 2px solid var(--ink);
  border-radius: 32px;
  background: var(--cream);
  font-size: clamp(14px, 1.111vw, 16px);
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  transition:
    color var(--motion-fast) ease,
    background-color var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease,
    transform var(--motion-fast) var(--ease-out);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 456px;
  margin-top: var(--section-gap);
}

.copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 61.417%;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(24px, calc(21.183px + 0.751vw), 32px);
}

.intro {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(8px, calc(5.183px + 0.751vw), 16px);
}

.eyebrow,
h1,
.description,
.cta-wrap p,
.bonus p {
  margin: 0;
}

.eyebrow {
  color: var(--red);
  font-size: clamp(12px, calc(11.648px + 0.094vw), 13px);
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

h1 {
  width: 100%;
  font-size: var(--title-size);
  font-weight: 800;
  line-height: var(--title-leading);
  letter-spacing: 0;
  text-wrap: balance;
}

.description {
  color: var(--warm-gray);
  font-size: clamp(17px, calc(17.296px + 0.188vw), 20px);
  font-weight: 400;
  line-height: 1.2;
}

.cta-wrap {
  display: flex;
  width: min(100%, 509px);
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cta {
  --rough-width: 2;
  --rough-stroke: var(--ink);
  --rough-fill: var(--red);
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  gap: clamp(16px, 1.667vw, 24px);
  padding: 16px clamp(20px, 2.222vw, 32px);
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--red);
  box-shadow: none;
  color: var(--white);
  transition:
    background-color var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease,
    transform var(--motion-base) var(--ease-out);
  will-change: transform;
}

.cta img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  transition: transform var(--motion-base) var(--ease-out);
}

.cta span {
  min-width: 0;
  flex: 1 1 auto;
  font-size: clamp(15px, calc(15.296px + 0.188vw), 18px);
  font-weight: 800;
  line-height: 24px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.cta-wrap > p {
  width: 100%;
  color: var(--warm-gray);
  font-size: clamp(12px, calc(11.296px + 0.188vw), 14px);
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.portrait {
  position: absolute;
  z-index: 0;
  top: -4px;
  right: 3.333%;
  width: 42.833%;
  aspect-ratio: 514 / 519;
  overflow: visible;
}

.couple {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.spark {
  position: absolute;
  display: block;
  opacity: 1;
  transform-origin: center;
  transition:
    opacity var(--motion-base) ease,
    transform 360ms var(--ease-out);
}

.spark-big {
  top: 21.4%;
  left: 76.46%;
  width: 11.87%;
  height: auto;
}

.spark-small {
  top: 13.68%;
  left: 85.21%;
  width: 4.28%;
  height: auto;
}

.trust-rotator {
  position: absolute;
  z-index: 5;
  right: 12.125%;
  bottom: -0.5px;
  width: clamp(190px, 18.583%, 223px);
  height: 88px;
  overflow: hidden;
  pointer-events: none;
}

.trust-card {
  --rough-width: 2;
  --rough-stroke: var(--ink);
  --rough-fill: var(--white);
  position: absolute;
  z-index: 1;
  inset: 4px 2px;
  display: flex;
  height: 80px;
  align-items: center;
  gap: clamp(10px, 1.111vw, 16px);
  padding: 20px clamp(18px, 1.736vw, 25px);
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: var(--white);
  opacity: 0;
  animation: trust-card-cycle 9s var(--ease-out) infinite both;
  animation-delay: calc(var(--card-index) * 3s);
}

.trust-card img {
  display: block;
  width: 17px;
  height: 20px;
  flex: 0 0 17px;
}

.trust-card span {
  font-size: clamp(12px, 0.972vw, 14px);
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

.trust-card .trust-value {
  color: var(--red);
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: 22px;
  line-height: 1;
}

@keyframes trust-card-cycle {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(0.97);
  }

  7%,
  27% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  33%,
  100% {
    opacity: 0;
    transform: translateY(34px) scale(0.97);
  }
}

.bonus {
  --rough-width: 2.5;
  --rough-stroke: var(--ink);
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  min-height: 115px;
  margin-top: var(--section-gap);
  grid-template-columns: max-content 1px minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(20px, 2.222vw, 32px);
  padding: 24px clamp(18px, 2.222vw, 32px);
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--cream);
  box-shadow: inset 0 0 0 2.5px var(--ink);
}

.bonus-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.667vw, 24px);
  color: var(--turquoise);
  font-size: clamp(14px, 1.389vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.bonus-label img {
  display: block;
  width: clamp(32px, 2.778vw, 40px);
  height: clamp(32px, 2.778vw, 40px);
  flex: 0 0 auto;
}

.bonus-divider {
  width: 2px;
  height: 64px;
  object-fit: cover;
}

.bonus-body {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(260px, 455px) minmax(220px, 1fr);
  gap: clamp(16px, 1.667vw, 24px);
  align-items: center;
}

.bonus-action {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.bonus-button {
  --rough-width: 2;
  --rough-stroke: rgb(0 0 0 / 25%);
  --rough-fill: var(--white);
  position: relative;
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 7px clamp(12px, 1.667vw, 24px);
  border: 2px solid rgb(0 0 0 / 25%);
  border-radius: 16px;
  background: var(--white);
  color: rgb(34 32 30 / 55%);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  overflow-wrap: anywhere;
  user-select: none;
  transition:
    color var(--motion-fast) ease,
    transform var(--motion-base) var(--ease-out);
}

.bonus-action small {
  color: rgb(34 32 30 / 50%);
  font-size: clamp(10px, 0.833vw, 12px);
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.bonus-copy {
  font-size: clamp(17px, 1.528vw, 22px);
  font-weight: 900;
  line-height: 24px;
  text-align: right;
  white-space: nowrap;
}

.bonus-copy strong {
  color: var(--red);
  font-weight: 900;
}

.rough-outline {
  position: absolute;
  z-index: 8;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.rough-outline path {
  fill: none;
  stroke: var(--rough-stroke, var(--ink));
  stroke-width: var(--rough-width, 2);
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  transition:
    fill var(--motion-fast) ease,
    stroke var(--motion-fast) ease;
}

.rough-outline--filled {
  z-index: 0;
  transition: filter var(--motion-fast) ease;
}

.rough-outline--filled path {
  fill: var(--rough-fill, transparent);
}

.rough-ready .hero,
.rough-ready .bonus {
  box-shadow: none;
  overflow: visible;
}

.rough-ready .nav a,
.rough-ready .cta,
.rough-ready .trust-card,
.rough-ready .bonus-button {
  border-color: transparent;
  background: transparent;
  isolation: isolate;
  overflow: visible;
}

.rough-ready .nav a > :not(.rough-outline),
.rough-ready .cta > :not(.rough-outline),
.rough-ready .trust-card > :not(.rough-outline),
.rough-ready .bonus-button > :not(.rough-outline) {
  position: relative;
  z-index: 1;
}

.brand:focus-visible,
.nav a:focus-visible,
.cta:focus-visible,
.bonus-button:focus-visible,
.back-to-top:focus-visible {
  outline: 3px solid var(--turquoise);
  outline-offset: 4px;
}

.nav a:active {
  transform: translateY(1px);
  box-shadow: none;
}

.cta:active {
  --rough-fill: var(--red-active);
  background: transparent;
  box-shadow: none;
  transform: translateY(2px);
  transition-duration: 80ms;
}

.cta:active .rough-outline--filled {
  filter: drop-shadow(0 1px 0 var(--deep-red));
}

.cta:active img {
  transform: scale(0.9);
}

.bonus-button:active {
  --rough-fill: var(--red-active);
  --rough-stroke: var(--red-active);
  color: var(--white);
  transform: translateY(2px);
}

@media (hover: hover) and (pointer: fine) {
  .brand:hover {
    color: var(--red);
    transform: translateY(-1px);
  }

  .brand:hover img {
    transform: rotate(-6deg) scale(1.06);
  }

  .nav a:hover {
    --rough-stroke: var(--red);
    --rough-fill: var(--white);
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    color: var(--red);
    transform: translateY(-2px);
  }

  .nav a:hover .rough-outline--filled {
    filter: drop-shadow(0 3px 0 var(--ink));
  }

  .cta:hover {
    --rough-fill: var(--red-hover);
    background: transparent;
    box-shadow: none;
    transform: translateY(-3px);
  }

  .cta:hover .rough-outline--filled {
    filter: drop-shadow(0 5px 0 var(--deep-red));
  }

  .cta:hover img {
    transform: translateX(3px) scale(1.06);
  }

  .bonus-button:hover {
    --rough-fill: var(--red);
    --rough-stroke: var(--red);
    color: var(--white);
    transform: translateY(-2px);
  }

  .bonus-button:hover .rough-outline--filled {
    filter: drop-shadow(0 4px 0 rgb(167 16 27 / 45%));
  }

  .bonus-button:hover:active {
    --rough-fill: var(--red-active);
    --rough-stroke: var(--red-active);
    transform: translateY(1px);
  }

  .hero:hover .spark-big {
    opacity: 0.76;
    transform: translateY(-5px) rotate(4deg) scale(1.06);
  }

  .hero:hover .spark-small {
    opacity: 0.68;
    transform: translateY(-3px) rotate(-7deg) scale(1.12);
  }

  .nav a:hover:active {
    box-shadow: none;
    transform: translateY(1px);
  }

  .nav a:hover:active .rough-outline--filled {
    filter: none;
  }

  .cta:hover:active {
    --rough-fill: var(--red-active);
    background: transparent;
    box-shadow: none;
    transform: translateY(2px);
  }

  .cta:hover:active .rough-outline--filled {
    filter: drop-shadow(0 1px 0 var(--deep-red));
  }
}

@media (max-width: 980px) {
  .bonus {
    grid-template-columns: max-content minmax(0, 1fr);
  }

  .bonus-divider {
    display: none;
  }

  .bonus-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .bonus-copy {
    order: -1;
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 900px) {
  .trust-rotator {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 0;
    padding: 0 16px 16px;
  }

  .header {
    min-height: 54px;
    padding: 24px 0 0;
  }

  .brand img {
    width: 27px;
    height: 24px;
  }

  .brand {
    gap: 16px;
  }

  .brand span {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1.2px;
  }

  .menu-toggle {
    position: relative;
    z-index: 12;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 12px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    place-content: center;
    gap: 5px;
    -webkit-tap-highlight-color: transparent;
  }

  .menu-toggle::before {
    position: absolute;
    z-index: -1;
    inset: 2px;
    border: 2px solid currentcolor;
    border-radius: inherit;
    background: var(--cream);
    content: "";
    transition:
      background-color var(--motion-fast) ease,
      transform var(--motion-base) var(--ease-out);
  }

  .menu-toggle-line {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: currentcolor;
    transform-origin: center;
    transition:
      opacity var(--motion-fast) ease,
      transform var(--motion-base) var(--ease-out);
  }

  .menu-toggle[aria-expanded="true"] {
    color: var(--white);
  }

  .menu-toggle[aria-expanded="true"]::before {
    background: var(--red);
    transform: rotate(3deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-of-type(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-of-type(3) {
    opacity: 0;
    transform: scaleX(0);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-of-type(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav {
    position: absolute;
    z-index: 10;
    top: calc(100% + 12px);
    right: 0;
    display: flex;
    width: min(100%, 300px);
    padding: 12px;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: var(--cream);
    box-shadow: 0 8px 0 rgb(34 32 30 / 14%);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px) scale(0.98);
    transform-origin: top right;
    transition:
      opacity var(--motion-fast) ease,
      visibility var(--motion-fast) ease,
      transform var(--motion-base) var(--ease-out);
    visibility: hidden;
  }

  .nav[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .nav a {
    width: 100%;
    min-height: 48px;
    padding-inline: 18px;
  }

  .hero-content {
    width: 100%;
    min-height: 0;
    margin-top: 32px;
  }

  .copy {
    width: 100%;
    gap: 24px;
  }

  .eyebrow {
    text-transform: none;
    white-space: nowrap;
  }

  .description {
    line-height: 1.333;
  }

  .cta-wrap {
    align-items: flex-start;
  }

  .cta {
    --cta-icon-size: 24px;
    display: grid;
    min-height: 80px;
    height: auto;
    grid-template-columns: var(--cta-icon-size) minmax(0, 1fr) var(--cta-icon-size);
    padding: 16px 24px;
    border: 0;
    box-shadow: inset 0 0 0 2px var(--ink);
  }

  .cta::after {
    width: var(--cta-icon-size);
    height: 1px;
    content: "";
  }

  .cta img {
    width: var(--cta-icon-size);
    height: var(--cta-icon-size);
  }

  .cta span {
    font-size: clamp(14px, calc(2.364px + 3.636vw), 16px);
    letter-spacing: -0.25px;
    line-height: 20px;
    text-align: center;
  }

  .cta-wrap > p {
    font-size: 13px;
    white-space: normal;
  }

  .portrait,
  .trust-rotator {
    display: none;
  }

  .bonus {
    display: flex;
    min-height: 244px;
    margin-top: 32px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    padding: 24px 16px;
  }

  .bonus-label {
    justify-content: flex-start;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
  }

  .bonus-label img {
    width: 32px;
    height: 32px;
  }

  .bonus-divider {
    display: none;
  }

  .bonus-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .bonus-action {
    align-items: flex-start;
    gap: 4px;
  }

  .bonus-button {
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .bonus-action small {
    font-size: 12px;
    line-height: 16px;
  }

  .bonus-copy {
    order: -1;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 359px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .description {
    font-size: 17px;
  }

  .cta {
    padding-inline: 16px;
  }

  .cta span {
    font-size: 14px;
  }
}

.section-shell {
  width: 100%;
}

.section-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(48px, 5.556vw, 80px) var(--page-x);
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--red);
  font-size: clamp(12px, 0.972vw, 14px);
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.section-shell h2 {
  margin: 0;
  font-size: clamp(34px, 3.333vw, 48px);
  font-weight: 900;
  line-height: 1.08;
  text-wrap: balance;
}

.problems {
  background: var(--cream);
}

.problem-grid {
  display: grid;
  margin-top: clamp(32px, 3.333vw, 48px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.problem-card,
.stat-card,
.offer-card,
.services-frame {
  --rough-stroke: var(--ink);
  position: relative;
  border: 2px solid var(--ink);
  background: var(--cream);
}

.problem-card {
  --rough-width: 2;
  --rough-fill: var(--cream);
  min-height: 136px;
  padding: 24px;
  border-radius: 14px;
  transition:
    color var(--motion-fast) ease,
    transform var(--motion-base) var(--ease-out);
}

.problem-number {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.problem-card p {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.problem-quote {
  position: relative;
  display: flex;
  min-height: 136px;
  margin: 0;
  grid-column: 3 / 5;
  align-items: center;
  padding: 24px 52px 24px 32px;
  color: var(--warm-gray);
  font-size: clamp(18px, 1.667vw, 24px);
  font-weight: 700;
  line-height: 1.25;
}

.problem-quote::before {
  position: absolute;
  top: 12px;
  left: 0;
  color: var(--turquoise);
  content: "“";
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 1;
}

.problem-quote::after {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--red);
  content: "♥";
  font-size: 26px;
  transform: rotate(8deg);
}

.benefits {
  max-width: 1440px;
  margin-inline: auto;
  background: #c9eef1;
}

.benefits-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(40px, 6.111vw, 88px);
  align-items: center;
}

.benefits-visual {
  position: relative;
  width: 100%;
}

.benefits-visual::before {
  position: absolute;
  z-index: 0;
  top: 6%;
  right: 0;
  width: 82%;
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 50%;
  content: "";
  opacity: 0.12;
}

.benefits-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  mix-blend-mode: multiply;
}

.benefits-copy {
  min-width: 0;
}

.benefit-list {
  display: grid;
  margin: clamp(28px, 2.778vw, 40px) 0 32px;
  padding: 0;
  gap: 17px;
  list-style: none;
}

.benefit-list li {
  position: relative;
  padding-left: 46px;
  font-size: clamp(17px, 1.389vw, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.benefit-list li::before {
  position: absolute;
  top: -2px;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--cream);
  color: var(--red);
  content: "✓";
  font-size: 18px;
  font-weight: 900;
  place-items: center;
  transform: rotate(-2deg);
}

.section-cta {
  max-width: 510px;
}

.about {
  max-width: 1440px;
  margin-inline: auto;
  background: #ffdde6;
}

.about-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(40px, 6.111vw, 88px);
  align-items: center;
  overflow: hidden;
}

.about h2 span,
.services-heading h2 span {
  color: var(--red);
}

.about-lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--warm-gray);
  font-size: clamp(17px, 1.389vw, 20px);
  line-height: 1.45;
}

.stats-grid {
  display: grid;
  margin-top: clamp(32px, 3.333vw, 48px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.stat-card {
  --rough-width: 2;
  --rough-fill: var(--cream);
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  border-radius: 14px;
  transition: transform var(--motion-base) var(--ease-out);
}

.stat-card strong {
  color: var(--red);
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: clamp(27px, 2.222vw, 32px);
  line-height: 1;
}

.stat-card span {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 800;
}

.about-portrait {
  position: relative;
  align-self: end;
  margin: 0;
}

.about-portrait img {
  display: block;
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: center;
  border-radius: 50% 50% 18px 18px;
  mix-blend-mode: multiply;
}

.about-portrait figcaption {
  position: absolute;
  right: 18px;
  bottom: 24px;
  padding: 13px 18px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--cream);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
  transform: rotate(-1deg);
}

.about-portrait figcaption span {
  color: var(--warm-gray);
  font-size: 12px;
  font-weight: 600;
}

.services {
  background: var(--cream);
}

.services-frame {
  --rough-width: 3;
  padding: clamp(32px, 3.333vw, 48px);
  border: 0;
  border-radius: 12px;
  box-shadow: inset 0 0 0 3px var(--ink);
}

.services-heading {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.services-heading > p:last-child {
  max-width: 760px;
  margin: 20px 0 0;
  margin-inline: auto;
  color: var(--warm-gray);
  font-size: clamp(16px, 1.389vw, 20px);
  line-height: 1.4;
}

.offers-grid {
  display: grid;
  margin-top: clamp(32px, 3.333vw, 48px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.offer-card {
  --rough-width: 2;
  --rough-fill: var(--white);
  display: flex;
  min-height: 296px;
  flex-direction: column;
  padding: 28px 24px;
  border-radius: 14px;
  transition:
    color var(--motion-fast) ease,
    transform var(--motion-base) var(--ease-out);
}

.offer-card--popular {
  --rough-fill: #ffe16a;
  background: #ffe16a;
}

.popular-badge {
  position: absolute;
  z-index: 5;
  top: -14px;
  right: 18px;
  padding: 5px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(2deg);
}

.offer-label {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.offer-card h3 {
  min-height: 52px;
  margin: 0;
  font-size: clamp(20px, 1.667vw, 24px);
  font-weight: 900;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.offer-price {
  margin: 22px 0 0;
  color: var(--red);
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: clamp(25px, 2.083vw, 30px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.offer-meta {
  margin: 9px 0 0;
  color: var(--turquoise);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-description {
  margin: auto 0 0;
  border-top: 1px solid rgb(34 32 30 / 16%);
  padding-top: 20px;
  color: var(--warm-gray);
  font-size: 15px;
  line-height: 1.35;
}

.services-action {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.services-cta {
  max-width: 590px;
}

.services-action > p {
  margin: 0;
  color: var(--warm-gray);
  font-size: 13px;
  text-align: center;
}

.footer {
  background: var(--ink);
  color: var(--cream);
}

.footer-inner {
  display: flex;
  width: 100%;
  max-width: 1440px;
  min-height: 150px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 32px var(--page-x);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-contact a {
  display: flex;
  min-height: 44px;
  align-items: center;
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: clamp(24px, 2.222vw, 32px);
}

.footer-contact span {
  margin-top: 6px;
  color: rgb(255 248 240 / 65%);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.back-to-top {
  --rough-width: 2;
  --rough-stroke: var(--ink);
  --rough-fill: var(--cream);
  position: fixed;
  z-index: 40;
  right: clamp(16px, 2.222vw, 32px);
  bottom: clamp(16px, 2.222vw, 32px);
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink);
  cursor: pointer;
  opacity: 0;
  place-items: center;
  pointer-events: none;
  transform: translateY(16px) scale(0.92);
  transition:
    color var(--motion-fast) ease,
    opacity var(--motion-fast) ease,
    transform var(--motion-base) var(--ease-out),
    visibility var(--motion-fast) ease;
  visibility: hidden;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.back-to-top span {
  position: relative;
  z-index: 1;
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: 27px;
  line-height: 1;
}

.rough-ready .problem-card,
.rough-ready .stat-card,
.rough-ready .offer-card,
.rough-ready .back-to-top {
  border-color: transparent;
  background: transparent;
  isolation: isolate;
  overflow: visible;
}

.rough-ready .services-frame {
  box-shadow: none;
  overflow: visible;
}

.rough-ready .problem-card > :not(.rough-outline),
.rough-ready .stat-card > :not(.rough-outline),
.rough-ready .offer-card > :not(.rough-outline),
.rough-ready .back-to-top > :not(.rough-outline) {
  position: relative;
  z-index: 1;
}

.nav a[aria-current="location"] {
  --rough-fill: var(--red);
  --rough-stroke: var(--red);
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.rough-ready .nav a[aria-current="location"] {
  border-color: transparent;
  background: transparent;
}

.motion-ready [data-reveal] {
  opacity: 0;
  translate: 0 18px;
  transition:
    opacity 560ms ease,
    translate 620ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  translate: 0;
}

@media (hover: hover) and (pointer: fine) {
  .problem-card:hover,
  .stat-card:hover,
  .offer-card:hover {
    transform: translateY(-5px) rotate(-0.25deg);
  }

  .problem-card:hover {
    --rough-stroke: var(--red);
    color: var(--red);
  }

  .problem-card:hover .problem-number {
    color: var(--ink);
  }

  .stat-card:hover .rough-outline--filled,
  .problem-card:hover .rough-outline--filled,
  .offer-card:hover .rough-outline--filled {
    filter: drop-shadow(0 5px 0 rgb(34 32 30 / 18%));
  }

  .offer-card:hover {
    --rough-stroke: var(--red);
  }

  .footer-contact a:hover {
    color: var(--turquoise);
  }

  .nav a[aria-current="location"]:hover {
    --rough-fill: var(--red-hover);
    --rough-stroke: var(--red);
    color: var(--white);
  }

  .back-to-top:hover {
    --rough-fill: var(--red);
    --rough-stroke: var(--red);
    color: var(--white);
    transform: translateY(-3px) rotate(2deg);
  }
}

@media (max-width: 1000px) {
  .problem-grid,
  .offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-quote {
    grid-column: 1 / 3;
  }

  .benefits-inner,
  .about-inner {
    gap: 36px;
  }

  .about-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  }
}

@media (max-width: 900px) {
  .benefits-inner,
  .about-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .benefits-copy {
    order: -1;
  }

  .benefits-visual,
  .about-portrait {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .about-portrait {
    margin-bottom: clamp(-80px, -5.556vw, -48px);
  }
}

@media (max-width: 760px) {
  .section-inner {
    padding: 48px 16px;
  }

  .section-shell h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .problem-grid,
  .benefits-inner,
  .about-inner,
  .offers-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .problem-grid,
  .offers-grid {
    gap: 16px;
  }

  .problem-card {
    min-height: 118px;
    padding: 20px;
  }

  .problem-quote {
    min-height: 150px;
    grid-column: 1;
    padding: 28px 20px 20px 38px;
  }

  .benefits-inner,
  .about-inner {
    gap: 32px;
  }

  .benefits-visual {
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .benefits-copy {
    order: -1;
  }

  .benefit-list li {
    padding-left: 42px;
    font-size: 17px;
  }

  .section-cta {
    max-width: none;
  }

  .about-portrait {
    width: min(100%, 480px);
    margin: 0 auto -48px;
  }

  .about-portrait figcaption {
    right: 4px;
    bottom: 36px;
  }

  .stats-grid {
    gap: 14px;
  }

  .stat-card {
    min-height: 100px;
    padding: 18px 16px;
  }

  .services-frame {
    padding: 32px 16px;
  }

  .offer-card {
    min-height: 270px;
  }

  .services-cta {
    height: auto;
    min-height: 80px;
  }

  .footer-inner {
    min-height: 190px;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    text-align: center;
  }

  .footer-contact {
    align-items: center;
  }

  .back-to-top {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 420px) {
  .stats-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about h2 br {
    display: none;
  }

  .services-frame {
    margin-inline: 0;
  }

  .services-heading h2 {
    font-size: 31px;
  }

  .offer-card {
    min-height: 250px;
  }

  .cta {
    --cta-icon-size: 22px;
    gap: 12px;
    padding-inline: 16px;
  }

  .cta img {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .offer-price {
    font-size: 24px;
  }
}

@media (pointer: coarse) {
  .brand,
  .footer-contact a {
    min-height: 44px;
  }

  .nav a,
  .cta,
  .bonus-button {
    -webkit-tap-highlight-color: rgb(46 196 182 / 22%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .cta {
    will-change: auto;
  }

  .scroll-progress span {
    transition: none;
  }

  .trust-card {
    display: none;
    animation: none;
  }

  .trust-card:first-child {
    display: flex;
    opacity: 1;
    transform: none;
  }
}
