/* style/blog-q79bet-latest-promotions.css */

/* Root variables for colors */
:root {
  --q79bet-primary-color: #11A84E;
  --q79bet-secondary-color: #22C768;
  --q79bet-button-gradient-start: #2AD16F;
  --q79bet-button-gradient-end: #13994A;
  --q79bet-card-bg: #11271B;
  --q79bet-background: #08160F;
  --q79bet-text-main: #F2FFF6;
  --q79bet-text-secondary: #A7D9B8;
  --q79bet-border-color: #2E7A4E;
  --q79bet-glow-color: #57E38D;
  --q79bet-gold-color: #F2C14E;
  --q79bet-divider-color: #1E3A2A;
  --q79bet-deep-green: #0A4B2C;
}

/* Base styles for the page content */
.page-blog-q79bet-latest-promotions {
  background-color: var(--q79bet-background);
  color: var(--q79bet-text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.page-blog-q79bet-latest-promotions__section-padding {
  padding: 60px 0;
}

.page-blog-q79bet-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-q79bet-latest-promotions__section-title,
.page-blog-q79bet-latest-promotions__sub-title {
  color: var(--q79bet-text-main);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.page-blog-q79bet-latest-promotions__section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: bold;
}

.page-blog-q79bet-latest-promotions__sub-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  margin-top: 40px;
  text-align: left;
}

.page-blog-q79bet-latest-promotions__paragraph {
  margin-bottom: 20px;
  color: var(--q79bet-text-secondary);
}

.page-blog-q79bet-latest-promotions__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-q79bet-latest-promotions__numbered-list {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 30px;
}

.page-blog-q79bet-latest-promotions__list-item {
  background-color: var(--q79bet-card-bg);
  border: 1px solid var(--q79bet-border-color);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  color: var(--q79bet-text-main);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-q79bet-latest-promotions__list-item:last-child {
  margin-bottom: 0;
}

.page-blog-q79bet-latest-promotions__list-title {
  color: var(--q79bet-text-main);
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-blog-q79bet-latest-promotions__list-item p {
  color: var(--q79bet-text-secondary);
  margin-bottom: 0;
}

/* Hero Section */
.page-blog-q79bet-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--q79bet-deep-green);
}

.page-blog-q79bet-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}

.page-blog-q79bet-latest-promotions__hero-content {
  text-align: center;
  padding: 0 20px 60px;
  max-width: 900px;
  z-index: 1;
}

.page-blog-q79bet-latest-promotions__main-title {
  color: var(--q79bet-text-main);
  font-size: clamp(36px, 5vw, 56px); /* Using clamp for responsive H1 */
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.page-blog-q79bet-latest-promotions__hero-description {
  color: var(--q79bet-text-secondary);
  font-size: clamp(18px, 2vw, 22px);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Button */
.page-blog-q79bet-latest-promotions__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, var(--q79bet-button-gradient-start) 0%, var(--q79bet-button-gradient-end) 100%);
  color: var(--q79bet-text-main);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-q79bet-latest-promotions__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-blog-q79bet-latest-promotions__cta-button--secondary {
  background: var(--q79bet-card-bg);
  border: 2px solid var(--q79bet-border-color);
  color: var(--q79bet-text-main);
}

.page-blog-q79bet-latest-promotions__cta-button--secondary:hover {
  background: var(--q79bet-border-color);
}

/* Image content within sections */
.page-blog-q79bet-latest-promotions__image-content {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

/* Dark background sections */
.page-blog-q79bet-latest-promotions__dark-bg {
  background-color: var(--q79bet-deep-green);
  color: var(--q79bet-text-main);
}

.page-blog-q79bet-latest-promotions__dark-bg .page-blog-q79bet-latest-promotions__paragraph {
  color: var(--q79bet-text-secondary);
}

/* FAQ Section */
.page-blog-q79bet-latest-promotions__faq-item {
  background-color: var(--q79bet-card-bg);
  border: 1px solid var(--q79bet-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}