/* style/resources-acb88-security-guarantee.css */

/* Base styles for the page content */
.page-resources-acb88-security-guarantee {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-resources-acb88-security-guarantee .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-resources-acb88-security-guarantee .hero-section {
    background: linear-gradient(135deg, #0A2463, #3A5A9C);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-acb88-security-guarantee .hero-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #FFD700; /* Auxiliary color for emphasis */
}

.page-resources-acb88-security-guarantee .hero-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.page-resources-acb88-security-guarantee .btn-primary {
    display: inline-block;
    background-color: #FFD700; /* Auxiliary color for buttons */
    color: #0A2463;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-acb88-security-guarantee .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

/* Article Content Flow */
.page-resources-acb88-security-guarantee .content-section {
    padding: 60px 0;
}

.page-resources-acb88-security-guarantee .intro-paragraph {
    font-size: 1.1em;
    margin-bottom: 40px;
    text-align: justify;
    color: #555;
}

.page-resources-acb88-security-guarantee .section-title {
    font-size: 2em;
    color: #0A2463; /* Main color for section titles */
    margin-top: 50px;
    margin-bottom: 25px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.page-resources-acb88-security-guarantee .sub-section-title {
    font-size: 1.5em;
    color: #0A2463;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-acb88-security-guarantee p {
    margin-bottom: 1em;
    text-align: justify;
}

.page-resources-acb88-security-guarantee .highlight-text {
    color: #0A2463;
    font-weight: bold;
}

.page-resources-acb88-security-guarantee .content-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* CTA Block */
.page-resources-acb88-security-guarantee .cta-block {
    background-color: #e3f2fd; /* Light background for CTA */
    border-left: 5px solid #0A2463;
    padding: 30px;
    margin-top: 60px;
    margin-bottom: 40px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-acb88-security-guarantee .cta-block p {
    font-size: 1.15em;
    margin-bottom: 25px;
    color: #0A2463;
}

.page-resources-acb88-security-guarantee .btn-secondary {
    display: inline-block;
    background-color: #0A2463; /* Main color for secondary button */
    color: #FFD700;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-left: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-acb88-security-guarantee .btn-secondary:hover {
    background-color: #061842;
    transform: translateY(-2px);
}

/* Back link */
.page-resources-acb88-security-guarantee .back-link {
    text-align: center;
    margin-top: 50px;
}

.page-resources-acb88-security-guarantee .btn-text-link {
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-acb88-security-guarantee .btn-text-link:hover {
    color: #FFD700;
    text-decoration: underline;
}

/* Fixed Promotion Button */
.page-resources-acb88-security-guarantee .promo-fixed-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.page-resources-acb88-security-guarantee .btn-promo {
    display: flex;
    align-items: center;
    background-color: #FFD700;
    color: #0A2463;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-acb88-security-guarantee .btn-promo:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-acb88-security-guarantee .promo-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    /* No filter for image color manipulation */
}

.page-resources-acb88-security-guarantee .promo-text {
    font-size: 1.1em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-acb88-security-guarantee .hero-title {
        font-size: 2.2em;
    }

    .page-resources-acb88-security-guarantee .hero-subtitle {
        font-size: 1em;
    }

    .page-resources-acb88-security-guarantee .section-title {
        font-size: 1.8em;
    }

    .page-resources-acb88-security-guarantee .sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-acb88-security-guarantee .btn-primary, 
    .page-resources-acb88-security-guarantee .btn-secondary {
        padding: 10px 20px;
        font-size: 0.9em;
        margin-left: 0;
        margin-top: 15px;
        display: block;
    }
    
    .page-resources-acb88-security-guarantee .btn-secondary {
        margin-top: 10px; /* Adjust spacing for stacked buttons */
    }

    .page-resources-acb88-security-guarantee .promo-fixed-btn {
        bottom: 20px;
        right: 20px;
    }

    .page-resources-acb88-security-guarantee .btn-promo {
        padding: 10px 15px;
    }

    .page-resources-acb88-security-guarantee .promo-text {
        font-size: 0.9em;
    }
}

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

    .page-resources-acb88-security-guarantee .hero-subtitle {
        font-size: 0.9em;
    }

    .page-resources-acb88-security-guarantee .section-title {
        font-size: 1.5em;
    }

    .page-resources-acb88-security-guarantee .sub-section-title {
        font-size: 1.2em;
    }

    .page-resources-acb88-security-guarantee .btn-primary, 
    .page-resources-acb88-security-guarantee .btn-secondary {
        width: 100%;
        box-sizing: border-box;
    }

    .page-resources-acb88-security-guarantee .promo-fixed-btn {
        bottom: 15px;
        right: 15px;
    }

    .page-resources-acb88-security-guarantee .btn-promo {
        padding: 8px 12px;
    }

    .page-resources-acb88-security-guarantee .promo-icon {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .page-resources-acb88-security-guarantee .promo-text {
        font-size: 0.85em;
    }
}