/* style/cockfighting-platforms-alo789-detailed-review.css */

:root {
    --page-cockfighting-platforms-alo789-detailed-review-primary-color: #FFD700;
    --page-cockfighting-platforms-alo789-detailed-review-secondary-color: #8B0000;
    --page-cockfighting-platforms-alo789-detailed-review-text-dark: #333;
    --page-cockfighting-platforms-alo789-detailed-review-text-light: #FFF;
    --page-cockfighting-platforms-alo789-detailed-review-background-light: #F8F8F8;
    --page-cockfighting-platforms-alo789-detailed-review-background-dark: #222;
    --page-cockfighting-platforms-alo789-detailed-review-accent-color: #0028ff; /* Complementary to primary */
    --page-cockfighting-platforms-alo789-detailed-review-button-hover-dark: #b39700;
    --page-cockfighting-platforms-alo789-detailed-review-button-hover-light: #ae4d4d;
}

.page-cockfighting-platforms-alo789-detailed-review {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-cockfighting-platforms-alo789-detailed-review-text-dark);
    background-color: var(--page-cockfighting-platforms-alo789-detailed-review-background-light);
}

.page-cockfighting-platforms-alo789-detailed-review__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-cockfighting-platforms-alo789-detailed-review__hero-section {
    background: linear-gradient(135deg, var(--page-cockfighting-platforms-alo789-detailed-review-primary-color) 0%, var(--page-cockfighting-platforms-alo789-detailed-review-secondary-color) 100%);
    color: var(--page-cockfighting-platforms-alo789-detailed-review-text-light);
    padding: 100px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-cockfighting-platforms-alo789-detailed-review__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-bottom: 40px;
}

.page-cockfighting-platforms-alo789-detailed-review__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--page-cockfighting-platforms-alo789-detailed-review-text-light); /* Ensure contrast */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting-platforms-alo789-detailed-review__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: var(--page-cockfighting-platforms-alo789-detailed-review-text-light); /* Ensure contrast */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-platforms-alo789-detailed-review__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
}

.page-cockfighting-platforms-alo789-detailed-review__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(50%) brightness(70%);
}

.page-cockfighting-platforms-alo789-detailed-review__section {
    padding: 60px 0;
    background-color: var(--page-cockfighting-platforms-alo789-detailed-review-background-light);
}

.page-cockfighting-platforms-alo789-detailed-review__section:nth-of-type(even) {
    background-color: #f0f0f0;
}

.page-cockfighting-platforms-alo789-detailed-review__section-title {
    font-size: 2.5em;
    color: var(--page-cockfighting-platforms-alo789-secondary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-cockfighting-platforms-alo789-detailed-review__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-cockfighting-platforms-alo789-primary-color);
    border-radius: 2px;
}

.page-cockfighting-platforms-alo789-detailed-review__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: var(--page-cockfighting-platforms-alo789-text-dark);
}

