/* style/resources-choosing-best-cockfighting-platform.css */

.page-resources-choosing-best-cockfighting-platform {
    font-family: 'Arial', sans-serif;
    color: #e5dfd3; /* Lighter text for dark background */
    background-color: #1A202C;
    line-height: 1.6;
}

.page-resources-choosing-best-cockfighting-platform__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-choosing-best-cockfighting-platform__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #1A202C 0%, #3a4a6b 100%); /* Dark gradient for depth */
    position: relative;
    overflow: hidden;
}

.page-resources-choosing-best-cockfighting-platform__hero-content {
    z-index: 1;
    max-width: 900px;
}

.page-resources-choosing-best-cockfighting-platform__hero-title {
    font-size: 3.5em;
    color: #FFD700; /* Gold for prominence */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    font-weight: bold;
}

.page-resources-choosing-best-cockfighting-platform__hero-subtitle {
    font-size: 1.5em;
    color: #e5dfd3; /* Lighter text for readability */
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-choosing-best-cockfighting-platform__hero-button,
.page-resources-choosing-best-cockfighting-platform__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #1A202C; /* Dark text on gold */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-choosing-best-cockfighting-platform__hero-button:hover,
.page-resources-choosing-best-cockfighting-platform__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-resources-choosing-best-cockfighting-platform__hero-image-wrapper {
    margin-top: 40px;
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-choosing-best-cockfighting-platform__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-resources-choosing-best-cockfighting-platform__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for titles */
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
}

.page-resources-choosing-best-cockfighting-platform__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-choosing-best-cockfighting-platform__intro p,
.page-resources-choosing-best-cockfighting-platform__criteria p,
.page-resources-choosing-best-cockfighting-platform__why-gacam67 p,
.page-resources-choosing-best-cockfighting-platform__app-download p,
.page-resources-choosing-best-cockfighting-platform__conclusion p,
.page-resources-choosing-best-cockfighting-platform__faq-answer {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #e5dfd3;
}

.page-resources-choosing-best-cockfighting-platform__intro,
.page-resources-choosing-best-cockfighting-platform__criteria,
.page-resources-choosing-best-cockfighting-platform__why-gacam67,
.page-resources-choosing-best-cockfighting-platform__app-download,
.page-resources-choosing-best-cockfighting-platform__conclusion,
.page-resources-choosing-best-cockfighting-platform__faq {
    padding: 60px 0;
}

.page-resources-choosing-best-cockfighting-platform__criteria-item {
    background-color: #2a3447; /* Slightly lighter dark background */
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #FFD700;
}

.page-resources-choosing-best-cockfighting-platform__criteria-title {
    font-size: 1.8em;
    color: #FFD700; /* Gold for sub-titles */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-choosing-best-cockfighting-platform__criteria-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-choosing-best-cockfighting-platform__why-gacam67 ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-resources-choosing-best-cockfighting-platform__why-gacam67 ul li {
    background-color: #2a3447;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #e5dfd3;
}

.page-resources-choosing-best-cockfighting-platform__why-gacam67 ul li::before {
    content: '✅';
    margin-right: 15px;
    font-size: 1.2em;
}

.page-resources-choosing-best-cockfighting-platform__cta-button--primary {
    background-color: #FFD700;
    color: #1A202C;
    margin-top: 30px;
    padding: 18px 35px;
    font-size: 1.2em;
    border-radius: 10px;
}

.page-resources-choosing-best-cockfighting-platform__cta-button--primary:hover {
    background-color: #e6c200;
}

.page-resources-choosing-best-cockfighting-platform__brand-logo {
    display: block;
    max-width: 250px;
    height: auto;
    margin: 40px auto 0;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
}

.page-resources-choosing-best-cockfighting-platform__app-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-resources-choosing-best-cockfighting-platform__app-button {
    display: inline-flex;
    align-items: center;
    background-color: #FFD700;
    color: #1A202C;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
}

.page-resources-choosing-best-cockfighting-platform__app-button--ios::before {
    content: ''; /* Apple icon */
    font-size: 1.5em;
    margin-right: 10px;
}

.page-resources-choosing-best-cockfighting-platform__app-button--android::before {
    content: '▶'; /* Android icon - simple triangle */
    font-size: 1.5em;
    margin-right: 10px;
}

.page-resources-choosing-best-cockfighting-platform__app-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-choosing-best-cockfighting-platform__app-image {
    display: block;
    max-width: 400px;
    margin: 40px auto 0;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-choosing-best-cockfighting-platform__cta-button--final {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    padding: 20px 40px;
    font-size: 1.3em;
    background-color: #FFD700;
    color: #1A202C;
    border-radius: 12px;
}

.page-resources-choosing-best-cockfighting-platform__cta-button--final:hover {
    background-color: #e6c200;
}

.page-resources-choosing-best-cockfighting-platform__faq-item {
    background-color: #2a3447;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 4px solid #FFD700;
}

.page-resources-choosing-best-cockfighting-platform__faq-question {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-resources-choosing-best-cockfighting-platform__faq-answer {
    font-size: 1.1em;
    color: #e5dfd3;
}

.page-resources-choosing-best-cockfighting-platform__inline-link {
    color: #FFD700;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-resources-choosing-best-cockfighting-platform__inline-link:hover {
    color: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-choosing-best-cockfighting-platform__hero-title {
        font-size: 2.8em;
    }
    .page-resources-choosing-best-cockfighting-platform__hero-subtitle {
        font-size: 1.3em;
    }
    .page-resources-choosing-best-cockfighting-platform__section-title {
        font-size: 2em;
    }
    .page-resources-choosing-best-cockfighting-platform__criteria-title {
        font-size: 1.5em;
    }
    .page-resources-choosing-best-cockfighting-platform__hero-image-wrapper {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .page-resources-choosing-best-cockfighting-platform__hero {
        padding: 60px 15px;
    }
    .page-resources-choosing-best-cockfighting-platform__hero-title {
        font-size: 2.2em;
    }
    .page-resources-choosing-best-cockfighting-platform__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-choosing-best-cockfighting-platform__section-title {
        font-size: 1.8em;
    }
    .page-resources-choosing-best-cockfighting-platform__criteria-item {
        padding: 20px;
    }
    .page-resources-choosing-best-cockfighting-platform__why-gacam67 ul li {
        font-size: 1em;
        padding: 12px 15px;
    }
    .page-resources-choosing-best-cockfighting-platform__app-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-resources-choosing-best-cockfighting-platform__app-button {
        width: 80%;
        max-width: 300px;
        justify-content: center;
    }
    .page-resources-choosing-best-cockfighting-platform__app-image {
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-resources-choosing-best-cockfighting-platform__hero-title {
        font-size: 1.8em;
    }
    .page-resources-choosing-best-cockfighting-platform__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-choosing-best-cockfighting-platform__hero-button,
    .page-resources-choosing-best-cockfighting-platform__cta-button,
    .page-resources-choosing-best-cockfighting-platform__app-button {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-resources-choosing-best-cockfighting-platform__section-title {
        font-size: 1.5em;
    }
    .page-resources-choosing-best-cockfighting-platform__criteria-title {
        font-size: 1.3em;
    }
    .page-resources-choosing-best-cockfighting-platform__faq-question {
        font-size: 1.2em;
    }
}