/* style/index-security-guarantee-commitment.css */

.page-index-security-guarantee-commitment {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
}

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

.page-index-security-guarantee-commitment-hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff;
    padding: 100px 0 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-index-security-guarantee-commitment-hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

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

.page-index-security-guarantee-commitment-cta-button {
    display: inline-block;
    background-color: #ffc107;
    color: #333333;
    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;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.page-index-security-guarantee-commitment-cta-button:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
}

.page-index-security-guarantee-commitment-hero-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-index-security-guarantee-commitment-content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

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

.page-index-security-guarantee-commitment-section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
}

.page-index-security-guarantee-commitment-section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #ffc107;
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.page-index-security-guarantee-commitment-paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #495057;
}

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

.page-index-security-guarantee-commitment-feature-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #007bff;
}

.page-index-security-guarantee-commitment-feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-security-guarantee-commitment-feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 123, 255, 0.3));
}

.page-index-security-guarantee-commitment-feature-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-security-guarantee-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-security-guarantee-description {
    font-size: 1em;
    color: #555555;
}

.page-index-security-guarantee-commitment-support-cta {
    background-color: #007bff;
    color: #ffffff;
    margin-top: 30px;
}

.page-index-security-guarantee-commitment-support-cta:hover {
    background-color: #0056b3;
}

.page-index-security-guarantee-commitment-why-choose .page-index-security-guarantee-commitment-section-title {
    color: #007bff;
}

.page-index-security-guarantee-commitment-cta-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-index-security-guarantee-commitment-secondary-cta {
    background-color: #007bff;
    color: #ffffff;
}

.page-index-security-guarantee-commitment-secondary-cta:hover {
    background-color: #0056b3;
}

.page-index-security-guarantee-commitment-tertiary-cta {
    background-color: #6c757d;
    color: #ffffff;
}

.page-index-security-guarantee-commitment-tertiary-cta:hover {
    background-color: #5a6268;
}

.page-index-security-guarantee-commitment-cta-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-index-security-guarantee-commitment-final-thoughts {
    background-color: #007bff;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.page-index-security-guarantee-commitment-final-thoughts .page-index-security-guarantee-commitment-section-title {
    color: #ffffff;
}

.page-index-security-guarantee-commitment-final-thoughts .page-index-security-guarantee-commitment-section-title::after {
    background-color: #ffc107;
}

.page-index-security-guarantee-commitment-final-thoughts .page-index-security-guarantee-commitment-paragraph {
    color: #e0e0e0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-security-guarantee-commitment-final-thoughts .page-index-security-guarantee-commitment-cta-button {
    margin-top: 30px;
    background-color: #ffc107;
    color: #333333;
}

.page-index-security-guarantee-commitment-final-thoughts .page-index-security-guarantee-commitment-cta-button:hover {
    background-color: #e0a800;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-security-guarantee-commitment-hero-title {
        font-size: 2.8em;
    }

    .page-index-security-guarantee-commitment-hero-subtitle {
        font-size: 1.1em;
    }

    .page-index-security-guarantee-commitment-section-title {
        font-size: 2em;
    }

    .page-index-security-guarantee-commitment-feature-title {
        font-size: 1.3em;
    }
}

@media (max-width: 768px) {
    .page-index-security-guarantee-commitment-hero-title {
        font-size: 2.2em;
    }

    .page-index-security-guarantee-commitment-hero-subtitle {
        font-size: 1em;
    }

    .page-index-security-guarantee-commitment-section-title {
        font-size: 1.8em;
    }

    .page-index-security-guarantee-commitment-feature-grid {
        grid-template-columns: 1fr;
    }

    .page-index-security-guarantee-commitment-cta-group {
        flex-direction: column;
        align-items: center;
    }

    .page-index-security-guarantee-commitment-cta-button {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .page-index-security-guarantee-commitment-hero-title {
        font-size: 1.8em;
    }

    .page-index-security-guarantee-commitment-hero-subtitle {
        font-size: 0.9em;
    }

    .page-index-security-guarantee-commitment-section-title {
        font-size: 1.5em;
    }

    .page-index-security-guarantee-commitment-cta-button {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-index-security-guarantee-commitment-feature-item {
        padding: 20px;
    }

    .page-index-security-guarantee-commitment-feature-icon {
        width: 60px;
        height: 60px;
    }
}