.page-blog-dagacam67-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text is light */
  background-color: transparent; /* Rely on body background from shared.css */
}

.page-blog-dagacam67-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-dagacam67-latest-promotions-analysis__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  overflow: hidden;
  text-align: center;
}

.page-blog-dagacam67-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-dagacam67-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-dagacam67-latest-promotions-analysis__hero-content-wrapper {
  padding-top: 40px;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 100%); /* Fade to dark body background */
}

.page-blog-dagacam67-latest-promotions-analysis__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-dagacam67-latest-promotions-analysis__description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-blog-dagacam67-latest-promotions-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-dagacam67-latest-promotions-analysis__btn-primary,
.page-blog-dagacam67-latest-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-dagacam67-latest-promotions-analysis__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-dagacam67-latest-promotions-analysis__btn-primary:hover {
  background-color: #1a7bb5;
  border-color: #1a7bb5;
}

.page-blog-dagacam67-latest-promotions-analysis__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-dagacam67-latest-promotions-analysis__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-dagacam67-latest-promotions-analysis__section {
  padding: 60px 0;
  background-color: #121212;
}

.page-blog-dagacam67-latest-promotions-analysis__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-dagacam67-latest-promotions-analysis__text-block {
  font-size: 1rem;
  color: #f0f0f0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-blog-dagacam67-latest-promotions-analysis__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-dagacam67-latest-promotions-analysis__card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.page-blog-dagacam67-latest-promotions-analysis__card-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-dagacam67-latest-promotions-analysis__card-text {
  font-size: 1rem;
  color: #f0f0f0;
}

.page-blog-dagacam67-latest-promotions-analysis__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-dagacam67-latest-promotions-analysis__promo-category {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  border-left: 5px solid #26A9E0;
}

