:root {
  --bg: #fff5ea;
  --bg-soft: #fffaf4;
  --ink: #351905;
  --muted: #7a4c28;
  --orange: #ff6b00;
  --orange-dark: #d94d00;
  --yellow: #ffd34f;
  --green: #24834a;
  --blue: #1689c7;
  --red: #d9342b;
  --line: rgba(80, 42, 12, 0.14);
  --shadow: 0 22px 60px rgba(91, 47, 7, 0.16);
  --wood: #8d4b23;
  --wood-dark: #5f2e12;
  --check: #dff1d0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(36, 131, 74, 0.06) 25%, transparent 25% 50%, rgba(36, 131, 74, 0.06) 50% 75%, transparent 75%) 0 0 /
      56px 56px,
    linear-gradient(180deg, #fff8ed 0%, #fff0d5 48%, #fff7ea 100%);
  font-family:
    Inter,
    Segoe UI,
    Arial,
    sans-serif;
}

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

main {
  min-height: 100%;
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
  font-weight: 900;
}

h1 {
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 6.8vw, 5.4rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 1.04;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.sales-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(46px, 6vw, 76px) 18px 0;
  display: grid;
  justify-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(36, 131, 74, 0.16) 25%, transparent 25% 50%, rgba(36, 131, 74, 0.16) 50% 75%, transparent 75%) 0 0 /
      64px 64px,
    radial-gradient(circle at 50% 18%, rgba(255, 211, 79, 0.42), transparent 27rem),
    linear-gradient(180deg, #fff0df 0%, #fff8ef 72%, #fffaf4 72%);
}

.sales-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  pointer-events: none;
  background:
    repeating-linear-gradient(100deg, rgba(143, 82, 28, 0.12) 0 8px, rgba(255, 231, 163, 0.18) 8px 16px),
    linear-gradient(180deg, transparent, rgba(255, 250, 244, 0.98));
}

.festa-flags,
.section-ribbon {
  height: 42px;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--red) 0 18%, var(--yellow) 18% 36%, var(--green) 36% 54%, var(--blue) 54% 72%, #f47b20 72% 90%, var(--red) 90%) 0 0 /
      210px 36px repeat-x;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 58%,
    96% 38%,
    92% 58%,
    88% 38%,
    84% 58%,
    80% 38%,
    76% 58%,
    72% 38%,
    68% 58%,
    64% 38%,
    60% 58%,
    56% 38%,
    52% 58%,
    48% 38%,
    44% 58%,
    40% 38%,
    36% 58%,
    32% 38%,
    28% 58%,
    24% 38%,
    20% 58%,
    16% 38%,
    12% 58%,
    8% 38%,
    4% 58%,
    0 38%
  );
}

.festa-flags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.section-ribbon {
  width: min(620px, 100%);
  margin: 0 auto 24px;
  opacity: 0.95;
}

.straw {
  position: absolute;
  bottom: 18px;
  width: 210px;
  height: 110px;
  opacity: 0.5;
  pointer-events: none;
  background: repeating-linear-gradient(112deg, transparent 0 8px, rgba(151, 104, 37, 0.42) 9px 12px, transparent 13px 22px);
  filter: blur(0.2px);
}

.straw--left {
  left: -34px;
  transform: rotate(-10deg);
}

.straw--right {
  right: -34px;
  transform: scaleX(-1) rotate(-10deg);
}

.sales-hero__content {
  width: min(980px, 100%);
  text-align: center;
  z-index: 1;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 2px solid rgba(141, 75, 35, 0.18);
  background:
    linear-gradient(90deg, rgba(36, 131, 74, 0.12) 25%, transparent 25% 50%, rgba(36, 131, 74, 0.12) 50% 75%, transparent 75%) 0 0 /
      22px 22px,
    #fff0dc;
  color: var(--orange-dark);
  font-weight: 900;
}

.lead,
.section-copy,
.offer-lead {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 22px;
}

.hero-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(53, 25, 5, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(91, 47, 7, 0.08);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  max-width: 100%;
  padding: 16px 30px;
  border-radius: 14px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 24px rgba(217, 77, 0, 0.22);
}

