/* style/blog-lc79b-new-link-promotions-2024.css */

/* Body background is #121212 (dark), so use light text for main content */
.page-blog-lc79b-new-link-promotions-2024 {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-lc79b-new-link-promotions-2024__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body already handles top padding for header */
  background-color: #1a1a1a;
  overflow: hidden;
}

.page-blog-lc79b-new-link-promotions-2024__hero-image {
  width: 100%;
  height: auto;
  max-width: 1920px; /* Ensure image isn't too wide */
  display: block;
  object-fit: cover;
}

.page-blog-lc79b-new-link-promotions-2024__hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-lc79b-new-link-promotions-2024__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-lc79b-new-link-promotions-2024__hero-description {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-lc79b-new-link-promotions-2024__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-lc79b-new-link-promotions-2024__btn-primary,
.page-blog-lc79b-new-link-promotions-2024__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-lc79b-new-link-promotions-2024__btn-primary {
  background-color: #26A9E0; /* Primary color */
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-lc79b-new-link-promotions-2024__btn-primary:hover {
  background-color: #1e87b7;
  transform: translateY(-2px);
}

.page-blog-lc79b-new-link-promotions-2024__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-lc79b-new-link-promotions-2024__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-blog-lc79b-new-link-promotions-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #121212; /* Match body background for consistency */
}

.page-blog-lc79b-new-link-promotions-2024__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-lc79b-new-link-promotions-2024__text-block,
.page-blog-lc79b-new-link-promotions-2024 p {
  font-size: 1.1rem;
  color: #f0f0f0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-lc79b-new-link-promotions-2024__highlight {
  color: #26A9E0;
  font-weight: bold;
}

.page-blog-lc79b-new-link-promotions-2024 a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-lc79b-new-link-promotions-2024 a:hover {
  text-decoration: underline;
}

.page-blog-lc79b-new-link-promotions-2024__feature-grid,
.page-blog-lc79b-new-link-promotions-2024__promo-grid,
.page-blog-lc79b-new-link-promotions-2024__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-lc79b-new-link-promotions-2024__feature-card,
.page-blog-lc79b-new-link-promotions-2024__promo-card,
.page-blog-lc79b-new-link-promotions-2024__product-card {
  background-color: rgba(255, 255, 255, 0.08); /* Semi-transparent white for cards */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  height: 100%; /* Ensure cards have equal height */
  box-sizing: border-box;
}

.page-blog-lc79b-new-link-promotions-2024__feature-title,
.page-blog-lc79b-new-link-promotions-2024__promo-title,
.page-blog-lc79b-new-link-promotions-2024__product-title {
  font-size: 1.5rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-lc79b-new-link-promotions-2024__feature-image,
.page-blog-lc79b-new-link-promotions-2024__promo-image,
.page-blog-lc79b-new-link-promotions-2024__guide-image,
.page-blog-lc79b-new-link-promotions-2024__product-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-lc79b-new-link-promotions-2024__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-lc79b-new-link-promotions-2024__guide-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter card background */
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.page-blog-lc79b-new-link-promotions-2024__guide-title {
  font-size: 1.3rem;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-lc79b-new-link-promotions-2024__faq-list {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-lc79b-new-link-promotions-2024__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-lc79b-new-link-promotions-2024__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #26A9E0; /* FAQ question header color */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-lc79b-new-link-promotions-2024__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-lc79b-new-link-promotions-2024__faq-item[open] > .page-blog-lc79b-new-link-promotions-2024__faq-question {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-blog-lc79b-new-link-promotions-2024__faq-qtext {
  flex-grow: 1;
}

.page-blog-lc79b-new-link-promotions-2024__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-lc79b-new-link-promotions-2024__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1.05rem;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.05); /* Answer background */
}

.page-blog-lc79b-new-link-promotions-2024__cta-bottom {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-lc79b-new-link-promotions-2024__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-lc79b-new-link-promotions-2024__hero-description {
    font-size: clamp(0.9rem, 2.5vw, 1.2rem);
  }
  .page-blog-lc79b-new-link-promotions-2024__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  }
}

@media (max-width: 768px) {
  .page-blog-lc79b-new-link-promotions-2024 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-lc79b-new-link-promotions-2024__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-lc79b-new-link-promotions-2024__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }

  .page-blog-lc79b-new-link-promotions-2024__main-title {
    font-size: 2.2rem !important;
  }

  .page-blog-lc79b-new-link-promotions-2024__hero-description {
    font-size: 1rem !important;
  }

  .page-blog-lc79b-new-link-promotions-2024__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-blog-lc79b-new-link-promotions-2024__btn-primary,
  .page-blog-lc79b-new-link-promotions-2024__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-lc79b-new-link-promotions-2024__content-area {
    padding: 30px 15px;
  }

  .page-blog-lc79b-new-link-promotions-2024__section-title {
    font-size: 1.8rem !important;
    margin-bottom: 20px;
  }

  .page-blog-lc79b-new-link-promotions-2024__text-block,
  .page-blog-lc79b-new-link-promotions-2024 p {
    font-size: 1rem;
  }

  .page-blog-lc79b-new-link-promotions-2024__feature-grid,
  .page-blog-lc79b-new-link-promotions-2024__promo-grid,
  .page-blog-lc79b-new-link-promotions-2024__guide-steps,
  .page-blog-lc79b-new-link-promotions-2024__product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-lc79b-new-link-promotions-2024__feature-card,
  .page-blog-lc79b-new-link-promotions-2024__promo-card,
  .page-blog-lc79b-new-link-promotions-2024__guide-item,
  .page-blog-lc79b-new-link-promotions-2024__product-card {
    padding: 20px;
  }

  .page-blog-lc79b-new-link-promotions-2024__feature-image,
  .page-blog-lc79b-new-link-promotions-2024__promo-image,
  .page-blog-lc79b-new-link-promotions-2024__guide-image,
  .page-blog-lc79b-new-link-promotions-2024__product-image,
  .page-blog-lc79b-new-link-promotions-2024 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-lc79b-new-link-promotions-2024__section,
  .page-blog-lc79b-new-link-promotions-2024__card,
  .page-blog-lc79b-new-link-promotions-2024__container,
  .page-blog-lc79b-new-link-promotions-2024__hero-section,
  .page-blog-lc79b-new-link-promotions-2024__feature-grid,
  .page-blog-lc79b-new-link-promotions-2024__promo-grid,
  .page-blog-lc79b-new-link-promotions-2024__guide-steps,
  .page-blog-lc79b-new-link-promotions-2024__product-grid,
  .page-blog-lc79b-new-link-promotions-2024__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no overflow */
  }

  .page-blog-lc79b-new-link-promotions-2024__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-lc79b-new-link-promotions-2024__faq-answer {
    font-size: 0.95rem;
    padding: 12px 20px;
  }

  .page-blog-lc79b-new-link-promotions-2024__cta-bottom {
    padding: 0 15px;
  }
}