* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 16px;
}

/* HERO */
.hero { margin: 0 -16px; }
.hero-img { width: 100%; display: block; }

/* CONTENT SECTIONS */
.content-section { padding: 32px 0; }

h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  margin-bottom: 12px;
  text-align: center;
}

h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  margin-bottom: 16px;
}

h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 12px; }

p { margin-bottom: 16px; font-size: 1rem; }

.subtitle {
  font-size: 1.05rem;
  color: #555;
  font-style: italic;
  margin-bottom: 24px;
  text-align: center;
}

/* HIGHLIGHTS */
.highlight-green { color: #2d8c3c; text-decoration: underline; }
.highlight-orange { color: #e8825f; }

/* QUOTE BLOCK */
.quote-block {
  background: #fff;
  padding: 20px 0;
  margin: 24px 0;
}
.quote-block p { margin-bottom: 12px; }
.quote-block p:last-child { margin-bottom: 0; }

/* IMAGES */
.content-img {
  width: 100%;
  border-radius: 4px;
  margin: 20px 0;
  display: block;
}
.content-img-small {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* THREE POINTS */
.three-points p {
  padding: 14px 20px;
  background: #fef5f0;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #f5e6df;
}

/* DIALOGUE */
.dialogue {
  background: #fef5f0;
  padding: 20px 24px;
  border-radius: 10px;
  margin: 24px 0;
}
.dialogue p:last-child { margin-bottom: 0; }

/* TRANSITION */
.transition-section {
  background: #fff;
  color: #1a1a1a;
  text-align: center;
  padding: 40px 24px;
  margin: 0;
}
.transition-section h2 {
  color: #e8825f;
  font-size: 1.4rem;
  font-weight: 700;
}

/* REASON TAGS */
.reason { position: relative; padding-top: 32px; }
.reason-tag {
  display: inline-block;
  color: #e8825f;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

/* TESTIMONIALS */
.testimonial {
  background: #fafafa;
  border-left: 3px solid #e8825f;
  border-radius: 0 10px 10px 0;
  padding: 20px 24px;
  margin: 24px 0;
}
.testimonial blockquote p {
  font-style: italic;
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.testimonial cite {
  font-style: normal;
  font-weight: 600;
  color: #e8825f;
  font-size: 0.9rem;
}

/* INGREDIENTS LIST */
.ingredients-list {
  list-style: disc;
  padding-left: 20px;
}
.ingredients-list li {
  padding: 6px 0;
  font-size: 0.95rem;
}

/* BONUS / NO-MORE LISTS */
.bonus-list p, .no-more-list p {
  font-size: 1.05rem;
  margin-bottom: 8px;
  font-weight: 500;
}

/* TIMELINE */
.timeline-section {
  text-align: center;
  padding: 40px 0;
}
.timeline-text {
  text-align: left;
  margin-top: 16px;
}
.timeline-text p { margin-bottom: 6px; }

/* GUARANTEE */
.guarantee-section {
  padding: 32px 0;
}
.guarantee-title { color: #e8825f; }
.guarantee-badges {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 16px 0;
}
.badge {
  font-size: 0.95rem;
  color: #333;
  padding: 2px 0;
}

/* DOCTOR */
.doctor-section {
  background: #fef5f0;
  margin: 0 -16px;
  padding: 40px 32px;
  text-align: center;
}
.doctor-section h2 { margin-bottom: 24px; }
.doctor-img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  margin: 0 auto 24px;
  display: block;
}
.doctor-quote {
  text-align: left;
}
.doctor-quote blockquote p {
  font-style: italic;
  margin-bottom: 12px;
}
.doctor-quote cite {
  display: block;
  margin-top: 16px;
  font-weight: 700;
  font-style: normal;
  color: #e8825f;
}

/* SOCIAL PROOF */
.social-proof-section {
  text-align: center;
  padding: 40px 0;
}
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 24px;
  text-align: left;
}
.review-card {
  background: #fef5f0;
  border-radius: 14px;
  padding: 20px 16px;
}
.stars { color: #f5a623; font-size: 1.1rem; margin-bottom: 8px; }
.review-card p { font-size: 0.9rem; margin-bottom: 8px; font-style: italic; }
.review-meta { font-size: 0.8rem; color: #999; }

/* CTA / PRICING */
.cta-section {
  text-align: center;
  padding: 48px 0;
}
.cta-subtitle { color: #888; margin-bottom: 20px; }

/* ANSA BRAND BUTTON */
.ansa-btn {
  display: block;
  background: linear-gradient(135deg, #ff7aa8, #e8825f);
  color: #fff;
  text-decoration: none;
  padding: 18px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.15rem;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(232,130,95,0.3);
  margin-top: 8px;
}
.ansa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(232,130,95,0.45);
}

/* CTA BUTTON */
.cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff7aa8, #e8825f);
  color: #fff;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(232,130,95,0.4);
}
.cta-btn-large {
  font-size: 1.15rem;
  padding: 16px 48px;
}

/* HOW TO USE */
.how-to-use { border-top: 1px solid #f0f0f0; }
.note { font-size: 0.85rem; color: #999; }

/* INGREDIENTS SECTION */
.ingredients-section {
  padding: 32px 0;
}
.ingredients-section ul {
  list-style: disc;
  padding-left: 20px;
}
.ingredients-section li {
  padding: 4px 0;
  font-size: 0.95rem;
}

/* FINAL CTA */
.final-cta {
  text-align: center;
  padding: 32px 0 64px;
}
.final-cta .content-img { margin: 20px 0; }
.ps {
  max-width: 500px;
  margin: 24px auto;
  font-size: 0.9rem;
  color: #777;
}
.link-subtle {
  display: inline-block;
  background: #e8825f;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
}

/* CHECKLIST */
.checklist {
  margin: 16px 0;
}
.checklist p {
  padding: 8px 16px;
  background: #f0faf0;
  border-radius: 8px;
  margin-bottom: 6px;
  font-size: 0.95rem;
  border: 1px solid #d4ecd4;
}

/* BENEFITS COLORED LIST */
.benefits-colored {
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
}
.benefits-colored li {
  padding: 8px 16px;
  margin-bottom: 6px;
  font-size: 0.95rem;
  position: relative;
  padding-left: 24px;
}
.benefits-colored li::before {
  content: "\2022";
  color: #e8825f;
  font-weight: bold;
  font-size: 1.3rem;
  position: absolute;
  left: 4px;
  top: 6px;
}

/* TESTIMONIAL RESULT */
.testimonial-result {
  margin-top: 12px;
  padding: 8px 14px;
  background: #f0faf0;
  border-radius: 8px;
  font-size: 0.9rem;
  display: inline-block;
}

/* REVIEW BADGE */
.review-badge {
  display: inline-block;
  background: #f0faf0;
  color: #2d8c3c;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 12px;
  margin-bottom: 8px;
}

/* TIMELINE STEPS */
.timeline-steps {
  text-align: left;
  margin-top: 24px;
}
.timeline-step {
  padding: 16px 20px;
  border-left: 3px solid #e8825f;
  margin-bottom: 16px;
  margin-left: 8px;
}
.timeline-step:last-child {
  border-left-color: #2d8c3c;
}
.step-label {
  display: inline-block;
  background: #e8825f;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 12px;
  margin-bottom: 8px;
}
.timeline-step:last-child .step-label {
  background: #2d8c3c;
}
.timeline-step p {
  margin-bottom: 4px;
  font-size: 0.95rem;
}

/* CTA BADGES */
.cta-badges {
  font-size: 0.8rem;
  color: #999;
  margin-top: 12px;
}

/* STEPPER COMPONENT */
.stepper-section {
  padding: 40px 0;
  max-width: 500px;
  margin: 0 auto;
}
.stepper-section h3 {
  text-align: center;
  margin-bottom: 24px;
}
.stepper {
  position: relative;
}
.stepper-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 24px;
}
.stepper-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e8825f;
  border: 3px solid #e8825f;
  flex-shrink: 0;
  margin-top: 4px;
  z-index: 1;
}
.stepper-dot.done {
  background: #2d8c3c;
  border-color: #2d8c3c;
}
.stepper-line {
  position: absolute;
  left: 7px;
  top: 20px;
  bottom: 0;
  width: 2px;
  background: #f0e0d6;
}
.stepper-content {
  margin-left: 16px;
  flex: 1;
}
.stepper-badge {
  display: inline-block;
  background: #e8825f;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 12px;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.stepper-badge-green {
  background: #2d8c3c;
}
.stepper-title {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.stepper-desc {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0;
}
.stepper-complete {
  text-align: center;
  margin-top: 8px;
  padding: 16px;
  background: #f0faf0;
  border-radius: 12px;
}
.stepper-complete-icon {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.stepper-complete p {
  font-size: 0.85rem;
  color: #2d8c3c;
  font-weight: 600;
  margin-bottom: 0;
}

/* PRICING SECTION */
.pricing-section {
  padding: 24px 0 40px;
}
.pricing-card {
  background: #fff;
  border: 2px solid #f0e0d6;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 12px;
  position: relative;
}
.pricing-card.best {
  border-color: #e8825f;
  box-shadow: 0 4px 20px rgba(232,130,95,0.15);
}
.pricing-card-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing-left h3 {
  font-size: 1.3rem;
  margin-bottom: 2px;
}
.pricing-left h3 small {
  font-size: 0.85rem;
  font-weight: 400;
  color: #666;
}
.pricing-per {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 6px;
}
.pricing-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.pricing-perks span {
  font-size: 0.7rem;
  background: #fef5f0;
  color: #e8825f;
  padding: 2px 8px;
  border-radius: 8px;
  font-weight: 500;
}
.pricing-right {
  text-align: right;
}
.pricing-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e8825f;
  display: block;
}
.pricing-per-unit {
  font-size: 0.75rem;
  color: #999;
}
.pricing-popular-badge {
  display: inline-block;
  background: #e8825f;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 8px 0 8px 0;
  position: absolute;
  top: -1px;
  left: -1px;
  letter-spacing: 0.5px;
}
.pricing-save-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ff7aa8, #e8825f);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 0 8px 0 8px;
  position: absolute;
  top: -1px;
  right: -1px;
  letter-spacing: 0.3px;
}
.pricing-save-badge.secondary {
  background: linear-gradient(135deg, #ff7aa8, #e85f7a);
}
.pricing-save-badge.third {
  background: #aaa;
}

/* TESTIMONIAL CARDS (styled like the PDF) */
.testimonial-card {
  background: #fff;
  border: 1px solid #f0e0d6;
  border-left: none;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.testimonial-badge {
  display: inline-block;
  background: #e8825f;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 12px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8825f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.testimonial-author .stars {
  margin-left: auto;
}

/* TESTIMONIAL METRICS */
.testimonial-metrics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 16px 0 8px;
  padding: 12px;
  background: #fafafa;
  border-radius: 10px;
}
.metric {
  text-align: center;
}
.metric-label {
  display: block;
  font-size: 0.7rem;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.metric-value {
  font-size: 1.5rem;
  font-weight: 700;
}
.metric-value small {
  font-size: 0.7rem;
  font-weight: 400;
  color: #999;
}
.metric-before { color: #d44; }
.metric-after { color: #2d8c3c; }
.metric-arrow {
  font-size: 1.3rem;
  color: #e8825f;
}

/* BEFORE/AFTER TESTIMONIAL */
.testimonial-before-after {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
}
.ba-item {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.8rem;
}
.ba-before { background: #fff0f0; }
.ba-after { background: #f0fff0; }
.ba-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.ba-arrow {
  color: #999;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* RESPONSIVE */
@media (max-width: 480px) {
  h1 { font-size: 1.25rem; }
  h2 { font-size: 1.15rem; }
  .pricing-card-inner { flex-direction: column; text-align: center; }
  .pricing-right { text-align: center; margin-top: 8px; }
  .testimonial-metrics { flex-direction: row; gap: 10px; }
  .testimonial-before-after { flex-direction: column; }
  .ba-arrow { transform: rotate(90deg); }
}