/* style/index-xx88-security-mechanism.css */
.page-index-xx88-security-mechanism {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

.page-index-xx88-security-mechanism__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-index-xx88-security-mechanism__hero-section {
    background: linear-gradient(135deg, #FFD700 0%, #000000 100%);
    color: #FFFFFF;
    text-align: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.page-index-xx88-security-mechanism__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Overlay for better text readability */
    z-index: 1;
}

.page-index-xx88-security-mechanism__hero-section .page-index-xx88-security-mechanism__container {
    position: relative;
    z-index: 2;
}

.page-index-xx88-security-mechanism__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-xx88-security-mechanism__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #f0f0f0;
}

.page-index-xx88-security-mechanism__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-index-xx88-security-mechanism__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.page-index-xx88-security-mechanism__btn--primary {
    background-color: #FFD700;
    color: #000000;
    border: 2px solid #FFD700;
}

.page-index-xx88-security-mechanism__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-index-xx88-security-mechanism__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-index-xx88-security-mechanism__btn--secondary:hover {
    background-color: #FFD700;
    color: #000000;
    transform: translateY(-2px);
}

.page-index-xx88-security-mechanism__content-section {
    padding: 80px 0;
    text-align: center;
}

.page-index-xx88-security-mechanism__section--dark {
    background-color: #000000;
    color: #f0f0f0;
}

.page-index-xx88-security-mechanism__section--light {
    background-color: #f5f5f5;
    color: #333;
}

.page-index-xx88-security-mechanism__section-title {
    font-size: 2.5em;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page-index-xx88-security-mechanism__section--dark .page-index-xx88-security-mechanism__section-title {
    color: #FFD700;
}

.page-index-xx88-security-mechanism__section--light .page-index-xx88-security-mechanism__section-title {
    color: #000000;
}

.page-index-xx88-security-mechanism__text {
    font-size: 1.1em;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-index-xx88-security-mechanism__section--dark .page-index-xx88-security-mechanism__text {
    color: #e0e0e0;
}

.page-index-xx88-security-mechanism__section--light .page-index-xx88-security-mechanism__text {
    color: #333;
}

.page-index-xx88-security-mechanism__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-xx88-security-mechanism__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.page-index-xx88-security-mechanism__feature-item {
    background-color: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.page-index-xx88-security-mechanism__section--light .page-index-xx88-security-mechanism__feature-item {
    background-color: #ffffff;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-xx88-security-mechanism__feature-item:hover {
    transform: translateY(-5px);
}

.page-index-xx88-security-mechanism__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-index-xx88-security-mechanism__feature-title {
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #FFD700;
}

.page-index-xx88-security-mechanism__section--light .page-index-xx88-security-mechanism__feature-title {
    color: #000000;
}

.page-index-xx88-security-mechanism__list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-xx88-security-mechanism__list-item {
    background-color: #1a1a1a;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-index-xx88-security-mechanism__section--light .page-index-xx88-security-mechanism__list-item {
    background-color: #ffffff;
    color: #333;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.page-index-xx88-security-mechanism__list-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #FFD700;
    font-weight: bold;
}

.page-index-xx88-security-mechanism__section--light .page-index-xx88-security-mechanism__list-title {
    color: #000000;
}

.page-index-xx88-security-mechanism__numbered-list {
    list-style: decimal;
    padding-left: 20px;
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #333;
}

.page-index-xx88-security-mechanism__section--dark .page-index-xx88-security-mechanism__numbered-list {
    color: #e0e0e0;
}

.page-index-xx88-security-mechanism__numbered-list .page-index-xx88-security-mechanism__list-item {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 1.1em;
}

.page-index-xx88-security-mechanism__cta-section {
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    padding: 80px 0;
}

.page-index-xx88-security-mechanism__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: bold;
}

.page-index-xx88-security-mechanism__cta-text {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-index-xx88-security-mechanism__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-index-xx88-security-mechanism .highlight {
    color: #FFD700;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-index-xx88-security-mechanism__hero-title {
        font-size: 2.8em;
    }
    .page-index-xx88-security-mechanism__hero-subtitle {
        font-size: 1.3em;
    }
    .page-index-xx88-security-mechanism__section-title {
        font-size: 2em;
    }
    .page-index-xx88-security-mechanism__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-index-xx88-security-mechanism__hero-section {
        padding: 80px 0;
    }
    .page-index-xx88-security-mechanism__hero-title {
        font-size: 2.2em;
    }
    .page-index-xx88-security-mechanism__hero-subtitle {
        font-size: 1.1em;
    }
    .page-index-xx88-security-mechanism__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-xx88-security-mechanism__btn {
        width: 80%;
        max-width: 300px;
    }
    .page-index-xx88-security-mechanism__content-section {
        padding: 60px 0;
    }
    .page-index-xx88-security-mechanism__section-title {
        font-size: 1.8em;
    }
    .page-index-xx88-security-mechanism__text {
        font-size: 1em;
    }
    .page-index-xx88-security-mechanism__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-index-xx88-security-mechanism__list-title {
        font-size: 1.3em;
    }
    .page-index-xx88-security-mechanism__cta-title {
        font-size: 1.8em;
    }
    .page-index-xx88-security-mechanism__cta-text {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-index-xx88-security-mechanism__hero-title {
        font-size: 1.8em;
    }
    .page-index-xx88-security-mechanism__hero-subtitle {
        font-size: 0.9em;
    }
    .page-index-xx88-security-mechanism__section-title {
        font-size: 1.5em;
    }
    .page-index-xx88-security-mechanism__cta-title {
        font-size: 1.5em;
    }
    .page-index-xx88-security-mechanism__btn {
        padding: 12px 20px;
    }
}