html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial,
    sans-serif;
  color: #111827;
  background: #fff;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.hero-section {
  background: linear-gradient(135deg, #f0fdf4, #ffffff);
  padding: 3rem 1rem;
}
.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.logo-text {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #1da95e, #009908);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headline {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
}
.subheadline {
  color: #6b7280;
  margin-bottom: 1rem;
}
.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.cta-button {
  background: #10b981;
  color: #fff;
  font-weight: 700;
  padding: 1rem 2rem;
  border: none;
  border-radius: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}
.cta-button:hover {
  background: #059669;
}
.hero-image {
  text-align: center;
}
.hero-image img {
  border-radius: 0.75rem;
  max-width: 480px;
}
.hero-caption {
  margin-bottom: 1rem;
  font-weight: 500;
  color: #111827;
}
.urgency-bar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: linear-gradient(90deg, #111827, #0b3a2b);
  color: #fff;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.urgency-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.urgency-timer {
  background: #10b981;
  color: #0b3a2b;
  padding: 0.3rem 0.8rem;
  border-radius: 0.4rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.urgency-progress {
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  margin-top: 0.4rem;
}
.urgency-progress-fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #22c55e, #f59e0b, #ef4444);
}
/* COMPARATIVO GRID (corrigido) */
.comparativo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-section {
  max-width: 900px;
  margin: 3rem auto;
  padding: 2rem 1rem;
  text-align: center;
  color: #111827;
}

.intro-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 2.5rem;
  background: #f9fafb;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.intro-text:hover {
  transform: translateY(-3px);
}

