/* style/cockfighting-platforms-platform-b-review.css */
.page-cockfighting-platforms-platform-b-review {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-cockfighting-platforms-platform-b-review .highlight {
    color: #8B0000; /* Dark Red for emphasis */
    font-weight: bold;
}

.page-cockfighting-platforms-platform-b-review__hero {
    background: linear-gradient(135deg, #FFD700, #8B0000);
    color: #FFFFFF;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.page-cockfighting-platforms-platform-b-review__hero-content {
    max-width: 900px;
    z-index: 1;
}

.page-cockfighting-platforms-platform-b-review__hero-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting-platforms-platform-b-review__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #FFF;
}

.page-cockfighting-platforms-platform-b-review__hero-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #8B0000; /* Dark Red text */
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid #FFD700;
}

.page-cockfighting-platforms-platform-b-review__hero-button:hover {
    background-color: #8B0000; /* Dark Red on hover */
    color: #FFD700; /* Gold text on hover */
    border-color: #FFD700;
}

.page-cockfighting-platforms-platform-b-review__hero-image-wrapper {
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
    z-index: 0;
}

.page-cockfighting-platforms-platform-b-review__hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-platforms-platform-b-review__section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-cockfighting-platforms-platform-b-review__section-title {
    font-size: 2.2em;
    color: #8B0000; /* Dark Red */
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.page-cockfighting-platforms-platform-b-review__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold underline */
    border-radius: 2px;
}

.page-cockfighting-platforms-platform-b-review__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

.page-cockfighting-platforms-platform-b-review__features-grid,
.page-cockfighting-platforms-platform-b-review__bonuses-grid,
.page-cockfighting-platforms-platform-b-review__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-cockfighting-platforms-platform-b-review__feature-item,
.page-cockfighting-platforms-platform-b-review__bonus-item,
.page-cockfighting-platforms-platform-b-review__strategy-item {
    background-color: #FFF8E1; /* Light Gold background for items */
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #FFD700;
}

.page-cockfighting-platforms-platform-b-review__feature-item:hover,
.page-cockfighting-platforms-platform-b-review__bonus-item:hover,
.page-cockfighting-platforms-platform-b-review__strategy-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-cockfighting-platforms-platform-b-review__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
}

.page-cockfighting-platforms-platform-b-review__feature-title,
.page-cockfighting-platforms-platform-b-review__bonus-title,
.page-cockfighting-platforms-platform-b-review__strategy-title {
    font-size: 1.5em;
    color: #8B0000; /* Dark Red */
    margin-bottom: 10px;
}

.page-cockfighting-platforms-platform-b-review__feature-description,
.page-cockfighting-platforms-platform-b-review__bonus-description,
.page-cockfighting-platforms-platform-b-review__strategy-description {
    font-size: 1em;
    color: #555;
}

.page-cockfighting-platforms-platform-b-review__bonuses-note {
    text-align: center;
    font-style: italic;
    margin-top: 30px;
    color: #666;
}

.page-cockfighting-platforms-platform-b-review__bonus-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.page-cockfighting-platforms-platform-b-review__bonus-button {
    display: inline-block;
    background-color: #8B0000; /* Dark Red button */
    color: #FFD700; /* Gold text */
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid #8B0000;
}

.page-cockfighting-platforms-platform-b-review__bonus-button:hover {
    background-color: #FFD700; /* Gold on hover */
    color: #8B0000; /* Dark Red text on hover */
    border-color: #8B0000;
}

.page-cockfighting-platforms-platform-b-review__app-download {
    background-color: #FFF8E1;
}

.page-cockfighting-platforms-platform-b-review__app-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.page-cockfighting-platforms-platform-b-review__app-text {
    text-align: center;
    max-width: 700px;
}

.page-cockfighting-platforms-platform-b-review__app-benefits {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    font-size: 1.1em;
    color: #444;
}

.page-cockfighting-platforms-platform-b-review__app-benefits li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.page-cockfighting-platforms-platform-b-review__app-benefits li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #8B0000;
}

.page-cockfighting-platforms-platform-b-review__app-button {
    display: inline-block;
    background-color: #8B0000; /* Dark Red button */
    color: #FFD700; /* Gold text */
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid #8B0000;
}

.page-cockfighting-platforms-platform-b-review__app-button:hover {
    background-color: #FFD700; /* Gold on hover */
    color: #8B0000; /* Dark Red text on hover */
    border-color: #8B0000;
}

