body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #000;
  color: #fff;
}

section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

h1, h2, h3, h4, p {
  text-align: center;
}

.highlight {
  color: #ff1e1e;
}

.highlight-dark {
  color: #d50000;
  font-weight: bold;
}

.btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 20px auto;
  padding: 15px 30px;
  background: limegreen;
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

.center-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.card {
  background: #111;
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0;
}

.benefit-item {
  background-color: #111;
  border: 1px solid #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.benefit-icon {
  font-size: 32px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.testimonial-box {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 30px;
  margin: 30px 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
  max-width: 380px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-box p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.testimonial-footer img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-footer .name {
  color: #ff1e1e;
  font-weight: 700;
  font-size: 1rem;
}

.testimonial-footer .title {
  font-size: 0.85rem;
  color: #ccc;
}

.quote-box {
  background-color: #fff;
  color: #111;
  border-radius: 16px;
  padding: 40px 30px;
  margin: 50px auto;
  max-width: 900px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.quote-box p {
  font-size: 1.2rem;
  margin: 20px 0;
}

.modules .module {
  background: #111;
  padding: 12px;
  margin: 10px 0;
  border-left: 5px solid red;
  border-radius: 6px;
}

footer {
  text-align: center;
  padding: 30px 20px;
  font-size: 0.9rem;
  color: #aaa;
}

@media (max-width: 768px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1, h2, h3 {
    font-size: 1.4rem;
  }

  .quote-box {
    padding: 30px 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .quote-box p {
    font-size: 1rem;
  }

  .benefit-item {
    width: 100%;
    box-sizing: border-box;
  }

  .modules .module {
    font-size: 0.95rem;
    padding: 10px;
  }

  .benefits-grid {
    flex-direction: column;
    align-items: center;
  }
}

.video-section {
  text-align: center;
  margin: 40px auto;
  padding: 0 20px;
}

.afiador-video {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .afiador-video {
    max-width: 640px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

.course-benefits {
  background: #000;
  padding: 30px 20px;
}

.course-features {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
}

.course-features li {
  font-size: 1.1rem;
  padding: 12px 0;
  border-bottom: 1px solid #444;
  display: flex;
  align-items: center;
}

.course-features .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.3rem;
  color: #f00;
  min-width: 24px;
  text-align: center;
}

.offer-box {
  background: linear-gradient(to bottom, #330000, #000);
  padding: 50px 20px;
  text-align: center;
  border-radius: 16px;
}

.offer-item {
  background: #222;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.price-section {
  padding-top: 30px;
}

.price-section h3 {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.old-price {
  color: #f00;
  font-size: 1.6rem;
  text-decoration: line-through;
  margin-bottom: 8px;
}

.new-price {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  margin: 10px 0;
}

.price-section p {
  margin: 10px 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.who-section {
  text-align: center;
  margin: 40px 0;
  padding: 0 16px;
  box-sizing: border-box;
}

.who-section .full-width-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .who-section .full-width-img {
    max-width: 900px;
  }
}

.full-width-img {
  width: 100%;
  height: auto;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.faq-section {
  background: #000;
  text-align: center;
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-sub {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 30px;
}

.faq-item {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: left;
}

.faq-item .question {
  color: #f33;
  font-size: 1.1rem;
  margin: 0 0 10px;
}

.faq-item .answer {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 24px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.faq-item.open .answer {
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
}

.faq-item .question strong {
  color: #fff;
}

.bonus-section {
  background-color: #000;
  text-align: center;
  padding: 40px 20px;
}

.bonus-banner {
  background-color: #b10000;
  color: #fff;
  padding: 30px 20px;
  border-radius: 8px 8px 0 0;
}

.bonus-banner h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.4;
}

.bonus-banner span {
  font-weight: 500;
  font-size: 1.4rem;
}

.bonus-banner p {
  font-size: 1rem;
  margin: 0;
}

.bonus-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 0 0 16px 16px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: invert(1);
}

.site-footer {
  background-color: #000;
  text-align: center;
  padding: 40px 20px;
  color: white;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.footer-sub {
  margin-bottom: 16px;
  color: #aaa;
}

.footer-social-icons a {
  margin: 0 12px;
  display: inline-block;
}

.footer-social-icons i {
  font-size: 30px;
  color: white;
  transition: transform 0.3s ease;
}

.footer-social-icons i:hover {
  transform: scale(1.1);
  color: white;
}

.benefits-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.benefit-card {
  background: rgba(117, 117, 117, 0.5);
  border-radius: 12px;
  padding: 20px;
  width: 300px;
  text-align: center;
  color: white;
  box-sizing: border-box;
  border: 1px solid gray;
}

.benefit-card i {
  font-size: 30px;
  color: #ff1e1e;
  margin-bottom: 10px;
}

.benefit-card h4 {
  font-size: 1.1rem;
  margin: 10px 0 5px;
  color: #fff;
}

.benefit-card p {
  font-size: 0.95rem;
  color: #ccc;
}

.reviews.card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.reviews.card h3 {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.review-image {
  flex: 1 1 250px;
  max-width: 350px;
}

.review-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  display: block;
  margin: 0 auto;
}

.cta-final {
  background-color: #000;
  text-align: center;
  padding: 60px 20px;
  color: white;
}

.cta-final h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-benefits {
  list-style: disc;
  padding-left: 20px;
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: left;
}

.cta-benefits li {
  margin-bottom: 12px;
  font-size: 1.1rem;
}