/* Hero Sale — Desktop */
.rsm-hero-sale__content { max-width: 777px; }
.rsm-hero-sale__h1 { line-height: 0.88; letter-spacing: -0.05em; }
.rsm-hero-sale__line { display: block; white-space: nowrap; }
.rsm-hero-sale__price-card { margin-top: 24px; }
.rsm-hero-sale__btn--desktop { margin-top: 22px; }

@media (min-width: 640px) {
  .rsm-hero-sale__content {
    padding-top: 68px;
  }
}

@media (min-width: 1024px) {
  .rsm-hero-sale__content {
    padding-top: 84px;
  }

  .rsm-hero-sale__price-card {
    margin-top: 26px;
  }

  .rsm-hero-sale__btn--desktop {
    margin-top: 24px;
  }
}

/* Clamp com mínimos corrigidos para mobile */
.rsm-txt--100  { font-size: clamp(24px, 6.8vw, 100px); }
.rsm-txt--78   { font-size: clamp(19px, 5.3vw, 78px); }
.rsm-txt--97   { font-size: clamp(52px, 13.6vw, 200px); }
.rsm-txt--label{ font-size: clamp(12px, 1.4vw, 20px); }
.rsm-txt--rs   { font-size: clamp(26px, 6.5vw, 96px); }
.rsm-txt--desc { font-size: clamp(11px, 1.635vw, 24px); letter-spacing: -0.05em; line-height: 0.88; }

.rsm-hero-sale__btn { background: linear-gradient(90deg, #C49B52 0%, #A87830 100%); color: #EFE5D3; }
.rsm-hero-sale__btn:hover { background: linear-gradient(90deg, #D4AB62 0%, #B88840 100%); box-shadow: 0 8px 24px rgba(168,120,48,0.4); }

.rsm-instructor-card {
  background: transparent;
  box-shadow: none;
}

.rsm-instructor-card__layout {
  min-height: 452px;
}

.rsm-instructor-card__content {
  position: relative;
  z-index: 2;
}

.rsm-instructor-card__copy {
  max-width: 392px;
}

.rsm-instructor-card__copy p {
  color: rgba(243, 235, 221, 0.54);
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 6px;
}

.rsm-instructor-card__copy p:last-child {
  margin-bottom: 0;
}

.rsm-instructor-card__art {
  position: absolute;
  right: 26px;
  top: -34px;
  width: 406px;
  z-index: 1;
}

.rsm-instructor-card__art-image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1279px) {
  .rsm-instructor-card__art {
    right: 12px;
    top: -18px;
    width: 360px;
  }

  .rsm-instructor-card__art-image {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .rsm-instructor-card__layout {
    min-height: 0;
  }

  .rsm-instructor-card__copy {
    max-width: 100%;
  }

  .rsm-instructor-card__copy p {
    font-size: 15px;
    line-height: 1.65;
  }

  .rsm-instructor-card__art--mobile {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .rsm-instructor-card__art--mobile .rsm-instructor-card__art-image {
    width: 100%;
  }
}

.rsm-sale-bonus__word {
  font-size: clamp(96px, 18vw, 180px);
  letter-spacing: -0.11em;
  line-height: 0.82;
  -webkit-text-stroke: 1px rgba(239, 229, 211, 0.8);
  text-stroke: 1px rgba(239, 229, 211, 0.8);
}

.rsm-sale-bonus__card {
  box-shadow: 0 30px 70px rgba(61, 32, 24, 0.12);
}

.rsm-sale-pricing-card {
  box-shadow: 0 28px 70px rgba(61, 32, 24, 0.16);
}

.rsm-module-card__image {
  background: rgba(255, 255, 255, 0.03);
}

.rsm-module-card {
  border-radius: 28px;
  padding: 0;
  background: transparent;
  transition: background-color 0.25s ease, padding 0.25s ease, transform 0.25s ease;
}

.rsm-module-card__body {
  transition: padding 0.25s ease;
}

.rsm-module-card__title,
.rsm-module-card__description,
.rsm-module-card__image {
  transition: color 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease, border-radius 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .rsm-module-card:hover {
    background: #9d6b72;
    padding: 12px 12px 18px;
  }

  .rsm-module-card:hover .rsm-module-card__image {
    border-radius: 24px;
    box-shadow: none;
  }

  .rsm-module-card:hover .rsm-module-card__body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rsm-module-card:hover .rsm-module-card__title {
    color: #efe5d3;
  }

  .rsm-module-card:hover .rsm-module-card__description {
    color: rgba(239, 229, 211, 0.86);
  }
}

.rsm-sale-faq summary::-webkit-details-marker {
  display: none;
}

.rsm-sale-faq {
  background: #dfd0c2;
  box-shadow: inset 0 0 0 1px rgba(84, 54, 49, 0.08);
}

.rsm-sale-faq__summary {
  background: #dfd0c2;
  color: #6a4a3f;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.rsm-sale-faq__question,
.rsm-sale-faq__icon,
.rsm-sale-faq__content {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.rsm-sale-faq__content {
  display: none;
  background: #efe5d3;
}

.rsm-sale-faq[open] {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(84, 54, 49, 0.08);
}

.rsm-sale-faq[open] .rsm-sale-faq__summary {
  background: #6a4439;
  color: #efe5d3;
}

.rsm-sale-faq[open] .rsm-sale-faq__question,
.rsm-sale-faq[open] .rsm-sale-faq__icon {
  color: #efe5d3;
}

.rsm-sale-faq[open] .rsm-sale-faq__content {
  display: block;
}

.rsm-sale-faq[open] .rsm-sale-faq__icon {
  transform: rotate(45deg);
}

/* ==========================================================================
   Mobile Hero Sale — < 640px
   Princípio: preço + desconto dominam, CTA full-width, Lara visível no fundo
   ========================================================================== */

/* Urgency badge */
.rsm-hero-sale__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(196, 155, 82, 0.18);
  border: 1px solid rgba(196, 155, 82, 0.45);
  color: #C49B52;
  font-family: 'Mulish', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 100px;
}

/* Glass card wrapping price + CTA — transparent on desktop, styled on mobile */

/* Savings pill — mobile */
.rsm-hero-sale__savings-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Mulish', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #EFE5D3;
  margin-bottom: 12px;
}
.rsm-hero-sale__savings-arrow { color: #C49B52; font-weight: 700; }
.rsm-hero-sale__savings-tag {
  background: rgba(196, 155, 82, 0.25);
  border: 1px solid rgba(196, 155, 82, 0.4);
  color: #C49B52;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  border-radius: 100px;
}

/* Lara image — desktop keeps object-top (centered horizontally) */
/* Mobile: shift right so her face/body is visible in portrait crop */
@media (max-width: 639px) {
  .rsm-hero {
    min-height: 0;
  }
}

/* Mobile breakpoint — < 480px */
@media (max-width: 479px) {
  /* Button full-width + taller touch target */
  .rsm-hero-sale__btn {
    height: 56px !important;
    border-radius: 16px !important;
    font-size: 10.5px !important;
    letter-spacing: 0.18em !important;
  }

  .rsm-sale-bonus__word {
    display: block;
    width: 100%;
    font-size: 116px;
    line-height: 0.9;
    text-align: left;
    letter-spacing: -0.09em;
  }
}