.page-cockfighting-platforms-alo789-detailed-review__image-full-width {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    margin: 40px 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-cockfighting-platforms-alo789-detailed-review__image-small {
    max-width: 600px;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-cockfighting-platforms-alo789-detailed-review__image-medium {
    max-width: 800px;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-cockfighting-platforms-alo789-detailed-review__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cockfighting-platforms-alo789-detailed-review__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-cockfighting-platforms-alo789-detailed-review__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    color: var(--page-cockfighting-platforms-alo789-primary-color);
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-cockfighting-platforms-alo789-detailed-review__feature-title {
    font-size: 1.6em;
    color: var(--page-cockfighting-platforms-alo789-secondary-color);
    margin-bottom: 15px;
}

.page-cockfighting-platforms-alo789-detailed-review__feature-item p {
    font-size: 1em;
    color: var(--page-cockfighting-platforms-alo789-text-dark);
}

.page-cockfighting-platforms-alo789-detailed-review__step-list,
.page-cockfighting-platforms-alo789-detailed-review__promo-list,
.page-cockfighting-platforms-alo789-detailed-review__tip-list,
.page-cockfighting-platforms-alo789-detailed-review__responsible-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    font-size: 1.1em;
    color: var(--page-cockfighting-platforms-alo789-text-dark);
}

.page-cockfighting-platforms-alo789-detailed-review__step-list li,
.page-cockfighting-platforms-alo789-detailed-review__promo-list li,
.page-cockfighting-platforms-alo789-detailed-review__tip-list li,
.page-cockfighting-platforms-alo789-detailed-review__responsible-list li {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid var(--page-cockfighting-platforms-alo789-primary-color);
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: border-left-color 0.3s ease;
}

.page-cockfighting-platforms-alo789-detailed-review__step-list li:hover,
.page-cockfighting-platforms-alo789-detailed-review__promo-list li:hover,
.page-cockfighting-platforms-alo789-detailed-review__tip-list li:hover,
.page-cockfighting-platforms-alo789-detailed-review__responsible-list li:hover {
    border-left-color: var(--page-cockfighting-platforms-alo789-secondary-color);
}

.page-cockfighting-platforms-alo789-detailed-review__step-list li strong {
    color: var(--page-cockfighting-platforms-alo789-secondary-color);
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px;
}

.page-cockfighting-platforms-alo789-detailed-review__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    margin: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-platforms-alo789-detailed-review__btn--primary {
    background-color: var(--page-cockfighting-platforms-alo789-primary-color);
    color: var(--page-cockfighting-platforms-alo789-text-dark);
    border: 2px solid var(--page-cockfighting-platforms-alo789-primary-color);
}

.page-cockfighting-platforms-alo789-detailed-review__btn--primary:hover {
    background-color: var(--page-cockfighting-platforms-alo789-button-hover-dark);
    border-color: var(--page-cockfighting-platforms-alo789-button-hover-dark);
    color: var(--page-cockfighting-platforms-alo789-text-light);
    transform: translateY(-3px);
}

.page-cockfighting-platforms-alo789-detailed-review__btn--secondary {
    background-color: var(--page-cockfighting-platforms-alo789-secondary-color);
    color: var(--page-cockfighting-platforms-alo789-text-light);
    border: 2px solid var(--page-cockfighting-platforms-alo789-secondary-color);
}

.page-cockfighting-platforms-alo789-detailed-review__btn--secondary:hover {
    background-color: var(--page-cockfighting-platforms-alo789-button-hover-light);
    border-color: var(--page-cockfighting-platforms-alo789-button-hover-light);
    transform: translateY(-3px);
}

.page-cockfighting-platforms-alo789-detailed-review__btn--tertiary {
    background-color: transparent;
    color: var(--page-cockfighting-platforms-alo789-secondary-color);
    border: 2px solid var(--page-cockfighting-platforms-alo789-secondary-color);
}

.page-cockfighting-platforms-alo789-detailed-review__btn--tertiary:hover {
    background-color: var(--page-cockfighting-platforms-alo789-secondary-color);
    color: var(--page-cockfighting-platforms-alo789-text-light);
    transform: translateY(-3px);
}

.page-cockfighting-platforms-alo789-detailed-review__app-download-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-cockfighting-platforms-alo789-detailed-review__btn--app-store,
.page-cockfighting-platforms-alo789-detailed-review__btn--google-play {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    font-size: 1em;
    border-radius: 8px;
    min-width: 200px;
}

.page-cockfighting-platforms-alo789-detailed-review__btn--app-store {
    background-color: #000;
    color: #FFF;
    border: 2px solid #000;
}

.page-cockfighting-platforms-alo789-detailed-review__btn--app-store:hover {
    background-color: #333;
    border-color: #333;
}

.page-cockfighting-platforms-alo789-detailed-review__btn--google-play {
    background-color: #4285F4;
    color: #FFF;
    border: 2px solid #4285F4;
}

.page-cockfighting-platforms-alo789-detailed-review__btn--google-play:hover {
    background-color: #2a68c9;
    border-color: #2a68c9;
}

.page-cockfighting-platforms-alo789-detailed-review__app-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    filter: invert(1);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-cockfighting-platforms-alo789-detailed-review__hero-title {
        font-size: 2.8em;
    }
    .page-cockfighting-platforms-alo789-detailed-review__hero-description {
        font-size: 1.1em;
    }
    .page-cockfighting-platforms-alo789-detailed-review__section-title {
        font-size: 2em;
    }
    .page-cockfighting-platforms-alo789-detailed-review__feature-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-cockfighting-platforms-alo789-detailed-review__hero-section {
        padding: 80px 0;
    }
    .page-cockfighting-platforms-alo789-detailed-review__hero-title {
        font-size: 2.2em;
    }
    .page-cockfighting-platforms-alo789-detailed-review__hero-description {
        font-size: 1em;
    }
    .page-cockfighting-platforms-alo789-detailed-review__section {
        padding: 40px 0;
    }
    .page-cockfighting-platforms-alo789-detailed-review__section-title {
        font-size: 1.8em;
    }
    .page-cockfighting-platforms-alo789-detailed-review__text-block,
    .page-cockfighting-platforms-alo789-detailed-review__step-list li p {
        font-size: 0.95em;
    }
    .page-cockfighting-platforms-alo789-detailed-review__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-cockfighting-platforms-alo789-detailed-review__app-download-options {
        flex-direction: column;
        align-items: center;
    }
    .page-cockfighting-platforms-alo789-detailed-review__btn--app-store,
    .page-cockfighting-platforms-alo789-detailed-review__btn--google-play {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-cockfighting-platforms-alo789-detailed-review__hero-title {
        font-size: 1.8em;
    }
    .page-cockfighting-platforms-alo789-detailed-review__section-title {
        font-size: 1.5em;
    }
    .page-cockfighting-platforms-alo789-detailed-review__feature-item {
        padding: 20px;
    }
    .page-cockfighting-platforms-alo789-detailed-review__feature-title {
        font-size: 1.4em;
    }
}