.cta--primary {
  color: #fff;
  background: linear-gradient(180deg, #31b862, var(--green));
  border: 2px solid rgba(255, 255, 255, 0.72);
  animation: pulse-buy 1.55s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(36, 131, 74, 0.42), 0 14px 28px rgba(36, 131, 74, 0.28);
}

.cta--secondary {
  margin-top: 28px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 24px rgba(36, 131, 74, 0.2);
}

@keyframes pulse-buy {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(36, 131, 74, 0.45), 0 14px 28px rgba(36, 131, 74, 0.28);
  }

  60% {
    transform: scale(1.035);
    box-shadow: 0 0 0 14px rgba(36, 131, 74, 0), 0 18px 34px rgba(36, 131, 74, 0.34);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(36, 131, 74, 0), 0 14px 28px rgba(36, 131, 74, 0.28);
  }
}

.cta--wide {
  width: min(460px, 100%);
}

.rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.rating strong {
  color: #e39a00;
}

.trust-strip {
  width: min(1040px, calc(100% - 28px));
  margin: -26px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(53, 25, 5, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.trust-strip span {
  min-height: 62px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: var(--ink);
  font-weight: 900;
  text-align: center;
}

.trust-strip span + span {
  border-left: 1px solid rgba(53, 25, 5, 0.08);
}

.product-showcase {
  position: relative;
  width: min(900px, 100%);
  min-height: 455px;
  margin-top: 38px;
}

.product-video {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(300px, 74vw);
  aspect-ratio: 9 / 16;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  border: 8px solid #fff8ed;
  border-radius: 18px;
  box-shadow: 0 0 0 5px var(--wood), var(--shadow);
  background: #111;
}

.floating-card {
  position: absolute;
  width: 188px;
  min-height: 104px;
  display: grid;
  place-items: end center;
  padding: 14px;
  border-radius: 16px;
  border: 4px solid #fff8ed;
  color: #fff;
  font-weight: 900;
  text-align: center;
  box-shadow: var(--shadow);
}

.floating-card::before {
  content: "";
  position: absolute;
  inset: 12px 18px 42px;
  border-radius: 10px;
  background: repeating-linear-gradient(90deg, var(--yellow) 0 16px, var(--green) 16px 32px, var(--red) 32px 48px);
}

.floating-card--one {
  left: 4%;
  top: 48px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 10px, transparent 10px 22px),
    linear-gradient(135deg, #9b572d, #663113);
  transform: rotate(-8deg);
}

.floating-card--two {
  right: 4%;
  top: 74px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 10px, transparent 10px 22px),
    linear-gradient(135deg, var(--blue), #065684);
  transform: rotate(7deg);
}

.floating-card--three {
  left: 10%;
  bottom: 54px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 10px, transparent 10px 22px),
    linear-gradient(135deg, var(--green), #16592f);
  transform: rotate(6deg);
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(60px, 8vw, 104px) 0;
  position: relative;
}

.section--center,
.testimonials,
.faq {
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  text-align: left;
}

.included-card,
.reason-grid article,
.testimonial-grid article,
.comparison,
.bonus-list article,
details {
  border: 1px solid rgba(53, 25, 5, 0.11);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(36, 131, 74, 0.06) 25%, transparent 25% 50%, rgba(36, 131, 74, 0.06) 50% 75%, transparent 75%) 0 0 /
      44px 44px,
    var(--bg-soft);
  box-shadow: 0 14px 34px rgba(91, 47, 7, 0.09);
}

.included-card {
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.included-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(91, 47, 7, 0.14);
}

.included-card h3,
.included-card p,
.included-card span {
  padding-inline: 18px;
}

.included-card h3 {
  margin-top: 18px;
}

.included-card p {
  min-height: 88px;
  color: var(--muted);
  line-height: 1.5;
}

.included-card span {
  display: block;
  padding-bottom: 18px;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 900;
}

.mini-art {
  height: 150px;
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(255, 220, 160, 0.13) 0 7px, transparent 7px 18px),
    linear-gradient(135deg, #a76537, #6c3215);
}

.mini-art::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  width: 118px;
  height: 76px;
  transform: translateX(-50%);
  border-radius: 10px;
  background:
    radial-gradient(circle, var(--yellow) 0 12px, transparent 13px) 16px 16px / 34px 34px,
    rgba(255, 255, 255, 0.2);
}

.animated-corn,
.animated-corn::before,
.animated-corn::after,
.animated-ball,
.animated-basket,
.animated-fish,
.animated-hook,
.wave,
.target-ring,
.prize-panel,
.prize-dot,
.prize-spark {
  position: absolute;
  display: block;
}

