.page-responsible-gambling-guide {
  --primary-color: #003366;
  --secondary-color: #FFD700;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --bg-light-gray: #f4f7f6;
  --border-color: #e0e0e0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
}

.page-responsible-gambling-guide .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-responsible-gambling-guide .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: var(--primary-color);
  color: var(--text-color-light);
}

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

.page-responsible-gambling-guide .hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 30px;
}

.page-responsible-gambling-guide .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-responsible-gambling-guide .hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-responsible-gambling-guide .hero-content p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: var(--text-color-light);
}

.page-responsible-gambling-guide .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid var(--secondary-color);
}

.page-responsible-gambling-guide .cta-button:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-guide .text-link {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-responsible-gambling-guide .text-link:hover {
  color: #fff;
}

.page-responsible-gambling-guide .section-content {
  padding: 60px 0;
}

.page-responsible-gambling-guide .section-content h2 {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-responsible-gambling-guide .section-content h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--secondary-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-responsible-gambling-guide .section-content h3 {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.page-responsible-gambling-guide .bg-light-gray {
  background-color: var(--bg-light-gray);
}

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

.page-responsible-gambling-guide .card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-responsible-gambling-guide .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-responsible-gambling-guide .card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-responsible-gambling-guide .card h3 {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-responsible-gambling-guide .card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.page-responsible-gambling-guide .card ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-responsible-gambling-guide .card ul li::before {
  content: '✔';
  color: var(--secondary-color);
  position: absolute;
  left: 0;
  top: 0;
}

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

.page-responsible-gambling-guide .feature-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
}

.page-responsible-gambling-guide .feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-responsible-gambling-guide .feature-item h3 {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-responsible-gambling-guide .bullet-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-responsible-gambling-guide .bullet-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 1.1em;
}

.page-responsible-gambling-guide .bullet-list li strong {
  color: var(--primary-color);
}

.page-responsible-gambling-guide .list-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

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

.page-responsible-gambling-guide .resource-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}

.page-responsible-gambling-guide .resource-card h3 {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-responsible-gambling-guide .btn-secondary {
  display: inline-block;
  padding: 10px 25px;
  background: var(--primary-color);
  color: var(--secondary-color);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
}

.page-responsible-gambling-guide .btn-secondary:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
  transform: translateY(-2px);
}

.page-responsible-gambling-guide .policy-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-responsible-gambling-guide .policy-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 1.1em;
}

.page-responsible-gambling-guide .policy-list li strong {
  color: var(--primary-color);
}

/* FAQ Section */
.page-responsible-gambling-guide .faq-container {
  margin-top: 40px;
}

.page-responsible-gambling-guide .faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

.page-responsible-gambling-guide .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-responsible-gambling-guide .faq-question:hover {
  background: #f5f5f5;
}

.page-responsible-gambling-guide .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--primary-color);
}

.page-responsible-gambling-guide .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.page-responsible-gambling-guide .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--primary-color);
}

.page-responsible-gambling-guide .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: var(--bg-light-gray);
  color: var(--text-color-dark);
}

.page-responsible-gambling-guide .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px;
}

.page-responsible-gambling-guide .faq-answer p {
  margin: 0;
}

.page-responsible-gambling-guide .cta-section {
  background: var(--primary-color);
  color: var(--text-color-light);
  text-align: center;
  padding: 80px 20px;
}

.page-responsible-gambling-guide .cta-section h2 {
  color: var(--secondary-color);
  font-size: 2.8em;
  margin-bottom: 25px;
}

.page-responsible-gambling-guide .cta-section p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-responsible-gambling-guide .hero-content h1 {
    font-size: 2.8em;
  }
  .page-responsible-gambling-guide .section-content h2 {
    font-size: 2.2em;
  }
  .page-responsible-gambling-guide .section-content h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-responsible-gambling-guide .hero-section {
    padding: 40px 15px;
  }
  .page-responsible-gambling-guide .hero-content h1 {
    font-size: 2.2em;
  }
  .page-responsible-gambling-guide .hero-content p {
    font-size: 1em;
  }
  .page-responsible-gambling-guide .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-responsible-gambling-guide .section-content {
    padding: 40px 0;
  }
  .page-responsible-gambling-guide .section-content h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-responsible-gambling-guide .section-content h3 {
    font-size: 1.4em;
  }
  .page-responsible-gambling-guide .card-grid, 
  .page-responsible-gambling-guide .feature-list, 
  .page-responsible-gambling-guide .help-resources {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-responsible-gambling-guide .bullet-list li, 
  .page-responsible-gambling-guide .policy-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
  .page-responsible-gambling-guide .list-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-responsible-gambling-guide .faq-question {
    padding: 12px 15px;
  }
  .page-responsible-gambling-guide .faq-question h3 {
    font-size: 1.1em;
  }
  .page-responsible-gambling-guide .faq-toggle {
    font-size: 1.5em;
  }
  .page-responsible-gambling-guide .faq-item.active .faq-answer {
    padding: 15px;
  }
  .page-responsible-gambling-guide .cta-section {
    padding: 60px 15px;
  }
  .page-responsible-gambling-guide .cta-section h2 {
    font-size: 2em;
  }
  .page-responsible-gambling-guide .cta-section p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-responsible-gambling-guide .hero-content h1 {
    font-size: 1.8em;
  }
  .page-responsible-gambling-guide .section-content h2 {
    font-size: 1.5em;
  }
  .page-responsible-gambling-guide .card, 
  .page-responsible-gambling-guide .feature-item, 
  .page-responsible-gambling-guide .resource-card {
    padding: 20px;
  }
  .page-responsible-gambling-guide .card h3 {
    font-size: 1.3em;
  }
  .page-responsible-gambling-guide .feature-item h3 {
    font-size: 1.3em;
  }
  .page-responsible-gambling-guide .resource-card h3 {
    font-size: 1.3em;
  }
  .page-responsible-gambling-guide .cta-section h2 {
    font-size: 1.8em;
  }
}