.page-index-security-guarantee {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background */
}

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

.page-index-security-guarantee__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    overflow: hidden;
    box-sizing: border-box;
}

.page-index-security-guarantee__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.page-index-security-guarantee__hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    color: #F2FFF6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background: rgba(0, 0, 0, 0.3); /* Slightly dark overlay for text readability */
    border-radius: 8px;
}

.page-index-security-guarantee__main-title {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    color: #F2C14E; /* Gold */
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.7);
    font-size: clamp(2rem, 5vw, 3.5rem); /* Responsive font size for H1 */
}

.page-index-security-guarantee__hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #A7D9B8; /* Text Secondary */
}

.page-index-security-guarantee__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; /* Ensure container takes full width for flex items */
    max-width: 400px; /* Limit overall width for aesthetics */
    margin: 0 auto;
}

.page-index-security-guarantee__btn-primary,
.page-index-security-guarantee__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    flex-grow: 1;
    max-width: 100%; /* Ensure buttons don't overflow */
    box-sizing: border-box;
}

.page-index-security-guarantee__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
    color: #F2FFF6; /* Text Main */
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-index-security-guarantee__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

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

.page-index-security-guarantee__btn-secondary:hover {
    background-color: #2AD16F;
    color: #F2FFF6;
}

.page-index-security-guarantee__section {
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-index-security-guarantee__section:last-of-type {
    border-bottom: none;
}

.page-index-security-guarantee__section-title {
    font-size: 2.2rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 30px;
    font-weight: bold;
}

.page-index-security-guarantee__text-block {
    font-size: 1rem;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 20px;
    text-align: left;
}

.page-index-security-guarantee__inline-link {
    color: #2AD16F;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-index-security-guarantee__inline-link:hover {
    color: #57E38D; /* Glow */
    text-decoration: underline;
}

.page-index-security-guarantee__inline-link--cta {
    color: #F2C14E;
}

.page-index-security-guarantee__content-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    text-align: left;
}

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

.page-index-security-guarantee__text-content {
    flex: 1;
}

.page-index-security-guarantee__image-wrapper {
    flex: 1;
    min-width: 300px; /* Ensure image wrapper has a minimum size */
    text-align: center;
}

.page-index-security-guarantee__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    min-width: 200px;
    min-height: 200px;
}

.page-index-security-guarantee__dark-bg {
    background-color: #11271B; /* Card BG */
    color: #F2FFF6; /* Text Main */
    padding: 60px 0;
}

.page-index-security-guarantee__dark-bg .page-index-security-guarantee__section-title {
    color: #F2C14E;
}

.page-index-security-guarantee__dark-bg .page-index-security-guarantee__text-block {
    color: #A7D9B8;
}

.page-index-security-guarantee__cta-buttons--bottom {
    margin-top: 50px;
}

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

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

.page-index-security-guarantee__faq-item {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.page-index-security-guarantee__faq-item[open] {
    background-color: #0A4B2C; /* Deep Green */
}

.page-index-security-guarantee__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    cursor: pointer;
    list-style: none; /* Remove default marker */
}

.page-index-security-guarantee__faq-question::-webkit-details-marker {
    display: none; /* Remove default marker for Webkit */
}

.page-index-security-guarantee__faq-qtext {
    flex-grow: 1;
}

.page-index-security-guarantee__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    width: 24px;
    text-align: center;
    color: #2AD16F;
}

.page-index-security-guarantee__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    color: #A7D9B8; /* Text Secondary */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .page-index-security-guarantee__hero-section {
        padding: 40px 15px;
        padding-top: 10px !important;
    }

    .page-index-security-guarantee__main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .page-index-security-guarantee__hero-description {
        font-size: 1rem;
    }

    .page-index-security-guarantee__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .page-index-security-guarantee__btn-primary,
    .page-index-security-guarantee__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .page-index-security-guarantee__section {
        padding: 40px 0;
    }

    .page-index-security-guarantee__section-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .page-index-security-guarantee__text-block {
        font-size: 0.95rem;
    }

    .page-index-security-guarantee__content-row {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }

    .page-index-security-guarantee__image-wrapper {
        min-width: unset;
        width: 100%;
    }

    .page-index-security-guarantee__image,
    .page-index-security-guarantee img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-index-security-guarantee__section,
    .page-index-security-guarantee__card,
    .page-index-security-guarantee__container,
    .page-index-security-guarantee__hero-section,
    .page-index-security-guarantee__faq-section,
    .page-index-security-guarantee__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden;
    }

    .page-index-security-guarantee__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .page-index-security-guarantee__faq-answer {
        padding: 0 20px 15px;
    }
}