/* style/responsible-gaming-minor-protection.css */
.page-responsible-gaming-minor-protection {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f8f8f8;
}

.page-responsible-gaming-minor-protection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-responsible-gaming-minor-protection__hero {
  background: linear-gradient(135deg, #1A237E 0%, #3949AB 100%);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gaming-minor-protection__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-responsible-gaming-minor-protection__hero-title .highlight {
  color: #FFD700;
}

.page-responsible-gaming-minor-protection__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
}

.page-responsible-gaming-minor-protection__hero-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #1A237E;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-responsible-gaming-minor-protection__hero-cta:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-responsible-gaming-minor-protection__section {
  padding: 60px 0;
}

.page-responsible-gaming-minor-protection__section--alt {
  background-color: #ebebeb;
}

.page-responsible-gaming-minor-protection__section-title {
  font-size: 2.5em;
  color: #1A237E;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

.page-responsible-gaming-minor-protection__section-title .keyword {
  color: #FFD700;
}

.page-responsible-gaming-minor-protection__content-block {
  max-width: 900px;
  margin: 0 auto;
  text-align: justify;
}

.page-responsible-gaming-minor-protection__content-block p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444444;
}

.page-responsible-gaming-minor-protection__content-block p .keyword {
  font-weight: bold;
  color: #1A237E;
}

.page-responsible-gaming-minor-protection__image-full {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-responsible-gaming-minor-protection__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-responsible-gaming-minor-protection__grid-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-responsible-gaming-minor-protection__grid-item:hover {
  transform: translateY(-5px);
}

.page-responsible-gaming-minor-protection__grid-title {
  font-size: 1.8em;
  color: #1A237E;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-responsible-gaming-minor-protection__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1));
}

.page-responsible-gaming-minor-protection__text-center {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
}

.page-responsible-gaming-minor-protection__link {
  color: #1A237E;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-responsible-gaming-minor-protection__link:hover {
  color: #FFD700;
}

.page-responsible-gaming-minor-protection__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444444;
}

.page-responsible-gaming-minor-protection__list li {
  margin-bottom: 10px;
}

.page-responsible-gaming-minor-protection__cta-group {
  text-align: center;
  margin-top: 40px;
}

.page-responsible-gaming-minor-protection__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-responsible-gaming-minor-protection__btn--primary {
  background-color: #1A237E;
  color: #FFFFFF;
}

.page-responsible-gaming-minor-protection__btn--primary:hover {
  background-color: #0d125e;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-responsible-gaming-minor-protection__btn--secondary {
  background-color: #FFD700;
  color: #1A237E;
}

.page-responsible-gaming-minor-protection__btn--secondary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-responsible-gaming-minor-protection__image-left {
  float: left;
  width: 40%;
  height: auto;
  border-radius: 10px;
  margin-right: 30px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-responsible-gaming-minor-protection__faq {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}

.page-responsible-gaming-minor-protection__faq-item {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-responsible-gaming-minor-protection__faq-question {
  font-size: 1.3em;
  color: #1A237E;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
}

.page-responsible-gaming-minor-protection__faq-question .keyword {
  color: #3949AB;
}

.page-responsible-gaming-minor-protection__faq-answer {
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
}

.page-responsible-gaming-minor-protection__cta-final {
  background-color: #1A237E;
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
}

.page-responsible-gaming-minor-protection__cta-final-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-responsible-gaming-minor-protection__cta-final-title .keyword {
  color: #FFD700;
}

.page-responsible-gaming-minor-protection__cta-final-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: rgba(255, 255, 255, 0.9);
}

.page-responsible-gaming-minor-protection__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-responsible-gaming-minor-protection__hero-title {
    font-size: 2.8em;
  }
  .page-responsible-gaming-minor-protection__section-title {
    font-size: 2em;
  }
  .page-responsible-gaming-minor-protection__grid {
    grid-template-columns: 1fr;
  }
  .page-responsible-gaming-minor-protection__image-left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-responsible-gaming-minor-protection__cta-final-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-responsible-gaming-minor-protection__hero {
    padding: 80px 0;
  }
  .page-responsible-gaming-minor-protection__hero-title {
    font-size: 2.2em;
  }
  .page-responsible-gaming-minor-protection__hero-subtitle {
    font-size: 1.1em;
  }
  .page-responsible-gaming-minor-protection__section {
    padding: 40px 0;
  }
  .page-responsible-gaming-minor-protection__section-title {
    font-size: 1.8em;
  }
  .page-responsible-gaming-minor-protection__content-block p,
  .page-responsible-gaming-minor-protection__list li,
  .page-responsible-gaming-minor-protection__faq-answer {
    font-size: 1em;
  }
  .page-responsible-gaming-minor-protection__grid-title {
    font-size: 1.5em;
  }
  .page-responsible-gaming-minor-protection__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-responsible-gaming-minor-protection__cta-final {
    padding: 60px 0;
  }
  .page-responsible-gaming-minor-protection__cta-final-title {
    font-size: 1.8em;
  }
  .page-responsible-gaming-minor-protection__cta-final-description {
    font-size: 1em;
  }
  .page-responsible-gaming-minor-protection__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-responsible-gaming-minor-protection__hero-title {
    font-size: 1.8em;
  }
  .page-responsible-gaming-minor-protection__section-title {
    font-size: 1.5em;
  }
  .page-responsible-gaming-minor-protection__hero-cta {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-responsible-gaming-minor-protection__btn {
    width: 90%;
    margin: 5px 0;
  }
}