/* style/blog-af88-slot-promotions-analysis.css */

/* Global styles for this page only, respecting BEM */
.page-blog-af88-slot-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-af88-slot-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-af88-slot-promotions-analysis__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-af88-slot-promotions-analysis__section-title {
  font-size: 2.5rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-af88-slot-promotions-analysis__intro-text {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #A7D9B8; /* Text Secondary */
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-af88-slot-promotions-analysis__text-block p,
.page-blog-af88-slot-promotions-analysis__text-block ul,
.page-blog-af88-slot-promotions-analysis__text-block li {
  color: #F2FFF6; /* Text Main */
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 15px;
}

.page-blog-af88-slot-promotions-analysis__text-block ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
}

.page-blog-af88-slot-promotions-analysis__text-block strong {
  color: #F2C14E; /* Gold */
}

/* Hero Section */
.page-blog-af88-slot-promotions-analysis__hero-section {
  position: relative;
  background-color: #08160F; /* Background */
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.page-blog-af88-slot-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

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

.page-blog-af88-slot-promotions-analysis__hero-content {
  max-width: 900px;
  padding: 0 20px;
  text-align: center;
}

.page-blog-af88-slot-promotions-analysis__main-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.page-blog-af88-slot-promotions-analysis__description {
  font-size: 1.15rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-af88-slot-promotions-analysis__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-af88-slot-promotions-analysis__btn-primary,
.page-blog-af88-slot-promotions-analysis__btn-secondary,
.page-blog-af88-slot-promotions-analysis__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  width: auto; /* Default to auto for desktop */
}

.page-blog-af88-slot-promotions-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-af88-slot-promotions-analysis__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 8px 20px rgba(42, 209, 111, 0.6);
  transform: translateY(-2px);
}

.page-blog-af88-slot-promotions-analysis__btn-secondary {
  background: #11271B; /* Card BG */
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-af88-slot-promotions-analysis__btn-secondary:hover {
  background: #1E3A2A; /* Divider */
  color: #F2FFF6; /* Text Main */
  border-color: #57E38D; /* Glow */
  transform: translateY(-2px);
}

.page-blog-af88-slot-promotions-analysis__btn-link {
  background: transparent;
  color: #57E38D; /* Glow */
  border: 1px solid #2E7A4E; /* Border */
  padding: 10px 20px;
  font-size: 1rem;
}

.page-blog-af88-slot-promotions-analysis__btn-link:hover {
  background: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  border-color: #57E38D; /* Glow */
}

/* Content Image */
.page-blog-af88-slot-promotions-analysis__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Promo Grid */
.page-blog-af88-slot-promotions-analysis__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-af88-slot-promotions-analysis__promo-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-af88-slot-promotions-analysis__card-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold */
  padding: 20px 25px 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-af88-slot-promotions-analysis__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-af88-slot-promotions-analysis__card-content {
  padding: 20px 25px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-af88-slot-promotions-analysis__card-content p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95rem;
  margin-bottom: 20px;
}

/* Step-by-step Guide */
.page-blog-af88-slot-promotions-analysis__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-af88-slot-promotions-analysis__step-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.page-blog-af88-slot-promotions-analysis__step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(42, 209, 111, 0.3);
}

.page-blog-af88-slot-promotions-analysis__step-title {
  font-size: 1.3rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-af88-slot-promotions-analysis__step-card p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

/* Checklist */
.page-blog-af88-slot-promotions-analysis__checklist {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
  text-align: left;
}

.page-blog-af88-slot-promotions-analysis__checklist li {
  background-color: #11271B; /* Card BG */
  border-left: 5px solid #57E38D; /* Glow */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1rem;
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-af88-slot-promotions-analysis__checklist li strong {
  color: #F2C14E; /* Gold */
}

/* FAQ Section */
.page-blog-af88-slot-promotions-analysis__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-af88-slot-promotions-analysis__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-af88-slot-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  transition: background-color 0.3s ease;
  list-style: none;
}

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

.page-blog-af88-slot-promotions-analysis__faq-item[open] > .page-blog-af88-slot-promotions-analysis__faq-question {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-af88-slot-promotions-analysis__faq-toggle {
  font-size: 1.8rem;
  font-weight: 300;
  color: #57E38D; /* Glow */
  margin-left: 15px;
}

.page-blog-af88-slot-promotions-analysis__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
  text-align: left;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-af88-slot-promotions-analysis__main-title {
    font-size: clamp(1.8rem, 5vw, 3rem);
  }
  .page-blog-af88-slot-promotions-analysis__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-af88-slot-promotions-analysis__section {
    padding: 40px 0;
  }
  .page-blog-af88-slot-promotions-analysis__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }
  .page-blog-af88-slot-promotions-analysis__section-title {
    font-size: 1.8rem;
  }
  .page-blog-af88-slot-promotions-analysis__description,
  .page-blog-af88-slot-promotions-analysis__intro-text {
    font-size: 1rem;
  }
  .page-blog-af88-slot-promotions-analysis__btn-primary,
  .page-blog-af88-slot-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    margin: 0 auto; /* Center buttons when stacked */
  }
  .page-blog-af88-slot-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-af88-slot-promotions-analysis__hero-content {
    padding: 0 15px;
  }
  .page-blog-af88-slot-promotions-analysis__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-af88-slot-promotions-analysis__text-block p,
  .page-blog-af88-slot-promotions-analysis__text-block ul,
  .page-blog-af88-slot-promotions-analysis__text-block li {
    font-size: 0.95rem;
  }
  .page-blog-af88-slot-promotions-analysis__promo-grid,
  .page-blog-af88-slot-promotions-analysis__step-by-step {
    gap: 20px;
  }
  .page-blog-af88-slot-promotions-analysis__promo-card,
  .page-blog-af88-slot-promotions-analysis__step-card {
    padding: 20px;
  }
  .page-blog-af88-slot-promotions-analysis__card-title {
    font-size: 1.3rem;
  }
  .page-blog-af88-slot-promotions-analysis__step-title {
    font-size: 1.1rem;
  }
  .page-blog-af88-slot-promotions-analysis__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-af88-slot-promotions-analysis__faq-answer {
    font-size: 0.9rem;
    padding: 0 20px 15px;
  }

  /* Mobile image responsiveness */
  .page-blog-af88-slot-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-af88-slot-promotions-analysis__section,
  .page-blog-af88-slot-promotions-analysis__card,
  .page-blog-af88-slot-promotions-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-af88-slot-promotions-analysis__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}

@media (max-width: 480px) {
  .page-blog-af88-slot-promotions-analysis__section-title {
    font-size: 1.5rem;
  }
  .page-blog-af88-slot-promotions-analysis__main-title {
    font-size: clamp(1.2rem, 7vw, 2rem);
  }
  .page-blog-af88-slot-promotions-analysis__promo-grid,
  .page-blog-af88-slot-promotions-analysis__step-by-step {
    grid-template-columns: 1fr;
  }
}