* {
  box-sizing: border-box;
}

:root {
  --ink: #21141c;
  --plum: #4d213b;
  --berry: #8e2d62;
  --pink: #f04aa3;
  --hot-pink: #ff69bd;
  --blush: #fff0f8;
  --soft-pink: #ffd5ec;
  --cream: #fffdf8;
  --white: #ffffff;
  --muted: #7f6473;
  --line: #f7bddc;
  --gold: #f4ca62;
  --mint: #dff6ec;
  --cta-glitter: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(90, 0, 54, 0.16)), url("assets/pink-glitter-cta.jpg");
  --shadow: 0 22px 58px rgba(77, 33, 59, 0.18);
  --tight-shadow: 0 14px 32px rgba(77, 33, 59, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 810px;
  margin-bottom: 20px;
  font-size: clamp(54px, 7.3vw, 106px);
  line-height: 0.9;
  color: var(--white);
  text-shadow: 0 8px 24px rgba(77, 33, 59, 0.18);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 5.3vw, 84px);
  line-height: 0.9;
  color: var(--plum);
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.1;
  color: var(--plum);
}

p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.58;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: rgba(77, 33, 59, 0.9);
  border-bottom: 1px solid rgba(255, 213, 236, 0.25);
  backdrop-filter: blur(16px);
}

.brand,
nav a,
.header-cta,
.button,
.text-link {
  text-decoration: none;
}

.brand {
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

nav a {
  color: rgba(255, 255, 255, 0.86);
}

nav a:hover {
  color: var(--soft-pink);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 6px;
  color: var(--white);
  background-image: var(--cta-glitter);
  background-size: 180% 180%;
  background-position: center;
  box-shadow: 0 12px 24px rgba(33, 20, 28, 0.2);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(33, 20, 28, 0.48);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 122px 34px 96px;
  color: var(--white);
  background:
    linear-gradient(126deg, rgba(77, 33, 59, 0.1), rgba(240, 74, 163, 0.08)),
    url("assets/hero-cross-desktop.png");
  background-size: cover;
  background-position: center center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 132px;
  background: linear-gradient(to bottom, rgba(255, 253, 248, 0), var(--cream));
  pointer-events: none;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(33, 20, 28, 0.88) 0%, rgba(77, 33, 59, 0.66) 37%, rgba(77, 33, 59, 0.16) 72%, rgba(33, 20, 28, 0.08) 100%),
    linear-gradient(0deg, rgba(33, 20, 28, 0.32), rgba(77, 33, 59, 0.08) 48%, rgba(33, 20, 28, 0.22));
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(670px, 100%);
  margin-left: max(0px, calc((100vw - 1180px) / 2));
}

.proof {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  color: #ffe7f5;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.buyer-proof {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  margin: 0 0 18px;
  padding: 6px 15px 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 32px rgba(33, 20, 28, 0.18);
  backdrop-filter: blur(12px);
}

.buyer-avatars {
  display: flex;
  align-items: center;
  margin-right: 11px;
}

.buyer-avatars img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(33, 20, 28, 0.24);
}

.buyer-avatars img + img {
  margin-left: -9px;
}

.buyer-proof span {
  color: var(--white);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-copy {
  width: min(600px, 100%);
  color: #fff5fb;
  font-size: clamp(20px, 2.1vw, 25px);
  line-height: 1.43;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  margin: 30px 0 16px;
}

.cta-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 218px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  border: 0;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: var(--tight-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.header-cta:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.58);
  background-color: var(--pink);
  background-image: var(--cta-glitter);
  background-size: 155% 155%;
  background-position: center;
  box-shadow: 0 18px 38px rgba(240, 74, 163, 0.26);
  text-shadow: 0 1px 10px rgba(77, 33, 59, 0.52);
}

.button.primary:hover {
  background-position: 62% 42%;
  box-shadow: 0 22px 44px rgba(240, 74, 163, 0.34);
}

