/* style/blog-2024-helpslotwin-latest-promotions-analysis.css */

/* Base styles for the page */
.page-blog-2024-helpslotwin-latest-promotions-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
}

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

.page-blog-2024-helpslotwin-latest-promotions-analysis__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__section-title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #F2C14E; /* Main Color */
  line-height: 1.2;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__subsection-title {
  font-size: 2em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 25px;
  color: #FFD36B; /* Auxiliary Color */
  line-height: 1.3;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #FFF6D6; /* Text Main */
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-blog-2024-helpslotwin-latest-promotions-analysis__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit hero image height */
  margin-bottom: 30px;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em); /* Responsive H1 font size */
  font-weight: 900;
  color: #F2C14E;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__hero-description {
  font-size: 1.3em;
  color: #FFF6D6;
  margin-bottom: 40px;
}

/* Buttons */
.page-blog-2024-helpslotwin-latest-promotions-analysis__btn-primary,
.page-blog-2024-helpslotwin-latest-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff; /* White text for contrast */
  border: 2px solid transparent;
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__btn-secondary {
  background: #111111; /* Card BG */
  color: #F2C14E; /* Main Color */
  border: 2px solid #F2C14E;
  margin-left: 20px;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__btn-secondary:hover {
  background: #F2C14E;
  color: #111111;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__btn-contact {
  margin-top: 40px;
}

/* Card styles */
.page-blog-2024-helpslotwin-latest-promotions-analysis__card {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  text-align: left;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__card-image {
  width: 400px; /* Base width */
  height: auto;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: cover;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__card-content {
  flex-grow: 1;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__card-text {
  color: #FFF6D6;
  font-size: 1.05em;
  margin-bottom: 20px;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__content-card {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
  text-align: left;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* App Section specific styles */
.page-blog-2024-helpslotwin-latest-promotions-analysis__app-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 60px;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__app-content {
  flex: 1;
  text-align: left;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__app-image {
  width: 400px;
  height: auto;
  flex-shrink: 0;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 30px auto;
  text-align: left;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__list li {
  background-color: #111111;
  border: 1px solid #3A2A12;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 1.05em;
  color: #FFF6D6;
  display: flex;
  align-items: center;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__list li::before {
  content: '✔';
  color: #F2C14E;
  font-weight: bold;
  margin-right: 10px;
}

/* FAQ Section */
.page-blog-2024-helpslotwin-latest-promotions-analysis__faq-list {
  max-width: 900px;
  margin: 40px auto;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  background-color: #111111;
  color: #FFF6D6;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__faq-question:hover {
  background-color: #1a1a1a;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__faq-title {
  margin: 0;
  color: #FFF6D6;
  font-size: 1em; /* Adjust to fit parent font size */
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #F2C14E;
  transition: transform 0.3s ease;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__faq-item.active .page-blog-2024-helpslotwin-latest-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  text-align: left;
  color: #FFF6D6;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__faq-item.active .page-blog-2024-helpslotwin-latest-promotions-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to ensure content is visible */
  padding: 20px 30px;
}

.page-blog-2024-helpslotwin-latest-promotions-analysis__faq-text {
  font-size: 1em;
  color: #FFF6D6;
}

/* Mobile responsiveness */
@media (max-width: 992px) {
  .page-blog-2024-helpslotwin-latest-promotions-analysis__hero-image {
    max-height: 450px;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__section-title {
    font-size: 2.2em;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__subsection-title {
    font-size: 1.7em;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__app-flex {
    flex-direction: column;
    gap: 40px;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__app-content {
    text-align: center;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__app-image {
    width: 80%;
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  .page-blog-2024-helpslotwin-latest-promotions-analysis__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__hero-image {
    max-height: 300px;
    margin-bottom: 20px;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__main-title {
    font-size: clamp(2em, 8vw, 2.8em);
    margin-bottom: 15px;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__section {
    padding: 40px 0;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__subsection-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__text-block {
    font-size: 1em;
  }

  /* Buttons responsive */
  .page-blog-2024-helpslotwin-latest-promotions-analysis__btn-primary,
  .page-blog-2024-helpslotwin-latest-promotions-analysis__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    margin-left: 0 !important;
    margin-bottom: 15px;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__btn-secondary {
    margin-top: 15px; /* Separate from primary if stacked */
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__card {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-top: 20px;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__card-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-2024-helpslotwin-latest-promotions-analysis__faq-answer {
    padding: 15px 20px;
  }

  /* Global image responsive rules */
  .page-blog-2024-helpslotwin-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-2024-helpslotwin-latest-promotions-analysis__section,
  .page-blog-2024-helpslotwin-latest-promotions-analysis__card,
  .page-blog-2024-helpslotwin-latest-promotions-analysis__container,
  .page-blog-2024-helpslotwin-latest-promotions-analysis__content-card,
  .page-blog-2024-helpslotwin-latest-promotions-analysis__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}