.page-casino {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-casino__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* body handles padding-top from header */
  text-align: center;
  overflow: hidden;
}

.page-casino__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-casino__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-casino__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(8, 22, 15, 0.7); /* Card BG with transparency */
  border-radius: 10px;
}

.page-casino__hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-casino__hero-description {
  font-size: 1.2rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-casino__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-casino__btn-primary,
.page-casino__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.page-casino__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: none;
}

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

.page-casino__btn-secondary {
  background-color: transparent;
  color: #F2C14E; /* Gold */
  border: 2px solid #F2C14E; /* Gold */
}

.page-casino__btn-secondary:hover {
  background-color: #F2C14E;
  color: #08160F; /* Background */
  transform: translateY(-2px);
}

.page-casino__section {
  padding: 60px 20px;
  text-align: center;
}

.page-casino__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-casino__section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 30px;
  font-weight: 700;
}

.page-casino__section-text {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: left;
}

.page-casino__about-mm8822 {
  background-color: #0A4B2C; /* Deep Green */
}

.page-casino__game-world {
  background-color: #08160F; /* Background */
}

.page-casino__game-category {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: left;
  border: 1px solid #2E7A4E; /* Border */
}

.page-casino__category-title {
  font-size: 1.8rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-casino__category-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-casino__category-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

.page-casino__app-guide {
  background-color: #0A4B2C; /* Deep Green */
}

.page-casino__app-download-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.page-casino__app-steps {
  flex: 1 1 500px;
  text-align: left;
}

.page-casino__subtitle {
  font-size: 1.5rem;
  color: #F2FFF6; /* Text Main */
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-casino__list {
  list-style-type: decimal;
  padding-left: 25px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-casino__list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-casino__list strong {
  color: #F2FFF6; /* Text Main */
}

.page-casino__app-qr-code {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-casino__app-qr-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
}

.page-casino__btn-download {
  width: 100%;
}

.page-casino__promotions {
  background-color: #08160F; /* Background */
}

.page-casino__promotions-banner {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

.page-casino__promotions-list {
  list-style-type: disc;
  padding-left: 25px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  text-align: left;
}

.page-casino__promotions-list li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.page-casino__promotions-list strong {
  color: #F2FFF6; /* Text Main */
}

.page-casino__promotions-cta {
  margin-top: 30px;
}

.page-casino__payment-system {
  background-color: #0A4B2C; /* Deep Green */
}

.page-casino__payment-methods {
  list-style-type: square;
  padding-left: 25px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  text-align: left;
}

.page-casino__payment-methods li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.page-casino__payment-methods strong {
  color: #F2FFF6; /* Text Main */
}

.page-casino__customer-support {
  background-color: #08160F; /* Background */
}

.page-casino__contact-channels {
  list-style-type: none;
  padding-left: 0;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  text-align: left;
}

.page-casino__contact-channels li {
  margin-bottom: 10px;
  font-size: 1.1rem;
  position: relative;
  padding-left: 25px;
}

.page-casino__contact-channels li::before {
  content: '📞'; /* Example icon */
  position: absolute;
  left: 0;
  color: #F2C14E; /* Gold */
}

.page-casino__contact-channels li:nth-child(2)::before { content: '☎️'; }
.page-casino__contact-channels li:nth-child(3)::before { content: '💬'; }
.page-casino__contact-channels li:nth-child(4)::before { content: '📧'; }

.page-casino__support-cta {
  margin-top: 30px;
}

.page-casino__safety-responsibility {
  background-color: #0A4B2C; /* Deep Green */
}

.page-casino__safety-features {
  list-style-type: check;
  padding-left: 25px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  text-align: left;
}

.page-casino__safety-features li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.page-casino__safety-features li strong {
  color: #F2FFF6; /* Text Main */
}

.page-casino__faq {
  background-color: #08160F; /* Background */
}

.page-casino__faq-list {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}

.page-casino__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-casino__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-casino__faq-question::-webkit-details-marker {
  display: none;
}

.page-casino__faq-question:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-casino__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #57E38D; /* Glow */
  margin-left: 15px;
}

.page-casino__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

.page-casino__conclusion {
  background-color: #0A4B2C; /* Deep Green */
}

.page-casino__final-cta {
  margin-top: 40px;
}

/* General image styles */
.page-casino img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-casino {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-casino__hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .page-casino__hero-description {
    font-size: 1rem;
  }

  .page-casino__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-casino__btn-primary,
  .page-casino__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-casino__section-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-casino__section-text,
  .page-casino__category-description,
  .page-casino__list li,
  .page-casino__promotions-list li,
  .page-casino__payment-methods li,
  .page-casino__contact-channels li,
  .page-casino__safety-features li,
  .page-casino__faq-answer {
    font-size: 0.95rem;
  }

  .page-casino__app-download-content {
    flex-direction: column;
    gap: 30px;
  }

  .page-casino__app-steps,
  .page-casino__app-qr-code {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .page-casino__app-qr-image {
    max-width: 200px;
  }

  .page-casino__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  /* Force responsive for all images */
  .page-casino img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Ensure containers have proper padding/width */
  .page-casino__section,
  .page-casino__card,
  .page-casino__container,
  .page-casino__game-category,
  .page-casino__app-qr-code,
  .page-casino__app-steps,
  .page-casino__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-casino__hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-casino__hero-content {
    padding: 15px;
  }

  .page-casino__hero-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}