/* style/resources-55win-bet-security-features.css */

/* Biến CSS */
:root {
    --page-primary-color: #007bff;
    --page-secondary-color: #ffc107;
    --page-text-color: #333;
    --page-light-text-color: #fff;
    --page-background-color: #f8f9fa;
    --page-dark-background-color: #0056b3;
    --page-border-color: #ddd;
}

.page-resources-55win-bet-security-features {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-color);
    background-color: var(--page-background-color);
}

.page-resources-55win-bet-security-features__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-resources-55win-bet-security-features__hero-section {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, #0056b3 100%);
    color: var(--page-light-text-color);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-55win-bet-security-features__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--page-light-text-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-55win-bet-security-features__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

/* General Content Section */
.page-resources-55win-bet-security-features__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-resources-55win-bet-security-features__article {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-55win-bet-security-features__section-title {
    font-size: 2.2em;
    color: var(--page-primary-color);
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 3px solid var(--page-secondary-color);
    padding-bottom: 10px;
    font-weight: bold;
}

.page-resources-55win-bet-security-features__sub-section-title {
    font-size: 1.8em;
    color: var(--page-dark-background-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-55win-bet-security-features__article p {
    margin-bottom: 1em;
    font-size: 1.1em;
    line-height: 1.7;
    color: #555;
}

.page-resources-55win-bet-security-features__list {
    list-style: disc inside;
    margin-bottom: 1.5em;
    padding-left: 20px;
}

.page-resources-55win-bet-security-features__list li {
    margin-bottom: 0.8em;
    font-size: 1.05em;
    color: #444;
}

/* Images */
.page-resources-55win-bet-security-features__image-full-width {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-55win-bet-security-features__image-left,
.page-resources-55win-bet-security-features__image-right {
    width: 45%; /* Adjust as needed */
    height: auto;
    border-radius: 8px;
    margin: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    float: left;
}

.page-resources-55win-bet-security-features__image-right {
    float: right;
}

.page-resources-55win-bet-security-features__article::after {
    content: '';
    display: table;
    clear: both;
}

/* Buttons */
.page-resources-55win-bet-security-features__btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    margin: 10px;
    cursor: pointer;
}

.page-resources-55win-bet-security-features__btn--primary {
    background-color: var(--page-secondary-color);
    color: var(--page-dark-background-color); /* Dark text on light background */
    border: 2px solid var(--page-secondary-color);
}

.page-resources-55win-bet-security-features__btn--primary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    color: var(--page-light-text-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-55win-bet-security-features__btn--secondary {
    background-color: transparent;
    color: var(--page-primary-color);
    border: 2px solid var(--page-primary-color);
}

.page-resources-55win-bet-security-features__btn--secondary:hover {
    background-color: var(--page-primary-color);
    color: var(--page-light-text-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
.page-resources-55win-bet-security-features__faq-item {
    background-color: #fefefe;
    border: 1px solid var(--page-border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-55win-bet-security-features__faq-question {
    font-size: 1.4em;
    color: var(--page-primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-resources-55win-bet-security-features__faq-answer {
    font-size: 1.05em;
    color: #666;
}

/* Call to Action Section */
.page-resources-55win-bet-security-features__cta-section {
    background-color: var(--page-primary-color);
    color: var(--page-light-text-color);
    padding: 80px 0;
    text-align: center;
    margin-top: 50px;
}

.page-resources-55win-bet-security-features__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: var(--page-light-text-color);
    font-weight: bold;
}

.page-resources-55win-bet-security-features__cta-description {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-resources-55win-bet-security-features__cta-buttons .page-resources-55win-bet-security-features__btn {
    margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-55win-bet-security-features__hero-title {
        font-size: 2.5em;
    }
    .page-resources-55win-bet-security-features__section-title {
        font-size: 2em;
    }
    .page-resources-55win-bet-security-features__sub-section-title {
        font-size: 1.6em;
    }
    .page-resources-55win-bet-security-features__image-left,
    .page-resources-55win-bet-security-features__image-right {
        float: none;
        width: 80%;
        margin: 20px auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .page-resources-55win-bet-security-features__hero-section {
        padding: 60px 0;
    }
    .page-resources-55win-bet-security-features__hero-title {
        font-size: 2em;
    }
    .page-resources-55win-bet-security-features__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-55win-bet-security-features__content-section {
        padding: 40px 0;
    }
    .page-resources-55win-bet-security-features__section-title {
        font-size: 1.8em;
    }
    .page-resources-55win-bet-security-features__sub-section-title {
        font-size: 1.4em;
    }
    .page-resources-55win-bet-security-features__btn {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-resources-55win-bet-security-features__cta-title {
        font-size: 2.2em;
    }
    .page-resources-55win-bet-security-features__cta-description {
        font-size: 1em;
    }
    .page-resources-55win-bet-security-features__cta-buttons .page-resources-55win-bet-security-features__btn {
        display: block;
        margin: 15px auto;
        width: fit-content;
    }
}

@media (max-width: 576px) {
    .page-resources-55win-bet-security-features__container {
        padding: 0 15px;
    }
    .page-resources-55win-bet-security-features__hero-title {
        font-size: 1.8em;
    }
    .page-resources-55win-bet-security-features__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-55win-bet-security-features__section-title {
        font-size: 1.6em;
    }
    .page-resources-55win-bet-security-features__sub-section-title {
        font-size: 1.2em;
    }
    .page-resources-55win-bet-security-features__image-left,
    .page-resources-55win-bet-security-features__image-right {
        width: 100%;
        margin: 15px 0;
    }
    .page-resources-55win-bet-security-features__btn {
        width: 100%;
        box-sizing: border-box;
    }
    .page-resources-55win-bet-security-features__list {
        padding-left: 15px;
    }
    .page-resources-55win-bet-security-features__cta-title {
        font-size: 1.8em;
    }
    .page-resources-55win-bet-security-features__cta-description {
        font-size: 0.95em;
    }
}