/* style/blog-kubet79-official-homepage-latest-promotions.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --login-color: #EA7C07;
  --text-dark: #333333;
  --text-light: #FFFFFF;
  --bg-light: #F8F8F8;
  --bg-white: #FFFFFF;
  --border-color: #e0e0e0;
}

.page-blog-kubet79-official-homepage-latest-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--bg-white);
}

.page-blog-kubet79-official-homepage-latest-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  background-color: var(--bg-light);
  overflow: hidden;
}

.page-blog-kubet79-official-homepage-latest-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

.page-blog-kubet79-official-homepage-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-kubet79-official-homepage-latest-promotions__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 40px 20px;
  margin-top: -100px; /* Adjust to overlap slightly with the image */
  background-color: var(--bg-white);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}

.page-blog-kubet79-official-homepage-latest-promotions__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-kubet79-official-homepage-latest-promotions__hero-description {
  font-size: 1.1em;
  color: var(--text-dark);
  margin-bottom: 30px;
}

.page-blog-kubet79-official-homepage-latest-promotions__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-kubet79-official-homepage-latest-promotions__cta-buttons--center {
  margin-top: 30px;
}

.page-blog-kubet79-official-homepage-latest-promotions__btn-primary,
.page-blog-kubet79-official-homepage-latest-promotions__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-kubet79-official-homepage-latest-promotions__btn-primary {
  background-color: var(--primary-color);
  color: var(--text-light);
  border: 2px solid var(--primary-color);
}

.page-blog-kubet79-official-homepage-latest-promotions__btn-primary:hover {
  background-color: darken(var(--primary-color), 10%);
  border-color: darken(var(--primary-color), 10%);
}

.page-blog-kubet79-official-homepage-latest-promotions__btn-secondary {
  background-color: var(--login-color);
  color: var(--text-light);
  border: 2px solid var(--login-color);
}

.page-blog-kubet79-official-homepage-latest-promotions__btn-secondary:hover {
  background-color: darken(var(--login-color), 10%);
  border-color: darken(var(--login-color), 10%);
}

.page-blog-kubet79-official-homepage-latest-promotions__section {
  padding: 60px 0;
}

