.page-resources {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #1A1A2E;
}

.page-resources__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources__hero-section {
  background: linear-gradient(135deg, #0A246A, #1A1A2E);
  padding: 100px 0 60px;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-resources__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern,darkblue,gold]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  position: relative;
  z-index: 1;
}

.page-resources__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
  position: relative;
  z-index: 1;
}

.page-resources__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}

.page-resources__btn--primary {
  background-color: #FFD700;
  color: #0A246A;
  border: 2px solid #FFD700;
}

.page-resources__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A246A;
  transform: translateY(-3px);
}

.page-resources__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-resources__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0A246A;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources__intro-section {
  padding: 60px 0;
  background-color: #0A246A;
}

.page-resources__intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.page-resources__intro-content p {
  font-size: 1.1em;
  line-height: 1.8;
  color: #E0E0E0;
  max-width: 900px;
}

.page-resources__intro-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  border: 3px solid #FFD700;
}

.page-resources__articles-section {
  padding: 80px 0;
  background-color: #1A1A2E;
}

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

.page-resources__article-card {
  background-color: #0A246A;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #FFD700;
}

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

.page-resources__article-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #FFD700;
}

.page-resources__article-content {
  padding: 25px;
}

.page-resources__article-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-resources__article-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources__article-title a:hover {
  color: #E0E0E0;
}

.page-resources__article-category {
  font-size: 0.9em;
  color: #E0E0E0;
  margin-bottom: 15px;
  opacity: 0.8;
}

.page-resources__article-summary {
  font-size: 1em;
  line-height: 1.6;
  color: #E0E0E0;
  margin-bottom: 20px;
}

.page-resources__btn--read-more {
  background-color: #FFD700;
  color: #0A246A;
  padding: 10px 20px;
  font-size: 0.95em;
  border-radius: 5px;
  text-align: center;
  border: none;
}

.page-resources__btn--read-more:hover {
  background-color: #e6c200;
  color: #0A246A;
}

.page-resources__deep-dive-section {
  padding: 80px 0;
  background-color: #0A246A;
}

.page-resources__deep-dive-item {
  background-color: #1A1A2E;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-resources__deep-dive-item:last-child {
  margin-bottom: 0;
}

.page-resources__deep-dive-subtitle {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources__deep-dive-item p {
  font-size: 1.1em;
  line-height: 1.7;
  color: #E0E0E0;
  margin-bottom: 15px;
}

.page-resources__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #E0E0E0;
}

.page-resources__list li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-resources__list li a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources__list li a:hover {
  text-decoration: underline;
}

.page-resources__cta-section {
  background-color: #1A1A2E;
  padding: 80px 0;
  text-align: center;
}

.page-resources__cta-description {
  font-size: 1.2em;
  color: #E0E0E0;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-resources__why-new88 {
  padding: 80px 0;
  background-color: #0A246A;
}

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

.page-resources__feature-item {
  background-color: #1A1A2E;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-top: 5px solid #FFD700;
}

.page-resources__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-resources__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources__feature-item p {
  font-size: 1em;
  line-height: 1.6;
  color: #E0E0E0;
}

.page-resources__responsible-gaming {
  padding: 80px 0;
  background-color: #1A1A2E;
  text-align: center;
}

.page-resources__responsible-gaming p {
  font-size: 1.1em;
  line-height: 1.7;
  color: #E0E0E0;
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-resources__faq-section {
  padding: 80px 0;
  background-color: #0A246A;
}

.page-resources__faq-item {
  background-color: #1A1A2E;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-right: 5px solid #FFD700;
}

.page-resources__faq-item:last-child {
  margin-bottom: 0;
}

.page-resources__faq-question {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-resources__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #E0E0E0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  padding-top: 0;
}

.page-resources__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  opacity: 1;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .page-resources__hero-title {
    font-size: 2.5em;
  }

  .page-resources__hero-description {
    font-size: 1em;
  }

  .page-resources__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 10px 0;
  }

  .page-resources__intro-content {
    flex-direction: column;
  }

  .page-resources__section-title {
    font-size: 2em;
  }

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

  .page-resources__deep-dive-subtitle {
    font-size: 1.6em;
  }

  .page-resources__feature-title {
    font-size: 1.5em;
  }

  .page-resources__faq-question {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources__hero-title {
    font-size: 2em;
  }

  .page-resources__hero-description {
    font-size: 0.9em;
  }

  .page-resources__btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .page-resources__section-title {
    font-size: 1.8em;
  }

  .page-resources__deep-dive-subtitle {
    font-size: 1.4em;
  }

  .page-resources__feature-title {
    font-size: 1.3em;
  }

  .page-resources__faq-question {
    font-size: 1.1em;
  }
}