.page-fortunemouse {
  font-family: 'Arial', sans-serif;
  color: #FFF6D6;
  background-color: #0A0A0A;
  line-height: 1.6;
}

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

.page-fortunemouse__section-title {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD36B;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
  letter-spacing: 1px;
  line-height: 1.2;
}

.page-fortunemouse__description {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF6D6;
}

.page-fortunemouse__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: none;
}

.page-fortunemouse__cta-button:hover {
  background: linear-gradient(180deg, #FFD36B 0%, #F2C14E 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-fortunemouse__cta-button--small {
  padding: 12px 30px;
  font-size: 1em;
  margin-top: 20px;
}

.page-fortunemouse__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Aligned with fixed header spacing rule */
  overflow: hidden;
}

.page-fortunemouse__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-fortunemouse__hero-image {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.page-fortunemouse__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-fortunemouse__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.page-fortunemouse__hero-content h1 {
  font-size: 3.5em;
  color: #FFD36B;
  margin-bottom: 15px;
  line-height: 1.1;
  text-shadow: 0 0 15px rgba(255, 211, 107, 0.7);
  font-weight: 700;
}

.page-fortunemouse__hero-content p {
  font-size: 1.3em;
  color: #FFF6D6;
  max-width: 900px;
  margin: 0 auto 25px;
}

.page-fortunemouse__about-section,
.page-fortunemouse__how-to-play-section,
.page-fortunemouse__features-section,
.page-fortunemouse__why-betano-section,
.page-fortunemouse__faq-section,
.page-fortunemouse__related-games-section {
  padding: 80px 0;
  background-color: #0A0A0A;
}

.page-fortunemouse__about-section .page-fortunemouse__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-fortunemouse__about-section .page-fortunemouse__text-block {
  flex: 1;
}

.page-fortunemouse__about-section .page-fortunemouse__text-block p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #FFF6D6;
}

.page-fortunemouse__about-section .page-fortunemouse__image-block {
  flex: 1;
  min-width: 400px;
}

.page-fortunemouse__about-section .page-fortunemouse__image-block img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-fortunemouse__how-to-play-section {
  background-color: #111111;
}

.page-fortunemouse__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-fortunemouse__step-card {
  background-color: #0A0A0A;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
  text-align: center;
}

.page-fortunemouse__step-card h3 {
  font-size: 1.5em;
  color: #FFD36B;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-fortunemouse__step-card p {
  font-size: 1em;
  color: #FFF6D6;
}

.page-fortunemouse__cta-area {
  text-align: center;
  margin-top: 50px;
}

.page-fortunemouse__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-fortunemouse__feature-card {
  background-color: #111111;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
  text-align: center;
}

.page-fortunemouse__feature-card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-fortunemouse__feature-card h3 {
  font-size: 1.5em;
  color: #FFD36B;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-fortunemouse__feature-card p {
  font-size: 1em;
  color: #FFF6D6;
}

.page-fortunemouse__why-betano-section {
  background-color: #0A0A0A;
}

.page-fortunemouse__why-betano-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.page-fortunemouse__why-betano-content p {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #FFF6D6;
}

.page-fortunemouse__why-betano-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}

.page-fortunemouse__why-betano-content ul li {
  background-color: #111111;
  border: 1px solid #3A2A12;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 1.05em;
  color: #FFF6D6;
  display: flex;
  align-items: center;
}

.page-fortunemouse__why-betano-content ul li strong {
  color: #FFD36B;
  margin-right: 10px;
  flex-shrink: 0;
}

.page-fortunemouse__why-betano-content a {
  color: #FFD36B;
  text-decoration: underline;
}

.page-fortunemouse__faq-section {
  background-color: #111111;
}

.page-fortunemouse__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details.page-fortunemouse__faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid #3A2A12;
  overflow: hidden;
  background: #0A0A0A;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

details.page-fortunemouse__faq-item summary.page-fortunemouse__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFD36B;
  font-size: 1.2em;
  font-weight: 600;
}

details.page-fortunemouse__faq-item summary.page-fortunemouse__faq-question::-webkit-details-marker {
  display: none;
}

details.page-fortunemouse__faq-item summary.page-fortunemouse__faq-question:hover {
  background: #1a1a1a;
}

.page-fortunemouse__faq-qtext {
  flex: 1;
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
}

.page-fortunemouse__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD36B;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-fortunemouse__faq-item .page-fortunemouse__faq-answer {
  padding: 0 25px 20px;
  background: #0A0A0A;
  border-radius: 0 0 12px 12px;
  color: #FFF6D6;
  font-size: 1em;
}

details.page-fortunemouse__faq-item .page-fortunemouse__faq-answer p {
  margin: 0;
}

.page-fortunemouse__related-games-section {
  background-color: #0A0A0A;
}

.page-fortunemouse__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-fortunemouse__game-card {
  display: block;
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #FFF6D6;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-fortunemouse__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-fortunemouse__game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-fortunemouse__game-card h3 {
  font-size: 1.3em;
  color: #FFD36B;
  margin: 15px 15px 10px;
  font-weight: 600;
}

.page-fortunemouse__game-card p {
  font-size: 0.95em;
  margin: 0 15px 15px;
  color: #FFF6D6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .page-fortunemouse__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-fortunemouse__hero-image img {
    border-radius: 8px;
  }

  .page-fortunemouse__hero-content h1 {
    font-size: 2.2em;
  }

  .page-fortunemouse__hero-content p {
    font-size: 1em;
  }

  .page-fortunemouse__cta-button {
    padding: 12px 30px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: auto;
    margin-right: auto;
  }

  .page-fortunemouse__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-fortunemouse__about-section .page-fortunemouse__content-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .page-fortunemouse__about-section .page-fortunemouse__image-block {
    min-width: unset;
    width: 100%;
  }

  .page-fortunemouse__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-fortunemouse__features-grid {
    grid-template-columns: 1fr;
  }

  .page-fortunemouse__why-betano-content ul li {
    font-size: 0.95em;
    padding: 12px 15px;
  }

  details.page-fortunemouse__faq-item summary.page-fortunemouse__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-fortunemouse__faq-qtext {
    font-size: 0.95em;
  }

  details.page-fortunemouse__faq-item .page-fortunemouse__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.9em;
  }

  .page-fortunemouse__games-grid {
    grid-template-columns: 1fr;
  }

  /* General image and container responsiveness */
  .page-fortunemouse img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .page-fortunemouse__section,
  .page-fortunemouse__card,
  .page-fortunemouse__container,
  .page-fortunemouse__content-wrapper,
  .page-fortunemouse__steps-grid,
  .page-fortunemouse__features-grid,
  .page-fortunemouse__why-betano-content,
  .page-fortunemouse__faq-list,
  .page-fortunemouse__games-grid {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-fortunemouse__cta-buttons,
  .page-fortunemouse__button-group,
  .page-fortunemouse__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
}