/* Modal styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Imagem do eBook */
.ebook-figure {
  max-width: 360px;
  width: 100%;
  margin: 30px auto;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ebook-figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: block;
}

.modal-content {
  background: #fff;
  border-radius: 16px;
  max-width: 500px;
  width: 95vw;
  max-height: 90vh;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: #ff0077;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.5em;
  cursor: pointer;
  z-index: 2;
}

.modal-iframe {
  border: none;
  width: 100%;
  height: 80vh;
  min-height: 400px;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #222;
  scroll-behavior: smooth;
}

header {
  background: linear-gradient(90deg, #ff0077, #ff5c00);
  color: white;
  text-align: center;
  padding: 60px 20px;
}

header h1 {
  font-size: 2.8em;
  margin-bottom: 10px;
  font-weight: 800;
}

header p {
  font-size: 1.2em;
  font-weight: 500;
}

section {
  padding: 20px 20px;
  max-width: 1000px;
  margin: auto;
}

.intro {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6;
}

.benefits {
  background-color: #fff4ee;
  border-radius: 20px;
  padding: 40px;
  margin-top: 40px;
}

.benefits h2 {
  text-align: center;
  color: #ff5c00;
  margin-bottom: 20px;
}

.benefits ul {
  list-style: none;
  padding: 0;
  font-size: 1.1em;
}

.benefits li {
  margin: 15px 0;
  background: #ffe0d4;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 500;
}

.experience {
  text-align: center;
  margin-top: 50px;
}

.experience h2 {
  color: #ff0077;
}

/* 🌟 Quadro de destaque estilo eBook */
.caixa-destaque {
  background-color: #fff4ee;
  /* fundo bege rosado */
  border-left: 6px solid #ff0077;
  /* borda rosa vibrante */
  border-radius: 10px;
  padding: 25px 30px;
  margin: 40px 0;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 3px 10px rgba(255, 92, 0, 0.15);
}

.caixa-destaque h3 {
  color: #ff5c00;
  margin-top: 0;
  font-size: 1.3em;
}

.caixa-destaque p {
  color: #333;
  line-height: 1.6;
  margin: 10px 0 0;
  font-size: 1.05em;
}

.cta {
  text-align: center;
  margin-top: 60px;
}

.cta button {
  background: linear-gradient(90deg, #ff0077, #ff5c00);
  border: none;
  padding: 20px 50px;
  font-size: 1.4em;
  border-radius: 40px;
  color: white;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s;
}

.cta button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 92, 0, 0.4);
}

.price {
  font-size: 1.8em;
  color: #ff0077;
  font-weight: 700;
  margin: 10px 0 20px;
}

footer {
  background-color: #111;
  color: #fff;
  text-align: center;
  padding: 30px;
  margin-top: 60px;
  font-size: 0.9em;
}

@media (max-width: 600px) {
  header h1 {
    font-size: 2em;
  }

  .cta button {
    width: 90%;
  }
}

.offer-box {
  background-color: #fff4ee;
  border: 3px solid #ff5c00;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin: 60px auto;
  max-width: 500px;
  box-shadow: 0 5px 20px rgba(255, 92, 0, 0.15);
}

.offer-header {
  background: linear-gradient(90deg, #ff0077, #ff5c00);
  color: white;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
  margin: -40px -40px 30px -40px;
  font-size: 1.2em;
}

.offer-box h2 {
  color: #ff0077;
  font-size: 1.8em;
  margin-bottom: 10px;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 1.1em;
  margin: 0;
}

.new-price {
  color: #ff5c00;
  font-size: 2em;
  font-weight: 800;
  margin: 10px 0 20px;
}

.offer-box ul {
  list-style: none;
  padding: 0;
  text-align: left;
  display: inline-block;
  margin: 20px 0;
}

.offer-box li {
  background: #ffe0d4;
  padding: 10px 15px;
  margin: 8px 0;
  border-radius: 10px;
  font-weight: 500;
}

.offer-box button {
  background: linear-gradient(90deg, #ff0077, #ff5c00);
  color: white;
  border: none;
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 700;
  margin-top: 20px;
  transition: 0.3s;
}

.offer-box button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 92, 0, 0.5);
}

.secure {
  margin-top: 15px;
  color: #777;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .benefits {
    background-color: #fff4ee;
    border-radius: 20px;
    padding: 20px;
    margin-top: 40px;
  }

  .benefits ul {
    font-size: 0.9em;
  }

  .benefits li {
    padding: 15px 15px;
  }

  .offer-box h2 {
    font-size: 1.2em;
    margin-bottom: 8px;
    text-align: center;
  }

  .old-price {
    font-size: 1em;
    margin: 0;
  }

  .new-price {
    font-size: 1.5em;
    font-weight: 800;
    margin: 10px 0 20px;
  }

  .offer-header {
    background: linear-gradient(90deg, #ff0077, #ff5c00);
    color: white;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
    margin: -40px -20px 30px -20px;
    font-size: 1.2em;
  }

  .offer-box {
    background-color: #fff4ee;
    border: 3px solid #ff5c00;
    border-radius: 20px;
    padding: 40px 20px 10px 20px;
    text-align: center;
    margin: 60px auto;
    max-width: 500px;
    box-shadow: 0 5px 20px rgba(255, 92, 0, 0.15);
  }

  .offer-box li {
    padding: 10px 15px;
    margin: 8px 0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 0.8em;
  }

  .offer-box button {
    font-size: 0.9em;
  }

  .secure {
    font-size: 0.7em;
  }

  .ebook-figure {
    max-width: 260px;
    margin: 20px auto;
    padding: 0 8px;
  }

  .ebook-figure img {
    width: 260px;
    max-width: 100%;
    height: auto;
    display: block;
  }
}

.courses-section {
  padding: 50px 20px;
  background: transparent;
}

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

.courses-section h2 {
  font-size: 1.9rem;
  color: #ff0077;
  /* rosa */
  margin-bottom: 8px;
}

.courses-section .subtitle {
  color: #444;
  max-width: 820px;
  margin: 0 auto 28px;
  line-height: 1.5;
  font-size: 1.03rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
  margin: 20px 0 12px;
}

.card {
  background-color: #fff4ee;
  /* bege rosado */
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(255, 92, 0, 0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.card-head {
  display: inline-block;
  background: linear-gradient(90deg, #ff0077, #ff5c00);
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  width: max-content;
}

.card-title {
  margin: 0;
  color: #ff0077;
  font-size: 1.05rem;
  font-weight: 700;
}

.card-text {
  color: #333;
  margin: 0;
  line-height: 1.45;
  font-size: 0.98rem;
  flex-grow: 1;
}

.note {
  margin-top: 18px;
  color: #555;
  font-size: 0.95rem;
}

/* Responsivo */
@media (max-width: 900px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .courses-section h2 {
    font-size: 1.5rem;
  }

  .courses-section .subtitle {
    font-size: 0.98rem;
  }
}

.bonus {
  padding: 60px 20px;
  text-align: center;
}

.bonus h2 {
  color: #ff0077;
  font-size: 2em;
  margin-bottom: 25px;
}

.bonus-box {
  background-color: #fff4ee;
  /* tom suave rosado */
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 6px 18px rgba(255, 92, 0, 0.1);
  font-size: 1.3em;
}

.bonus-box p {
  font-size: 0.9em;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.bonus-box strong {
  color: #ff5c00;
}

.bonus-box .highlight {
  background: linear-gradient(90deg, #ff0077, #ff5c00);
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .bonus h2 {
    font-size: 1.6em;
  }

  .bonus-box {
    padding: 30px 20px;
  }
}
