/* FAQ page — page builder canvas + live site (template 6) */
.t2-static-card {
    max-width: 1140px;
    margin: 0 auto 24px;
    padding: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}
.t2-static-narrow {
    margin-left: auto;
    margin-right: auto;
}
.t6-faq-card {
    position: relative;
}
.t6-faq-empty {
    text-align: center;
    padding: 36px 20px;
}
.t6-faq-empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    border: 1px solid rgba(59, 130, 246, .16);
    color: #3b82f6;
    font-size: 2rem;
}
.t6-faq-empty h2 {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}
.t6-faq-empty p {
    margin: 0 0 18px;
    color: #64748b;
    line-height: 1.6;
}
.t6-faq-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 12px;
    background: #fff;
    color: #1d4ed8 !important;
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .16);
    transition: transform .2s ease, box-shadow .2s ease;
    white-space: nowrap;
}
.t6-faq-cta-btn:hover {
    color: #1e40af !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .2);
}
.t6-faq-accordion .accordion-item,
.cms-faq-block .t2-faq-accordion .accordion-item {
    border-radius: 14px !important;
    margin-bottom: 10px;
    border: 1px solid #e8eaed !important;
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}
.t6-faq-accordion .accordion-item:hover,
.cms-faq-block .t2-faq-accordion .accordion-item:hover {
    transform: translateX(4px);
    border-color: rgba(59, 130, 246, .35) !important;
    box-shadow: 0 12px 28px rgba(59, 130, 246, .1);
}
.t6-faq-accordion .accordion-button,
.cms-faq-block .t2-faq-accordion .accordion-button {
    padding: 18px 22px;
    color: #0f172a;
    font-weight: 800;
    font-size: .98rem;
    line-height: 1.45;
    background: #fff;
    box-shadow: none;
    gap: 12px;
}
.t6-faq-accordion .accordion-button::after,
.cms-faq-block .t2-faq-accordion .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    opacity: .65;
}
.t6-faq-accordion .accordion-button:not(.collapsed),
.cms-faq-block .t2-faq-accordion .accordion-button:not(.collapsed) {
    color: #3b82f6;
    background: linear-gradient(180deg, #f8faff 0%, #fff 100%);
    box-shadow: inset 0 -1px 0 rgba(59, 130, 246, .12);
}
.t6-faq-accordion .accordion-button:focus,
.cms-faq-block .t2-faq-accordion .accordion-button:focus {
    border-color: rgba(59, 130, 246, .35);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .12);
}
.t6-faq-accordion .accordion-body,
.cms-faq-block .t2-faq-accordion .accordion-body {
    padding: 0 22px 20px;
    color: #475569;
    line-height: 1.75;
    font-size: .95rem;
}
.t6-faq-accordion .accordion-body p:last-child,
.cms-faq-block .t2-faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .t2-static-card {
        padding: 24px;
    }
}
