/* style/blog-letou1-official-website-promotions-guide.css */

/* Base styles for the page content */
.page-blog-letou1-official-website-promotions-guide {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light backgrounds */
  line-height: 1.6;
}

.page-blog-letou1-official-website-promotions-guide__section--light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-letou1-official-website-promotions-guide__section--dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-letou1-official-website-promotions-guide__text-white {
  color: #ffffff;
}

.page-blog-letou1-official-website-promotions-guide__list-white li {
  color: #ffffff;
}

.page-blog-letou1-official-website-promotions-guide__faq-bg {
  background-color: #f5f5f5;
  color: #333333;
}

/* Hero Section */
.page-blog-letou1-official-website-promotions-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px 20px; /* Small top padding, more bottom padding */
  background-color: #26A9E0; /* Fallback background */
}

.page-blog-letou1-official-website-promotions-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-blog-letou1-official-website-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-letou1-official-website-promotions-guide__hero-content {
  max-width: 900px;
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
}

.page-blog-letou1-official-website-promotions-guide__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-letou1-official-website-promotions-guide__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-letou1-official-website-promotions-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-letou1-official-website-promotions-guide__btn-primary,
.page-blog-letou1-official-website-promotions-guide__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  text-align: center;
}

.page-blog-letou1-official-website-promotions-guide__btn-primary {
  background-color: #EA7C07;
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-letou1-official-website-promotions-guide__btn-primary:hover {
  background-color: #d16b06;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-letou1-official-website-promotions-guide__btn-primary--dark-bg {
  background-color: #EA7C07;
  color: #ffffff;
  border-color: #EA7C07;
}

.page-blog-letou1-official-website-promotions-guide__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-letou1-official-website-promotions-guide__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-letou1-official-website-promotions-guide__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Content Area */
.page-blog-letou1-official-website-promotions-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-letou1-official-website-promotions-guide__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-blog-letou1-official-website-promotions-guide__section-title--white {
  color: #ffffff;
}

.page-blog-letou1-official-website-promotions-guide p {
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-blog-letou1-official-website-promotions-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Benefits Grid */
.page-blog-letou1-official-website-promotions-guide__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-letou1-official-website-promotions-guide__benefit-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  transition: transform 0.3s ease;
}

.page-blog-letou1-official-website-promotions-guide__benefit-card:hover {
  transform: translateY(-5px);
}

.page-blog-letou1-official-website-promotions-guide__benefit-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-blog-letou1-official-website-promotions-guide__benefit-card p {
  font-size: 1em;
  color: #f0f0f0;
}

/* Promo List */
.page-blog-letou1-official-website-promotions-guide__promo-list,
.page-blog-letou1-official-website-promotions-guide__registration-steps,
.page-blog-letou1-official-website-promotions-guide__security-features,
.page-blog-letou1-official-website-promotions-guide__promo-usage ul,
.page-blog-letou1-official-website-promotions-guide__promo-usage ol {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-letou1-official-website-promotions-guide__promo-item,
.page-blog-letou1-official-website-promotions-guide__step-item,
.page-blog-letou1-official-website-promotions-guide__security-features li {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-blog-letou1-official-website-promotions-guide__promo-item:hover,
.page-blog-letou1-official-website-promotions-guide__step-item:hover,
.page-blog-letou1-official-website-promotions-guide__security-features li:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.page-blog-letou1-official-website-promotions-guide__promo-title,
.page-blog-letou1-official-website-promotions-guide__step-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-letou1-official-website-promotions-guide__promo-item p,
.page-blog-letou1-official-website-promotions-guide__step-item p,
.page-blog-letou1-official-website-promotions-guide__security-features li p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 0;
}

.page-blog-letou1-official-website-promotions-guide__security-features li {
  padding-left: 50px;
  position: relative;
}

.page-blog-letou1-official-website-promotions-guide__security-features li::before {
  content: '✔';
  position: absolute;
  left: 20px;
  top: 25px;
  color: #26A9E0;
  font-weight: bold;
}

.page-blog-letou1-official-website-promotions-guide__promo-usage {
  margin-top: 30px;
}

.page-blog-letou1-official-website-promotions-guide__promo-subtitle {
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-blog-letou1-official-website-promotions-guide__promo-usage ul li,
.page-blog-letou1-official-website-promotions-guide__promo-usage ol li {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.page-blog-letou1-official-website-promotions-guide__promo-usage ul li strong,
.page-blog-letou1-official-website-promotions-guide__promo-usage ol li strong {
  color: #ffffff;
}

/* FAQ Section */
.page-blog-letou1-official-website-promotions-guide__faq-list {
  margin-top: 30px;
}

.page-blog-letou1-official-website-promotions-guide__faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-blog-letou1-official-website-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-letou1-official-website-promotions-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-letou1-official-website-promotions-guide__faq-question:hover {
  background-color: #eef8ff;
}

.page-blog-letou1-official-website-promotions-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-letou1-official-website-promotions-guide__faq-item[open] .page-blog-letou1-official-website-promotions-guide__faq-toggle {
  content: '−';
}

.page-blog-letou1-official-website-promotions-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
}

.page-blog-letou1-official-website-promotions-guide__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-letou1-official-website-promotions-guide__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }

  .page-blog-letou1-official-website-promotions-guide__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-letou1-official-website-promotions-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-letou1-official-website-promotions-guide__hero-section {
    padding: 10px 15px 40px 15px;
  }

  .page-blog-letou1-official-website-promotions-guide__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-blog-letou1-official-website-promotions-guide__description {
    font-size: 1em;
  }

  .page-blog-letou1-official-website-promotions-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-letou1-official-website-promotions-guide__btn-primary,
  .page-blog-letou1-official-website-promotions-guide__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-blog-letou1-official-website-promotions-guide__content-area {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-letou1-official-website-promotions-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-letou1-official-website-promotions-guide__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-letou1-official-website-promotions-guide__benefit-card {
    padding: 25px;
  }

  .page-blog-letou1-official-website-promotions-guide__promo-item,
  .page-blog-letou1-official-website-promotions-guide__step-item,
  .page-blog-letou1-official-website-promotions-guide__security-features li,
  .page-blog-letou1-official-website-promotions-guide__faq-item {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-letou1-official-website-promotions-guide__promo-title,
  .page-blog-letou1-official-website-promotions-guide__step-title {
    font-size: 1.2em;
  }

  .page-blog-letou1-official-website-promotions-guide__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-letou1-official-website-promotions-guide__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-letou1-official-website-promotions-guide__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-letou1-official-website-promotions-guide__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-letou1-official-website-promotions-guide__video-section,
  .page-blog-letou1-official-website-promotions-guide__video-container,
  .page-blog-letou1-official-website-promotions-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-letou1-official-website-promotions-guide__video-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-letou1-official-website-promotions-guide__hero-section {
    padding-bottom: 30px;
  }

  .page-blog-letou1-official-website-promotions-guide__main-title {
    font-size: clamp(1.6em, 7vw, 2.2em);
  }

  .page-blog-letou1-official-website-promotions-guide__section-title {
    font-size: 1.5em;
  }

  .page-blog-letou1-official-website-promotions-guide__cta-buttons {
    gap: 10px;
  }
}