/* style/index-good88-security-system.css */

/* Biến CSS */
:root {
    --page-index-good88-security-system-primary-color: #003366;
    --page-index-good88-security-system-secondary-color: #FFCC00;
    --page-index-good88-security-system-text-dark: #333333;
    --page-index-good88-security-system-text-light: #FFFFFF;
    --page-index-good88-security-system-background-light: #F8F8F8;
    --page-index-good88-security-system-border-color: #E0E0E0;
}

.page-index-good88-security-system {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-index-good88-security-system-text-dark);
    background-color: var(--page-index-good88-security-system-background-light);
}

.page-index-good88-security-system__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-good88-security-system__section {
    padding: 60px 0;
    text-align: center;
}

.page-index-good88-security-system__section--why-security,
.page-index-good88-security-system__section--user-responsibility,
.page-index-good88-security-system__section--faq {
    background-color: var(--page-index-good88-security-system-text-light);
}

.page-index-good88-security-system__section-title {
    font-size: 2.5em;
    color: var(--page-index-good88-security-system-primary-color);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.page-index-good88-security-system__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-index-good88-security-system-secondary-color);
    border-radius: 2px;
}

.page-index-good88-security-system__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--page-index-good88-security-system-text-dark);
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Section */
.page-index-good88-security-system__hero-section {
    background: linear-gradient(135deg, var(--page-index-good88-security-system-primary-color) 0%, #004d99 100%);
    color: var(--page-index-good88-security-system-text-light);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-index-good88-security-system__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,security_pattern,good88_background]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 1;
}

.page-index-good88-security-system__hero-section .page-index-good88-security-system__container {
    z-index: 2;
    position: relative;
}

.page-index-good88-security-system__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--page-index-good88-security-system-text-light);
}

.page-index-good88-security-system__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);
}

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

.page-index-good88-security-system__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
}

.page-index-good88-security-system__btn--primary {
    background-color: var(--page-index-good88-security-system-secondary-color);
    color: var(--page-index-good88-security-system-primary-color);
    border: 2px solid var(--page-index-good88-security-system-secondary-color);
}

.page-index-good88-security-system__btn--primary:hover {
    background-color: #e6b800;
    border-color: #e6b800;
    transform: translateY(-2px);
}

.page-index-good88-security-system__btn--secondary {
    background-color: transparent;
    color: var(--page-index-good88-security-system-text-light);
    border: 2px solid var(--page-index-good88-security-system-text-light);
}

.page-index-good88-security-system__btn--secondary:hover {
    background-color: var(--page-index-good88-security-system-text-light);
    color: var(--page-index-good88-security-system-primary-color);
    transform: translateY(-2px);
}

.page-index-good88-security-system__hero-image {
    position: absolute;
    bottom: 0;
    right: 5%;
    max-height: 300px;
    opacity: 0.7;
    z-index: 1;
    display: none;
}

/* Pillars Section */
.page-index-good88-security-system__section--pillars {
    background-color: var(--page-index-good88-security-system-text-light);
}

.page-index-good88-security-system__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-good88-security-system__pillar-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    border-top: 5px solid var(--page-index-good88-security-system-secondary-color);
}

.page-index-good88-security-system__pillar-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-index-good88-security-system__pillar-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 5px rgba(0, 51, 102, 0.2));
}

.page-index-good88-security-system__pillar-title {
    font-size: 1.5em;
    color: var(--page-index-good88-security-system-primary-color);
    margin-bottom: 15px;
}

/* Technology Section */
.page-index-good88-security-system__section--technology {
    background-color: var(--page-index-good88-security-system-primary-color);
    color: var(--page-index-good88-security-system-text-light);
}

.page-index-good88-security-system__section--technology .page-index-good88-security-system__section-title {
    color: var(--page-index-good88-security-system-secondary-color);
}

.page-index-good88-security-system__section--technology .page-index-good88-security-system__section-title::after {
    background-color: var(--page-index-good88-security-system-text-light);
}

