/* style/cockfighting-platforms-platform-a-review.css */

.page-cockfighting-platforms-platform-a-review {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-cockfighting-platforms-platform-a-review .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-cockfighting-platforms-platform-a-review .hero-section {
    background: linear-gradient(135deg, #FFD700, #8B0000);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-cockfighting-platforms-platform-a-review .hero-section h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting-platforms-platform-a-review .hero-section .subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-cockfighting-platforms-platform-a-review .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-cockfighting-platforms-platform-a-review .btn-primary {
    background-color: #FFD700;
    color: #8B0000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-platforms-platform-a-review .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-cockfighting-platforms-platform-a-review .btn-secondary {
    background-color: #8B0000;
    color: #fff;
    border: 2px solid #FFD700;
}

.page-cockfighting-platforms-platform-a-review .btn-secondary:hover {
    background-color: #6a0000;
    transform: translateY(-2px);
}

.page-cockfighting-platforms-platform-a-review .hero-btn {
    font-size: 1.2em;
    padding: 15px 35px;
}

/* General Section Styling */
.page-cockfighting-platforms-platform-a-review section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-cockfighting-platforms-platform-a-review section:nth-of-type(even) {
    background-color: #f0f0f0;
}

.page-cockfighting-platforms-platform-a-review h2 {
    font-size: 2.5em;
    color: #8B0000;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-cockfighting-platforms-platform-a-review h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 2px;
}

.page-cockfighting-platforms-platform-a-review h3 {
    font-size: 1.8em;
    color: #8B0000;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-cockfighting-platforms-platform-a-review p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
}

.page-cockfighting-platforms-platform-a-review .img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Overview Section */
.page-cockfighting-platforms-platform-a-review .overview-image {
    border: 3px solid #FFD700;
}

/* Features Section */
.page-cockfighting-platforms-platform-a-review .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-cockfighting-platforms-platform-a-review .feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cockfighting-platforms-platform-a-review .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-cockfighting-platforms-platform-a-review .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
}

.page-cockfighting-platforms-platform-a-review .feature-item h3 {
    color: #8B0000;
    font-size: 1.5em;
    margin-top: 0;
}

.page-cockfighting-platforms-platform-a-review .feature-btn {
    margin-top: 50px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Registration Guide Section */
.page-cockfighting-platforms-platform-a-review .registration-guide-section ol {
    list-style: none;
    padding: 0;
}

.page-cockfighting-platforms-platform-a-review .registration-guide-section ol li {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    border-left: 5px solid #FFD700;
}

.page-cockfighting-platforms-platform-a-review .registration-guide-section ol li h3 {
    color: #8B0000;
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-cockfighting-platforms-platform-a-review .registration-guide-section .img-guide {
    max-width: 80%;
    margin: 20px auto;
    border: 1px solid #eee;
    border-radius: 5px;
}

.page-cockfighting-platforms-platform-a-review .guide-btn {
    background-color: #8B0000;
    color: #fff;
    padding: 8px 20px;
    font-size: 0.95em;
    margin-top: 15px;
}

.page-cockfighting-platforms-platform-a-review .guide-btn:hover {
    background-color: #6a0000;
}

/* App Download Section */
.page-cockfighting-platforms-platform-a-review .app-download-section {
    text-align: center;
    background-color: #f0f0f0;
}

.page-cockfighting-platforms-platform-a-review .download-options {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-cockfighting-platforms-platform-a-review .btn-download {
    background-color: #8B0000;
    color: #fff;
    padding: 15px 30px;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #FFD700;
}

.page-cockfighting-platforms-platform-a-review .btn-download:hover {
    background-color: #6a0000;
    border-color: #e6c200;
}

.page-cockfighting-platforms-platform-a-review .download-icon {
    width: 30px;
    height: 30px;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(240deg) brightness(100%) contrast(100%); /* Make icons white */
}

.page-cockfighting-platforms-platform-a-review .app-mockup {
    max-width: 600px;
    margin-top: 50px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Tips Section */
.page-cockfighting-platforms-platform-a-review .tips-section ul {
    list-style: none;
    padding: 0;
}

.page-cockfighting-platforms-platform-a-review .tips-section ul li {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    border-right: 5px solid #FFD700;
}

.page-cockfighting-platforms-platform-a-review .tips-section ul li h3 {
    color: #8B0000;
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-cockfighting-platforms-platform-a-review .tip-image {
    max-width: 70%;
    margin: 20px auto;
    border: 1px solid #eee;
    border-radius: 5px;
}

.page-cockfighting-platforms-platform-a-review .tips-btn {
    margin-top: 50px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ Section */
.page-cockfighting-platforms-platform-a-review .faq-item {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #8B0000;
}

.page-cockfighting-platforms-platform-a-review .faq-item h3 {
    color: #8B0000;
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-cockfighting-platforms-platform-a-review .faq-item p {
    font-size: 1em;
    color: #555;
    margin-bottom: 0;
}

/* CTA Section */
.page-cockfighting-platforms-platform-a-review .cta-section {
    background: linear-gradient(135deg, #8B0000, #FFD700);
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.page-cockfighting-platforms-platform-a-review .cta-section h2 {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-platforms-platform-a-review .cta-section p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.page-cockfighting-platforms-platform-a-review .btn-huge {
    padding: 18px 45px;
    font-size: 1.5em;
    background-color: #FFD700;
    color: #8B0000;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-platforms-platform-a-review .btn-huge:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-cockfighting-platforms-platform-a-review .hero-section h1 {
        font-size: 2.5em;
    }

    .page-cockfighting-platforms-platform-a-review h2 {
        font-size: 2em;
    }

    .page-cockfighting-platforms-platform-a-review h3 {
        font-size: 1.4em;
    }

    .page-cockfighting-platforms-platform-a-review .feature-grid {
        grid-template-columns: 1fr;
    }

    .page-cockfighting-platforms-platform-a-review .download-options {
        flex-direction: column;
        align-items: center;
    }

    .page-cockfighting-platforms-platform-a-review .btn-download {
        width: 80%;
        justify-content: center;
    }

    .page-cockfighting-platforms-platform-a-review .img-guide, .page-cockfighting-platforms-platform-a-review .tip-image {
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .page-cockfighting-platforms-platform-a-review .hero-section h1 {
        font-size: 2em;
    }

    .page-cockfighting-platforms-platform-a-review .hero-section .subtitle {
        font-size: 1em;
    }

    .page-cockfighting-platforms-platform-a-review .btn-huge {
        font-size: 1.2em;
        padding: 15px 30px;
    }

    .page-cockfighting-platforms-platform-a-review h2 {
        font-size: 1.8em;
    }
}