.page-blog-kubet79-official-homepage-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-kubet79-official-homepage-latest-promotions__section-title {
  font-size: 2.2em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-kubet79-official-homepage-latest-promotions__text-block {
  font-size: 1.05em;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-kubet79-official-homepage-latest-promotions__about-kubet79 .page-blog-kubet79-official-homepage-latest-promotions__text-block {
  text-align: center;
}

.page-blog-kubet79-official-homepage-latest-promotions__advantages {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-blog-kubet79-official-homepage-latest-promotions__advantages .page-blog-kubet79-official-homepage-latest-promotions__section-title {
  color: var(--text-light);
}

.page-blog-kubet79-official-homepage-latest-promotions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-kubet79-official-homepage-latest-promotions__card {
  background-color: var(--bg-white);
  color: var(--text-dark);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-blog-kubet79-official-homepage-latest-promotions__card:hover {
  transform: translateY(-5px);
}

.page-blog-kubet79-official-homepage-latest-promotions__card-title {
  font-size: 1.4em;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-kubet79-official-homepage-latest-promotions__card-text {
  font-size: 1em;
  line-height: 1.7;
}

.page-blog-kubet79-official-homepage-latest-promotions__products {
  background-color: var(--bg-white);
}

.page-blog-kubet79-official-homepage-latest-promotions__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-blog-kubet79-official-homepage-latest-promotions__product-card {
  background-color: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-blog-kubet79-official-homepage-latest-promotions__product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-kubet79-official-homepage-latest-promotions__product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-kubet79-official-homepage-latest-promotions__product-card h3,
.page-blog-kubet79-official-homepage-latest-promotions__product-card p,
.page-blog-kubet79-official-homepage-latest-promotions__product-card a {
  padding: 0 20px;
}

.page-blog-kubet79-official-homepage-latest-promotions__product-title {
  font-size: 1.25em;
  color: var(--primary-color);
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-kubet79-official-homepage-latest-promotions__product-description {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 15px;
}

.page-blog-kubet79-official-homepage-latest-promotions__product-link {
  display: block;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 20px;
}

.page-blog-kubet79-official-homepage-latest-promotions__product-link:hover {
  text-decoration: underline;
}

.page-blog-kubet79-official-homepage-latest-promotions__registration-guide {
  background-color: var(--bg-light);
}

.page-blog-kubet79-official-homepage-latest-promotions__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-kubet79-official-homepage-latest-promotions__step-item {
  background-color: var(--bg-white);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-blog-kubet79-official-homepage-latest-promotions__step-title {
  font-size: 1.3em;
  color: var(--login-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-kubet79-official-homepage-latest-promotions__step-description {
  font-size: 0.95em;
  color: #666;
}

.page-blog-kubet79-official-homepage-latest-promotions__guide-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 800px;
}

.page-blog-kubet79-official-homepage-latest-promotions__promotions {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-blog-kubet79-official-homepage-latest-promotions__promotions .page-blog-kubet79-official-homepage-latest-promotions__section-title {
  color: var(--text-light);
}

.page-blog-kubet79-official-homepage-latest-promotions__promotions .page-blog-kubet79-official-homepage-latest-promotions__text-block {
  color: var(--text-light);
  text-align: center;
}

.page-blog-kubet79-official-homepage-latest-promotions__promotions-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kubet79-official-homepage-latest-promotions__promotion-card {
  background-color: var(--bg-white);
  color: var(--text-dark);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-blog-kubet79-official-homepage-latest-promotions__promotion-card:hover {
  transform: translateY(-5px);
}

.page-blog-kubet79-official-homepage-latest-promotions__promotion-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-blog-kubet79-official-homepage-latest-promotions__promotion-title {
  font-size: 1.3em;
  color: var(--primary-color);
  margin: 20px 15px 10px 15px;
  font-weight: bold;
}

.page-blog-kubet79-official-homepage-latest-promotions__promotion-description {
  font-size: 0.95em;
  color: #555;
  padding: 0 15px 20px 15px;
}

.page-blog-kubet79-official-homepage-latest-promotions__payment-methods {
  background-color: var(--bg-white);
}

.page-blog-kubet79-official-homepage-latest-promotions__payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kubet79-official-homepage-latest-promotions__payment-card {
  background-color: var(--bg-light);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-kubet79-official-homepage-latest-promotions__payment-title {
  font-size: 1.4em;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-kubet79-official-homepage-latest-promotions__payment-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #555;
}

.page-blog-kubet79-official-homepage-latest-promotions__payment-list li {
  margin-bottom: 8px;
}

.page-blog-kubet79-official-homepage-latest-promotions__payment-info {
  font-size: 0.95em;
  color: #666;
}

.page-blog-kubet79-official-homepage-latest-promotions__customer-support {
  background-color: var(--bg-light);
}

.page-blog-kubet79-official-homepage-latest-promotions__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kubet79-official-homepage-latest-promotions__support-card {
  background-color: var(--bg-white);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-blog-kubet79-official-homepage-latest-promotions__support-title {
  font-size: 1.3em;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-kubet79-official-homepage-latest-promotions__support-description {
  font-size: 0.95em;
  color: #666;
}

.page-blog-kubet79-official-homepage-latest-promotions__support-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 800px;
}

.page-blog-kubet79-official-homepage-latest-promotions__faq {
  background-color: var(--bg-white);
}

.page-blog-kubet79-official-homepage-latest-promotions__faq-list {
  margin-top: 40px;
}

.page-blog-kubet79-official-homepage-latest-promotions__faq-item {
  background-color: var(--bg-light);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-blog-kubet79-official-homepage-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: var(--primary-color);
  color: var(--text-light);
  font-weight: bold;
  cursor: pointer;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-kubet79-official-homepage-latest-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-kubet79-official-homepage-latest-promotions__faq-question:hover {
  background-color: darken(var(--primary-color), 8%);
}

.page-blog-kubet79-official-homepage-latest-promotions__faq-qtext {
  flex-grow: 1;
}

.page-blog-kubet79-official-homepage-latest-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-kubet79-official-homepage-latest-promotions__faq-item[open] .page-blog-kubet79-official-homepage-latest-promotions__faq-toggle {
  content: '−';
}

.page-blog-kubet79-official-homepage-latest-promotions__faq-answer {
  padding: 20px 25px;
  background-color: var(--bg-white);
  color: var(--text-dark);
  border-top: 1px solid var(--border-color);
}

.page-blog-kubet79-official-homepage-latest-promotions__faq-answer p {
  margin-bottom: 0;
}

.page-blog-kubet79-official-homepage-latest-promotions__conclusion {
  background-color: var(--primary-color);
  color: var(--text-light);
  text-align: center;
}

.page-blog-kubet79-official-homepage-latest-promotions__conclusion .page-blog-kubet79-official-homepage-latest-promotions__section-title,
.page-blog-kubet79-official-homepage-latest-promotions__conclusion .page-blog-kubet79-official-homepage-latest-promotions__text-block {
  color: var(--text-light);
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-kubet79-official-homepage-latest-promotions__hero-content {
    margin-top: -80px;
    padding: 30px;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__main-title {
    font-size: 2.5em;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-kubet79-official-homepage-latest-promotions__hero-content {
    margin-top: -50px;
    padding: 25px 15px;
    border-radius: 0;
    box-shadow: none;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__main-title {
    font-size: clamp(1.8em, 7vw, 2.2em);
    margin-bottom: 15px;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__btn-primary,
  .page-blog-kubet79-official-homepage-latest-promotions__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 10px;
    font-size: 1.1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__section {
    padding: 40px 0;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__text-block {
    font-size: 0.95em;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__grid,
  .page-blog-kubet79-official-homepage-latest-promotions__product-grid,
  .page-blog-kubet79-official-homepage-latest-promotions__steps-container,
  .page-blog-kubet79-official-homepage-latest-promotions__promotions-list,
  .page-blog-kubet79-official-homepage-latest-promotions__payment-grid,
  .page-blog-kubet79-official-homepage-latest-promotions__support-channels {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__card,
  .page-blog-kubet79-official-homepage-latest-promotions__product-card,
  .page-blog-kubet79-official-homepage-latest-promotions__step-item,
  .page-blog-kubet79-official-homepage-latest-promotions__promotion-card,
  .page-blog-kubet79-official-homepage-latest-promotions__payment-card,
  .page-blog-kubet79-official-homepage-latest-promotions__support-card {
    padding: 20px;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__product-image,
  .page-blog-kubet79-official-homepage-latest-promotions__promotion-image,
  .page-blog-kubet79-official-homepage-latest-promotions__guide-image,
  .page-blog-kubet79-official-homepage-latest-promotions__support-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-kubet79-official-homepage-latest-promotions__main-title {
    font-size: clamp(1.5em, 8vw, 2em);
  }
  .page-blog-kubet79-official-homepage-latest-promotions__section-title {
    font-size: 1.5em;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__hero-content {
    margin-top: -30px;
  }
}

/* Ensure images and videos are responsive globally */
.page-blog-kubet79-official-homepage-latest-promotions img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-kubet79-official-homepage-latest-promotions video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile specific image/video/container handling */
@media (max-width: 768px) {
  .page-blog-kubet79-official-homepage-latest-promotions img,
  .page-blog-kubet79-official-homepage-latest-promotions video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-kubet79-official-homepage-latest-promotions__hero-image-wrapper,
  .page-blog-kubet79-official-homepage-latest-promotions__container,
  .page-blog-kubet79-official-homepage-latest-promotions__section,
  .page-blog-kubet79-official-homepage-latest-promotions__card,
  .page-blog-kubet79-official-homepage-latest-promotions__product-card,
  .page-blog-kubet79-official-homepage-latest-promotions__step-item,
  .page-blog-kubet79-official-homepage-latest-promotions__promotion-card,
  .page-blog-kubet79-official-homepage-latest-promotions__payment-card,
  .page-blog-kubet79-official-homepage-latest-promotions__support-card,
  .page-blog-kubet79-official-homepage-latest-promotions__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }
  .page-blog-kubet79-official-homepage-latest-promotions__hero-section {
    padding-top: 10px !important; /* Small top padding for hero section */
  }
  .page-blog-kubet79-official-homepage-latest-promotions__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-kubet79-official-homepage-latest-promotions__cta-buttons a {
    width: 100%;
  }
}