/* style/blog-49bet-promotions-login-bonuses.css */

/* Base styles for the page */
.page-blog-49bet-promotions-login-bonuses {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-49bet-promotions-login-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-49bet-promotions-login-bonuses__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-49bet-promotions-login-bonuses__section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.page-blog-49bet-promotions-login-bonuses__sub-section-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-blog-49bet-promotions-login-bonuses__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-49bet-promotions-login-bonuses__text-block a {
  color: #57E38D; /* Glow */
  text-decoration: underline;
}

/* Hero Section */
.page-blog-49bet-promotions-login-bonuses__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding */
  background-color: #08160F; /* Background */
  overflow: hidden;
}

.page-blog-49bet-promotions-login-bonuses__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
  filter: brightness(0.7); /* Slightly dim the image for text contrast */
}

.page-blog-49bet-promotions-login-bonuses__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  text-align: center;
  color: #F2FFF6; /* Text Main */
  z-index: 10;
}

.page-blog-49bet-promotions-login-bonuses__main-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.1;
  color: #F2FFF6; /* Text Main */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-49bet-promotions-login-bonuses__subtitle {
  font-size: clamp(18px, 2.5vw, 24px);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

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

.page-blog-49bet-promotions-login-bonuses__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
  margin: 10px;
}

.page-blog-49bet-promotions-login-bonuses__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-49bet-promotions-login-bonuses__btn-secondary {
  background: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
  margin: 10px;
}

.page-blog-49bet-promotions-login-bonuses__btn-secondary:hover {
  background-color: rgba(87, 227, 141, 0.1); /* Light hover for secondary */
  color: #F2FFF6; /* Text Main */
  transform: translateY(-2px);
}

.page-blog-49bet-promotions-login-bonuses__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* Promotions Section */
.page-blog-49bet-promotions-login-bonuses__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-49bet-promotions-login-bonuses__promo-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-49bet-promotions-login-bonuses__promo-card:hover {
  transform: translateY(-5px);
}

.page-blog-49bet-promotions-login-bonuses__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-49bet-promotions-login-bonuses__card-title {
  font-size: 24px;
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-49bet-promotions-login-bonuses__card-description {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Login Guide Section */
.page-blog-49bet-promotions-login-bonuses__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-49bet-promotions-login-bonuses__step-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-49bet-promotions-login-bonuses__step-title {
  font-size: 22px;
  font-weight: 700;
  color: #57E38D; /* Glow */
  margin-bottom: 15px;
}

.page-blog-49bet-promotions-login-bonuses__step-card p {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-blog-49bet-promotions-login-bonuses__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}

.page-blog-49bet-promotions-login-bonuses__list li {
  font-size: 17px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-blog-49bet-promotions-login-bonuses__list li::before {
  content: '✔';
  color: #57E38D; /* Glow */
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Benefits Section */
.page-blog-49bet-promotions-login-bonuses__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-49bet-promotions-login-bonuses__benefit-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  border: 1px solid #2E7A4E; /* Border */
}

/* FAQ Section */
.page-blog-49bet-promotions-login-bonuses__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-blog-49bet-promotions-login-bonuses__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  margin-bottom: 15px;
  border: 1px solid #2E7A4E; /* Border */
  overflow: hidden;
}

.page-blog-49bet-promotions-login-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-blog-49bet-promotions-login-bonuses__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-49bet-promotions-login-bonuses__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-49bet-promotions-login-bonuses__faq-toggle {
  font-size: 24px;
  line-height: 1;
  color: #57E38D; /* Glow */
  margin-left: 15px;
}

.page-blog-49bet-promotions-login-bonuses__faq-answer {
  padding: 0 25px 20px;
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.6;
}

.page-blog-49bet-promotions-login-bonuses__faq-item[open] > .page-blog-49bet-promotions-login-bonuses__faq-question {
  background-color: #0A4B2C; /* Deep Green */
}

/* Conclusion Section */
.page-blog-49bet-promotions-login-bonuses__conclusion-section {
  padding-bottom: 80px;
}

/* Image specific styles */
.page-blog-49bet-promotions-login-bonuses__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 12px;
  max-width: 800px; /* Constrain content images */
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-49bet-promotions-login-bonuses__section {
    padding: 40px 0;
  }

  .page-blog-49bet-promotions-login-bonuses__hero-content {
    width: 95%;
    padding: 0 10px;
  }

  .page-blog-49bet-promotions-login-bonuses__main-title {
    font-size: clamp(28px, 8vw, 40px);
  }

  .page-blog-49bet-promotions-login-bonuses__subtitle {
    font-size: clamp(16px, 4vw, 20px);
  }

  .page-blog-49bet-promotions-login-bonuses__section-title {
    font-size: clamp(24px, 6vw, 36px);
  }

  .page-blog-49bet-promotions-login-bonuses__sub-section-title {
    font-size: clamp(20px, 5vw, 28px);
  }

  .page-blog-49bet-promotions-login-bonuses__text-block,
  .page-blog-49bet-promotions-login-bonuses__list li,
  .page-blog-49bet-promotions-login-bonuses__card-description,
  .page-blog-49bet-promotions-login-bonuses__step-card p,
  .page-blog-49bet-promotions-login-bonuses__faq-answer {
    font-size: 15px;
  }

  .page-blog-49bet-promotions-login-bonuses__promo-card,
  .page-blog-49bet-promotions-login-bonuses__step-card,
  .page-blog-49bet-promotions-login-bonuses__benefit-card,
  .page-blog-49bet-promotions-login-bonuses__faq-item {
    padding: 20px;
  }

  .page-blog-49bet-promotions-login-bonuses__card-title,
  .page-blog-49bet-promotions-login-bonuses__step-title,
  .page-blog-49bet-promotions-login-bonuses__faq-question {
    font-size: 18px;
  }

  .page-blog-49bet-promotions-login-bonuses__btn-primary,
  .page-blog-49bet-promotions-login-bonuses__btn-secondary {
    padding: 12px 20px;
    font-size: 16px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-49bet-promotions-login-bonuses__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Image and Video Responsive */
  .page-blog-49bet-promotions-login-bonuses img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-49bet-promotions-login-bonuses__image-content,
  .page-blog-49bet-promotions-login-bonuses__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-49bet-promotions-login-bonuses__section,
  .page-blog-49bet-promotions-login-bonuses__card,
  .page-blog-49bet-promotions-login-bonuses__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-49bet-promotions-login-bonuses__hero-section {
    padding-top: 10px !important;
  }
  
  .page-blog-49bet-promotions-login-bonuses__video-section {
    padding-top: 10px !important;
  }
}