.page-cockfighting-platforms-platform-b-review__app-image-wrapper {
    width: 100%;
    max-width: 350px;
}

.page-cockfighting-platforms-platform-b-review__app-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-platforms-platform-b-review__strategy-item {
    text-align: left;
    border-left: 5px solid #FFD700; /* Gold border */
    border-top: none;
}

.page-cockfighting-platforms-platform-b-review__strategy-item .page-cockfighting-platforms-platform-b-review__strategy-title {
    color: #8B0000;
    text-align: left;
    margin-bottom: 5px;
}

.page-cockfighting-platforms-platform-b-review__cta {
    background: linear-gradient(90deg, #8B0000, #FFD700);
    color: #FFFFFF;
    text-align: center;
    padding: 60px 20px;
    border-radius: 8px;
    margin-top: 60px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-platforms-platform-b-review__cta-title {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.page-cockfighting-platforms-platform-b-review__cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #EEE;
}

.page-cockfighting-platforms-platform-b-review__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #8B0000; /* Dark Red text */
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 10px 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid #FFD700;
}

.page-cockfighting-platforms-platform-b-review__cta-button:hover {
    background-color: #8B0000; /* Dark Red on hover */
    color: #FFD700; /* Gold text on hover */
    border-color: #FFD700;
}

.page-cockfighting-platforms-platform-b-review__faq-item {
    background-color: #FDFDFD;
    border: 1px solid #EEE;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-cockfighting-platforms-platform-b-review__faq-item:hover {
    background-color: #FEFEE0; /* Very light gold */
}

.page-cockfighting-platforms-platform-b-review__faq-question {
    font-size: 1.3em;
    color: #8B0000; /* Dark Red */
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}

.page-cockfighting-platforms-platform-b-review__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #FFD700;
    font-weight: bold;
}

.page-cockfighting-platforms-platform-b-review__faq-item.active .page-cockfighting-platforms-platform-b-review__faq-question::after {
    content: '-';
}

.page-cockfighting-platforms-platform-b-review__faq-answer {
    font-size: 1em;
    color: #555;
    display: none;
    margin-top: 10px;
}

.page-cockfighting-platforms-platform-b-review__faq-item.active .page-cockfighting-platforms-platform-b-review__faq-answer {
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-cockfighting-platforms-platform-b-review__hero {
        padding: 40px 15px;
    }

    .page-cockfighting-platforms-platform-b-review__hero-title {
        font-size: 2em;
    }

    .page-cockfighting-platforms-platform-b-review__hero-description {
        font-size: 1em;
    }

    .page-cockfighting-platforms-platform-b-review__section-title {
        font-size: 1.8em;
    }

    .page-cockfighting-platforms-platform-b-review__features-grid,
    .page-cockfighting-platforms-platform-b-review__bonuses-grid,
    .page-cockfighting-platforms-platform-b-review__strategy-grid {
        grid-template-columns: 1fr;
    }

    .page-cockfighting-platforms-platform-b-review__app-content {
        flex-direction: column;
    }

    .page-cockfighting-platforms-platform-b-review__app-text {
        order: 2;
    }

    .page-cockfighting-platforms-platform-b-review__app-image-wrapper {
        order: 1;
        margin-bottom: 20px;
    }

    .page-cockfighting-platforms-platform-b-review__cta-title {
        font-size: 2em;
    }

    .page-cockfighting-platforms-platform-b-review__cta-description {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-cockfighting-platforms-platform-b-review__hero-title {
        font-size: 1.6em;
    }

    .page-cockfighting-platforms-platform-b-review__hero-button,
    .page-cockfighting-platforms-platform-b-review__app-button,
    .page-cockfighting-platforms-platform-b-review__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-cockfighting-platforms-platform-b-review__section-title {
        font-size: 1.5em;
    }

    .page-cockfighting-platforms-platform-b-review__feature-title,
    .page-cockfighting-platforms-platform-b-review__bonus-title,
    .page-cockfighting-platforms-platform-b-review__strategy-title {
        font-size: 1.3em;
    }

    .page-cockfighting-platforms-platform-b-review__cta-title {
        font-size: 1.8em;
    }
    .page-cockfighting-platforms-platform-b-review__cta-button {
        margin: 0 5px 10px;
    }
}