.page-blog-dagacam67-latest-promotions-analysis__promo-category-title {
  font-size: 1.6rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-dagacam67-latest-promotions-analysis__promo-category p {
  color: #f0f0f0;
  margin-bottom: 10px;
}

.page-blog-dagacam67-latest-promotions-analysis__promo-category ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.page-blog-dagacam67-latest-promotions-analysis__promo-category li {
  color: #ffffff;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

.page-blog-dagacam67-latest-promotions-analysis__promo-category li::before {
  content: '✔';
  color: #26A9E0;
  position: absolute;
  left: 0;
  top: 0;
}

.page-blog-dagacam67-latest-promotions-analysis__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-dagacam67-latest-promotions-analysis__step-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-dagacam67-latest-promotions-analysis__step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #26A9E0;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  border: 3px solid #121212;
}

.page-blog-dagacam67-latest-promotions-analysis__step-title {
  font-size: 1.3rem;
  color: #26A9E0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-dagacam67-latest-promotions-analysis__step-text {
  font-size: 0.95rem;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-blog-dagacam67-latest-promotions-analysis__btn-text {
  color: #EA7C07;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-dagacam67-latest-promotions-analysis__btn-text:hover {
  color: #ff912a;
}

.page-blog-dagacam67-latest-promotions-analysis__list {
  list-style: none;
  padding-left: 0;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-blog-dagacam67-latest-promotions-analysis__list li {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  color: #ffffff;
  position: relative;
  padding-left: 40px;
}

.page-blog-dagacam67-latest-promotions-analysis__list li::before {
  content: '•';
  color: #26A9E0;
  font-size: 1.8rem;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.page-blog-dagacam67-latest-promotions-analysis__button-wrapper {
    text-align: center;
    margin-top: 30px;
}

.page-blog-dagacam67-latest-promotions-analysis__faq-section {
  background-color: #1a1a1a;
}

.page-blog-dagacam67-latest-promotions-analysis__faq-list {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}

.page-blog-dagacam67-latest-promotions-analysis__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-dagacam67-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
}

.page-blog-dagacam67-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-dagacam67-latest-promotions-analysis__faq-qtext {
  flex-grow: 1;
  color: #26A9E0;
}

.page-blog-dagacam67-latest-promotions-analysis__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.page-blog-dagacam67-latest-promotions-analysis__faq-item[open] .page-blog-dagacam67-latest-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-dagacam67-latest-promotions-analysis__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: #f0f0f0;
}

.page-blog-dagacam67-latest-promotions-analysis__faq-answer p {
    color: #f0f0f0;
    margin-bottom: 10px;
}

.page-blog-dagacam67-latest-promotions-analysis__cta-final {
  text-align: center;
  margin-top: 40px;
}

/* General image styling for content sections */
.page-blog-dagacam67-latest-promotions-analysis img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

/* Mobile responsive styles */
@media (max-width: 1024px) {
  .page-blog-dagacam67-latest-promotions-analysis__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-dagacam67-latest-promotions-analysis__description {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }
  .page-blog-dagacam67-latest-promotions-analysis__section-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
  }
  .page-blog-dagacam67-latest-promotions-analysis__promo-category-title {
    font-size: 1.4rem;
  }
  .page-blog-dagacam67-latest-promotions-analysis__faq-question {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .page-blog-dagacam67-latest-promotions-analysis__container {
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO Section */
  .page-blog-dagacam67-latest-promotions-analysis__hero-section {
    padding-top: 10px !important; /* Keep small top padding */
    padding-bottom: 30px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__hero-image-wrapper {
    max-height: 400px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__hero-content-wrapper {
    padding-top: 20px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__main-title {
    font-size: 2rem !important;
    margin-bottom: 10px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__description {
    font-size: 1rem !important;
    margin-bottom: 20px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Buttons & Button Containers */
  .page-blog-dagacam67-latest-promotions-analysis__btn-primary,
  .page-blog-dagacam67-latest-promotions-analysis__btn-secondary,
  .page-blog-dagacam67-latest-promotions-analysis a[class*="button"],
  .page-blog-dagacam67-latest-promotions-analysis a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__cta-buttons,
  .page-blog-dagacam67-latest-promotions-analysis__button-group,
  .page-blog-dagacam67-latest-promotions-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  /* General Images */
  .page-blog-dagacam67-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  .page-blog-dagacam67-latest-promotions-analysis__section,
  .page-blog-dagacam67-latest-promotions-analysis__card,
  .page-blog-dagacam67-latest-promotions-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Ensure no horizontal scroll */
  }
  
  /* Other Content Modules */
  .page-blog-dagacam67-latest-promotions-analysis__section {
    padding: 40px 0;
  }
  .page-blog-dagacam67-latest-promotions-analysis__section-title {
    font-size: 1.8rem !important;
    margin-bottom: 30px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__text-block {
    font-size: 0.95rem !important;
  }
  .page-blog-dagacam67-latest-promotions-analysis__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__card {
    padding: 20px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__card-title {
    font-size: 1.2rem;
  }
  .page-blog-dagacam67-latest-promotions-analysis__promo-category {
    padding: 20px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__promo-category-title {
    font-size: 1.3rem;
  }
  .page-blog-dagacam67-latest-promotions-analysis__promo-category li {
    padding-left: 20px;
    font-size: 0.95rem;
  }
  .page-blog-dagacam67-latest-promotions-analysis__promo-category li::before {
    font-size: 1.5rem;
  }
  .page-blog-dagacam67-latest-promotions-analysis__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__step-card {
    padding: 25px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__step-title {
    font-size: 1.2rem;
  }
  .page-blog-dagacam67-latest-promotions-analysis__list li {
    padding: 12px 15px 12px 35px;
    font-size: 0.95rem;
  }
  .page-blog-dagacam67-latest-promotions-analysis__list li::before {
    font-size: 1.5rem;
    left: 10px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__faq-list {
    margin-top: 30px;
  }
  .page-blog-dagacam67-latest-promotions-analysis__faq-question {
    padding: 15px;
    font-size: 1rem !important;
  }
  .page-blog-dagacam67-latest-promotions-analysis__faq-toggle {
    font-size: 1.5rem;
  }
  .page-blog-dagacam67-latest-promotions-analysis__faq-answer {
    padding: 0 15px 15px 15px;
    font-size: 0.95rem;
  }
}