:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg: #11271B;
  --background-page: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green: #0A4B2C;
}

.page-blog-12betwin-latest-promotions-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background-page);
  padding-top: 10px;
}

.page-blog-12betwin-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  overflow: hidden;
  color: var(--text-main);
}

.page-blog-12betwin-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.page-blog-12betwin-latest-promotions-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-12betwin-latest-promotions-analysis__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 90%;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  z-index: 10;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-blog-12betwin-latest-promotions-analysis__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  margin-bottom: 20px;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.page-blog-12betwin-latest-promotions-analysis__hero-description {
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: var(--text-main);
}

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

.page-blog-12betwin-latest-promotions-analysis__btn-primary,
.page-blog-12betwin-latest-promotions-analysis__btn-secondary {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-12betwin-latest-promotions-analysis__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-12betwin-latest-promotions-analysis__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(34, 199, 104, 0.6);
  filter: brightness(1.1);
}

.page-blog-12betwin-latest-promotions-analysis__btn-secondary {
  background-color: transparent;
  color: var(--text-main);
  border: 2px solid var(--secondary-color);
}

.page-blog-12betwin-latest-promotions-analysis__btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--background-page);
  transform: translateY(-3px);
}

.page-blog-12betwin-latest-promotions-analysis__content-section {
  padding: 60px 0;
}

.page-blog-12betwin-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%; /* Ensure desktop also has 100% width for flex/grid to work */
}

.page-blog-12betwin-latest-promotions-analysis__section-title {
  font-size: 2.5rem;
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-12betwin-latest-promotions-analysis__paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
  color: var(--text-secondary);
}

.page-blog-12betwin-latest-promotions-analysis__paragraph strong {
  color: var(--text-main);
}

.page-blog-12betwin-latest-promotions-analysis__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

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

.page-blog-12betwin-latest-promotions-analysis__card {
  background-color: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--text-secondary);
}

.page-blog-12betwin-latest-promotions-analysis__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-12betwin-latest-promotions-analysis__card-title {
  font-size: 1.6rem;
  color: var(--text-main);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-12betwin-latest-promotions-analysis__card-text {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-12betwin-latest-promotions-analysis__instruction-list,
.page-blog-12betwin-latest-promotions-analysis__terms-list,
.page-blog-12betwin-latest-promotions-analysis__advantage-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-12betwin-latest-promotions-analysis__instruction-list li,
.page-blog-12betwin-latest-promotions-analysis__terms-list li,
.page-blog-12betwin-latest-promotions-analysis__advantage-list li {
  background-color: var(--card-bg);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: var(--text-secondary);
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border-left: 5px solid var(--secondary-color);
}

.page-blog-12betwin-latest-promotions-analysis__instruction-list li strong {
  color: var(--text-main);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.page-blog-12betwin-latest-promotions-analysis__terms-list li strong,
.page-blog-12betwin-latest-promotions-analysis__advantage-list li strong {
  color: var(--text-main);
}

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

.page-blog-12betwin-latest-promotions-analysis__faq-section {
  padding: 60px 0;
}

.page-blog-12betwin-latest-promotions-analysis__faq-list {
  margin-top: 40px;
}

.page-blog-12betwin-latest-promotions-analysis__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-12betwin-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--text-main);
  cursor: pointer;
  background-color: var(--deep-green);
  border-bottom: 1px solid var(--border-color);
  list-style: none;
}

.page-blog-12betwin-latest-promotions-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-12betwin-latest-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--secondary-color);
}

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

.page-blog-12betwin-latest-promotions-analysis__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  border-top: 1px solid var(--divider-color);
}

.page-blog-12betwin-latest-promotions-analysis__faq-answer p {
  margin-bottom: 0;
}

.page-blog-12betwin-latest-promotions-analysis__dark-bg {
  background-color: var(--background-page);
  color: var(--text-main);
}

.page-blog-12betwin-latest-promotions-analysis__light-bg {
  background-color: #0c2016;
  color: var(--text-main);
}

.page-blog-12betwin-latest-promotions-analysis__light-bg .page-blog-12betwin-latest-promotions-analysis__section-title {
  color: var(--gold-color);
}

