/* style/security-guarantee-user-fund-protection.css */
.page-security-guarantee-user-fund-protection {
    font-family: 'Arial', sans-serif;
    color: #f8f8f8; /* Light text for dark background */
    line-height: 1.6;
    background-color: #1A2E44;
}

.page-security-guarantee-user-fund-protection__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-security-guarantee-user-fund-protection__hero-section {
    background: linear-gradient(135deg, #1A2E44, #3a5c81);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-security-guarantee-user-fund-protection__hero-title {
    font-size: 3.2em;
    color: #E7C200;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-security-guarantee-user-fund-protection__hero-subtitle {
    font-size: 1.2em;
    color: #f0f0f0;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-security-guarantee-user-fund-protection__hero-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-security-guarantee-user-fund-protection__section {
    padding: 60px 0;
    background-color: #1A2E44;
}

.page-security-guarantee-user-fund-protection__section--alt-bg {
    background-color: #2c4461;
}

.page-security-guarantee-user-fund-protection__section-title {
    font-size: 2.5em;
    color: #E7C200;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-security-guarantee-user-fund-protection__section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-security-guarantee-user-fund-protection__section p a,
.page-security-guarantee-user-fund-protection__hero-subtitle a {
    color: #E7C200;
    text-decoration: none;
    font-weight: bold;
}

.page-security-guarantee-user-fund-protection__section p a:hover,
.page-security-guarantee-user-fund-protection__hero-subtitle a:hover {
    text-decoration: underline;
}

.page-security-guarantee-user-fund-protection__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-security-guarantee-user-fund-protection__feature-item {
    background-color: #2c4461;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-security-guarantee-user-fund-protection__feature-item:hover {
    transform: translateY(-10px);
    background-color: #3a5c81;
}

.page-security-guarantee-user-fund-protection__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #E7C200);
}

.page-security-guarantee-user-fund-protection__feature-title {
    font-size: 1.6em;
    color: #E7C200;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-security-guarantee-user-fund-protection__feature-item p {
    font-size: 1em;
    color: #d0d0d0;
}

.page-security-guarantee-user-fund-protection__transaction-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-top: 40px;
}

.page-security-guarantee-user-fund-protection__flow-step {
    flex: 1 1 45%;
    background-color: #2c4461;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-security-guarantee-user-fund-protection__flow-step:hover {
    transform: translateY(-10px);
    background-color: #3a5c81;
}

.page-security-guarantee-user-fund-protection__flow-title {
    font-size: 1.8em;
    color: #E7C200;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-security-guarantee-user-fund-protection__flow-step p {
    color: #d0d0d0;
}

.page-security-guarantee-user-fund-protection__transaction-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 40px auto 0;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-security-guarantee-user-fund-protection__tip-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-security-guarantee-user-fund-protection__tip-list li {
    background-color: #2c4461;
    border-left: 5px solid #E7C200;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 1.1em;
    color: #e0e0e0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-security-guarantee-user-fund-protection__tip-list li strong {
    color: #E7C200;
}

.page-security-guarantee-user-fund-protection__tip-list li a {
    color: #E7C200;
    text-decoration: none;
    font-weight: bold;
}

.page-security-guarantee-user-fund-protection__tip-list li a:hover {
    text-decoration: underline;
}

.page-security-guarantee-user-fund-protection__responsible-gaming-image,
.page-security-guarantee-user-fund-protection__platform-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 40px auto 0;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-security-guarantee-user-fund-protection__cta-section {
    background: linear-gradient(135deg, #E7C200, #ffdb58);
    padding: 80px 0;
    text-align: center;
    color: #1A2E44;
}

.page-security-guarantee-user-fund-protection__cta-title {
    font-size: 2.8em;
    color: #1A2E44;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-security-guarantee-user-fund-protection__cta-title a {
    color: #1A2E44;
    text-decoration: none;
}

.page-security-guarantee-user-fund-protection__cta-title a:hover {
    text-decoration: underline;
}

.page-security-guarantee-user-fund-protection__cta-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #333;
}

.page-security-guarantee-user-fund-protection__cta-section p a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.page-security-guarantee-user-fund-protection__cta-section p a:hover {
    text-decoration: underline;
}

.page-security-guarantee-user-fund-protection__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-security-guarantee-user-fund-protection__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-security-guarantee-user-fund-protection__btn--primary {
    background-color: #E7C200;
    color: #1A2E44;
    border: 2px solid #E7C200;
}

.page-security-guarantee-user-fund-protection__btn--primary:hover {
    background-color: #ffdb58;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.page-security-guarantee-user-fund-protection__btn--secondary {
    background-color: #1A2E44;
    color: #E7C200;
    border: 2px solid #E7C200;
}

.page-security-guarantee-user-fund-protection__btn--secondary:hover {
    background-color: #2c4461;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-security-guarantee-user-fund-protection__hero-title {
        font-size: 2.5em;
    }

    .page-security-guarantee-user-fund-protection__section-title {
        font-size: 2em;
    }

    .page-security-guarantee-user-fund-protection__features-grid,
    .page-security-guarantee-user-fund-protection__transaction-flow {
        grid-template-columns: 1fr;
    }

    .page-security-guarantee-user-fund-protection__flow-step {
        flex: 1 1 100%;
    }

    .page-security-guarantee-user-fund-protection__feature-title {
        font-size: 1.4em;
    }

    .page-security-guarantee-user-fund-protection__cta-title {
        font-size: 2.2em;
    }

    .page-security-guarantee-user-fund-protection__cta-buttons {
        flex-direction: column;
    }

    .page-security-guarantee-user-fund-protection__btn {
        width: 80%;
        margin: 0 auto 15px;
    }
}

@media (max-width: 480px) {
    .page-security-guarantee-user-fund-protection__hero-title {
        font-size: 2em;
    }

    .page-security-guarantee-user-fund-protection__hero-subtitle {
        font-size: 1em;
    }

    .page-security-guarantee-user-fund-protection__section-title {
        font-size: 1.8em;
    }

    .page-security-guarantee-user-fund-protection__feature-title {
        font-size: 1.2em;
    }

    .page-security-guarantee-user-fund-protection__flow-title {
        font-size: 1.5em;
    }

    .page-security-guarantee-user-fund-protection__cta-title {
        font-size: 1.8em;
    }

    .page-security-guarantee-user-fund-protection__btn {
        font-size: 1em;
        padding: 12px 25px;
    }
}