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

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

.page-index-security-guarantee__hero-section {
    background: linear-gradient(135deg, #003366, #1a4d80);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
}

.page-index-security-guarantee__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.page-index-security-guarantee__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

.page-index-security-guarantee__highlight {
    color: #FFCC00;
}

.page-index-security-guarantee__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-index-security-guarantee__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    min-width: 180px;
    text-align: center;
}

.page-index-security-guarantee__btn--primary {
    background-color: #FFCC00;
    color: #003366;
    border: 2px solid #FFCC00;
}

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

.page-index-security-guarantee__btn--secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-index-security-guarantee__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.page-index-security-guarantee__section {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.page-index-security-guarantee__section:nth-of-type(even) {
    background-color: #eef4f8;
}

.page-index-security-guarantee__section-title {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

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

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

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

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

.page-index-security-guarantee__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
}

.page-index-security-guarantee__feature-heading {
    font-size: 1.5em;
    color: #003366;
    margin-bottom: 15px;
}

.page-index-security-guarantee__feature-text {
    color: #555;
}

.page-index-security-guarantee__section--compliance .page-index-security-guarantee__content-block {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.page-index-security-guarantee__section--compliance .page-index-security-guarantee__text-content {
    flex: 1;
    min-width: 300px;
}

.page-index-security-guarantee__section--compliance .page-index-security-guarantee__image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-index-security-guarantee__section--compliance .page-index-security-guarantee__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-index-security-guarantee__sub-heading {
    font-size: 1.8em;
    color: #003366;
    margin-top: 40px;
    margin-bottom: 15px;
}

.page-index-security-guarantee__sub-heading:first-of-type {
    margin-top: 0;
}

.page-index-security-guarantee__section--advantages .page-index-security-guarantee__advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-index-security-guarantee__advantage-item {
    background-color: #003366;
    color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: background-color 0.3s ease;
}

.page-index-security-guarantee__advantage-item:hover {
    background-color: #004080;
}

.page-index-security-guarantee__advantage-heading {
    font-size: 1.6em;
    color: #FFCC00;
    margin-bottom: 15px;
}

.page-index-security-guarantee__advantage-text {
    color: #e0e0e0;
}

.page-index-security-guarantee__section--cta {
    background: linear-gradient(135deg, #FFCC00, #e6b800);
    padding: 100px 0;
    text-align: center;
    color: #003366;
}

.page-index-security-guarantee__cta-content {
    max-width: 800px;
}

.page-index-security-guarantee__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #003366;
}

.page-index-security-guarantee__cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #333;
}

.page-index-security-guarantee__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
    background-color: #003366;
    color: #FFCC00;
    border: 2px solid #003366;
}

.page-index-security-guarantee__btn--large:hover {
    background-color: #004080;
    border-color: #004080;
}

.page-index-security-guarantee__faq-list {
    margin-top: 40px;
}

.page-index-security-guarantee__faq-item {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-index-security-guarantee__faq-question {
    font-size: 1.3em;
    color: #003366;
    margin-bottom: 10px;
}

.page-index-security-guarantee__faq-answer {
    color: #555;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-security-guarantee__hero-title {
        font-size: 2.5em;
    }
    .page-index-security-guarantee__section-title {
        font-size: 2em;
    }
    .page-index-security-guarantee__section--compliance .page-index-security-guarantee__content-block {
        flex-direction: column;
    }
    .page-index-security-guarantee__section--compliance .page-index-security-guarantee__image-wrapper {
        order: -1; /* Image appears above text on smaller screens */
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .page-index-security-guarantee__hero-section {
        padding: 80px 0;
    }
    .page-index-security-guarantee__hero-title {
        font-size: 2em;
    }
    .page-index-security-guarantee__hero-description {
        font-size: 1em;
    }
    .page-index-security-guarantee__cta-group {
        flex-direction: column;
        align-items: center;
    }
    .page-index-security-guarantee__btn {
        width: 80%;
    }
    .page-index-security-guarantee__section {
        padding: 60px 0;
    }
    .page-index-security-guarantee__section-title {
        font-size: 1.8em;
        margin-bottom: 40px;
    }
    .page-index-security-guarantee__feature-heading,
    .page-index-security-guarantee__advantage-heading {
        font-size: 1.3em;
    }
    .page-index-security-guarantee__sub-heading {
        font-size: 1.5em;
    }
    .page-index-security-guarantee__cta-title {
        font-size: 2.2em;
    }
    .page-index-security-guarantee__cta-description {
        font-size: 1em;
    }
    .page-index-security-guarantee__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-index-security-guarantee__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-index-security-guarantee__hero-section {
        padding: 60px 0;
    }
    .page-index-security-guarantee__hero-title {
        font-size: 1.8em;
    }
    .page-index-security-guarantee__btn {
        width: 90%;
    }
    .page-index-security-guarantee__section-title {
        font-size: 1.6em;
    }
    .page-index-security-guarantee__cta-title {
        font-size: 1.8em;
    }
}