/* style/resources-vipwinbest-security-compliance.css */
.page-resources-vipwinbest-security-compliance {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1A2E4E; /* Dark blue for main text */
    line-height: 1.6;
    background-color: #F8F9FA; /* Light background for overall page */
}

.page-resources-vipwinbest-security-compliance-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-vipwinbest-security-compliance-hero {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    color: white;
}

.page-resources-vipwinbest-security-compliance-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-resources-vipwinbest-security-compliance-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 46, 78, 0.8), rgba(255, 215, 0, 0.4));
    z-index: 2;
}

.page-resources-vipwinbest-security-compliance-hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 20px;
}

.page-resources-vipwinbest-security-compliance-hero h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for hero title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-vipwinbest-security-compliance-hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: white;
}

.page-resources-vipwinbest-security-compliance-btn-primary {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #1A2E4E; /* Dark blue text */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid #FFD700;
}

.page-resources-vipwinbest-security-compliance-btn-primary:hover {
    background-color: #e5c100; /* Darker gold on hover */
    color: #101f38;
}

.page-resources-vipwinbest-security-compliance-section {
    padding: 60px 0;
    border-bottom: 1px solid #e0e0e0;
}

.page-resources-vipwinbest-security-compliance-section:last-of-type {
    border-bottom: none;
}

.page-resources-vipwinbest-security-compliance-section h2 {
    font-size: 2.5em;
    color: #1A2E4E;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-vipwinbest-security-compliance-section h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-vipwinbest-security-compliance-section h3 {
    font-size: 1.6em;
    color: #1A2E4E;
    margin-bottom: 15px;
}

.page-resources-vipwinbest-security-compliance-section p {
    font-size: 1.1em;
    color: #334762; /* Slightly lighter dark blue for paragraph */
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-vipwinbest-security-compliance-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-vipwinbest-security-compliance-feature-item {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-vipwinbest-security-compliance-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-vipwinbest-security-compliance-feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FFD700;
    padding: 5px;
}

.page-resources-vipwinbest-security-compliance-section ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-resources-vipwinbest-security-compliance-section ul li {
    background-color: white;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 5px solid #FFD700;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    font-size: 1.1em;
    color: #1A2E4E;
}

.page-resources-vipwinbest-security-compliance-section ul li strong {
    color: #1A2E4E;
}

.page-resources-vipwinbest-security-compliance-cta {
    background-color: #1A2E4E; /* Dark blue background for CTA */
    color: white;
    text-align: center;
    padding: 80px 0;
}

.page-resources-vipwinbest-security-compliance-cta h2 {
    color: #FFD700; /* Gold title for CTA */
}

.page-resources-vipwinbest-security-compliance-cta h2::after {
    background-color: white;
}

.page-resources-vipwinbest-security-compliance-cta p {
    color: #E0E6EF; /* Light text on dark background */
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px;
}

.page-resources-vipwinbest-security-compliance-btn-secondary {
    display: inline-block;
    background-color: white;
    color: #1A2E4E;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid white;
}

.page-resources-vipwinbest-security-compliance-btn-secondary:hover {
    background-color: #FFD700; /* Gold on hover */
    color: #1A2E4E;
    border-color: #FFD700;
}

.page-resources-vipwinbest-security-compliance-link-inline {
    color: #FFD700;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-resources-vipwinbest-security-compliance-link-inline:hover {
    color: #e5c100;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-vipwinbest-security-compliance-hero {
        height: 400px;
    }

    .page-resources-vipwinbest-security-compliance-hero h1 {
        font-size: 2.5em;
    }

    .page-resources-vipwinbest-security-compliance-hero p {
        font-size: 1em;
    }

    .page-resources-vipwinbest-security-compliance-section h2 {
        font-size: 2em;
    }

    .page-resources-vipwinbest-security-compliance-section h3 {
        font-size: 1.4em;
    }

    .page-resources-vipwinbest-security-compliance-btn-primary,
    .page-resources-vipwinbest-security-compliance-btn-secondary {
        padding: 12px 25px;
        font-size: 0.9em;
    }

    .page-resources-vipwinbest-security-compliance-features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-resources-vipwinbest-security-compliance-hero {
        height: 300px;
    }

    .page-resources-vipwinbest-security-compliance-hero h1 {
        font-size: 1.8em;
    }

    .page-resources-vipwinbest-security-compliance-hero p {
        font-size: 0.9em;
    }

    .page-resources-vipwinbest-security-compliance-section h2 {
        font-size: 1.8em;
    }

    .page-resources-vipwinbest-security-compliance-section h3 {
        font-size: 1.2em;
    }

    .page-resources-vipwinbest-security-compliance-feature-icon {
        width: 60px;
        height: 60px;
    }
}