/* Refinamento visual: mockups inteiros, carrossel infinito e card de compra. */
body {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.62;
}

h1, h2, h3, .button, .checkout-price strong, .included-number, .value-card__price {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h3 { text-wrap: balance; }
.section-heading { max-width: 860px; }
.section-heading h2, .section h2 { line-height: 1.08; }
.section-heading p, .lead { font-size: clamp(1rem, 1.7vw, 1.12rem); }
.eyebrow, .checkout-label, .bonus-included { font-size: .78rem; line-height: 1.25; }
.button { font-size: 1rem; line-height: 1.25; }
.hero--premium {
  background: radial-gradient(circle at 50% 48%, rgba(255, 196, 0, .16), transparent 38%), #faf9f6;
}

.hero--premium h1 {
  max-width: 768px;
  font-size: clamp(3rem, 6.8vw, 4.8rem);
  font-weight: 900;
}

.hero-product {
  width: min(100%, 820px);
  margin-block: 20px 0;
}

.hero-product::before {
  left: 16%;
  right: 16%;
  bottom: 5%;
  height: 8%;
  filter: blur(26px);
}

.hero-product img,
.solution-mockup img,
.learning-card img,
.checkout-mockup,
.pain-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.solution-mockup {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 22px;
  border: 1px solid #deddd7;
  border-radius: 24px;
  background: radial-gradient(circle at center, #fff 0, #f4f2eb 74%);
  box-shadow: 0 24px 58px rgba(17, 19, 21, .12);
}

.solution-mockup img {
  max-height: 560px;
}

.solution-mockup span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border-radius: 10px;
  background: #111315;
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .22);
}

.solution-mockup strong { color: var(--yellow); }

.pain-photo {
  height: auto;
  background: #202327;
}

.pain-photo picture { display: block; }

.pain-photo img {
  max-height: 580px;
}

.product-gallery-section {
  overflow: hidden;
  background: #f2f0e9;
}

