/* style/responsible-gambling-tools.css */
.page-responsible-gambling-tools {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-responsible-gambling-tools__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-responsible-gambling-tools__hero {
  background: linear-gradient(135deg, #007bff, #ffc107);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.page-responsible-gambling-tools__hero::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(45deg);
}

.page-responsible-gambling-tools__hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: rotate(45deg);
}

.page-responsible-gambling-tools__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-tools__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
}

.page-responsible-gambling-tools__button {
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-responsible-gambling-tools__button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-responsible-gambling-tools__button--secondary {
  background-color: #007bff;
  color: #fff;
  margin-left: 15px;
}

.page-responsible-gambling-tools__button--secondary:hover {
  background-color: #0056b3;
}

.page-responsible-gambling-tools__button--contact {
  background-color: #28a745;
  color: #fff;
}

.page-responsible-gambling-tools__button--contact:hover {
  background-color: #218838;
}

.page-responsible-gambling-tools__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-tools__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-responsible-gambling-tools__section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-responsible-gambling-tools__section-title {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.page-responsible-gambling-tools__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
  text-align: justify;
}

.page-responsible-gambling-tools__text-center {
  text-align: center;
  margin-top: 30px;
  font-size: 1.15em;
  font-weight: 500;
  color: #007bff;
}

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

.page-responsible-gambling-tools__tool-item {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #007bff;
}

.page-responsible-gambling-tools__tool-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-responsible-gambling-tools__tool-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 5px rgba(0, 123, 255, 0.3));
}

.page-responsible-gambling-tools__tool-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-responsible-gambling-tools__tool-item p {
  font-size: 1em;
  color: #555;
  text-align: center;
}

.page-responsible-gambling-tools__cta-buttons {
  text-align: center;
  margin-top: 40px;
}

.page-responsible-gambling-tools__steps {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-responsible-gambling-tools__steps li {
  background-color: #e9f7ff;
  border-left: 5px solid #007bff;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-responsible-gambling-tools__steps li strong {
  color: #0056b3;
}

.page-responsible-gambling-tools__commitment p {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-responsible-gambling-tools__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-top: 20px;
}

.page-responsible-gambling-tools__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #555;
}

.page-responsible-gambling-tools__list li::marker {
  color: #ffc107;
}

.page-responsible-gambling-tools__faq-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.page-responsible-gambling-tools__faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-responsible-gambling-tools__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-responsible-gambling-tools__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #ffc107;
  transition: transform 0.3s ease;
}

.page-responsible-gambling-tools__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-responsible-gambling-tools__faq-answer {
  font-size: 1em;
  color: #666;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.page-responsible-gambling-tools__faq-answer.active {
  display: block;
}

.page-responsible-gambling-tools__conclusion {
  padding: 60px 0;
  text-align: center;
  background-color: #007bff;
  color: #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.page-responsible-gambling-tools__conclusion .page-responsible-gambling-tools__section-title {
  color: #fff;
}

.page-responsible-gambling-tools__conclusion p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.page-responsible-gambling-tools__conclusion .page-responsible-gambling-tools__button {
  background-color: #ffc107;
  color: #000;
}

.page-responsible-gambling-tools__conclusion .page-responsible-gambling-tools__button:hover {
  background-color: #e0a800;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-responsible-gambling-tools__title {
    font-size: 2em;
  }

  .page-responsible-gambling-tools__subtitle {
    font-size: 1em;
  }

  .page-responsible-gambling-tools__section-title {
    font-size: 1.8em;
  }

  .page-responsible-gambling-tools__tools-grid {
    grid-template-columns: 1fr;
  }

  .page-responsible-gambling-tools__button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-responsible-gambling-tools__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  
  .page-responsible-gambling-tools__cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-responsible-gambling-tools__hero {
    padding: 60px 0;
  }

  .page-responsible-gambling-tools__title {
    font-size: 1.8em;
  }

  .page-responsible-gambling-tools__subtitle {
    font-size: 0.9em;
  }

  .page-responsible-gambling-tools__section {
    padding: 40px 0;
  }

  .page-responsible-gambling-tools__section-title {
    font-size: 1.5em;
  }

  .page-responsible-gambling-tools__tool-item {
    padding: 20px;
  }

  .page-responsible-gambling-tools__tool-icon {
    width: 60px;
    height: 60px;
  }

  .page-responsible-gambling-tools__tool-title {
    font-size: 1.3em;
  }
}