/* ===== FAQ PAGE STYLES ===== */

/* Breadcrumbs */
.header-bottom-element {
    padding: 15px 0;
    font-size: 0.9rem;
    color: #666;
}
.header-bottom-element a {
    color: #2e7d32;
    text-decoration: none;
}
.header-bottom-element a:hover {
    text-decoration: underline;
}

/* Hero */
.grid-block {
    background: linear-gradient(135deg, #1a5c2e 0%, #2e7d32 50%, #43a047 100%);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.grid-block h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}
.panel-left-content {
    font-size: 1.15rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.view-fluid-v5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.header-area-box {
    flex: 1 1 55%;
    max-width: 640px;
}

.core-box__left {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-bottom-item {
    width: min(210px, 100%);
    height: auto;
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    display: block;
}

/* Truth Section */
.block-bottom-v4 {
    padding: 50px 0 30px;
}
.site-view__fluid {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    background: #fff8e1;
    border: 2px solid #ffb300;
    border-radius: 16px;
    padding: 35px;
    max-width: 900px;
    margin: 0 auto;
}
.item-right-v8 {
    font-size: 3rem;
    flex-shrink: 0;
}
.content-fixed-v4 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
}
.content-fixed-v4 p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}
.base-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.wrapper-body-panel {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 0.95rem;
    color: #333;
}
.section-right-v4 {
    color: #2e7d32;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* Accordion Section */
.item-fluid-row {
    padding: 50px 0 60px;
}
.item-fluid-row .site-wrapper__bottom {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 40px;
}
.row-fluid-inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.element-active-v9 {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.element-active-v9[open] {
    background: #fff;
    border-color: #2e7d32;
    box-shadow: 0 4px 15px rgba(46, 125, 50, 0.1);
}
.grid-item__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: color 0.3s;
}
.grid-item__right::-webkit-details-marker {
    display: none;
}
.grid-item__right::after {
    content: "\25BE";
    font-size: 1.5rem;
    color: #999;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}
.element-active-v9[open] .grid-item__right::after {
    transform: rotate(180deg);
    color: #2e7d32;
}
.element-active-v9[open] .grid-item__right {
    color: #2e7d32;
}
.mod-header__active {
    padding: 0 25px 20px;
    font-size: 1rem;
    line-height: 1.75;
    color: #555;
}
.mod-header__active p {
    margin-bottom: 10px;
}
.mod-header__active ul {
    margin: 10px 0;
    padding-left: 20px;
}
.mod-header__active ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 5px;
}
.mod-header__active ul li::marker {
    color: #2e7d32;
}

/* CTA */
.faq-cta {
    background: linear-gradient(135deg, #1a5c2e 0%, #2e7d32 50%, #43a047 100%);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.faq-cta h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px;
}
.faq-cta p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.faq-cta__btn {
    display: inline-block;
    background: #ff6d00;
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(255, 109, 0, 0.4);
}
.faq-cta__btn:hover {
    background: #e65100;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 109, 0, 0.5);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .grid-block h1 {
        font-size: 1.8rem;
    }
    .panel-left-content {
        font-size: 1rem;
    }
    .site-view__fluid {
        flex-direction: column;
        padding: 25px;
        gap: 15px;
    }
    .base-content {
        grid-template-columns: 1fr;
    }
    .content-fixed-v4 h2 {
        font-size: 1.25rem;
    }
    .item-fluid-row .site-wrapper__bottom {
        font-size: 1.5rem;
    }
    .grid-item__right {
        padding: 16px 18px;
        font-size: 0.95rem;
    }
    .mod-header__active {
        padding: 0 18px 16px;
        font-size: 0.95rem;
    }
    .faq-cta h2 {
        font-size: 1.5rem;
    }
    .faq-cta p {
        font-size: 1rem;
    }
    .faq-cta__btn {
        padding: 15px 35px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .grid-block {
        padding: 40px 0;
    }
    .grid-block h1 {
        font-size: 1.5rem;
    }
    .site-view__fluid {
        padding: 20px;
    }
    .item-right-v8 {
        font-size: 2.5rem;
    }
    .grid-item__right {
        padding: 14px 15px;
        font-size: 0.9rem;
    }
}

/* ===== TRUST PAGE OVERRIDES ===== */
.header-bottom-element {
    background: transparent;
    border-bottom: 1px solid rgba(31, 90, 75, 0.08);
}

.grid-block {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--brand-strong) 0%, var(--brand) 68%, #2d7967 100%);
    border-radius: 0 0 34px 34px;
    box-shadow: var(--shadow-lg);
    padding: 72px 0;
    text-align: left;
}

.grid-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.15), transparent 24%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 52%);
    pointer-events: none;
}

.grid-block .container {
    position: relative;
}

.block-bottom-v4,
.item-fluid-row {
    background: transparent;
}

.site-view__fluid {
    background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
    border: 1px solid rgba(196, 145, 66, 0.3);
    border-radius: 28px;
    box-shadow: var(--shadow-md);
}

.content-fixed-v4 h2 {
    color: var(--text-main);
}

.content-fixed-v4 p,
.mod-header__active {
    color: var(--text-muted);
}

.wrapper-body-panel,
.element-active-v9 {
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
}

.wrapper-body-panel {
    background: rgba(255, 255, 255, 0.88);
}

.element-active-v9 {
    background: rgba(255, 255, 255, 0.94);
}

.element-active-v9[open] {
    border-color: rgba(31, 90, 75, 0.22);
    box-shadow: var(--shadow-md);
}

.grid-item__right {
    color: var(--text-main);
    padding: 22px 24px;
}

.mod-header__active {
    padding-bottom: 24px;
}

.faq-cta {
    background: transparent;
}

.faq-cta .container {
    background: linear-gradient(135deg, var(--brand-strong) 0%, var(--brand) 72%, #2d7967 100%);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 3rem 2rem;
}

.faq-cta__btn {
    background: linear-gradient(135deg, #234b60 0%, var(--brand) 100%);
    border-radius: 16px;
    box-shadow: 0 18px 34px rgba(31, 90, 75, 0.22);
    letter-spacing: 0.02em;
    text-transform: none;
}

.faq-cta__btn:hover {
    background: linear-gradient(135deg, #102d36 0%, #19483b 100%);
}

@media (max-width: 768px) {
    .grid-block {
        text-align: center;
    }

    .grid-block {
        border-radius: 0 0 26px 26px;
        padding: 54px 0;
    }

    .view-fluid-v5 {
        flex-direction: column;
    }

    .header-area-box {
        max-width: 100%;
    }

    .content-bottom-item {
        width: min(280px, 100%);
        margin-top: 8px;
    }

    .site-view__fluid {
        border-radius: 24px;
    }

    .faq-cta .container {
        border-radius: 24px;
        padding: 2.3rem 1.2rem;
    }
}
