/* style/resources-da-ga-67-faq.css */
.page-resources-da-ga-67-faq {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-da-ga-67-faq__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-da-ga-67-faq__hero {
    background: linear-gradient(135deg, #B22222 0%, #FFD700 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-resources-da-ga-67-faq__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-da-ga-67-faq__hero h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-da-ga-67-faq__hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #fff;
    opacity: 0.9;
}

.page-resources-da-ga-67-faq__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
}

.page-resources-da-ga-67-faq__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.page-resources-da-ga-67-faq__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-resources-da-ga-67-faq__button--primary {
    background-color: #FFD700; /* Gold */
    color: #B22222; /* Firebrick */
    border: 2px solid #FFD700;
}

.page-resources-da-ga-67-faq__button--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-da-ga-67-faq__button--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-resources-da-ga-67-faq__button--secondary:hover {
    background-color: rgba(255, 215, 0, 0.1);
    transform: translateY(-2px);
}

.page-resources-da-ga-67-faq__faq-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-resources-da-ga-67-faq__section-title {
    font-size: 2.5em;
    color: #B22222; /* Firebrick */
    text-align: center;
    margin-bottom: 50px;
}

.page-resources-da-ga-67-faq__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-da-ga-67-faq__faq-item {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-da-ga-67-faq__faq-question {
    font-size: 1.4em;
    color: #B22222; /* Firebrick */
    padding: 20px 25px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.page-resources-da-ga-67-faq__faq-question::after {
    content: '+';
    font-size: 1.5em;
    font-weight: normal;
    transition: transform 0.3s ease;
}

.page-resources-da-ga-67-faq__faq-item.active .page-resources-da-ga-67-faq__faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-da-ga-67-faq__faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    color: #444;
    background-color: #fcfcfc;
}

.page-resources-da-ga-67-faq__faq-item.active .page-resources-da-ga-67-faq__faq-answer {
    max-height: 500px; /* Adjust as needed */
    padding: 20px 25px;
}

.page-resources-da-ga-67-faq__faq-answer p {
    margin-bottom: 15px;
    font-size: 1.05em;
}

.page-resources-da-ga-67-faq__faq-answer p:last-child {
    margin-bottom: 0;
}

.page-resources-da-ga-67-faq__faq-answer a {
    color: #B22222;
    text-decoration: underline;
}

.page-resources-da-ga-67-faq__faq-answer a:hover {
    color: #FFD700;
}

.page-resources-da-ga-67-faq__image--inline {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-da-ga-67-faq__cta-section {
    background: linear-gradient(45deg, #B22222, #8B0000);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-resources-da-ga-67-faq__cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-resources-da-ga-67-faq__cta-section h2 {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-resources-da-ga-67-faq__cta-section p {
    font-size: 1.15em;
    margin-bottom: 40px;
    color: #fff;
    opacity: 0.9;
}

.page-resources-da-ga-67-faq__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-resources-da-ga-67-faq__cta-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    z-index: 1;
    filter: brightness(0.8);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-da-ga-67-faq__hero {
        padding: 60px 0;
    }
    .page-resources-da-ga-67-faq__hero h1 {
        font-size: 2.5em;
    }
    .page-resources-da-ga-67-faq__hero p {
        font-size: 1em;
    }
    .page-resources-da-ga-67-faq__section-title {
        font-size: 2em;
    }
    .page-resources-da-ga-67-faq__faq-question {
        font-size: 1.2em;
        padding: 15px 20px;
    }
    .page-resources-da-ga-67-faq__faq-answer {
        padding: 15px 20px;
    }
    .page-resources-da-ga-67-faq__cta-section h2 {
        font-size: 2em;
    }
    .page-resources-da-ga-67-faq__cta-section p {
        font-size: 1em;
    }
    .page-resources-da-ga-67-faq__cta-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .page-resources-da-ga-67-faq__button--secondary {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .page-resources-da-ga-67-faq__hero h1 {
        font-size: 2em;
    }
    .page-resources-da-ga-67-faq__section-title {
        font-size: 1.8em;
    }
    .page-resources-da-ga-67-faq__faq-question {
        font-size: 1.1em;
    }
    .page-resources-da-ga-67-faq__button {
        padding: 10px 20px;
        font-size: 1em;
    }
}