/* style/resources-67-live-cockfighting-platform-safety.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #ffffff; /* Adjusted for dark body background */
  --text-light: #333333;
  --login-color: #EA7C07;
  --bg-dark: #121212; /* From shared.css body background */
  --bg-light: #f5f5f5;
  --card-bg-dark: rgba(255, 255, 255, 0.1);
  --card-bg-light: #ffffff;
}

.page-resources-67-live-cockfighting-platform-safety {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--bg-dark);
}

.page-resources-67-live-cockfighting-platform-safety__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-67-live-cockfighting-platform-safety__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px; /* Adjusted padding-top for header offset on desktop */
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, var(--primary-color) 0%, #1a7bb0 100%);
  overflow: hidden;
  color: var(--secondary-color);
}

.page-resources-67-live-cockfighting-platform-safety__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.15;
}

.page-resources-67-live-cockfighting-platform-safety__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-67-live-cockfighting-platform-safety__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-resources-67-live-cockfighting-platform-safety__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--secondary-color);
}

.page-resources-67-live-cockfighting-platform-safety__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-67-live-cockfighting-platform-safety__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-resources-67-live-cockfighting-platform-safety__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-67-live-cockfighting-platform-safety__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-67-live-cockfighting-platform-safety__btn-primary,
.page-resources-67-live-cockfighting-platform-safety__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-resources-67-live-cockfighting-platform-safety__btn-primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
}

.page-resources-67-live-cockfighting-platform-safety__btn-primary:hover {
  background-color: #1a7bb0;
  border-color: #1a7bb0;
}

.page-resources-67-live-cockfighting-platform-safety__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-resources-67-live-cockfighting-platform-safety__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.page-resources-67-live-cockfighting-platform-safety__btn-large {
  padding: 18px 40px;
  font-size: 1.1em;
}

.page-resources-67-live-cockfighting-platform-safety__inline-link {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-resources-67-live-cockfighting-platform-safety__inline-link:hover {
  color: #1a7bb0;
}

/* Section backgrounds & text colors based on body background */
.page-resources-67-live-cockfighting-platform-safety__dark-bg {
  background-color: var(--bg-dark);
  color: var(--text-dark);
}

.page-resources-67-live-cockfighting-platform-safety__light-bg {
  background-color: var(--bg-light);
  color: var(--text-light);
}

.page-resources-67-live-cockfighting-platform-safety__intro-section,
.page-resources-67-live-cockfighting-platform-safety__fairness-section,
.page-resources-67-live-cockfighting-platform-safety__user-experience,
.page-resources-67-live-cockfighting-platform-safety__cta-final {
  padding: 80px 0;
}

.page-resources-67-live-cockfighting-platform-safety__security-features,
.page-resources-67-live-cockfighting-platform-safety__responsible-gaming,
.page-resources-67-live-cockfighting-platform-safety__faq-section {
  padding: 80px 0;
}

.page-resources-67-live-cockfighting-platform-safety__security-features .page-resources-67-live-cockfighting-platform-safety__section-title,
.page-resources-67-live-cockfighting-platform-safety__responsible-gaming .page-resources-67-live-cockfighting-platform-safety__section-title,
.page-resources-67-live-cockfighting-platform-safety__faq-section .page-resources-67-live-cockfighting-platform-safety__section-title {
  color: var(--secondary-color);
}

.page-resources-67-live-cockfighting-platform-safety__features-grid,
.page-resources-67-live-cockfighting-platform-safety__experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-67-live-cockfighting-platform-safety__feature-card,
.page-resources-67-live-cockfighting-platform-safety__experience-card {
  background-color: var(--card-bg-dark);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-dark);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-resources-67-live-cockfighting-platform-safety__light-bg .page-resources-67-live-cockfighting-platform-safety__feature-card,
.page-resources-67-live-cockfighting-platform-safety__light-bg .page-resources-67-live-cockfighting-platform-safety__experience-card {
  background-color: var(--card-bg-light);
  color: var(--text-light);
  border: 1px solid #e0e0e0;
}

.page-resources-67-live-cockfighting-platform-safety__feature-icon,
.page-resources-67-live-cockfighting-platform-safety__card-image {
  width: 100%;
  height: auto;
  max-width: 400px; /* Ensure images are not too wide */
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-67-live-cockfighting-platform-safety__feature-title,
.page-resources-67-live-cockfighting-platform-safety__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--primary-color);
}

.page-resources-67-live-cockfighting-platform-safety__feature-description,
.page-resources-67-live-cockfighting-platform-safety__card-description {
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-67-live-cockfighting-platform-safety__fairness-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-resources-67-live-cockfighting-platform-safety__fairness-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  border-radius: 12px;
  object-fit: cover;
}

.page-resources-67-live-cockfighting-platform-safety__fairness-text {
  flex: 1;
  min-width: 300px;
}