.page-blog-12betwin-latest-promotions-analysis__light-bg .page-blog-12betwin-latest-promotions-analysis__paragraph {
  color: var(--text-secondary);
}

.page-blog-12betwin-latest-promotions-analysis a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-12betwin-latest-promotions-analysis a:hover {
  color: var(--gold-color);
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .page-blog-12betwin-latest-promotions-analysis__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .page-blog-12betwin-latest-promotions-analysis__hero-description {
    font-size: 1.1rem;
  }
  .page-blog-12betwin-latest-promotions-analysis__section-title {
    font-size: 2rem;
  }
  .page-blog-12betwin-latest-promotions-analysis__card-title {
    font-size: 1.4rem;
  }
  .page-blog-12betwin-latest-promotions-analysis__paragraph,
  .page-blog-12betwin-latest-promotions-analysis__card-text,
  .page-blog-12betwin-latest-promotions-analysis__instruction-list li,
  .page-blog-12betwin-latest-promotions-analysis__terms-list li,
  .page-blog-12betwin-latest-promotions-analysis__advantage-list li {
    font-size: 1rem;
  }
  .page-blog-12betwin-latest-promotions-analysis__faq-question {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .page-blog-12betwin-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-12betwin-latest-promotions-analysis__hero-content {
    padding: 20px;
    width: 95%;
  }
  .page-blog-12betwin-latest-promotions-analysis__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-blog-12betwin-latest-promotions-analysis__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .page-blog-12betwin-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-12betwin-latest-promotions-analysis__btn-primary,
  .page-blog-12betwin-latest-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-12betwin-latest-promotions-analysis__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .page-blog-12betwin-latest-promotions-analysis__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-12betwin-latest-promotions-analysis__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-12betwin-latest-promotions-analysis__promotion-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-12betwin-latest-promotions-analysis__card {
    padding: 20px;
  }
  .page-blog-12betwin-latest-promotions-analysis__card-title {
    font-size: 1.2rem;
  }
  .page-blog-12betwin-latest-promotions-analysis__instruction-list li,
  .page-blog-12betwin-latest-promotions-analysis__terms-list li,
  .page-blog-12betwin-latest-promotions-analysis__advantage-list li {
    font-size: 0.95rem;
    padding: 15px;
  }
  .page-blog-12betwin-latest-promotions-analysis__instruction-list li strong {
    font-size: 1.1rem;
  }
  .page-blog-12betwin-latest-promotions-analysis__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-12betwin-latest-promotions-analysis__faq-answer {
    padding: 15px 20px;
  }
  .page-blog-12betwin-latest-promotions-analysis__content-section {
    padding: 40px 0;
  }
  /* HERO section on mobile, image first, then content */
  .page-blog-12betwin-latest-promotions-analysis__hero-section {
    padding-top: 10px !important;
  }
  .page-blog-12betwin-latest-promotions-analysis__hero-image-wrapper {
    position: relative;
    height: auto;
    padding-bottom: 0; /* Remove fixed aspect ratio padding */
  }
  .page-blog-12betwin-latest-promotions-analysis__hero-image {
    position: relative;
    height: auto;
  }
  .page-blog-12betwin-latest-promotions-analysis__hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 20px;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
  }
}

.page-blog-12betwin-latest-promotions-analysis__dark-bg {
  background-color: var(--background-page);
  color: var(--text-main);
}

.page-blog-12betwin-latest-promotions-analysis__light-bg {
  background-color: #0c2016;
  color: var(--text-main);
}

.page-blog-12betwin-latest-promotions-analysis__card {
  background-color: var(--card-bg);
  color: var(--text-secondary);
}

.page-blog-12betwin-latest-promotions-analysis__card-title {
  color: var(--text-main);
}

.page-blog-12betwin-latest-promotions-analysis__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
}

.page-blog-12betwin-latest-promotions-analysis__btn-secondary {
  background-color: transparent;
  color: var(--text-main);
  border: 2px solid var(--secondary-color);
}

.page-blog-12betwin-latest-promotions-analysis__btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--background-page);
}

.page-blog-12betwin-latest-promotions-analysis__faq-question {
  background-color: var(--deep-green);
  color: var(--text-main);
}

.page-blog-12betwin-latest-promotions-analysis__faq-answer {
  color: var(--text-secondary);
}