.highlight-box {
  background: linear-gradient(135deg, #ffffff 0%, #fef2f2 100%);
  border-left: 5px solid #ef4444;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  text-align: left;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.15);
}

.highlight-title {
  color: #ef4444;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.highlight-text {
  color: #374151;
  font-size: 1rem;
  line-height: 1.8;
}

.highlight-red {
  color: #ef4444;
  font-weight: 700;
}

.story-cta h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.6;
  background: linear-gradient(90deg, #f0fdf4, #ffffff);
  padding: 1.5rem;
  border-radius: 1rem;
  margin-top: 2rem;
  box-shadow: 0 8px 16px rgba(16, 185, 129, 0.1);
}

.text-green {
  color: #10b981;
}

/* === GREEN SECTION (Sobre o Produto) === */
.green-section {
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
  padding: 4rem 1.5rem;
}

.green-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.section-subtitle {
  font-size: 0.9rem;
  font-weight: 700;
  color: #10b981;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}

.section-text {
  font-size: 1.05rem;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* Guarantee Box */
.guarantee-box {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: #ecfdf5;
  border: 1px solid #10b981;
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 8px 18px rgba(16, 185, 129, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guarantee-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(16, 185, 129, 0.15);
}

.guarantee-icon {
  font-size: 2rem;
  color: #10b981;
  flex-shrink: 0;
}

.guarantee-info {
  flex: 1;
}

.guarantee-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #065f46;
  margin-bottom: 0.5rem;
}

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

/* CTA Button */
.cta-large {
  display: inline-block;
  background-color: #10b981;
  color: white;
  font-weight: 700;
  padding: 1.25rem 2rem;
  border-radius: 9999px;
  font-size: 1.25rem;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.2);
}

.cta-large:hover {
  background-color: #059669;
  transform: translateY(-3px);
}

/* Image */
.green-image {
  display: flex;
  justify-content: center;
}

.green-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 1rem;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.green-image img:hover {
  transform: scale(1.05);
}

/* === BLUE SECTION (Como Funciona o Método) === */
.blue-section {
  background: linear-gradient(135deg, #f3f7ff 0%, #ffffff 100%);
  padding: 4rem 1.5rem;
}

.blue-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.method-title {
  font-size: 2rem;
  font-weight: 800;
  color: #2e1a47;
  margin-bottom: 0.75rem;
}

.method-subtitle {
  font-size: 1.25rem;
  color: #3b2a6d;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.method-text {
  font-size: 1.05rem;
  color: #374151;
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto 3rem;
}

.text-purple {
  color: #6d28d9;
  font-weight: 600;
}

/* Steps Grid */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  justify-items: center;
}

.step-item {
  background: #ffffff;
  border: 1px solid #e0e7ff;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  max-width: 340px;
  box-shadow: 0 10px 25px rgba(59, 42, 109, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(59, 42, 109, 0.15);
}

.step-image {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.step-image img {
  height: 220px;
  width: auto;
  object-fit: contain;
  border-radius: 0.75rem;
  transition: transform 0.3s ease;
}

.step-item:hover img {
  transform: scale(1.05);
}

.step-item h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2e1a47;
  margin-bottom: 0.75rem;
}

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

/* === DARK SECTION (Problema / Contexto) === */
.dark-section {
  background: radial-gradient(circle at top left, #1f2937 0%, #111827 100%);
  color: #f9fafb;
  padding: 5rem 1.5rem;
}

.dark-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Process Section */
.process-section {
  text-align: center;
  margin-bottom: 4rem;
}

.process-section h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.process-section p {
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.7;
  color: #e5e7eb;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.process-item {
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-item:hover {
  transform: translateY(-6px);
}

.process-item img {
  width: 100%;
  max-height: 320px;
  border-radius: 0.75rem;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* História Emocional */
.story-section {
  background: #f9fafb;
  color: #111827;
  border-radius: 1rem;
  padding: 3rem 2rem;
  margin-top: 4rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.story-section .intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 2.5rem;
  text-align: justify;
}

/* Bloco de destaque */
.highlight-box {
  background: linear-gradient(135deg, #fff 0%, #fef2f2 100%);
  border-left: 5px solid #ef4444;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 6px 18px rgba(239, 68, 68, 0.15);
}

.highlight-title {
  color: #ef4444;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.highlight-text {
  color: #374151;
  font-size: 1rem;
  line-height: 1.8;
}

.highlight-red {
  color: #ef4444;
  font-weight: 700;
}

.story-cta h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #065f46;
  background: #ecfdf5;
  border-radius: 1rem;
  padding: 1.5rem;
  line-height: 1.6;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.15);
}

.text-green {
  color: #10b981;
}

/* === RESPONSIVIDADE === */
@media (min-width: 768px) {
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .story-section {
    padding: 4rem;
  }

  .story-section .intro-text {
    font-size: 1.125rem;
  }

  .story-cta h3 {
    font-size: 1.6rem;
  }
}

/* === BONUS SECTION === */
.bonus-section {
  background: linear-gradient(180deg, #ffffff 0%, #fdfcfb 100%);
  padding: 4rem 1.5rem;
}

.bonus-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.bonus-title {
  font-size: 2rem;
  font-weight: 800;
  color: #2e1a47;
  margin-bottom: 0.75rem;
}

.bonus-subtitle {
  color: #555;
  font-size: 1.05rem;
  margin: 0 auto 2.5rem;
  max-width: 700px;
  line-height: 1.7;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.bonus-card {
  background: #f8f5ff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 8px 18px rgba(59, 42, 109, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bonus-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(59, 42, 109, 0.15);
}

.bonus-icon {
  background-color: #14b8a6;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(20, 184, 166, 0.4);
  transition: transform 0.3s ease;
}

.bonus-card:hover .bonus-icon {
  transform: rotate(10deg) scale(1.1);
}

.bonus-card-title {
  color: #3b2a6d;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.bonus-card-title span {
  color: #14b8a6;
  font-weight: 600;
  font-size: 1rem;
}

.bonus-card-text {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.bonus-total {
  color: #2e1a47;
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 2rem;
}

.highlight-green {
  color: #10b981;
  font-weight: 700;
}

/* CTA Button */
.cta-large {
  background-color: #10b981;
  color: white;
  font-weight: 700;
  padding: 1.25rem 2rem;
  border-radius: 9999px;
  font-size: 1.25rem;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.2);
}

.cta-large:hover {
  background-color: #059669;
  transform: translateY(-3px);
}

/* === INCLUDED SECTION (Materiais Inclusos) === */
.included-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 4rem 1.5rem;
}

.included-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.included-title {
  color: #2e1a47;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.included-subtitle {
  color: #555;
  font-size: 1.05rem;
  max-width: 800px;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.material-card {
  background: #f8f5ff;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 8px 18px rgba(59, 42, 109, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.material-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(59, 42, 109, 0.15);
}

.material-card h3 {
  color: #3b2a6d;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

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

/* === COMPARATIVO SECTION === */
.comparativo-section {
  background-color: #111827;
  color: #ffffff;
  padding: 4rem 1.5rem;
}

.comparativo-container {
  max-width: 1200px;
  margin: 0 auto;
}

.comparativo-title {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
}

/* GRID */
.comparativo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.comparativo-card {
  border-radius: 0.75rem;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comparativo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.positive {
  background-color: #166534;
}

.negative {
  background-color: #991b1b;
}

/* Cabeçalho */
.comparativo-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.icon-circle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.75rem;
  color: white;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.positive-bg {
  background-color: #22c55e;
}

.negative-bg {
  background-color: #ef4444;
}

.comparativo-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.comparativo-header h3 span {
  color: #fef3c7;
  font-weight: 800;
}

/* Lista */
.comparativo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.comparativo-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.5;
  font-size: 1rem;
  position: relative;
  padding-left: 1.5rem;
}

.positive .comparativo-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #86efac;
  font-weight: bold;
}

.negative .comparativo-list li::before {
  content: "✖";
  position: absolute;
  left: 0;
  color: #fca5a5;
  font-weight: bold;
}

/* === PROCESS SECTION === */
.process-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
  padding: 4rem 1.5rem;
  text-align: center;
}

.process-container {
  max-width: 1100px;
  margin: 0 auto;
}

.process-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #2e1a47;
  margin-bottom: 1rem;
}

.process-description {
  color: #555;
  max-width: 700px;
  margin: 0 auto 3rem;
  font-size: 1.05rem;
  line-height: 1.8;
}

/* GRID */
.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.process-item {
  background: #f8f5ff;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 8px 18px rgba(59, 42, 109, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.process-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(59, 42, 109, 0.15);
}

.process-item img {
  width: 100%;
  height: auto;
  max-height: 280px;
  border-radius: 0.75rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.process-item:hover img {
  transform: scale(1.05);
}

/* === HERO SECTION === */
.hero-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
  padding: 5rem 1.5rem 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  gap: 2.5rem;
}

/* === CONTEÚDO === */
.hero-content {
  text-align: center;
  max-width: 600px;
}

.logo-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #10b981;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.headline {
  font-size: 2rem;
  font-weight: 800;
  color: #2e1a47;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.text-highlight {
  color: #14b8a6;
}

.subheadline {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #374151;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.benefits-list li {
  list-style: none;
  font-weight: 500;
}

/* === CTA === */
.cta-button {
  background-color: #10b981;
  color: white;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 8px 18px rgba(16, 185, 129, 0.25);
}

.cta-button:hover {
  background-color: #059669;
  transform: translateY(-3px);
}

/* === IMAGEM === */
.hero-image {
  text-align: center;
}

.hero-image img {
  max-width: 420px;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.hero-image img:hover {
  transform: scale(1.05);
}

.hero-caption {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

/* === RESPONSIVIDADE === */
@media (min-width: 768px) {
  .hero-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
  }

  .hero-content {
    text-align: left;
    max-width: 550px;
  }

  .headline {
    font-size: 2.5rem;
  }

  .subheadline {
    font-size: 1.1rem;
  }

  .benefits-list {
    font-size: 1.05rem;
  }

  .hero-image img {
    max-width: 480px;
  }
}

@media (min-width: 1024px) {
  .headline {
    font-size: 2.75rem;
  }

  .subheadline {
    font-size: 1.15rem;
  }
}

/* === RESPONSIVIDADE === */
@media (min-width: 768px) {
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .process-title {
    font-size: 2.25rem;
  }

  .process-text {
    font-size: 1.05rem;
  }
}

/* === DARK SECTION (Problema / Contexto) === */
.dark-section {
  background: radial-gradient(circle at top left, #1f2937 0%, #111827 100%);
  color: #f9fafb;
  padding: 5rem 1.5rem;
}

.dark-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Process container dentro da dark section */
.process-container {
  text-align: center;
  margin-bottom: 4rem;
}

.process-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #ffffff;
}

.process-description {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
  color: #e5e7eb;
  font-size: 1.05rem;
}

/* GRID */
.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.process-item {
  background: #f9fafb;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  color: #1f2937;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.process-step {
  top: -15px;
  left: -15px;
  background-color: #14b8a6;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 0 12px rgba(20, 184, 166, 0.4);
}

.process-text {
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #374151;
}

.process-item img {
  width: 100%;
  height: auto;
  max-height: 280px;
  border-radius: 0.75rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.process-item:hover img {
  transform: scale(1.05);
}

/* História emocional */
.story-section {
  background: #f9fafb;
  color: #111827;
  border-radius: 1rem;
  padding: 3rem 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.story-section .intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 2.5rem;
  text-align: justify;
}

/* Destaque */
.highlight-box {
  background: linear-gradient(135deg, #ffffff 0%, #fef2f2 100%);
  border-left: 5px solid #ef4444;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 6px 18px rgba(239, 68, 68, 0.15);
}

.highlight-title {
  color: #ef4444;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.highlight-text {
  color: #374151;
  font-size: 1rem;
  line-height: 1.8;
}

.highlight-red {
  color: #ef4444;
  font-weight: 700;
}

.story-cta h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #065f46;
  background: #ecfdf5;
  border-radius: 1rem;
  padding: 1.5rem;
  line-height: 1.6;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.15);
  text-align: center;
}

.text-green {
  color: #10b981;
}

/* === RESPONSIVIDADE === */
@media (min-width: 768px) {
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .story-section {
    padding: 4rem;
  }

  .process-title {
    font-size: 2.25rem;
  }

  .story-section .intro-text {
    font-size: 1.15rem;
  }

  .story-cta h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .process-title {
    font-size: 1.7rem;
  }

  .highlight-box {
    padding: 1.5rem;
  }

  .story-cta h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .process-title {
    font-size: 1.3rem;
  }

  .process-description {
    font-size: 1rem;
  }

  .process-step {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

/* === RESPONSIVIDADE === */
@media (min-width: 768px) {
  .comparativo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .comparativo-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  .comparativo-title {
    font-size: 1.6rem;
  }

  .comparativo-header h3 {
    font-size: 1.3rem;
  }

  .comparativo-list li {
    font-size: 0.95rem;
  }
}

/* === RESPONSIVIDADE === */
@media (min-width: 768px) {
  .included-title {
    font-size: 2.25rem;
  }

  .material-card {
    padding: 2.5rem;
  }
}

@media (max-width: 768px) {
  .included-title {
    font-size: 1.6rem;
  }

  .included-subtitle {
    font-size: 1rem;
  }

  .material-card h3 {
    font-size: 1.05rem;
  }

  .material-card p {
    font-size: 0.9rem;
  }
}

/* === RESPONSIVIDADE === */
@media (min-width: 768px) {
  .bonus-title {
    font-size: 2.25rem;
  }

  .bonus-card {
    padding: 2.5rem;
  }
}

@media (max-width: 768px) {
  .bonus-title {
    font-size: 1.6rem;
  }

  .bonus-card-title {
    font-size: 1.1rem;
  }

  .bonus-card-text {
    font-size: 0.9rem;
  }

  .cta-large {
    width: 100%;
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .process-section h2 {
    font-size: 1.5rem;
  }

  .highlight-box {
    padding: 1.5rem;
  }

  .story-cta h3 {
    font-size: 1.2rem;
  }
}

/* === RESPONSIVIDADE === */
@media (min-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }

  .method-title {
    font-size: 2.25rem;
  }

  .method-subtitle {
    font-size: 1.35rem;
  }
}

@media (max-width: 768px) {
  .method-title {
    font-size: 1.75rem;
  }

  .method-subtitle {
    font-size: 1.1rem;
  }

  .method-text {
    font-size: 1rem;
  }
}

/* === RESPONSIVIDADE === */
@media (min-width: 768px) {
  .green-container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .section-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.6rem;
  }

  .section-text {
    font-size: 1rem;
  }

  .cta-large {
    width: 100%;
    font-size: 1.1rem;
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .intro-text {
    font-size: 1rem;
    padding: 1.5rem;
  }

  .highlight-box {
    padding: 1.5rem;
  }

  .story-cta h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .headline {
    font-size: 1.4rem;
  }
  .cta-button {
    width: 100%;
  }
  .hero-image img {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .hero-container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .hero-content {
    text-align: left;
  }
}

.bonus-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(34, 34, 34, 0.85);
}

.bonus-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px 20px;
  border-radius: 15px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  font-family: "Arial", sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  position: relative;
}

.bonus-modal-content h2 {
  font-size: 22px;
  color: #1e3a3a;
  margin-bottom: 10px;
}

.bonus-modal-content p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.bonus-modal-content input {
  width: 90%;
  padding: 12px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.bonus-modal-content button {
  background-color: #4caf50;
  color: white;
  padding: 14px;
  width: 90%;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.bonus-modal-content button:hover {
  background-color: #388e3c;
}

.close-bonus {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 26px;
  color: #999;
  cursor: pointer;
}