.page-resources-67-live-cockfighting-platform-safety__responsible-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-67-live-cockfighting-platform-safety__list-item {
  background-color: var(--card-bg-dark);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: var(--text-dark);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-resources-67-live-cockfighting-platform-safety__light-bg .page-resources-67-live-cockfighting-platform-safety__list-item {
  background-color: var(--card-bg-light);
  color: var(--text-light);
  border: 1px solid #e0e0e0;
}

.page-resources-67-live-cockfighting-platform-safety__list-title {
  font-size: 1.6em;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.page-resources-67-live-cockfighting-platform-safety__list-description {
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-67-live-cockfighting-platform-safety__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.page-resources-67-live-cockfighting-platform-safety__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-67-live-cockfighting-platform-safety__faq-item {
  background-color: var(--card-bg-dark);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-resources-67-live-cockfighting-platform-safety__faq-item.active {
  box-shadow: 0 0 0 3px var(--primary-color);
}

.page-resources-67-live-cockfighting-platform-safety__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  background-color: rgba(255, 255, 255, 0.05);
}

.page-resources-67-live-cockfighting-platform-safety__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-67-live-cockfighting-platform-safety__faq-title {
  margin: 0;
  color: var(--secondary-color);
}

.page-resources-67-live-cockfighting-platform-safety__faq-toggle {
  font-size: 1.8em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--primary-color);
}

.page-resources-67-live-cockfighting-platform-safety__faq-item.active .page-resources-67-live-cockfighting-platform-safety__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-67-live-cockfighting-platform-safety__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--text-dark);
}

.page-resources-67-live-cockfighting-platform-safety__faq-item.active .page-resources-67-live-cockfighting-platform-safety__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px 20px;
}

.page-resources-67-live-cockfighting-platform-safety__faq-answer p {
  margin: 0;
  padding: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-67-live-cockfighting-platform-safety__main-title {
    font-size: 2.8em;
  }

  .page-resources-67-live-cockfighting-platform-safety__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-67-live-cockfighting-platform-safety {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-67-live-cockfighting-platform-safety__hero-section {
    padding: 60px 15px 30px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure header offset on mobile */
  }

  .page-resources-67-live-cockfighting-platform-safety__main-title {
    font-size: 2em;
  }

  .page-resources-67-live-cockfighting-platform-safety__hero-description {
    font-size: 1em;
  }

  .page-resources-67-live-cockfighting-platform-safety__section-title {
    font-size: 1.8em;
  }

  .page-resources-67-live-cockfighting-platform-safety__sub-title {
    font-size: 1.5em;
  }

  .page-resources-67-live-cockfighting-platform-safety__intro-section,
  .page-resources-67-live-cockfighting-platform-safety__fairness-section,
  .page-resources-67-live-cockfighting-platform-safety__user-experience,
  .page-resources-67-live-cockfighting-platform-safety__cta-final,
  .page-resources-67-live-cockfighting-platform-safety__security-features,
  .page-resources-67-live-cockfighting-platform-safety__responsible-gaming,
  .page-resources-67-live-cockfighting-platform-safety__faq-section {
    padding: 50px 0;
  }

  .page-resources-67-live-cockfighting-platform-safety__container {
    padding: 0 15px;
  }

  .page-resources-67-live-cockfighting-platform-safety__btn-primary,
  .page-resources-67-live-cockfighting-platform-safety__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-67-live-cockfighting-platform-safety__cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .page-resources-67-live-cockfighting-platform-safety__features-grid,
  .page-resources-67-live-cockfighting-platform-safety__experience-grid,
  .page-resources-67-live-cockfighting-platform-safety__responsible-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-67-live-cockfighting-platform-safety__fairness-content {
    flex-direction: column;
  }

  .page-resources-67-live-cockfighting-platform-safety__fairness-image {
    max-width: 100%;
    margin-bottom: 20px;
  }

  /* Image responsiveness */
  .page-resources-67-live-cockfighting-platform-safety img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* All containing elements for images, videos, buttons */
  .page-resources-67-live-cockfighting-platform-safety__section,
  .page-resources-67-live-cockfighting-platform-safety__card,
  .page-resources-67-live-cockfighting-platform-safety__container,
  .page-resources-67-live-cockfighting-platform-safety__hero-image-wrapper,
  .page-resources-67-live-cockfighting-platform-safety__video-section,
  .page-resources-67-live-cockfighting-platform-safety__video-container,
  .page-resources-67-live-cockfighting-platform-safety__video-wrapper,
  .page-resources-67-live-cockfighting-platform-safety__cta-buttons,
  .page-resources-67-live-cockfighting-platform-safety__button-group,
  .page-resources-67-live-cockfighting-platform-safety__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  /* Video responsiveness */
  .page-resources-67-live-cockfighting-platform-safety video,
  .page-resources-67-live-cockfighting-platform-safety__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-67-live-cockfighting-platform-safety__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}