/* ===== RESET & BASE ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.65;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===== LAYOUT ===== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding: 72px 0;
}

/* ===== BACKGROUNDS ===== */
.section-white  { background: #ffffff; }
.section-gray   { background: #f7f7f7; }
.section-green-light { background: #e8f5e9; }
.section-green  { background: #2e7d32; }

/* ===== TYPOGRAPHY ===== */
.section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.25;
  text-align: center;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
  max-width: 640px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-note {
  font-size: 0.85rem;
  color: #b45309;
  font-style: italic;
  margin-bottom: 32px;
  text-align: center;
}

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 8px;
  transition: background 0.2s, transform 0.1s;
  cursor: pointer;
}

.btn-primary:hover {
  background: #1b5e20;
  transform: translateY(-1px);
}

.btn-primary.btn-large {
  font-size: 1.05rem;
  padding: 18px 36px;
  border-radius: 10px;
  letter-spacing: 0.3px;
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: #2e7d32;
  border: 2px solid #2e7d32;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 8px;
  transition: all 0.2s;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.btn-outline:hover {
  background: #2e7d32;
  color: #fff;
}

.btn-white {
  display: inline-block;
  background: #fff;
  color: #2e7d32;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 18px 40px;
  border-radius: 10px;
  transition: all 0.2s;
}

.btn-white:hover {
  background: #f1f8e9;
  transform: translateY(-1px);
}

/* ===== URGENCY BAR ===== */
.urgency-bar {
  background: #1b5e20;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 100;
}

.urgency-bar p {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.urgency-emoji {
  font-size: 0.9rem;
}

.countdown {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}

.cd-label {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-right: 6px;
}

.cd-block {
  background: rgba(255,255,255,0.15);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 1rem;
  min-width: 38px;
  text-align: center;
}

.cd-block small {
  font-size: 0.6rem;
  margin-left: 2px;
  opacity: 0.8;
}

.cd-sep {
  font-size: 1rem;
  opacity: 0.6;
}

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #f9fbe7 0%, #e8f5e9 100%);
  padding: 80px 0 60px;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.pre-headline {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #2e7d32;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.headline {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.18;
  margin-bottom: 20px;
}

.subheadline {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 32px;
  line-height: 1.7;
}

.cta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.cta-sub {
  font-size: 0.82rem;
  color: #666;
}

.hero-image img {
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.15);
}

/* ===== NUMBERS BAR ===== */
.numbers-bar {
  background: #2e7d32;
  padding: 32px 0;
}

.numbers-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.number-item {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.number-value {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.number-label {
  font-size: 0.82rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== TESTIMONIALS ===== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-left: 4px solid #2e7d32;
}

.stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #333;
  font-style: italic;
  margin-bottom: 12px;
  line-height: 1.6;
}

.testimonial-author {
  font-size: 0.82rem;
  color: #666;
  font-weight: 600;
}

/* ===== DEMO ===== */
.demo-mockup {
  margin: 32px auto;
  max-width: 800px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.feature-card {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
  transition: box-shadow 0.2s;
}

.feature-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.09);
}

.feature-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}

.feature-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.6;
}

/* ===== BENEFITS ===== */
.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 760px;
  margin: 0 auto;
}

.benefit-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 18px 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.benefit-check {
  color: #2e7d32;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.4;
  flex-shrink: 0;
}

.benefit-text {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.6;
}

.benefit-text strong {
  display: block;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

/* ===== IDEAL PARA VOCE ===== */
.ideal-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.ideal-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 10px;
  background: #f7f7f7;
}

.ideal-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.ideal-item p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

/* ===== WHAT'S INSIDE ===== */
.product-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  margin-bottom: 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.product-badge {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.product-main-info h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.product-main-info p {
  font-size: 0.97rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 8px;
}

.product-value {
  font-size: 0.9rem;
  color: #888;
}

.divider-text {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2e7d32;
  margin: 0 0 32px;
  position: relative;
}

.divider-text::before,
.divider-text::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #a5d6a7;
  vertical-align: middle;
  margin: 0 16px;
}

.bonus-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

.bonus-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  align-items: start;
}

