/* style/cockfighting-live-platform-features.css */
.page-cockfighting-live-platform-features {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-cockfighting-live-platform-features .highlight {
    color: #B22222;
    font-weight: bold;
}

.page-cockfighting-live-platform-features__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #B22222, #FFD700);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-cockfighting-live-platform-features__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-cockfighting-live-platform-features__hero-content {
    z-index: 2;
    max-width: 900px;
}

.page-cockfighting-live-platform-features__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #fff;
}

.page-cockfighting-live-platform-features__title .highlight {
    color: #FFD700;
}

.page-cockfighting-live-platform-features__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #eee;
}

.page-cockfighting-live-platform-features__hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-cockfighting-live-platform-features__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
}

.page-cockfighting-live-platform-features__btn--primary {
    background-color: #B22222;
    color: #fff;
}

.page-cockfighting-live-platform-features__btn--primary:hover {
    background-color: #9a1e1e;
    transform: translateY(-2px);
}

.page-cockfighting-live-platform-features__btn--secondary {
    background-color: #FFD700;
    color: #B22222;
}

.page-cockfighting-live-platform-features__btn--secondary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-cockfighting-live-platform-features__hero-image-wrapper {
    margin-top: 40px;
    z-index: 2;
    max-width: 100%;
}

.page-cockfighting-live-platform-features__hero-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-live-platform-features__section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.page-cockfighting-live-platform-features__section:nth-of-type(even) {
    background-color: #f0f0f0;
}

.page-cockfighting-live-platform-features__section-title {
    font-size: 2.5em;
    color: #B22222;
    margin-bottom: 20px;
}

.page-cockfighting-live-platform-features__section-title .highlight {
    color: #FFD700;
}

.page-cockfighting-live-platform-features__section-description {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-cockfighting-live-platform-features__feature-grid, 
.page-cockfighting-live-platform-features__security-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-cockfighting-live-platform-features__feature-item,
.page-cockfighting-live-platform-features__security-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-cockfighting-live-platform-features__feature-item:hover,
.page-cockfighting-live-platform-features__security-item:hover {
    transform: translateY(-5px);
}

.page-cockfighting-live-platform-features__feature-icon,
.page-cockfighting-live-platform-features__security-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    color: #B22222;
}

.page-cockfighting-live-platform-features__feature-title,
.page-cockfighting-live-platform-features__security-title {
    font-size: 1.5em;
    color: #B22222;
    margin-bottom: 15px;
}

.page-cockfighting-live-platform-features__feature-text,
.page-cockfighting-live-platform-features__security-text {
    color: #666;
    font-size: 1em;
}

.page-cockfighting-live-platform-features__cta-bottom {
    margin-top: 50px;
}

.page-cockfighting-live-platform-features__experience-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: left;
    align-items: center;
}

.page-cockfighting-live-platform-features__experience-text {
    max-width: 600px;
}

.page-cockfighting-live-platform-features__experience-subtitle {
    font-size: 1.8em;
    color: #B22222;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-cockfighting-live-platform-features__experience-paragraph {
    color: #666;
    margin-bottom: 20px;
}

.page-cockfighting-live-platform-features__experience-image-wrapper {
    flex-shrink: 0;
}

.page-cockfighting-live-platform-features__experience-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.page-cockfighting-live-platform-features__app-download-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-cockfighting-live-platform-features__promotions .page-cockfighting-live-platform-features__section-description {
    margin-bottom: 30px;
}

.page-cockfighting-live-platform-features__promotion-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-cockfighting-live-platform-features__promotion-list li {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #444;
}

.page-cockfighting-live-platform-features__list-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    color: #FFD700;
    flex-shrink: 0;
}

.page-cockfighting-live-platform-features__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-cockfighting-live-platform-features__guide-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.page-cockfighting-live-platform-features__guide-item:hover {
    transform: translateY(-5px);
}

.page-cockfighting-live-platform-features__guide-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-cockfighting-live-platform-features__guide-title {
    font-size: 1.6em;
    color: #B22222;
    margin-bottom: 10px;
}

.page-cockfighting-live-platform-features__guide-text {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 20px;
}

.page-cockfighting-live-platform-features__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-cockfighting-live-platform-features__tips-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-cockfighting-live-platform-features__tips-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
}

.page-cockfighting-live-platform-features__tips-item:hover {
    transform: translateY(-5px);
}

.page-cockfighting-live-platform-features__tips-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-cockfighting-live-platform-features__tips-title {
    font-size: 1.6em;
    color: #B22222;
    margin-bottom: 15px;
}

.page-cockfighting-live-platform-features__tips-text {
    color: #666;
    font-size: 1em;
}

.page-cockfighting-live-platform-features__cta-final {
    background-color: #B22222;
    color: #fff;
    padding: 80px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.page-cockfighting-live-platform-features__cta-final .page-cockfighting-live-platform-features__section-title,
.page-cockfighting-live-platform-features__cta-final .page-cockfighting-live-platform-features__section-description {
    color: #fff;
}

.page-cockfighting-live-platform-features__cta-final .highlight {
    color: #FFD700;
}

.page-cockfighting-live-platform-features__cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-cockfighting-live-platform-features__title {
        font-size: 2.5em;
    }

    .page-cockfighting-live-platform-features__subtitle {
        font-size: 1.1em;
    }

    .page-cockfighting-live-platform-features__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-cockfighting-live-platform-features__btn {
        width: 100%;
        max-width: 300px;
    }

    .page-cockfighting-live-platform-features__section-title {
        font-size: 2em;
    }

    .page-cockfighting-live-platform-features__feature-grid,
    .page-cockfighting-live-platform-features__security-grid,
    .page-cockfighting-live-platform-features__guide-steps,
    .page-cockfighting-live-platform-features__tips-content {
        grid-template-columns: 1fr;
    }

    .page-cockfighting-live-platform-features__experience-content {
        flex-direction: column;
        text-align: center;
    }

    .page-cockfighting-live-platform-features__experience-text {
        max-width: 100%;
    }

    .page-cockfighting-live-platform-features__app-download-actions {
        flex-direction: column;
        align-items: center;
    }

    .page-cockfighting-live-platform-features__promotion-list li {
        flex-direction: column;
        text-align: center;
    }

    .page-cockfighting-live-platform-features__list-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .page-cockfighting-live-platform-features__hero {
        padding: 60px 15px;
    }

    .page-cockfighting-live-platform-features__title {
        font-size: 2em;
    }

    .page-cockfighting-live-platform-features__subtitle {
        font-size: 1em;
    }

    .page-cockfighting-live-platform-features__section {
        padding: 40px 15px;
    }

    .page-cockfighting-live-platform-features__section-title {
        font-size: 1.8em;
    }

    .page-cockfighting-live-platform-features__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}