.learning-carousel {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding-block: 12px 30px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.learning-track {
  display: flex;
  width: max-content;
  animation: learning-marquee 46s linear infinite;
  will-change: transform;
}

.learning-carousel:hover .learning-track,
.learning-carousel:focus-within .learning-track {
  animation-play-state: paused;
}

.learning-group {
  display: flex;
  flex-shrink: 0;
  gap: 18px;
  padding-right: 18px;
}

.learning-card {
  flex: 0 0 430px;
  width: 430px;
  padding: 9px;
  border: 1px solid #d9d7cf;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(17, 19, 21, .1);
}

.learning-card img {
  aspect-ratio: 1 / 1;
  padding: 0;
  border-radius: 12px;
  background: #f5f4ef;
}

.learning-card h3 {
  margin: 15px 6px 5px;
  font-size: 1rem;
  line-height: 1.15;
}

.learning-card p {
  margin: 0 6px;
  color: #656862;
  font-size: .82rem;
  line-height: 1.4;
}

.gallery-note {
  max-width: 760px;
  margin: 0 auto 8px;
  color: #777973;
  text-align: center;
  font-size: .78rem;
}

.testimonials-section {
  overflow: hidden;
  background: #fff;
}

.testimonials-carousel {
  width: 100%;
  margin-inline: auto;
  overflow-x: auto;
  padding: 8px 0 30px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 12px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.testimonials-carousel::-webkit-scrollbar { display: none; }

.testimonials-track {
  display: flex;
  width: max-content;
  margin-inline: auto;
}

.testimonials-group {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
  padding-right: 20px;
}

.testimonial-card {
  flex: 0 0 300px;
  width: 300px;
  scroll-snap-align: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.testimonial-phone {
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: transparent;
}

.testimonial-phone img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.testimonial-card figcaption {
  display: grid;
  gap: 3px;
  padding: 15px 7px 0;
}

.testimonial-card figcaption strong {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
}

.testimonial-card figcaption span {
  color: #626560;
  font-size: .88rem;
  line-height: 1.45;
}

.testimonial-note {
  max-width: 760px;
  margin: 24px auto 0;
  color: #747671;
  text-align: center;
  font-size: .8rem;
}

.bonuses-section {
  overflow: hidden;
  background: radial-gradient(circle at 50% 0, rgba(255, 196, 0, .13), transparent 32%), #111315;
  color: #fff;
}

.bonuses-section .section-heading { max-width: 850px; }
.bonuses-section .section-heading p { color: #c8c9c5; }

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.bonus-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #3a3e40;
  border-radius: 20px;
  background: #fff;
  color: #111315;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .28);
}

.bonus-cover {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: radial-gradient(circle at 80% 15%, rgba(255, 196, 0, .28), transparent 30%), linear-gradient(145deg, #2d3134, #0c0d0e);
  color: #fff;
}

.bonus-cover--yellow {
  background: radial-gradient(circle at 75% 10%, rgba(255, 255, 255, .38), transparent 32%), linear-gradient(145deg, #ffdc3c, #f0ae00);
  color: #111315;
}

.bonus-cover--red {
  background: radial-gradient(circle at 80% 12%, rgba(255, 196, 0, .2), transparent 28%), linear-gradient(145deg, #302d2d, #141414);
  border-bottom: 7px solid #e63c34;
}

.bonus-cover > span {
  align-self: flex-start;
  margin-bottom: auto;
  padding: 6px 9px;
  border-radius: 7px;
  background: var(--yellow);
  color: #111315;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.bonus-cover--yellow > span { background: #111315; color: #fff; }

.bonus-cover strong {
  font-size: 1.75rem;
  line-height: .98;
  letter-spacing: -.04em;
}

.bonus-cover small {
  margin-top: 12px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .055em;
}

.bonus-copy {
  flex: 1;
  padding: 22px;
}

.bonus-included {
  color: #8a6700;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.bonus-copy h3 {
  margin: 8px 0;
  font-size: 1.15rem;
  line-height: 1.15;
}

.bonus-copy p {
  margin: 0;
  color: #626560;
  font-size: .9rem;
  line-height: 1.5;
}

.bonus-note {
  max-width: 760px;
  margin: 24px auto 0;
  color: #aeb0ad;
  text-align: center;
  font-size: .82rem;
}

@keyframes learning-marquee {
  to { transform: translateX(-50%); }
}

.checkout-section {
  background: #faf9f6;
  color: #111315;
}

.checkout-section .section-heading p { color: var(--muted); }

.checkout-card {
  width: min(100%, 610px);
  padding: 30px;
  border: 2px solid #111315;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(17, 19, 21, .17), 0 0 0 7px rgba(255, 196, 0, .18);
}

.checkout-card__top {
  display: grid;
  gap: 3px;
  text-align: center;
}

.checkout-mockup {
  max-width: 430px;
  max-height: 300px;
  margin: 0 auto 8px;
}

.checkout-card h3 {
  font-size: clamp(1.55rem, 5vw, 2rem);
  font-weight: 900;
}

.checkout-price strong { font-weight: 900; }

.hero__price strong,
.checkout-price .price-current {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.065em;
}

.hero__price .price-currency,
.checkout-price .price-currency {
  display: inline-block;
  position: relative;
  top: .42em;
  margin-right: .16em;
  color: inherit;
  font-size: .29em;
  line-height: 1;
  letter-spacing: -.02em;
}

.hero__price .price-major,
.checkout-price .price-major {
  display: inline-block;
  color: inherit;
  font-size: 1em;
  line-height: 1;
}

.hero__price--card {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: min(100%, 440px);
  margin: 28px auto 6px;
  padding: 26px 30px 24px;
  border-radius: 26px;
  border: 1px solid rgba(17, 19, 21, .08);
  background: linear-gradient(180deg, #ffffff, #fbfaf5);
  box-shadow: 0 24px 55px rgba(17, 19, 21, .12);
}

.hero__price-old {
  color: #8c8e89;
  font-size: .88rem;
  font-weight: 850;
  letter-spacing: .03em;
}

.hero__price-old s {
  color: #c23b33;
  text-decoration-thickness: 2px;
}

.hero__price-now {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 4px 0 2px;
}

.hero__price--card strong {
  font-size: 7rem;
}

.hero__price-note {
  font-weight: 800;
}

.hero__price-now .price-currency {
  margin-right: 0;
  margin-left: .1em;
}

.hero--premium .hero__price-now span {
  color: #111315;
}

.checkout-price .price-cents {
  display: inline-block;
  align-self: flex-end;
  color: inherit;
  margin: 0 0 .14em .08em;
  font-size: .38em;
  line-height: 1;
  letter-spacing: -.03em;
}

.checkout-price__old {
  color: #6f716d;
  font-size: .82rem;
  letter-spacing: .04em;
}

.checkout-price__old s {
  color: #9a2b25;
  text-decoration-thickness: 2px;
}

.checkout-price__now {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 8px;
  background: #111315;
  color: var(--yellow);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .04em;
  box-shadow: 0 8px 18px rgba(17, 19, 21, .18);
}

.button--checkout {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: visible;
  box-shadow: 0 15px 34px rgba(255, 196, 0, .42), 0 6px 0 #b98400;
  animation: checkout-pulse 1.65s ease-in-out infinite;
}

.button--checkout::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -7px;
  border: 2px solid rgba(255, 196, 0, .72);
  border-radius: 16px;
  pointer-events: none;
  animation: checkout-ring 1.65s ease-out infinite;
}

.button--checkout:hover {
  animation-play-state: paused;
  box-shadow: 0 18px 38px rgba(255, 196, 0, .52), 0 6px 0 #b98400;
}

@keyframes checkout-pulse {
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.025); filter: brightness(1.07); }
}

@keyframes checkout-ring {
  0% { opacity: .9; transform: scale(.985); }
  72%, 100% { opacity: 0; transform: scale(1.055); }
}

.purchase-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 17px auto 0;
  padding-top: 17px;
  border-top: 1px solid #e4e3dd;
  color: #333633;
}

.purchase-security__icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #111315;
  color: var(--yellow);
}

.purchase-security > span:last-child { display: grid; }
.purchase-security strong { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .83rem; }
.purchase-security small { color: #6e716c; font-size: .75rem; line-height: 1.35; }

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

.guarantee-wrap {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 46px;
  padding: 40px;
  border: 1px solid #d9d8d1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(17, 19, 21, .1);
}

.guarantee-seal {
  display: grid;
  place-items: center;
  width: 170px;
  height: 170px;
  padding: 20px;
  border: 4px solid #111315;
  border-radius: 50%;
  background: var(--yellow);
  color: #111315;
  box-shadow: 0 0 0 9px #fff, 0 0 0 11px #111315;
}

.guarantee-seal svg { grid-row: 1; }
.guarantee-seal strong { grid-row: 2; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 2.5rem; line-height: .85; }
.guarantee-seal span { grid-row: 3; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.guarantee-copy h2 { margin: 15px 0 12px; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.guarantee-copy p { margin: 0; color: #5d605b; }
.guarantee-copy .button { width: min(100%, 420px); margin: 22px 0 0; }

@media (max-width: 759px) {
  .hero--premium h1 { font-size: clamp(2.65rem, 13vw, 3.55rem); }
  .hero-product { width: calc(100% + 12px); margin-left: -6px; }
  .hero-product img { max-height: none; border-radius: 0; }
  .solution-mockup { padding: 8px; }
  .solution-mockup span { right: 10px; bottom: 10px; font-size: .66rem; }
  .pain-photo { height: auto; }
  .pain-photo img { max-height: none; }
  .learning-carousel {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  }
  .learning-card { flex-basis: 86vw; width: 86vw; }
  .learning-track { animation-duration: 40s; }
  .testimonials-carousel { width: calc(100% + 28px); margin-left: -14px; padding-inline: 14px; }
  .testimonials-group { gap: 15px; padding-right: 15px; }
  .testimonial-card { flex-basis: 82vw; width: 82vw; }
  .bonus-grid { grid-template-columns: 1fr; gap: 15px; }
  .bonus-card { display: grid; grid-template-columns: 120px 1fr; }
  .bonus-cover { min-height: 225px; padding: 15px 12px; }
  .bonus-cover strong { font-size: 1.12rem; }
  .bonus-cover small { font-size: .66rem; line-height: 1.35; }
  .bonus-copy { padding: 18px 16px; }
  .bonus-copy h3 { font-size: 1.05rem; }
  .bonus-copy p { font-size: .84rem; }
  .checkout-card { padding: 22px 16px; }
  .checkout-price__now { gap: 10px; }
  .discount-badge { padding: 7px 8px; font-size: .68rem; }
  .checkout-mockup { max-width: 100%; max-height: none; }
  .hero__price--card { width: 100%; padding: 20px 20px 18px; margin-top: 22px; }
  .hero__price--card strong { font-size: 4.6rem; }
  .hero__price-now { gap: 10px; }
  .purchase-security { align-items: flex-start; text-align: left; }
  .guarantee-wrap { grid-template-columns: 1fr; gap: 28px; padding: 34px 22px; text-align: center; }
  .guarantee-seal { width: 145px; height: 145px; margin: 0 auto; }
  .guarantee-copy .button { margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .learning-carousel { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .learning-track { animation: none; }
  .button--checkout,
  .button--checkout::after { animation: none; }
}
