.page-cockfighting {
    font-family: 'Arial', sans-serif;
    color: #1F2D3D; /* Text Main */
    background-color: #F4F7FB; /* Background */
    line-height: 1.6;
    font-size: 16px;
}

/* Hero Section */
.page-cockfighting__hero-section {
    position: relative;
    width: 100%;
    padding-top: 10px; /* Small top padding, assuming body handles --header-offset */
    background-color: #F4F7FB;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.page-cockfighting__hero-image {
    width: 100%;
    max-width: 1920px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.page-cockfighting__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.page-cockfighting__hero-content {
    max-width: 900px;
    padding: 0 20px 40px;
    box-sizing: border-box;
}

.page-cockfighting__main-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem); /* Responsive font size */
    font-weight: 700;
    color: #1F2D3D;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-cockfighting__hero-description {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: #1F2D3D;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-cockfighting__hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on small screens */
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* General Section Styling */
.page-cockfighting__section {
    padding: 60px 20px;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.page-cockfighting__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-cockfighting__section-title {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: #2F6BFF; /* Main color */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-cockfighting__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4A8BFF 0%, #2F6BFF 100%);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-cockfighting__sub-title {
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    font-weight: 600;
    color: #1F2D3D;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-cockfighting__text-block {
    font-size: 1rem;
    line-height: 1.8;
    color: #1F2D3D;
}

.page-cockfighting__text-block p {
    margin-bottom: 15px;
}

.page-cockfighting__text-block strong {
    color: #2F6BFF;
}

.page-cockfighting__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #1F2D3D;
}

.page-cockfighting__list li {
    margin-bottom: 8px;
}

/* Image with Text Block */
.page-cockfighting__image-text-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.page-cockfighting__image-text-block--reverse {
    flex-direction: row-reverse;
}

.page-cockfighting__image-wrapper {
    flex: 1;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.page-cockfighting__image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-width: 200px; /* Minimum size for content images */
    min-height: 200px;
}

.page-cockfighting__image-text-block .page-cockfighting__text-block {
    flex: 1;
    min-width: 300px;
}

/* Advantages Section */
.page-cockfighting__dark-section {
    background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
    color: #ffffff;
}

.page-cockfighting__dark-section .page-cockfighting__section-title,
.page-cockfighting__dark-section .page-cockfighting__section-title::after {
    color: #ffffff;
    background: #ffffff; /* for the after pseudo-element */
}
.page-cockfighting__dark-section .page-cockfighting__section-title::after {
    background: #ffffff; /* Ensure white line on dark background */
}

.page-cockfighting__dark-section .page-cockfighting__sub-title,
.page-cockfighting__dark-section .page-cockfighting__text-block,
.page-cockfighting__dark-section .page-cockfighting__list li,
.page-cockfighting__dark-section .page-cockfighting strong {
    color: #ffffff;
}

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

.page-cockfighting__card {
    background-color: #FFFFFF; /* Card B G */
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #D6E2FF; /* Border */
}

.page-cockfighting__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.page-cockfighting__card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-cockfighting__card-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2F6BFF; /* Main color */
    margin-bottom: 15px;
}

.page-cockfighting__card p {
    font-size: 0.95rem;
    color: #1F2D3D; /* Text Main */
    line-height: 1.7;
}
.page-cockfighting__dark-section .page-cockfighting__card p {
    color: #1F2D3D; /* Card content text remains dark on white card */
}

/* Guide Section */
.page-cockfighting__guide-list {
    list-style: none;
    counter-reset: guide-counter;
    padding: 0;
    margin: 0 0 40px 0;
}

.page-cockfighting__guide-list li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}

.page-cockfighting__guide-list li::before {
    counter-increment: guide-counter;
    content: counter(guide-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.page-cockfighting__guide-list li .page-cockfighting__sub-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.page-cockfighting__advice-block {
    background-color: #ffffff;
    border-left: 5px solid #6FA3FF; /* Auxiliary color */
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-top: 40px;
}

.page-cockfighting__advice-block .page-cockfighting__sub-title {
    color: #2F6BFF;
    margin-top: 0;
}

.page-cockfighting__advice-block .page-cockfighting__list {
    margin-left: 20px;
}

/* FAQ Section */
details.page-cockfighting__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF; /* Border color */
  overflow: hidden;
  background: #FFFFFF; /* Card B G */
  color: #1F2D3D; /* Text Main */
}
details.page-cockfighting__faq-item summary.page-cockfighting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-cockfighting__faq-item summary.page-cockfighting__faq-question::-webkit-details-marker {
  display: none;
}
details.page-cockfighting__faq-item summary.page-cockfighting__faq-question:hover {
  background: #F4F7FB; /* Lighter background on hover */
}
.page-cockfighting__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D; /* Text Main */
}