.button.ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.price-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 5px 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.sale-price {
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

.normal-price {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.normal-price s {
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 255, 255, 0.9);
}

.microcopy {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.5;
}

.hero-media {
  position: absolute;
  z-index: 2;
  inset: 88px max(26px, calc((100vw - 1180px) / 2)) 52px auto;
  width: min(47vw, 585px);
  pointer-events: none;
}

.hero-phone {
  position: absolute;
  width: min(190px, 28vw);
  aspect-ratio: 9 / 19.5;
  object-fit: cover;
  border: 8px solid #2a1723;
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 28px 58px rgba(33, 20, 28, 0.25);
}

.hero-phone.one {
  top: 9%;
  left: 5%;
  transform: rotate(-9deg);
}

.hero-phone.two {
  top: 0;
  right: 20%;
  transform: rotate(7deg);
}

.hero-phone.three {
  right: 4%;
  bottom: 5%;
  transform: rotate(3deg);
}

.heart-check-band {
  padding: 94px 0 84px;
  background: var(--cream);
}

.split,
.video-layout,
.product-grid,
.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

.heart-check-band p,
.message-section p,
.inside-section p,
.offer-section p {
  max-width: 660px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-grid li,
.inside-list li,
.faq-grid article,
.phase-row article {
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--tight-shadow);
}

.check-grid li {
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(247, 189, 220, 0.65);
  color: var(--plum);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.28;
}

.message-section {
  padding: 100px 0;
  background:
    linear-gradient(180deg, var(--blush), #fff9fc 55%, var(--cream));
}

.video-layout {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
}

.mockup-frame {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(247, 189, 220, 0.78);
  background: var(--white);
  box-shadow: var(--shadow);
}

.mockup-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 8px;
  color: var(--berry);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.text-link::after {
  content: "";
  width: 34px;
  height: 2px;
  margin-left: 10px;
  background: var(--pink);
}

.rhythm-section {
  padding: 96px 0 104px;
  color: var(--white);
  background: var(--plum);
}

.rhythm-section h2 {
  color: var(--white);
}

.phase-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.phase-row article {
  min-height: 244px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 213, 236, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.phase-row span {
  display: block;
  margin-bottom: 22px;
  color: var(--soft-pink);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.phase-row h3 {
  color: var(--white);
}

.phase-row p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.48;
}

.inside-section {
  padding: 112px 0;
  background:
    linear-gradient(90deg, rgba(223, 246, 236, 0.48), rgba(255, 240, 248, 0.78) 45%, rgba(255, 253, 248, 1));
}

.product-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
}

.inside-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.inside-list li {
  position: relative;
  min-height: 72px;
  padding: 16px 16px 16px 42px;
  border: 1px solid rgba(247, 189, 220, 0.7);
  color: var(--plum);
  font-size: 15px;
  font-weight: 820;
  line-height: 1.28;
}

.inside-list li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(240, 74, 163, 0.14);
}

.product-img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(247, 189, 220, 0.78);
  box-shadow: var(--shadow);
}

.wallpaper-section {
  overflow: hidden;
  padding: 104px 0 116px;
  background: var(--white);
}

.wallpaper-section h2,
.wallpaper-section .section-copy {
  width: min(760px, 100%);
}

.section-copy {
  margin-bottom: 34px;
}

.phone-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 34px);
  align-items: end;
}

.phone-row img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border: 9px solid #2a1723;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 24px 50px rgba(77, 33, 59, 0.16);
}

.phone-row img:nth-child(2) {
  transform: translateY(-24px);
}

.offer-section {
  padding: 100px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, #21141c, #6c254f 50%, #f04aa3 116%);
}

.offer-section h2,
.offer-section h3 {
  color: var(--white);
}

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

.price-block {
  justify-self: end;
  width: min(420px, 100%);
  padding: 28px;
  border: 1px solid rgba(255, 213, 236, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 60px rgba(33, 20, 28, 0.26);
  backdrop-filter: blur(14px);
}

.offer-label {
  margin-bottom: 18px;
  color: #ffe7f5;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.price-block .button {
  width: 100%;
  margin: 6px 0 16px;
  color: var(--white);
  background-color: var(--pink);
  background-image: var(--cta-glitter);
  background-size: 155% 155%;
  background-position: center;
}

.offer-price {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(33, 20, 28, 0.22);
}

.faq-section {
  padding: 94px 0 104px;
  background: var(--cream);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid article {
  min-height: 246px;
  padding: 24px 20px;
  border: 1px solid rgba(247, 189, 220, 0.7);
}

.faq-grid p {
  font-size: 16px;
  line-height: 1.5;
}

.site-footer {
  padding: 30px 20px;
  text-align: center;
  background: var(--ink);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(33, 20, 28, 0.58);
}

.checkout-modal[hidden] {
  display: none;
}

.modal-panel {
  width: min(520px, 100%);
  padding: 30px;
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 30px 80px rgba(33, 20, 28, 0.3);
}

.modal-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(38px, 6vw, 62px);
}

.modal-close {
  float: right;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--plum);
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.thanks-page {
  background:
    radial-gradient(circle at top right, rgba(255, 105, 189, 0.22), rgba(255, 105, 189, 0) 34%),
    linear-gradient(180deg, var(--blush), var(--cream) 38%, var(--white));
}

.thanks-main {
  min-height: 100vh;
  padding: 96px 0 70px;
}

.thanks-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.74fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
}

