/* style/resources-how-to-choose-reliable.css */
.page-resources-how-to-choose-reliable {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Adjusted for better contrast on light background */
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-resources-how-to-choose-reliable__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-how-to-choose-reliable__hero-section {
    background: linear-gradient(135deg, #0047AB, #003380);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-how-to-choose-reliable__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,blue_gold]') no-repeat center center;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-how-to-choose-reliable__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-reliable__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-resources-how-to-choose-reliable__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-reliable__btn--primary {
    background-color: #FFD700;
    color: #0047AB;
    border: 2px solid #FFD700;
}

.page-resources-how-to-choose-reliable__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-reliable__btn--secondary {
    background-color: #0047AB;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-how-to-choose-reliable__btn--secondary:hover {
    background-color: #003380;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-reliable__content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-resources-how-to-choose-reliable__main-article {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-reliable__section-title {
    font-size: 2.2em;
    color: #0047AB;
    margin-top: 40px;
    margin-bottom: 25px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
    font-weight: bold;
}

.page-resources-how-to-choose-reliable__sub-section-title {
    font-size: 1.8em;
    color: #003380;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-how-to-choose-reliable__main-article p {
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #444444; /* Adjusted for better contrast */
}

.page-resources-how-to-choose-reliable__main-article ul,
.page-resources-how-to-choose-reliable__main-article ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.page-resources-how-to-choose-reliable__main-article li {
    margin-bottom: 10px;
    color: #555555; /* Adjusted for better contrast */
    font-size: 1.05em;
}

.page-resources-how-to-choose-reliable__main-article ul li::before {
    content: '•';
    color: #FFD700;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.page-resources-how-to-choose-reliable__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-reliable__image--full-width {
    width: 100%;
}

.page-resources-how-to-choose-reliable__call-to-action {
    text-align: center;
    margin: 40px 0;
    font-size: 1.2em;
    font-weight: 500;
    color: #0047AB;
}

.page-resources-how-to-choose-reliable__final-cta {
    text-align: center;
    margin-top: 60px;
    padding: 30px;
    background-color: #f0f8ff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.page-resources-how-to-choose-reliable__final-cta p {
    font-size: 1.1em;
    color: #555555; /* Adjusted for better contrast */
    margin-top: 15px;
}

.page-resources-how-to-choose-reliable__faq {
    margin-top: 30px;
}

.page-resources-how-to-choose-reliable__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee; /* Adjusted for better contrast */
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    transition: all 0.3s ease;
}

.page-resources-how-to-choose-reliable__faq-item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-how-to-choose-reliable__faq-question {
    font-size: 1.3em;
    color: #0047AB;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-resources-how-to-choose-reliable__faq-question::after {
    content: '+';
    font-size: 1.2em;
    font-weight: bold;
    color: #FFD700;
}

.page-resources-how-to-choose-reliable__faq-question.active::after {
    content: '-';
}

.page-resources-how-to-choose-reliable__faq-answer {
    display: none;
    padding-top: 10px;
    border-top: 1px solid #eeeeee; /* Adjusted for better contrast */
    margin-top: 10px;
    color: #666666; /* Adjusted for better contrast */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding-top 0.3s ease-out, border-top 0.3s ease-out;
}

.page-resources-how-to-choose-reliable__faq-answer.open {
    display: block;
    max-height: 200px; /* Arbitrary value, will be overridden by JS scrollHeight */
    padding-top: 10px;
    border-top: 1px solid #dddddd;
}

.page-resources-how-to-choose-reliable__link {
    color: #0047AB;
    text-decoration: underline;
    font-weight: bold;
}

.page-resources-how-to-choose-reliable__link:hover {
    color: #FFD700;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-how-to-choose-reliable__hero-title {
        font-size: 2.5em;
    }
    .page-resources-how-to-choose-reliable__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-how-to-choose-reliable__section-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-choose-reliable__sub-section-title {
        font-size: 1.5em;
    }
    .page-resources-how-to-choose-reliable__main-article {
        padding: 20px;
    }
    .page-resources-how-to-choose-reliable__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-choose-reliable__hero-title {
        font-size: 2em;
    }
    .page-resources-how-to-choose-reliable__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-how-to-choose-reliable__section-title {
        font-size: 1.5em;
    }
    .page-resources-how-to-choose-reliable__sub-section-title {
        font-size: 1.3em;
    }
    .page-resources-how-to-choose-reliable__main-article {
        padding: 15px;
    }
    .page-resources-how-to-choose-reliable__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}