/* ── Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: #1e293b; background: #fff; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }

/* ── Today Banner ── */
#today-banner {
  width: 100%;
  background: #dc2626;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

/* ── Sale Notification ── */
#sale-notification {
  position: fixed;
  top: 3.5rem;
  right: 0.75rem;
  z-index: 60;
  width: 13rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.14);
  border: 1px solid #fed7aa;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  pointer-events: none;
  opacity: 0;
  transform: translateX(90px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#sale-notification.visible {
  opacity: 1;
  transform: translateX(0);
}
.sale-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sale-text { min-width: 0; }
#sale-name {
  font-weight: 700;
  color: #1e293b;
  font-size: 0.75rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sale-product { color: #475569; font-size: 11px; line-height: 1.4; }
.sale-city-text { color: #94a3b8; font-size: 10px; margin-top: 2px; }

/* ── Hero ── */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem 0.75rem 4rem;
  overflow: hidden;
  background: linear-gradient(160deg, #7c2d12 0%, #c2410c 45%, #f97316 100%);
}
.hero-blob-tl {
  position: absolute;
  top: -5rem;
  left: -5rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  filter: blur(48px);
}
.hero-blob-br {
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: rgba(253,224,71,0.2);
  filter: blur(64px);
}
.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}
.hero-title {
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.hero-sub {
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: rgba(255,255,255,0.9);
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}
.video-wrapper {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 2rem;
}
.video-ratio {
  position: relative;
  width: 100%;
  padding-top: 177.77%;
  border-radius: 1rem;
  overflow: hidden;
}
.hero-cta {
  display: inline-block;
  background: #facc15;
  color: #0f172a;
  font-weight: 800;
  font-size: 0.875rem;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: background 0.2s, transform 0.2s;
}
.hero-cta:hover { background: #fde047; transform: scale(1.04); }
.hero-trust {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.75rem;
}
.hero-fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #ffffff);
}

/* ── Carousel ── */
.carousel-badge {
  display: inline-block;
  background: #ffedd5;
  color: #ea580c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
}
.carousel-arrow {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #ffedd5;
  color: #ea580c;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
.carousel-arrow:hover { background: #fed7aa; }
.carousel-card {
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  overflow: hidden;
  width: 280px;
  flex-shrink: 0;
  background: #fff;
  user-select: none;
  transition: opacity 0.5s, transform 0.5s;
}
.carousel-card img { width: 100%; height: auto; display: block; }
.carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

/* ── Pain cards ── */
.pain-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  border: 1px solid #f1f5f9;
}
.pain-icon { font-size: 1.875rem; flex-shrink: 0; }
.pain-card p { color: #334155; font-weight: 500; line-height: 1.5; font-size: 0.95rem; }
.pain-callout {
  display: inline-block;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 1rem;
  padding: 1.25rem 2rem;
  color: #7c2d12;
  font-weight: 600;
  font-size: 1.05rem;
  max-width: 42rem;
}

/* ── Modules ── */
.module-badge {
  display: inline-block;
  background: #fef9c3;
  color: #a16207;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
}
.module-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: linear-gradient(to right, #fff7ed, #fefce8);
  border-radius: 1rem;
  padding: 1.25rem;
  border: 1px solid #fed7aa;
  transition: box-shadow 0.2s;
}
.module-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.module-icon { font-size: 1.875rem; width: 2.5rem; text-align: center; flex-shrink: 0; margin-top: 0.25rem; }
.module-num { font-size: 0.75rem; font-weight: 700; color: #ea580c; text-transform: uppercase; letter-spacing: 0.1em; display: block; }
.module-title { font-weight: 700; color: #1e293b; line-height: 1.3; font-size: 0.875rem; }

/* ── Diferenciais ── */
.diff-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  border: 1px solid #f1f5f9;
  text-align: center;
  transition: box-shadow 0.2s;
}
.diff-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.diff-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.diff-card h3 { font-weight: 800; color: #1e293b; font-size: 1.125rem; margin-bottom: 0.5rem; }
.diff-card p { color: #64748b; font-size: 0.875rem; line-height: 1.6; }

/* ── Bonus ── */
.bonus-today-badge {
  display: inline-block;
  background: #dc2626;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(220,38,38,0.3);
  font-size: clamp(0.95rem, 4vw, 1.2rem);
}
.bonus-card {
  background: #fff7ed;
  border-radius: 1.5rem;
  padding: 1.75rem;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
.bonus-emoji { font-size: 3rem; margin-bottom: 1rem; }
.bonus-title { color: #1e293b; font-weight: 800; font-size: 1.125rem; line-height: 1.3; margin-bottom: 0.5rem; }
.bonus-price { color: #ef4444; font-weight: 700; font-size: 1rem; text-decoration: line-through; margin-bottom: 0.5rem; }
.bonus-desc { color: #64748b; font-size: 0.875rem; line-height: 1.6; }
.bonus-total-bar {
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 800;
  font-size: 1rem;
  background: linear-gradient(135deg, #c2410c, #ea580c);
}
.bonus-free { color: #fde047; font-size: 1.25rem; }

/* ── Timer ── */
.timer-section {
  padding: 1.5rem 1.25rem;
  background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
}
.timer-label {
  color: #fff;
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.timer-block {
  background: #fff;
  border-radius: 1rem;
  padding: 0.75rem 1.5rem;
  min-width: 80px;
  text-align: center;
}
.timer-num { color: #f97316; font-weight: 900; font-size: 2.5rem; line-height: 1; }
.timer-unit { color: #94a3b8; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.25rem; }

/* ── Offer card ── */
.offer-card {
  position: relative;
  background: #fff7ed;
  border: 2px solid #fed7aa;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  margin-top: 2rem;
}
.offer-badge-wrap {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.offer-badge {
  display: inline-block;
  background: #f97316;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.offer-title {
  color: #1e293b;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  text-align: center;
}
.offer-bonus-badge {
  display: inline-block;
  border: 1px solid #fdba74;
  color: #ea580c;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  background: #fff;
}
.offer-old-price { color: #94a3b8; text-decoration: line-through; font-size: 1rem; }
.offer-price {
  color: #f97316;
  font-weight: 900;
  line-height: 1;
  font-size: clamp(3rem, 14vw, 4.5rem);
}
.offer-savings { color: #f97316; font-weight: 700; font-size: 0.875rem; margin-top: 0.25rem; }
.offer-includes-label { color: #f97316; font-weight: 800; font-size: 0.875rem; margin-bottom: 0.75rem; }
.offer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #334155;
}
.offer-list li { display: flex; align-items: flex-start; gap: 0.5rem; }
.check { color: #22c55e; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.gift { flex-shrink: 0; }
.cta-btn {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 1.125rem;
  padding: 1rem;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #16a34a;
  transition: opacity 0.2s, transform 0.2s;
}
.cta-btn:hover { opacity: 0.9; transform: scale(1.02); }
.pay-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 9999px;
  padding: 0.375rem 1rem;
  color: #475569;
  font-size: 0.75rem;
  font-weight: 600;
}

/* ── Guarantee ── */
.guarantee-card {
  background: #fff;
  border: 2px solid #fed7aa;
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.guarantee-badge {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  background: linear-gradient(135deg, #c2410c, #f97316);
}
.guarantee-num { color: #fff; font-weight: 900; font-size: 1.875rem; line-height: 1; }
.guarantee-label { color: #fff; font-weight: 700; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; }
.guarantee-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #facc15;
  color: #0f172a;
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 9999px;
  padding: 1rem 1.5rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  transition: background 0.2s;
}
.guarantee-btn:hover { background: #eab308; }

/* ── Testimonials ── */
.testi-card {
  background: linear-gradient(135deg, #fff7ed, #fefce8);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid #fed7aa;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.testi-stars { color: #facc15; font-size: 1.25rem; }
.testi-text { color: #334155; font-style: italic; line-height: 1.7; font-size: 0.875rem; flex: 1; }
.testi-author { display: flex; align-items: center; gap: 0.75rem; }
.testi-avatar { width: 2.5rem; height: 2.5rem; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.testi-name { font-weight: 700; color: #1e293b; font-size: 0.875rem; }
.testi-role { color: #64748b; font-size: 0.75rem; }

/* ── Author ── */
.author-card {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 1.5rem;
  padding: 2rem;
}
.author-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .author-inner { flex-direction: row; align-items: flex-start; }
}
.author-name { color: #ea580c; font-weight: 800; font-size: 1.125rem; margin-bottom: 0.25rem; }
.author-role { color: #475569; font-size: 0.875rem; font-style: italic; margin-bottom: 1.25rem; }
.author-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-bottom: 1.5rem; }
.stat-box {
  background: #fff;
  border-radius: 1rem;
  padding: 0.75rem 0.5rem;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  border: 1px solid #fed7aa;
}
.stat-val { color: #ea580c; font-weight: 900; font-size: 1.125rem; line-height: 1.2; }
.stat-lbl { color: #94a3b8; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 9px; line-height: 1.3; margin-top: 0.25rem; }
.author-quote { color: #475569; font-size: 0.875rem; font-style: italic; line-height: 1.7; }
.author-photo {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  border: 4px solid #fdba74;
}

/* ── FAQ ── */
.faq-item {
  border: 1px solid #fed7aa;
  border-radius: 0.75rem;
  overflow: hidden;
}
.faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  text-align: left;
  background: #fff;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1e293b;
  font-size: 0.9rem;
  transition: background 0.2s;
}
.faq-btn:hover { background: #fff7ed; }
.faq-icon { color: #f97316; font-size: 1.25rem; font-weight: 700; flex-shrink: 0; }
.faq-answer {
  display: none;
  padding: 0 1.25rem 1.25rem;
  background: #fff7ed;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.7;
}
.faq-answer.open { display: block; }

/* ── Animations ── */
@keyframes pulse-scale {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
.pulse-badge { animation: pulse-scale 1.4s ease-in-out infinite; }
.pulse-price { animation: pulse-scale 1.4s ease-in-out infinite; }
.pulse-btn { animation: pulse-scale 1.4s ease-in-out infinite; }

@keyframes fadein {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-content { animation: fadein 0.6s ease-out both; }

/* ── Utilities ── */
.text-yellow-300 { color: #fde047; }
.text-slate-600 { color: #475569; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }

/* ── Responsive hidden/flex ── */
@media (max-width: 639px) {
  .hidden.sm\:flex { display: none !important; }
}
@media (min-width: 640px) {
  .hidden.sm\:flex { display: flex !important; }
}
