.page-index-j88best-security-trust {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

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

.page-index-j88best-security-trust__hero {
    background: linear-gradient(135deg, #0056B3, #FFD700);
    color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
}

.page-index-j88best-security-trust__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFFFFF; /* Ensures high contrast against gradient */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-j88best-security-trust__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #F0F0F0; /* Slightly off-white for readability */
}

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

.page-index-j88best-security-trust__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;
    white-space: nowrap;
}

.page-index-j88best-security-trust__btn--primary {
    background-color: #FFD700;
    color: #0056B3; /* Dark blue text on gold */
    border: 2px solid #FFD700;
}

.page-index-j88best-security-trust__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-index-j88best-security-trust__btn--secondary {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

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

.page-index-j88best-security-trust__btn--inline {
    background-color: #0056B3;
    color: #FFFFFF;
    border: 1px solid #0056B3;
    padding: 10px 20px;
    font-size: 0.95em;
    border-radius: 5px;
    margin-top: 15px;
}

.page-index-j88best-security-trust__btn--inline:hover {
    background-color: #004085;
    border-color: #004085;
}

.page-index-j88best-security-trust__section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.page-index-j88best-security-trust__section:nth-of-type(even) {
    background-color: #eef4f8; /* Lighter background for alternating sections */
}

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

.page-index-j88best-security-trust__section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 2px;
}

.page-index-j88best-security-trust__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-index-j88best-security-trust__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-index-j88best-security-trust__text-content {
    flex: 1;
    font-size: 1.1em;
    color: #333333;
}

.page-index-j88best-security-trust__text-content p {
    margin-bottom: 20px;
}

.page-index-j88best-security-trust__image-box {
    flex: 1;
    text-align: center;
}

.page-index-j88best-security-trust__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-index-j88best-security-trust__cta-banner {
    background: #0056B3;
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
}

.page-index-j88best-security-trust__cta-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #FFD700;
}

.page-index-j88best-security-trust__cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #F0F0F0;
}

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

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-j88best-security-trust__hero-title {
        font-size: 2.8em;
    }
    .page-index-j88best-security-trust__section-title {
        font-size: 2em;
    }
    .page-index-j88best-security-trust__content-wrapper {
        flex-direction: column;
    }
    .page-index-j88best-security-trust__content-wrapper--reverse {
        flex-direction: column;
    }
    .page-index-j88best-security-trust__cta-title {
        font-size: 2.5em;
    }
}

@media (max-width: 768px) {
    .page-index-j88best-security-trust__hero {
        padding: 80px 0;
    }
    .page-index-j88best-security-trust__hero-title {
        font-size: 2.2em;
    }
    .page-index-j88best-security-trust__hero-subtitle {
        font-size: 1.1em;
    }
    .page-index-j88best-security-trust__hero-actions, .page-index-j88best-security-trust__cta-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-j88best-security-trust__btn {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
    .page-index-j88best-security-trust__section {
        padding: 60px 0;
    }
    .page-index-j88best-security-trust__section-title {
        font-size: 1.8em;
        margin-bottom: 40px;
    }
    .page-index-j88best-security-trust__text-content {
        font-size: 1em;
    }
    .page-index-j88best-security-trust__cta-title {
        font-size: 2em;
    }
    .page-index-j88best-security-trust__cta-description {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-index-j88best-security-trust__hero-title {
        font-size: 1.8em;
    }
    .page-index-j88best-security-trust__hero-subtitle {
        font-size: 0.95em;
    }
    .page-index-j88best-security-trust__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-index-j88best-security-trust__section-title {
        font-size: 1.5em;
    }
    .page-index-j88best-security-trust__cta-title {
        font-size: 1.8em;
    }
}