.page-resources-how-to-choose-a-cockfighting-platform {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-resources-how-to-choose-a-cockfighting-platform__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-how-to-choose-a-cockfighting-platform__hero {
    background-color: #0A2342;
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-resources-how-to-choose-a-cockfighting-platform__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
}

.page-resources-how-to-choose-a-cockfighting-platform__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-resources-how-to-choose-a-cockfighting-platform__hero .page-resources-how-to-choose-a-cockfighting-platform__container {
    position: relative;
    z-index: 1;
}

.page-resources-how-to-choose-a-cockfighting-platform__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}

.page-resources-how-to-choose-a-cockfighting-platform__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0;
}

.page-resources-how-to-choose-a-cockfighting-platform__section {
    padding: 60px 0;
}

.page-resources-how-to-choose-a-cockfighting-platform__section--alt-bg {
    background-color: #f8f8f8;
}

.page-resources-how-to-choose-a-cockfighting-platform__section-title {
    font-size: 2.5em;
    color: #0A2342;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

.page-resources-how-to-choose-a-cockfighting-platform__sub-section-title {
    font-size: 2em;
    color: #0A2342;
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: bold;
}

.page-resources-how-to-choose-a-cockfighting-platform__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333;
}

.page-resources-how-to-choose-a-cockfighting-platform__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.page-resources-how-to-choose-a-cockfighting-platform__btn--primary {
    background-color: #FFD700;
    color: #0A2342;
    border-color: #FFD700;
}

.page-resources-how-to-choose-a-cockfighting-platform__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-resources-how-to-choose-a-cockfighting-platform__btn--secondary {
    background-color: transparent;
    color: #0A2342;
    border-color: #0A2342;
    margin-left: 15px;
}

.page-resources-how-to-choose-a-cockfighting-platform__btn--secondary:hover {
    background-color: #0A2342;
    color: #FFD700;
}

.page-resources-how-to-choose-a-cockfighting-platform__btn--download {
    background-color: #0A2342;
    color: #FFD700;
    border-color: #0A2342;
}

.page-resources-how-to-choose-a-cockfighting-platform__btn--download:hover {
    background-color: #1a3c66;
    border-color: #1a3c66;
}

.page-resources-how-to-choose-a-cockfighting-platform__btn--cta {
    background-color: #FFD700;
    color: #0A2342;
    border-color: #FFD700;
    font-size: 1.2em;
    padding: 18px 35px;
    margin-top: 30px;
}

.page-resources-how-to-choose-a-cockfighting-platform__btn--cta:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-resources-how-to-choose-a-cockfighting-platform__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-how-to-choose-a-cockfighting-platform__grid-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-resources-how-to-choose-a-cockfighting-platform__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-resources-how-to-choose-a-cockfighting-platform__item-title {
    font-size: 1.5em;
    color: #0A2342;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-how-to-choose-a-cockfighting-platform__item-description {
    font-size: 1em;
    color: #555;
    text-align: left;
}

.page-resources-how-to-choose-a-cockfighting-platform__image--inline {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-a-cockfighting-platform__list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-resources-how-to-choose-a-cockfighting-platform__list li {
    background-color: #eef4f8;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-left: 5px solid #0A2342;
    border-radius: 5px;
    font-size: 1.1em;
    color: #333;
}

.page-resources-how-to-choose-a-cockfighting-platform__list li strong {
    color: #0A2342;
}

.page-resources-how-to-choose-a-cockfighting-platform__list--two-cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

@media (min-width: 768px) {
    .page-resources-how-to-choose-a-cockfighting-platform__list--two-cols {
        grid-template-columns: repeat(2, 1fr);
    }
}

.page-resources-how-to-choose-a-cockfighting-platform__image--full-width {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-a-cockfighting-platform__numbered-list {
    list-style-type: decimal;
    padding-left: 25px;
    margin-bottom: 30px;
    font-size: 1.1em;
    color: #333;
}

.page-resources-how-to-choose-a-cockfighting-platform__numbered-list li {
    margin-bottom: 10px;
}

.page-resources-how-to-choose-a-cockfighting-platform__button-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-resources-how-to-choose-a-cockfighting-platform__app-download {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    background-color: #eef4f8;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    justify-content: center;
}

.page-resources-how-to-choose-a-cockfighting-platform__app-qr-code {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border: 5px solid #FFFFFF;
    border-radius: 5px;
}

.page-resources-how-to-choose-a-cockfighting-platform__app-info {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.page-resources-how-to-choose-a-cockfighting-platform__app-info p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333;
}

.page-resources-how-to-choose-a-cockfighting-platform__faq-accordion {
    margin-top: 30px;
}

.page-resources-how-to-choose-a-cockfighting-platform__faq-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.page-resources-how-to-choose-a-cockfighting-platform__faq-question {
    width: 100%;
    background-color: #0A2342;
    color: #FFD700;
    padding: 18px 25px;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-resources-how-to-choose-a-cockfighting-platform__faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-resources-how-to-choose-a-cockfighting-platform__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-how-to-choose-a-cockfighting-platform__faq-answer {
    background-color: #FFFFFF;
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-resources-how-to-choose-a-cockfighting-platform__faq-answer p {
    padding: 15px 0;
    color: #555;
    font-size: 1.05em;
}

.page-resources-how-to-choose-a-cockfighting-platform__cta-section {
    background-color: #0A2342;
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-how-to-choose-a-cockfighting-platform__cta-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
}

.page-resources-how-to-choose-a-cockfighting-platform__cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-resources-how-to-choose-a-cockfighting-platform__cta-section .page-resources-how-to-choose-a-cockfighting-platform__container {
    position: relative;
    z-index: 1;
}

.page-resources-how-to-choose-a-cockfighting-platform__cta-title {
    font-size: 2.8em;
    margin-bottom: 25px;
    font-weight: bold;
    color: #FFFFFF;
}

.page-resources-how-to-choose-a-cockfighting-platform__cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0;
}

.page-resources-how-to-choose-a-cockfighting-platform .highlight {
    color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-how-to-choose-a-cockfighting-platform__title {
        font-size: 2.8em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__section-title {
        font-size: 2em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__cta-title {
        font-size: 2.4em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-choose-a-cockfighting-platform__hero,
    .page-resources-how-to-choose-a-cockfighting-platform__cta-section {
        padding: 60px 0;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__title {
        font-size: 2.2em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__subtitle {
        font-size: 1.1em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__section-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__sub-section-title {
        font-size: 1.6em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__paragraph,
    .page-resources-how-to-choose-a-cockfighting-platform__item-description,
    .page-resources-how-to-choose-a-cockfighting-platform__list li,
    .page-resources-how-to-choose-a-cockfighting-platform__app-info p,
    .page-resources-how-to-choose-a-cockfighting-platform__faq-question,
    .page-resources-how-to-choose-a-cockfighting-platform__faq-answer p,
    .page-resources-how-to-choose-a-cockfighting-platform__cta-description {
        font-size: 1em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__btn--cta {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__button-group {
        flex-direction: column;
        gap: 10px;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__btn--secondary {
        margin-left: 0;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__app-download {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__app-info {
        min-width: unset;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-choose-a-cockfighting-platform__title {
        font-size: 1.8em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__section-title {
        font-size: 1.5em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__cta-title {
        font-size: 2em;
    }
    .page-resources-how-to-choose-a-cockfighting-platform__grid {
        grid-template-columns: 1fr;
    }
}