.animated-corn {
  width: 34px;
  height: 72px;
  bottom: 24px;
  border: 3px solid #59310f;
  border-radius: 50% 50% 42% 42%;
  background: radial-gradient(circle, #ffe879 0 4px, transparent 5px) 0 0 / 12px 12px, var(--yellow);
  animation: corn-wiggle 1.8s ease-in-out infinite;
  transform-origin: 50% 100%;
  z-index: 2;
}

.animated-corn::before,
.animated-corn::after {
  content: "";
  bottom: -8px;
  width: 30px;
  height: 48px;
  border: 3px solid #174e2b;
  border-radius: 9px 80% 9px 80%;
  background: var(--green);
}

.animated-corn::before {
  left: -22px;
  transform: rotate(-16deg);
}

.animated-corn::after {
  right: -22px;
  transform: scaleX(-1) rotate(-16deg);
}

.animated-corn--one {
  left: 26%;
}

.animated-corn--two {
  right: 22%;
  animation-delay: 0.45s;
  transform: scale(0.9);
}

.target-ring {
  left: 50%;
  bottom: 22px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 900;
  background: conic-gradient(var(--blue) 0 25%, #fff 25% 50%, var(--blue) 50% 75%, #fff 75%);
  animation: spin-ring 5s linear infinite;
}

.mini-art--basket::before {
  display: none;
}

.animated-basket {
  bottom: 20px;
  width: 54px;
  height: 58px;
  border: 4px solid #fff8ed;
  border-radius: 8px 8px 24px 24px;
  background: repeating-linear-gradient(90deg, #fff9e8 0 9px, #84a86e 9px 15px);
  box-shadow: inset 0 -12px 0 rgba(36, 131, 74, 0.2);
}

.animated-basket--one {
  left: 24%;
}

.animated-basket--two {
  right: 22%;
  transform: scale(0.86);
}

.animated-ball {
  left: 50%;
  top: 22px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--yellow);
  border: 3px solid #5d2c0f;
  animation: ball-throw 1.9s ease-in-out infinite;
  z-index: 3;
}

.mini-art--fish::before {
  display: none;
}

.wave {
  left: -20%;
  right: -20%;
  height: 52px;
  bottom: 0;
  background: repeating-radial-gradient(ellipse at 20px 7px, #1458a8 0 17px, #2db7e4 18px 36px);
  animation: wave-slide 3.4s linear infinite;
}

.wave--two {
  bottom: 34px;
  opacity: 0.75;
  animation-duration: 4.6s;
  animation-direction: reverse;
}

.animated-fish {
  width: 42px;
  height: 23px;
  bottom: 40px;
  border: 3px solid #612d13;
  border-radius: 60% 45% 45% 60%;
  background: #f48a28;
  animation: fish-swim 3.2s ease-in-out infinite;
  z-index: 2;
}

.animated-fish::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 4px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 16px solid currentColor;
  color: inherit;
}

.animated-fish--one {
  left: 18%;
  color: #f48a28;
}

.animated-fish--two {
  left: 58%;
  bottom: 25px;
  color: #e2476f;
  background: #e2476f;
  animation-delay: 0.6s;
  animation-direction: reverse;
}

.animated-hook {
  right: 28%;
  top: 18px;
  width: 4px;
  height: 86px;
  border-radius: 99px;
  background: #fff4c8;
  transform-origin: top;
  transform: rotate(20deg);
  animation: hook-swing 1.9s ease-in-out infinite;
}

.animated-hook::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -18px;
  width: 22px;
  height: 22px;
  border-right: 3px solid #fff4c8;
  border-bottom: 3px solid #fff4c8;
  border-radius: 0 0 18px 0;
}

.mini-art--prize::before {
  display: none;
}

.prize-panel {
  left: 16%;
  top: 28px;
  width: 54%;
  height: 92px;
  border: 4px solid #5f2e12;
  border-radius: 10px;
  background:
    radial-gradient(circle, #fff1ae 0 11px, transparent 12px) 13px 14px / 38px 34px,
    linear-gradient(135deg, #9b572d, #6a3217);
}

.prize-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff1ae;
  border: 3px solid #5f2e12;
  animation: prize-pop 1.8s ease-in-out infinite;
  z-index: 2;
}

.prize-dot--one {
  left: 28%;
  top: 44px;
}

.prize-dot--two {
  left: 43%;
  top: 78px;
  animation-delay: 0.35s;
}

.prize-dot--three {
  left: 56%;
  top: 44px;
  animation-delay: 0.7s;
}

.prize-spark {
  right: 10%;
  top: 24px;
  width: 76px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 3px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  background: #fffdf4;
  font-size: 0.78rem;
  font-weight: 900;
  transform: rotate(8deg);
  animation: spark-bounce 1.7s ease-in-out infinite;
}

.mini-art--fish {
  background: linear-gradient(180deg, #a76537 0 45%, #25a9d8 45% 100%);
}

.mini-art--fish::before {
  background: repeating-radial-gradient(ellipse at 20px 8px, #184f9d 0 18px, #25a9d8 19px 38px);
}

.mini-art--basket::before {
  background: repeating-linear-gradient(90deg, #fff 0 13px, #88a875 13px 20px);
}

.mini-art--prize {
  background: linear-gradient(135deg, var(--yellow), #fff1ac);
}

.mini-art--prize::before {
  background:
    radial-gradient(circle, #fff0b5 0 13px, transparent 14px) 12px 12px / 38px 38px,
    #8a4b28;
}

@keyframes corn-wiggle {
  0%,
  100% {
    transform: rotate(-5deg) translateY(0);
  }

  50% {
    transform: rotate(6deg) translateY(-5px);
  }
}

@keyframes spin-ring {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes ball-throw {
  0%,
  100% {
    transform: translate(-86px, 56px) scale(0.92);
  }

  50% {
    transform: translate(34px, -2px) scale(1.05);
  }
}

@keyframes wave-slide {
  to {
    transform: translateX(36px);
  }
}

@keyframes fish-swim {
  0%,
  100% {
    transform: translateX(-8px) rotate(-2deg);
  }

  50% {
    transform: translateX(18px) rotate(3deg);
  }
}

@keyframes hook-swing {
  0%,
  100% {
    transform: rotate(16deg);
  }

  50% {
    transform: rotate(28deg);
  }
}

@keyframes prize-pop {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.18);
    background: var(--yellow);
  }
}

@keyframes spark-bounce {
  0%,
  100% {
    transform: rotate(8deg) translateY(0);
  }

  50% {
    transform: rotate(3deg) translateY(-7px);
  }
}

.reason {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 6vw, 64px);
  align-items: start;
}

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

.reason-grid article {
  padding: 24px;
  border-top: 5px solid var(--yellow);
}

.reason-grid p,
.comparison p,
.value-copy p,
.proof-copy p,
.testimonial-grid p,
details p {
  color: var(--muted);
  line-height: 1.58;
}

.before-after {
  text-align: center;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  text-align: left;
}

.comparison {
  padding: 28px;
  border-top: 5px solid #966033;
}

.comparison span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: #966033;
}

.comparison--after span {
  background: var(--green);
}

.comparison--after {
  border-top-color: var(--green);
}

.value-stack {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.value-copy {
  grid-column: 1 / 2;
}

.bonus-list {
  grid-column: 1 / 2;
  display: grid;
  gap: 10px;
}

.bonus-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
}

.bonus-list span {
  font-weight: 900;
}

.bonus-list strong {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 1.08rem;
}

.price-box {
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
  position: sticky;
  top: 28px;
  padding: 28px;
  border: 3px solid #3a1d07;
  border-radius: 22px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 211, 79, 0.36), transparent 10rem),
    linear-gradient(90deg, rgba(36, 131, 74, 0.08) 25%, transparent 25% 50%, rgba(36, 131, 74, 0.08) 50% 75%, transparent 75%) 0 0 /
      36px 36px,
    #fff;
  box-shadow: var(--shadow);
}

.price-box span,
.price-box p {
  margin: 0;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.price-box del {
  display: block;
  margin: 10px 0 18px;
  color: rgba(53, 25, 5, 0.45);
  font-size: 2rem;
  font-weight: 900;
}

.price-box strong {
  display: block;
  margin: 4px 0 20px;
  color: var(--orange);
  font-size: clamp(3.4rem, 6vw, 4.8rem);
  line-height: 0.92;
}

.proof {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
}

.proof video {
  width: min(360px, 100%);
  justify-self: center;
  border: 8px solid #fff8ed;
  border-radius: 18px;
  background: #111;
  box-shadow: 0 0 0 5px var(--wood), var(--shadow);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  text-align: left;
}

.testimonial-grid article {
  padding: 24px;
  border-top: 5px solid var(--yellow);
}

.testimonial-grid strong,
.testimonial-grid span {
  display: block;
}

.testimonial-grid span {
  margin: 4px 0 14px;
  color: #e39a00;
  font-weight: 900;
}

.final-offer {
  width: min(960px, calc(100% - 36px));
}

.offer-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 26px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 25%, transparent 25% 50%, rgba(255, 255, 255, 0.09) 50% 75%, transparent 75%) 0 0 /
      52px 52px,
    radial-gradient(circle at 50% 0%, rgba(255, 211, 79, 0.34), transparent 28rem),
    linear-gradient(135deg, #733408, #d94d00 55%, #ff6b00);
  box-shadow: var(--shadow);
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  pointer-events: none;
}

.offer-card > * {
  position: relative;
  z-index: 1;
}

.offer-card .pill {
  color: #592504;
  background: #ffd98a;
}

.offer-card h2,
.offer-card p {
  color: #fff;
}

.offer-lead {
  color: #ffe9d1;
}

.offer-price {
  display: grid;
  gap: 5px;
  margin: 26px auto;
}

.offer-price span {
  color: #ffe4c6;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-price strong {
  font-size: clamp(3.8rem, 10vw, 6.2rem);
  line-height: 0.92;
  text-shadow: 0 5px 0 rgba(53, 25, 5, 0.2);
}

.offer-price small {
  color: #ffe4c6;
  font-weight: 800;
}

.receive-list {
  width: min(620px, 100%);
  margin: 28px auto 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
  text-align: left;
}

.receive-list li {
  position: relative;
  padding: 12px 14px 12px 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.13);
  font-weight: 800;
}

.receive-list li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
}

