.page-resources-thomo-cockfighting-download-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: var(--secondary-color); /* Matches body background */
}

.page-resources-thomo-cockfighting-download-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-thomo-cockfighting-download-guide__section {
  padding: 60px 0;
}

.page-resources-thomo-cockfighting-download-guide__section-title {
  font-size: 32px;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-resources-thomo-cockfighting-download-guide__subtitle {
  font-size: 24px;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-resources-thomo-cockfighting-download-guide__paragraph {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}

.page-resources-thomo-cockfighting-download-guide__paragraph a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-thomo-cockfighting-download-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  font-size: 16px;
}

.page-resources-thomo-cockfighting-download-guide__list li {
  margin-bottom: 8px;
}

.page-resources-thomo-cockfighting-download-guide__list--troubleshooting {
  list-style-type: "⚠️ ";
  padding-left: 0;
  margin-left: 0;
}

.page-resources-thomo-cockfighting-download-guide__list--troubleshooting li {
  padding-left: 10px;
}

/* HERO Section */
.page-resources-thomo-cockfighting-download-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background: linear-gradient(135deg, #26A9E0 0%, #FFFFFF 100%);
  color: #ffffff;
}

.page-resources-thomo-cockfighting-download-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-thomo-cockfighting-download-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-thomo-cockfighting-download-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-thomo-cockfighting-download-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-thomo-cockfighting-download-guide__main-title {
  font-size: 44px;
  margin-bottom: 20px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-thomo-cockfighting-download-guide__intro-text {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-thomo-cockfighting-download-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #EA7C07; /* Login color for CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-thomo-cockfighting-download-guide__cta-button:hover {
  background: darken(#EA7C07, 10%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-thomo-cockfighting-download-guide__cta-button--small {
  padding: 12px 25px;
  font-size: 16px;
  margin-top: 20px;
}

.page-resources-thomo-cockfighting-download-guide__cta-button--large {
  padding: 18px 50px;
  font-size: 20px;
  margin-top: 40px;
}

.page-resources-thomo-cockfighting-download-guide__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Image gallery */
.page-resources-thomo-cockfighting-download-guide__image-gallery {
  margin-top: 40px;
  text-align: center;
}

.page-resources-thomo-cockfighting-download-guide__image-gallery img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Card Grid */
.page-resources-thomo-cockfighting-download-guide__step-card-grid,
.page-resources-thomo-cockfighting-download-guide__feature-grid,
.page-resources-thomo-cockfighting-download-guide__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-thomo-cockfighting-download-guide__card {
  background: #ffffff; /* Light background for card */
  color: #333333; /* Dark text for light background */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-thomo-cockfighting-download-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-thomo-cockfighting-download-guide__card-title {
  font-size: 20px;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-resources-thomo-cockfighting-download-guide__card img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-resources-thomo-cockfighting-download-guide__feature-item {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-resources-thomo-cockfighting-download-guide__feature-item img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}

.page-resources-thomo-cockfighting-download-guide__feature-title {
  font-size: 20px;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: 700;
}

.page-resources-thomo-cockfighting-download-guide__feature-description {
  font-size: 15px;
  color: #555555;
}

/* Security Overview */
.page-resources-thomo-cockfighting-download-guide__security-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-thomo-cockfighting-download-guide__security-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-thomo-cockfighting-download-guide__security-item .page-resources-thomo-cockfighting-download-guide__subtitle {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #26A9E0;
}

/* Dark/Light Backgrounds */
.page-resources-thomo-cockfighting-download-guide__dark-bg {
  background-color: #26A9E0;
  color: #ffffff; /* White text on primary brand color */
}

.page-resources-thomo-cockfighting-download-guide__dark-bg .page-resources-thomo-cockfighting-download-guide__section-title,
.page-resources-thomo-cockfighting-download-guide__dark-bg .page-resources-thomo-cockfighting-download-guide__subtitle {
  color: #ffffff;
}

.page-resources-thomo-cockfighting-download-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* FAQ Section */
.page-resources-thomo-cockfighting-download-guide__section--faq {
  padding-bottom: 80px;
}

.page-resources-thomo-cockfighting-download-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-resources-thomo-cockfighting-download-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-resources-thomo-cockfighting-download-guide__faq-item.active .page-resources-thomo-cockfighting-download-guide__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #333333; /* Ensure dark text on light answer background */
}

.page-resources-thomo-cockfighting-download-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #333333; /* Dark text on light question background */
}

.page-resources-thomo-cockfighting-download-guide__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-thomo-cockfighting-download-guide__faq-question:active {
  background: #eeeeee;
}

.page-resources-thomo-cockfighting-download-guide__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #26A9E0; /* Brand color for question title */
}

.page-resources-thomo-cockfighting-download-guide__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-thomo-cockfighting-download-guide__faq-item.active .page-resources-thomo-cockfighting-download-guide__faq-toggle {
  color: #333;
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-thomo-cockfighting-download-guide__main-title {
    font-size: 38px;
  }
  .page-resources-thomo-cockfighting-download-guide__section-title {
    font-size: 28px;
  }
  .page-resources-thomo-cockfighting-download-guide__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .page-resources-thomo-cockfighting-download-guide__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-resources-thomo-cockfighting-download-guide__hero-image img {
    border-radius: 4px;
  }
  
  .page-resources-thomo-cockfighting-download-guide__main-title {
    font-size: 32px;
  }
  
  .page-resources-thomo-cockfighting-download-guide__intro-text {
    font-size: 16px;
  }

  .page-resources-thomo-cockfighting-download-guide__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-thomo-cockfighting-download-guide__cta-button--large {
    padding: 15px 35px;
    font-size: 18px;
  }

  .page-resources-thomo-cockfighting-download-guide__section {
    padding: 40px 0;
  }

  .page-resources-thomo-cockfighting-download-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-thomo-cockfighting-download-guide__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .page-resources-thomo-cockfighting-download-guide__subtitle {
    font-size: 20px;
  }

  .page-resources-thomo-cockfighting-download-guide__paragraph {
    font-size: 15px;
  }

  .page-resources-thomo-cockfighting-download-guide__step-card-grid,
  .page-resources-thomo-cockfighting-download-guide__feature-grid,
  .page-resources-thomo-cockfighting-download-guide__promotion-grid,
  .page-resources-thomo-cockfighting-download-guide__security-overview {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-thomo-cockfighting-download-guide__card,
  .page-resources-thomo-cockfighting-download-guide__feature-item,
  .page-resources-thomo-cockfighting-download-guide__security-item {
    padding: 20px;
  }

  .page-resources-thomo-cockfighting-download-guide__card-title,
  .page-resources-thomo-cockfighting-download-guide__feature-title {
    font-size: 18px;
  }

  .page-resources-thomo-cockfighting-download-guide__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-resources-thomo-cockfighting-download-guide__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-resources-thomo-cockfighting-download-guide__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  
  .page-resources-thomo-cockfighting-download-guide__faq-answer {
    padding: 0 15px;
  }
  
  .page-resources-thomo-cockfighting-download-guide__faq-item.active .page-resources-thomo-cockfighting-download-guide__faq-answer {
    padding: 15px !important;
  }

  .page-resources-thomo-cockfighting-download-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-thomo-cockfighting-download-guide__section,
  .page-resources-thomo-cockfighting-download-guide__card,
  .page-resources-thomo-cockfighting-download-guide__container,
  .page-resources-thomo-cockfighting-download-guide__cta-buttons,
  .page-resources-thomo-cockfighting-download-guide__button-group,
  .page-resources-thomo-cockfighting-download-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-thomo-cockfighting-download-guide__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}