.page-index-good88-security-system__section--technology .page-index-good88-security-system__text-content {
    color: rgba(255, 255, 255, 0.9);
}

.page-index-good88-security-system__full-width-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* User Responsibility Section */
.page-index-good88-security-system__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-index-good88-security-system__list li {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 5px solid var(--page-index-good88-security-system-secondary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    font-size: 1.05em;
    color: var(--page-index-good88-security-system-text-dark);
}

.page-index-good88-security-system__list-highlight {
    color: var(--page-index-good88-security-system-primary-color);
}

/* Certifications Section */
.page-index-good88-security-system__section--certifications {
    background-color: var(--page-index-good88-security-system-background-light);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.page-index-good88-security-system__section--certifications .page-index-good88-security-system__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-index-good88-security-system__image-right {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Call to Action Section */
.page-index-good88-security-system__section--cta {
    background: linear-gradient(45deg, var(--page-index-good88-security-system-primary-color), #004d99);
    color: var(--page-index-good88-security-system-text-light);
    padding: 80px 0;
}

.page-index-good88-security-system__cta-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-good88-security-system__cta-content .page-index-good88-security-system__section-title {
    color: var(--page-index-good88-security-system-secondary-color);
}

.page-index-good88-security-system__cta-content .page-index-good88-security-system__section-title::after {
    background-color: var(--page-index-good88-security-system-text-light);
}

.page-index-good88-security-system__cta-content .page-index-good88-security-system__text-content {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.page-index-good88-security-system__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.page-index-good88-security-system__btn--large {
    padding: 18px 35px;
    font-size: 1.2em;
    min-width: 220px;
}

/* FAQ Section */
.page-index-good88-security-system__section--faq {
    padding-bottom: 80px;
}

.page-index-good88-security-system__faq-item {
    background-color: #FFFFFF;
    border: 1px solid var(--page-index-good88-security-system-border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px 25px;
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.page-index-good88-security-system__faq-question {
    font-size: 1.3em;
    color: var(--page-index-good88-security-system-primary-color);
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-index-good88-security-system__faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: var(--page-index-good88-security-system-secondary-color);
    transition: transform 0.3s ease;
}

.page-index-good88-security-system__faq-item.active .page-index-good88-security-system__faq-question::after {
    transform: rotate(45deg);
}

.page-index-good88-security-system__faq-answer {
    font-size: 1.05em;
    color: var(--page-index-good88-security-system-text-dark);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
}

.page-index-good88-security-system__faq-item.active .page-index-good88-security-system__faq-answer {
    max-height: 200px; /* Adjust as needed */
    padding-top: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-good88-security-system__hero-title {
        font-size: 2.8em;
    }
    .page-index-good88-security-system__section-title {
        font-size: 2em;
    }
    .page-index-good88-security-system__hero-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .page-index-good88-security-system__hero-section {
        padding: 80px 0;
    }
    .page-index-good88-security-system__hero-title {
        font-size: 2.2em;
    }
    .page-index-good88-security-system__hero-subtitle {
        font-size: 1.1em;
    }
    .page-index-good88-security-system__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-good88-security-system__btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .page-index-good88-security-system__grid {
        grid-template-columns: 1fr;
    }
    .page-index-good88-security-system__text-content,
    .page-index-good88-security-system__list li,
    .page-index-good88-security-system__faq-item {
        text-align: left;
    }
    .page-index-good88-security-system__image-right {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .page-index-good88-security-system__section {
        padding: 40px 0;
    }
    .page-index-good88-security-system__hero-title {
        font-size: 1.8em;
    }
    .page-index-good88-security-system__section-title {
        font-size: 1.8em;
    }
    .page-index-good88-security-system__hero-subtitle {
        font-size: 1em;
    }
    .page-index-good88-security-system__btn--large {
        padding: 15px 25px;
        font-size: 1.1em;
    }
    .page-index-good88-security-system__faq-question {
        font-size: 1.1em;
    }
    .page-index-good88-security-system__faq-answer {
        font-size: 0.95em;
    }
}