.thanks-hero h1 {
  color: var(--plum);
  text-shadow: none;
}

.thanks-page .proof {
  color: var(--berry);
}

.thanks-hero .hero-copy,
.thanks-main .microcopy {
  color: var(--muted);
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}

.thanks-actions .button.secondary {
  color: var(--plum);
  background: var(--white);
  border: 1px solid var(--line);
}

.thanks-card,
.reminder-card {
  border-radius: 8px;
  border: 1px solid rgba(247, 189, 220, 0.78);
  background: var(--white);
  box-shadow: var(--tight-shadow);
}

.thanks-card {
  padding: 18px;
}

.thanks-card img {
  width: 100%;
  border-radius: 6px;
}

.buyer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 20px;
  align-items: start;
  margin-top: 56px;
}

.reminder-card {
  padding: 26px;
}

.reminder-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.reminder-actions button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.58);
  background-color: var(--pink);
  background-image: var(--cta-glitter);
  background-size: 155% 155%;
  background-position: center;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: var(--tight-shadow);
  text-shadow: 0 1px 10px rgba(77, 33, 59, 0.52);
}

[data-reminder-status] {
  margin: 16px 0 0;
  color: var(--berry);
  font-size: 15px;
  font-weight: 800;
}

.setup-list {
  margin: 0;
  padding-left: 21px;
}

.setup-list li {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .site-header {
    padding: 0 18px;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding: 112px 22px 78px;
    background-image:
      linear-gradient(126deg, rgba(77, 33, 59, 0.08), rgba(240, 74, 163, 0.08)),
      url("assets/hero-cross-mobile.png");
    background-position: center center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(33, 20, 28, 0.82), rgba(77, 33, 59, 0.52) 55%, rgba(77, 33, 59, 0.16)),
      linear-gradient(0deg, rgba(33, 20, 28, 0.26), rgba(77, 33, 59, 0.12) 48%, rgba(33, 20, 28, 0.2));
  }

  .hero-content {
    width: min(620px, 100%);
  }

  .hero-media {
    inset: auto 0 26px auto;
    width: 58vw;
    min-height: 460px;
    opacity: 0.36;
  }

  .hero-phone {
    width: min(168px, 36vw);
  }

  .split,
  .video-layout,
  .product-grid,
  .offer-layout,
  .thanks-hero,
  .buyer-grid {
    grid-template-columns: 1fr;
  }

  .price-block {
    justify-self: stretch;
  }

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

@media (max-width: 680px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    min-height: 64px;
    gap: 12px;
  }

  .brand {
    font-size: 18px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hero {
    min-height: 91vh;
    padding: 98px 14px 64px;
    background-position: center center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(33, 20, 28, 0.78) 0%, rgba(77, 33, 59, 0.56) 45%, rgba(77, 33, 59, 0.36) 100%),
      linear-gradient(90deg, rgba(33, 20, 28, 0.42), rgba(33, 20, 28, 0.08));
  }

  .hero-media {
    width: 74vw;
    min-height: 405px;
    opacity: 0.24;
  }

  .hero-phone {
    width: min(136px, 40vw);
    border-width: 6px;
    border-radius: 22px;
  }

  .hero h1 {
    max-width: min(100%, 430px);
    margin-bottom: 16px;
    font-size: clamp(56px, 15.8vw, 74px);
    line-height: 0.84;
  }

  h2 {
    font-size: clamp(42px, 13vw, 66px);
  }

  .proof {
    font-size: 12px;
  }

  .buyer-proof {
    min-height: 40px;
    margin-bottom: 14px;
    padding: 5px 13px 5px 7px;
  }

  .buyer-avatars img {
    width: 28px;
    height: 28px;
  }

  .buyer-proof span {
    font-size: 12px;
  }

  .hero-copy,
  p {
    font-size: 18px;
  }

  .hero-actions,
  .thanks-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cta-stack,
  .button,
  .thanks-actions .button {
    width: 100%;
  }

  .heart-check-band,
  .message-section,
  .rhythm-section,
  .inside-section,
  .wallpaper-section,
  .offer-section,
  .faq-section {
    padding: 72px 0;
  }

  .check-grid,
  .inside-list,
  .phase-row,
  .faq-grid,
  .phone-row {
    grid-template-columns: 1fr;
  }

  .phone-row {
    width: min(330px, 100%);
    margin: 0 auto;
  }

  .phone-row img:nth-child(2) {
    transform: none;
  }

  .phase-row article,
  .faq-grid article {
    min-height: 0;
  }

  .price-block,
  .reminder-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
