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

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

/* Hero Section */
.page-index-security-commitment-hero-section {
    background: linear-gradient(135deg, #003366 0%, #001a33 100%); /* Darker blue gradient */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-security-commitment-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract_security_pattern,digital_grid,gradient]');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.page-index-security-commitment-hero-section .page-index-security-commitment-container {
    position: relative;
    z-index: 1;
}

.page-index-security-commitment-main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFCC00; /* Golden yellow */
    font-weight: bold;
    line-height: 1.2;
}

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

/* Buttons */
.page-index-security-commitment-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;
    cursor: pointer;
    border: none;
}

.page-index-security-commitment-btn-primary {
    background-color: #FFCC00; /* Golden yellow */
    color: #003366; /* Deep sea blue */
}

.page-index-security-commitment-btn-primary:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

.page-index-security-commitment-btn-secondary {
    background-color: transparent;
    color: #FFCC00;
    border: 2px solid #FFCC00;
    margin-left: 15px;
}

.page-index-security-commitment-btn-secondary:hover {
    background-color: #FFCC00;
    color: #003366;
    transform: translateY(-3px);
}

.page-index-security-commitment-btn-tertiary {
    background-color: #003366;
    color: #FFCC00;
    border: 2px solid #003366;
    margin-left: 15px;
}

.page-index-security-commitment-btn-tertiary:hover {
    background-color: #001a33;
    color: #FFCC00;
    transform: translateY(-3px);
}

/* General Section Styling */
.page-index-security-commitment-overview-section,
.page-index-security-commitment-detail-section,
.page-index-security-commitment-cta-section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-index-security-commitment-overview-section {
    background-color: #f0f4f7;
    text-align: center;
}

.page-index-security-commitment-section-title {
    font-size: 2.5em;
    color: #003366; /* Deep sea blue */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-index-security-commitment-section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFCC00; /* Golden yellow */
    border-radius: 2px;
}

.page-index-security-commitment-sub-title {
    font-size: 1.8em;
    color: #003366; /* Deep sea blue */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-index-security-commitment-overview-section p {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #555;
}

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

.page-index-security-commitment-feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-security-commitment-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-security-commitment-feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 8px rgba(0, 51, 102, 0.2));
}

.page-index-security-commitment-feature-title {
    font-size: 1.4em;
    color: #003366; /* Deep sea blue */
    margin-bottom: 15px;
}

.page-index-security-commitment-feature-item p {
    font-size: 1em;
    color: #666;
}

/* Detail Sections */
.page-index-security-commitment-detail-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.page-index-security-commitment-detail-section:nth-of-type(odd) {
    background-color: #fcfcfc;
}

.page-index-security-commitment-content-flex {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-index-security-commitment-reverse-flex {
    flex-direction: row-reverse;
}

.page-index-security-commitment-text-content {
    flex: 1;
    min-width: 300px;
}

.page-index-security-commitment-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-index-security-commitment-content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-security-commitment-detail-section p,
.page-index-security-commitment-detail-section li {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 15px;
}

.page-index-security-commitment-detail-section ul {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-index-security-commitment-detail-section ul li {
    margin-bottom: 8px;
}

.page-index-security-commitment-detail-section strong {
    color: #003366; /* Deep sea blue */
}

/* CTA Section */
.page-index-security-commitment-cta-section {
    text-align: center;
    background: linear-gradient(135deg, #003366, #1a4d80);
    color: #ffffff;
    padding: 80px 0;
    border-radius: 10px;
    margin: 40px auto;
}

.page-index-security-commitment-cta-section .page-index-security-commitment-section-title {
    color: #FFCC00; /* Golden yellow */
}

.page-index-security-commitment-cta-section p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-index-security-commitment-cta-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-index-security-commitment-contact-info {
    margin-top: 40px;
    font-size: 1.1em;
    color: #e0e0e0;
}

.page-index-security-commitment-contact-info .page-index-security-commitment-link {
    color: #FFCC00; /* Golden yellow */
    text-decoration: none;
    font-weight: bold;
}

.page-index-security-commitment-contact-info .page-index-security-commitment-link:hover {
    text-decoration: underline;
}

/* Copyright */
.page-index-security-commitment-copyright-section {
    background-color: #001a33;
    color: #cccccc;
    text-align: center;
    padding: 20px 0;
    font-size: 0.9em;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-security-commitment-main-title {
        font-size: 2.5em;
    }
    .page-index-security-commitment-section-title {
        font-size: 2em;
    }
    .page-index-security-commitment-sub-title {
        font-size: 1.5em;
    }
    .page-index-security-commitment-content-flex {
        flex-direction: column;
    }
    .page-index-security-commitment-reverse-flex {
        flex-direction: column-reverse;
    }
    .page-index-security-commitment-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-security-commitment-btn {
        margin-left: 0 !important;
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .page-index-security-commitment-hero-section {
        padding: 80px 0;
    }
    .page-index-security-commitment-main-title {
        font-size: 2em;
    }
    .page-index-security-commitment-subtitle {
        font-size: 1.1em;
    }
    .page-index-security-commitment-section-title {
        font-size: 1.8em;
    }
    .page-index-security-commitment-detail-section {
        padding: 40px 0;
    }
    .page-index-security-commitment-features-grid {
        grid-template-columns: 1fr;
    }
    .page-index-security-commitment-feature-item {
        padding: 25px;
    }
    .page-index-security-commitment-cta-section {
        padding: 60px 0;
    }
    .page-index-security-commitment-cta-section p {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-index-security-commitment-main-title {
        font-size: 1.8em;
    }
    .page-index-security-commitment-section-title {
        font-size: 1.5em;
    }
    .page-index-security-commitment-btn {
        font-size: 1em;
        padding: 12px 25px;
    }
    .page-index-security-commitment-overview-section p,
    .page-index-security-commitment-detail-section p,
    .page-index-security-commitment-detail-section li {
        font-size: 1em;
    }
}