.secure-line {
  width: min(620px, 100%);
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.secure-line span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff7e4;
  font-size: 0.88rem;
  font-weight: 900;
}

.faq {
  padding-top: 40px;
}

details {
  max-width: 820px;
  margin: 12px auto;
  padding: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.82);
}

summary {
  cursor: pointer;
  padding: 20px;
  font-weight: 900;
}

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

@media (max-width: 900px) {
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(53, 25, 5, 0.08);
  }

  .trust-strip span:nth-child(4) {
    border-top: 1px solid rgba(53, 25, 5, 0.08);
  }

  .included-grid,
  .reason,
  .reason-grid,
  .comparison-grid,
  .value-stack,
  .proof,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .price-box,
  .value-copy,
  .bonus-list {
    grid-column: auto;
    grid-row: auto;
  }

  .price-box {
    position: static;
  }

  .product-showcase {
    min-height: 560px;
  }

  .floating-card {
    width: 150px;
    min-height: 92px;
  }

  .floating-card--one {
    left: 0;
  }

  .floating-card--two {
    right: 0;
  }

  .floating-card--three {
    left: 4%;
    bottom: 16px;
  }
}

@media (max-width: 560px) {
  .sales-hero {
    padding-top: 56px;
  }

  .festa-flags,
  .section-ribbon {
    height: 34px;
    background-size: 168px 30px;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3.45rem);
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.75rem);
  }

  .lead,
  .section-copy,
  .offer-lead {
    font-size: 1rem;
  }

  .hero-benefits {
    gap: 8px;
  }

  .hero-benefits span {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .trust-strip {
    margin-top: -10px;
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    min-height: 48px;
  }

  .trust-strip span + span {
    border-left: 0;
    border-top: 1px solid rgba(53, 25, 5, 0.08);
  }

  .cta {
    width: 100%;
    min-height: 56px;
    padding-inline: 16px;
  }

  .section {
    width: min(100% - 28px, 1120px);
    padding: 48px 0;
  }

  .product-showcase {
    min-height: 500px;
    margin-top: 28px;
  }

  .product-video {
    width: min(250px, 70vw);
  }

  .floating-card {
    width: 124px;
    min-height: 78px;
    padding: 10px;
    font-size: 0.82rem;
  }

  .floating-card::before {
    inset: 10px 12px 34px;
  }

  .floating-card--one {
    top: 30px;
  }

  .floating-card--two {
    top: 92px;
  }

  .floating-card--three {
    bottom: 24px;
  }

  .included-card p {
    min-height: auto;
  }

  .bonus-list article {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .price-box {
    padding: 24px 18px;
  }

  .price-box del {
    font-size: 1.7rem;
  }

  .price-box strong,
  .offer-price strong {
    font-size: 3.55rem;
  }

  .offer-card {
    padding: 32px 18px;
  }

  summary {
    padding: 18px;
  }
}

@media (max-width: 380px) {
  .product-video {
    width: 238px;
  }

  .floating-card {
    width: 112px;
  }
}
