/* --- NOVAS SEÇÕES: BÔNUS E PLANOS --- */
.bonus-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bonus-section h2 {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

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

.bonus-card {
  background: #f8f6ff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  border: 1px solid #ede8ff;
  display: flex;
  flex-direction: column;
}

.bonus-icon {
  background: #6c4ee3;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.2rem;
}

.bonus-card .eyebrow {
  color: #f28b21;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.bonus-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #172033;
}

.bonus-card p {
  color: #637083;
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.bonus-price {
  margin-bottom: 0 !important;
  font-size: 0.95rem;
}

.bonus-price s {
  color: #a5b0c3;
  margin-right: 8px;
}

.bonus-price strong {
  color: #1ed085;
  font-weight: 900;
}

.bonus-footer {
  margin-top: 30px;
  color: #6c4ee3;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-align: center;
}


/* --- PREÇOS --- */
.pricing-section {
  background: #fff;
  padding-bottom: 80px;
}

.pricing-section h2 {
  margin-bottom: 40px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  align-items: end;
}

.pricing-card {
  background: #fafafa;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  border: 1px solid #e7e9ef;
}

.pricing-card-vip {
  background: #fff;
  border: 3px solid #8468f5;
  padding: 50px 35px 40px;
  box-shadow: 0 20px 50px rgba(132,104,245,0.2);
  border-radius: 24px;
}

.pricing-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #8468f5;
  color: #fff;
  padding: 8px;
  font-size: 0.8rem;
  font-weight: 900;
  border-radius: 20px 20px 0 0;
  text-transform: uppercase;
}

.pricing-card h3 {
  font-size: 1.5rem;
  color: #172033;
  margin-bottom: 8px;
}

.pricing-sub {
  color: #637083;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.pricing-images {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}

.pricing-images img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  text-align: left;
}

.pricing-features li {
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: #172033;
  display: flex;
  gap: 10px;
}

.pricing-features li span {
  color: #1ed085;
  font-weight: bold;
}

.pricing-features li.disabled {
  color: #9aa4b5;
}

.pricing-features li.disabled span {
  color: #e9493f;
}

.pricing-bonus-box {
  background: #fffaf0;
  border: 1px dashed #f28b21;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.pricing-bonus-box h4 {
  color: #f28b21;
  text-align: center;
  margin: 0 0 15px;
  font-size: 0.85rem;
  font-weight: 900;
}

.pricing-bonus-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-bonus-box ul li {
  font-size: 0.85rem;
  margin-bottom: 10px;
  color: #4a5568;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-bonus-box ul li:last-child {
  margin-bottom: 0;
}

.pricing-price {
  margin-bottom: 25px;
}

.pricing-price s {
  display: block;
  color: #e9493f;
  font-weight: bold;
  font-size: 0.9rem;
}

.pricing-price small {
  display: block;
  color: #637083;
  font-size: 0.7rem;
  font-weight: bold;
  margin: 5px 0;
}

.pricing-price strong {
  font-size: 3.5rem;
  color: #172033;
  font-weight: 900;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.pricing-price strong .currency {
  font-size: 1.5rem;
  margin-top: 5px;
  margin-right: 5px;
}

.pricing-card-basic .pricing-price strong {
  font-size: 2.5rem;
}

.cta-dark {
  background: #222;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  width: 100%;
}

.cta-dark:hover {
  background: #000;
}

.cta-orange {
  background: linear-gradient(to right, #ff8c00, #ff6b00);
  color: #fff;
  width: 100%;
  box-shadow: 0 12px 25px rgba(255, 107, 0, 0.3);
}

.cta-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(255, 107, 0, 0.4);
}

/* --- NOVA HERO --- */
.promo-bar {
  background-color: #8468f5;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.new-hero {
  background: #fff;
  padding: 50px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
}

.new-hero > *:not(.marquee-container) {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-reviews {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.avatars {
  display: flex;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-left: -15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.avatar:first-child { margin-left: 0; }

.rating {
  text-align: left;
  line-height: 1.2;
}

.rating span {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  color: #172033;
}

.hero-headline {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: #172033;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 25px;
  letter-spacing: -0.03em;
}

.highlight-purple {
  color: #8468f5;
}

.highlight-orange {
  color: #ff8c00;
}

.hero-subheadline {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  color: #172033;
  margin-bottom: 40px;
  max-width: 750px;
  line-height: 1.4;
}

.hero-subheadline strong {
  font-weight: 900;
}

.hero-glow-container {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 600px;
}

.glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(132,104,245,0.4) 0%, rgba(255,255,255,0) 70%);
  z-index: 0;
  filter: blur(40px);
}

.hero-glow-container img {
  position: relative;
  z-index: 1;
  width: 48%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  object-fit: cover;
  aspect-ratio: 0.72;
}

.hero-cta {
  max-width: 400px;
  font-size: 1.2rem;
  padding: 22px 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
  font-weight: 900;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
  color: #637083;
  font-size: 0.95rem;
  font-weight: 700;
}

/* --- MARQUEE SECTION --- */
.marquee-section {
  background: #fff;
  padding: 60px 0;
  overflow: hidden;
  width: 100%;
}

.marquee-section h2 {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #172033;
  margin-bottom: 40px;
  padding: 0 20px;
}

.marquee-container {
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: scroll-marquee 40s linear infinite;
  will-change: transform;
}

.marquee-group {
  display: flex;
  gap: 16px;
}

.marquee-item {
  width: 260px;
  aspect-ratio: 0.72;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  object-fit: cover;
  transition: transform 250ms ease, box-shadow 250ms ease;
  flex-shrink: 0;
  align-self: center;
}

.marquee-item:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  z-index: 1;
}

@keyframes scroll-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 8px)); }
}

/* --- NOVA SEÇÃO: O QUE VEM NO KIT --- */
.kit-section {
  background: #f8f9fc;
  padding: 80px 20px;
  text-align: center;
}

.kit-header {
  max-width: 600px;
  margin: 0 auto 50px;
}

.kit-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: #111827;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.2;
}

.kit-header p {
  font-size: 1.05rem;
  color: #6b7280;
  line-height: 1.5;
}

.kit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.kit-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
}

.kit-card-icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

.kit-card h3 {
  font-size: 1.15rem;
  color: #111827;
  font-weight: 900;
  margin-bottom: 10px;
}

.kit-card p {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}

/* Responsividade */
@media (max-width: 850px) {
  .bonus-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
  }
  .marquee-item {
    width: 240px; min-width: 240px; flex: 0 0 240px;
  }
  .marquee-track {
    animation-duration: 50s;
  }
  .kit-grid {
    grid-template-columns: 1fr;
  }
}

/* --- SELO DE PREÇO SOBREPOSTO NOS BÔNUS --- */
.bonus-item {
  position: relative;
  display: block;
  width: 100%;
}

.bonus-cover {
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  width: 100%;
  display: block;
  object-fit: cover;
}

.bonus-price-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  font-size: 13px;
  line-height: 1;
  font-family: inherit;
  z-index: 2;
}

.bonus-price-old {
  text-decoration: line-through;
  color: #9aa3ac;
  font-size: 12px;
  font-weight: 600;
}

.bonus-price-free {
  color: #16c15d;
  font-weight: 900;
  font-size: 14px;
}

@media (max-width: 480px) {
  .bonus-price-badge {
    bottom: 8px;
    right: 8px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
