* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #0b0b0b;
  color: #f2eadb;
  font-family: Arial, Helvetica, sans-serif;
}

.page {
  width: min(100% - 24px, 760px);
  margin: 0 auto;
  padding: 24px 0 40px;
}

.header {
  margin-bottom: 24px;
  text-align: center;
}

.topline {
  margin: 0 0 8px;
  color: #d2ae62;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
}

h1,
h2,
.cover-box strong,
.section-title,
.guarantee-title {
  margin: 0;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 42px;
  line-height: 1;
}

.subtitle,
.timer,
.description {
  color: #cfc3ab;
}

.subtitle {
  margin: 10px auto 0;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.5;
}

.timer {
  margin: 14px 0 0;
  font-size: 14px;
}

#countdown {
  color: #d2ae62;
}

.mobile-scroll-cue {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 0;
  color: #cfc3ab;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.mobile-scroll-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #d2ae62;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 16.5l-6-6 1.4-1.4 4.6 4.6 4.6-4.6 1.4 1.4-6 6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 16.5l-6-6 1.4-1.4 4.6 4.6 4.6-4.6 1.4 1.4-6 6z'/%3E%3C/svg%3E") center / contain no-repeat;
  animation: mobile-cue-bounce 1.6s ease-in-out infinite;
}

.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #2d2416;
  background: #111111;
  text-align: center;
}

.cover {
  width: min(100%, 182px);
  aspect-ratio: 2 / 3;
  height: auto;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  background: #0f0f0f;
}

.cover-playbook {
  background: linear-gradient(180deg, #d1aa5f, #744a18);
}

.cover-bundle {
  background: linear-gradient(180deg, #d7d1c1, #6d6658);
}

.cover-prompts {
  background: linear-gradient(180deg, #7f2c25, #314a3f);
}

.cover-box {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  padding: 14px 10px;
}

.cover-box span {
  font-size: 12px;
  letter-spacing: 2px;
}

.cover-box strong {
  font-size: 34px;
  line-height: 0.95;
}

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

.cover-bundle .cover-image {
  object-fit: cover;
  object-position: center 35%;
}

h2 {
  min-height: 74px;
  font-size: 22px;
  line-height: 1.1;
}

.description {
  min-height: 64px;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.price {
  position: relative;
  margin: auto 0 16px;
  padding-top: 14px;
  color: #d2ae62;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  text-align: center;
}

.old-price {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: 34px;
  color: #bf4e4e;
  font-size: 22px;
  opacity: 0.95;
  transform: translateY(-50%);
}

.old-price::before,
.old-price::after {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top: 50%;
  height: 2px;
  background: #bf4e4e;
  transform-origin: center;
}

.old-price::before {
  transform: rotate(14deg);
}

.old-price::after {
  transform: rotate(-14deg);
}

.button {
  display: inline-block;
  width: 100%;
  padding: 13px 16px;
  background: #d2ae62;
  color: #111111;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}

.proof,
.reviews,
.guarantee {
  margin-top: 18px;
  border: 1px solid #2d2416;
  background: #111111;
}

.proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  text-align: center;
}

.proof-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: #cfc3ab;
  font-size: 13px;
  line-height: 1.45;
}

.proof-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-color: #d2ae62;
}

.proof-icon-delivery {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 7h10v6H3V7zm11 2h3l3 3v1h-6V9zm-8 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm11 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4zM8 18h7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 7h10v6H3V7zm11 2h3l3 3v1h-6V9zm-8 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm11 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4zM8 18h7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.proof-icon-secure {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a4 4 0 0 1 4 4v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1V6a4 4 0 0 1 4-4zm2 6V6a2 2 0 1 0-4 0v2h4zm-2 3a2 2 0 0 1 1 3.732V17h-2v-2.268A2 2 0 0 1 12 11z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a4 4 0 0 1 4 4v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1V6a4 4 0 0 1 4-4zm2 6V6a2 2 0 1 0-4 0v2h4zm-2 3a2 2 0 0 1 1 3.732V17h-2v-2.268A2 2 0 0 1 12 11z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.section-title {
  font-size: 26px;
  text-align: center;
}

.reviews {
  overflow: hidden;
  padding: 16px 0 16px 16px;
}

.reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 16px 14px 0;
}

.rating-summary {
  text-align: right;
}

.stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 18px;
  line-height: 1;
}

.star-full,
.star-empty {
  display: inline-block;
  color: #d2ae62;
}

.star-empty {
  color: rgba(210, 174, 98, 0.26);
}

.rating-summary p {
  margin: 6px 0 0;
  color: #cfc3ab;
  font-size: 13px;
}

.review-track {
  overflow: hidden;
}

.review-grid {
  display: flex;
  gap: 14px;
  width: max-content;
  padding-right: 16px;
  animation: review-scroll 38s linear infinite;
}

.review {
  width: 220px;
  min-height: 180px;
  padding: 14px;
  border: 1px solid #2d2416;
  background: #161616;
}

.review-stars {
  margin-bottom: 10px;
  color: #d2ae62;
  font-size: 14px;
  letter-spacing: 2px;
}

.review p {
  margin: 0;
  color: #f2eadb;
  font-size: 14px;
  line-height: 1.6;
}

.review span {
  display: block;
  margin-top: 10px;
  color: #d2ae62;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@keyframes review-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 7px));
  }
}

@keyframes mobile-cue-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }
}

.guarantee {
  padding: 16px;
}

.guarantee-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.guarantee-badge {
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  object-fit: contain;
}

.guarantee-text {
  flex: 1;
  text-align: left;
}

.guarantee-title {
  color: #d2ae62;
  font-size: 24px;
}

.guarantee-copy {
  margin: 8px 0 0;
  color: #cfc3ab;
  font-size: 14px;
  line-height: 1.5;
}

.trees {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.tree {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100vh;
  opacity: 0.18;
}

.tree::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 70px;
  width: 8px;
  height: 100%;
  background: #d2ae62;
}

.tree::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 120px;
  background:
    linear-gradient(20deg, transparent 44%, #d2ae62 45%, #d2ae62 53%, transparent 54%),
    linear-gradient(-20deg, transparent 44%, #d2ae62 45%, #d2ae62 53%, transparent 54%),
    linear-gradient(55deg, transparent 46%, #d2ae62 47%, #d2ae62 54%, transparent 55%),
    linear-gradient(-55deg, transparent 46%, #d2ae62 47%, #d2ae62 54%, transparent 55%);
}

.tree-left {
  left: 0;
}

.tree-right {
  right: 0;
  transform: scaleX(-1);
}

@media (max-width: 640px) {
  .page {
    width: min(100% - 18px, 760px);
    padding-top: 18px;
  }

  h1 {
    font-size: 34px;
  }

  .mobile-scroll-cue {
    display: flex;
  }

  .products,
  .proof {
    grid-template-columns: 1fr;
  }

  .reviews-head {
    display: block;
    padding-right: 16px;
  }

  .rating-summary {
    margin-top: 10px;
    text-align: center;
  }

  .cover {
    width: min(100%, 232px);
    height: auto;
  }

  .guarantee-inner {
    flex-direction: column;
  }

  .guarantee-text {
    text-align: center;
  }

  .tree {
    width: 52px;
  }

  .tree::before {
    left: 24px;
  }

  .tree::after {
    width: 52px;
  }
}
