body {
  background: #050506;
  color: #f9fafb;
  font-family: Inter, sans-serif;
  padding: 20px;
}

a {
  color: #fb923c;
}

p {
  font-size: 20px;
  margin: 0;
  line-height: 1.5;
}

a:hover {
  text-decoration: none;
}

.page-header {
  text-align: center;
  padding: 0 20px 20px;
}

.hero {
  text-align: center;
}

.topheadline {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
}

.headline {
  font-weight: 600;
  width: 600px;
  margin: 0 auto 20px;
  font-size: 55px;
  line-height: .95;
  letter-spacing: -1.5px;
}

.headline-para {
  font-size: 25px;
  font-weight: 400;
}

.headline-destak {
  background: linear-gradient(to right, #ff8c00, #ffd700);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 60px;
  line-height: .85;
}

.subheadline {
  color: #e5e7eb;
  margin: 0 auto 40px;
  font-size: 1.3rem;
  max-width: 600px;
  line-height: 1.3;
}

.cta-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.cta {
  padding: 10px 20px;
  color: #111;
  text-decoration: none;
  background: #ffd701;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  transition: all .15s ease-in;
}

.cta:hover {
  transform: scale(1.1);
}

.vsl > video {
  border-radius: 4px;
}

.vsl {
  margin-bottom: 40px;
}

.section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

.section-subtitle {
  text-align: center;
  font-size: 22px;
  margin: 20px auto 40px;
  font-weight: 300;
  max-width: 600px;
}

.page-section {
  margin-top: 110px;
}

.whatsapp-logo {
  margin-bottom: 40px;
  text-align: center;
}

.stats-container {
  margin: 40px auto;
  width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #f3f4f6;
  color: #1f2937;
  padding: 55px 51px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(251,190,36,0.9);
  -moz-box-shadow: 0px 0px 27px 0px rgba(251,190,36,0.9);
  box-shadow: 0px 0px 27px 0px rgba(251,190,36,0.9);
}

.stat-wrapper {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}

.stat-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.stat-value {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.6px;
  margin-top: 10px;
}

.benefits-container {
  width: 1200px;
  margin: 40px auto;
  display: flex;
  gap: 66px;
}

.benefit {
  flex: 1;
}

.benefit-image {
  margin: 15px 0;
}

.benefit-image img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.benefit-title {
  font-size: 20px;
  font-weight: 500;
}

.benefit-description {
  line-height: 1.5;
}

.more-benefits-container {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  text-align: center;
}

.another-benefit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.another-benefit-title {
  font-size: 20px;
  font-weight: 500;
}

.another-benefit-description {
  font-size: 16px;
  line-height: 1.5;
}

.more-benefits .cta {
  margin-top: 60px;
}

.outline .section-title {
  margin-bottom: 40px;
}

.outline-container {
  width: 653px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.outline-row {
  display: flex;
  justify-content: space-between;
}

.outline-module {
  flex: 1;
}

.outline-module-number {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 200;
  opacity: .8;
  letter-spacing: 2px;
}

.outline-module-title {
  font-weight: 600;
  font-size: 25px;
}

.outline-module-explanation {
  list-style: none;
  padding: 0;
  line-height: 1.5;
  list-style: circle;
}

.warranty {
  margin-top: 120px;
  text-align: center;
}

.instructor {
  margin: 120px auto 0;
  max-width: 600px;
}

.instructor-photo {
  border-radius: 63px;
  width: 200px;
  display: block;
  float: right;
  margin-top: -25px;
  margin-left: 30px;
}

.instructor-bio {
  max-width: 600px;
  line-height: 1.7;
}

.faq-container {
  width: 600px;
  margin: auto;
}

.faq-question {
  border: 1px solid #6b7280;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.faq-question-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.faq-question-answer {
  line-height: 1.5;
  font-size: 16px;
  color: #d1d5db;
}










.pricing {
  text-align: center;
}

.pricing-container {
  width: 300px;
  margin: auto;
  padding: 30px 20px 20px;
  position: relative;
  background: #f3f4f6;
  color: #1f2937;
  border-radius: 4px;
  box-sizing: border-box;
}

.pricing-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 10px;
  background: linear-gradient(to right, #ff8c00, #ffd700);
  border-radius: 4px 4px 0 0;
}

.old-price {
  font-size: 24px;
}

.pricing-price {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
}

.currency {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  margin-right: -5px;
}

.product-benefits {
  margin-top: 20px;
  text-align: left;
  padding: 0 30px;
  margin-bottom: 20px;
}

.product-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.product-benefit-description {
  flex: 1;
}

.product-bonus {
  margin-top: 20px;
}

@media (max-width: 1250px) {
  .benefits-container,
  .more-benefits-container {
    width: 900px
  }
}


@media (max-width: 1050px) {
  .stats-container {
    /* width: 800px; */
  }
}

@media (max-width: 950px) {
  .more-benefits-container {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

@media (max-width: 930px) {
  .benefits-container {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .benefit {
    padding: 0 30px;
  }

  .stats-container {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .outline-module-subjects {
    list-style-position: inside;
  }
}

@media (max-width: 830px) {
  .vsl > video { width: 100%; height: 100% }
}

@media (max-width: 700px) {
  .headline {
    width: 100%;
    font-size: 35px
  }

  .headline-destak {
    font-size: 45px;
    display: block;
  }

  .outline-container {
    width: 100%;
  }

  .outline-row {
    flex-direction: column;
  }

  .faq-container {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .more-benefits-container {
    grid-template-columns: 1fr;
  }

  .stats-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .pricing-container {
    width: 100%;
  }
}

