/* style/resources-may88-security-compliance.css */
.page-resources-may88-security-compliance {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

.page-resources-may88-security-compliance__hero {
    background: linear-gradient(135deg, #4A0E6B 0%, #7d1c9e 100%); /* Adjusted gradient for better visual */
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 350px;
}

.page-resources-may88-security-compliance__hero-content {
    max-width: 800px;
    z-index: 10;
}

.page-resources-may88-security-compliance__back-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    transition: color 0.3s ease;
}

.page-resources-may88-security-compliance__back-link:hover {
    color: #fff;
}

.page-resources-may88-security-compliance__title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-may88-security-compliance__subtitle {
    font-size: 1.3em;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.page-resources-may88-security-compliance__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
}

.page-resources-may88-security-compliance__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.page-resources-may88-security-compliance__article-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-may88-security-compliance__article-container p {
    font-size: 1.05em;
    margin-bottom: 1em;
    line-height: 1.7;
    color: #555;
}

.page-resources-may88-security-compliance__section-title {
    font-size: 2em;
    color: #4A0E6B;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-resources-may88-security-compliance__article-container h3 {
    font-size: 1.5em;
    color: #4A0E6B;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-may88-security-compliance__image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.page-resources-may88-security-compliance__article-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-may88-security-compliance__link {
    color: #4A0E6B;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-may88-security-compliance__link:hover {
    color: #FFD700;
    text-decoration: underline;
}

.page-resources-may88-security-compliance__cta-section {
    background-color: #4A0E6B;
    color: #fff;
    padding: 50px 20px;
    text-align: center;
    border-radius: 8px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.page-resources-may88-security-compliance__cta-title {
    font-size: 2.2em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-may88-security-compliance__cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-may88-security-compliance__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-may88-security-compliance__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;
    white-space: nowrap;
}

.page-resources-may88-security-compliance__btn--primary {
    background-color: #FFD700;
    color: #4A0E6B;
    border: 2px solid #FFD700;
}

.page-resources-may88-security-compliance__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-may88-security-compliance__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-may88-security-compliance__btn--secondary:hover {
    background-color: #FFD700;
    color: #4A0E6B;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-may88-security-compliance__hero {
        padding: 40px 15px;
        min-height: 280px;
    }

    .page-resources-may88-security-compliance__title {
        font-size: 2.2em;
    }

    .page-resources-may88-security-compliance__subtitle {
        font-size: 1em;
    }

    .page-resources-may88-security-compliance__article-container {
        margin: 20px auto;
        padding: 0 15px;
    }

    .page-resources-may88-security-compliance__section-title {
        font-size: 1.8em;
        margin-top: 30px;
    }

    .page-resources-may88-security-compliance__article-container p {
        font-size: 0.95em;
    }

    .page-resources-may88-security-compliance__cta-section {
        padding: 40px 15px;
    }

    .page-resources-may88-security-compliance__cta-title {
        font-size: 1.8em;
    }

    .page-resources-may88-security-compliance__cta-description {
        font-size: 1em;
    }

    .page-resources-may88-security-compliance__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-may88-security-compliance__btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-resources-may88-security-compliance__title {
        font-size: 1.8em;
    }

    .page-resources-may88-security-compliance__section-title {
        font-size: 1.5em;
    }

    .page-resources-may88-security-compliance__cta-title {
        font-size: 1.5em;
    }
}