.bonus-card img {
  border-radius: 8px;
  width: 180px;
  object-fit: cover;
}

.bonus-label {
  display: inline-block;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.bonus-info h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.bonus-info p {
  font-size: 0.93rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 6px;
}

.bonus-value {
  font-size: 0.88rem;
  color: #999;
}

/* Value stack */
.value-stack {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  max-width: 560px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.value-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.93rem;
  color: #444;
}

.value-price {
  color: #999;
  font-size: 0.9rem;
}

.value-total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 10px;
  font-weight: 700;
  font-size: 1rem;
  color: #333;
}

.value-total {
  color: #999;
  font-size: 1rem;
}

.value-today-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
  font-weight: 800;
  font-size: 1.1rem;
  color: #1a1a1a;
}

.value-today-price {
  font-size: 1.6rem;
  font-weight: 900;
  color: #2e7d32;
}

/* ===== PLANOS ===== */
.plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.plan-card {
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  border: 2px solid #e0e0e0;
}

.plan-card.plan-complete {
  border-color: #2e7d32;
  box-shadow: 0 8px 32px rgba(46,125,50,0.15);
}

.plan-badge-top {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #2e7d32;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.plan-name {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.plan-desc {
  font-size: 0.93rem;
  color: #555;
  margin-bottom: 24px;
}

.plan-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  font-size: 0.93rem;
  color: #333;
}

.plan-items li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.plan-price-block {
  text-align: center;
  margin-bottom: 20px;
}

.plan-old-price {
  display: block;
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 4px;
}

.plan-price {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1;
}

.plan-price-highlight {
  color: #2e7d32;
}

.plan-sub {
  font-size: 0.78rem;
  color: #888;
  text-align: center;
  margin-top: 12px;
}

/* ===== GUARANTEE ===== */
.guarantee-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.guarantee-img {
  flex-shrink: 0;
}

.guarantee-img img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.guarantee-text h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #1b5e20;
}

.guarantee-text p {
  font-size: 1rem;
  color: #2e4a1e;
  line-height: 1.7;
}

/* ===== FAQ ===== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
  margin-bottom: 8px;
}

.faq-item summary {
  padding: 18px 22px;
  font-weight: 700;
  font-size: 0.97rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1a1a1a;
  user-select: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: #2e7d32;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item p {
  padding: 0 22px 18px;
  font-size: 0.93rem;
  color: #444;
  line-height: 1.7;
}

/* ===== FOOTER ===== */
.footer {
  background: #111;
  color: #888;
  padding: 48px 0;
  text-align: center;
}

.footer-brand {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.footer-disclaimer {
  font-size: 0.82rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 12px;
}

.footer-contact {
  font-size: 0.82rem;
  margin-bottom: 12px;
}

.footer-contact a {
  color: #a5d6a7;
}

.footer-links {
  font-size: 0.82rem;
  margin-bottom: 16px;
}

.footer-links a {
  color: #999;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copy {
  font-size: 0.78rem;
  color: #666;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  section {
    padding: 52px 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-image {
    order: -1;
  }

  .cta-group {
    align-items: stretch;
  }

  .btn-primary.btn-large,
  .btn-white {
    text-align: center;
    width: 100%;
  }

  .numbers-inner {
    gap: 16px;
  }

  .number-value {
    font-size: 1.5rem;
  }

  .product-main {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .bonus-card {
    grid-template-columns: 120px 1fr;
    gap: 16px;
  }

  .bonus-card img {
    width: 120px;
  }

  .plans-grid {
    grid-template-columns: 1fr;
  }

  .plan-card.plan-complete {
    order: -1;
  }

  .guarantee-inner {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .urgency-bar {
    flex-direction: column;
    gap: 8px;
  }

  .bonus-card {
    grid-template-columns: 1fr;
  }

  .bonus-card img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
