/* Main Wrapper */
.toonz_faq_widget_wrapper {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background: transparent;
    font-family: 'Outfit', sans-serif;
    color: #1A1A1A;
}

/* Scoped Styles for Containers */
.toonz_faq_widget_wrapper .tf-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header Stylings */
.toonz_faq_widget_wrapper .tf-header {
    text-align: center;
    margin-bottom: 70px;
}

.toonz_faq_widget_wrapper .tf-eyebrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.toonz_faq_widget_wrapper .tf-short-line {
    width: 30px;
    height: 1px;
    background: #E87722;
    opacity: 0.5;
}

.toonz_faq_widget_wrapper .tf-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #E87722;
    text-transform: uppercase;
}

.toonz_faq_widget_wrapper .tf-star-motif {
    margin: 10px auto 25px;
    color: #E87722;
    display: flex;
    justify-content: center;
}

.toonz_faq_widget_wrapper .tf-headline {
    font-size: 82px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.toonz_faq_widget_wrapper .tf-subtext {
    font-size: 18px;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Accordion Group */
.toonz_faq_widget_wrapper .tf-accordion {
    margin-bottom: 0px;
}

.toonz_faq_widget_wrapper .tf-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.toonz_faq_widget_wrapper .tf-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.toonz_faq_widget_wrapper .tf-question-btn {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 35px 25px;
    background: transparent !important;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: all 0.3s ease;
}

.toonz_faq_widget_wrapper .tf-question-btn:hover {
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.01) !important;
}

.toonz_faq_widget_wrapper .tf-num {
    font-size: 14px;
    font-weight: 700;
    color: #E87722;
    margin-right: 40px;
    min-width: 30px;
    font-family: 'Outfit', sans-serif;
}

.toonz_faq_widget_wrapper .tf-q-text {
    flex: 1;
    font-size: 26px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: #1A1A1A;
    transition: color 0.3s ease;
}

.toonz_faq_widget_wrapper .tf-item.is-active .tf-q-text {
    color: #E87722;
}

.toonz_faq_widget_wrapper .tf-icon {
    font-size: 16px;
    color: #E87722;
    margin-left: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(232, 119, 34, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.toonz_faq_widget_wrapper .tf-item.is-active .tf-icon {
    background: #E87722;
    color: #fff;
    transform: rotate(180deg);
}

.toonz_faq_widget_wrapper .tf-answer-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.toonz_faq_widget_wrapper .tf-answer-inner {
    padding: 0 40px 45px 95px;
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.8;
    color: #444;
}

/* Footer Section */
.tf-footer-cta {
    width: 100%;
    padding: 20px 0 80px;
    font-family: 'Outfit', sans-serif;
}

.tf-footer-cta .tf-footer-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
}

.tf-footer-cta .tf-cta-line {
    flex: 1;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.tf-footer-cta .tf-sep-star {
    color: #E87722;
}

.tf-footer-cta .tf-cta-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.tf-footer-cta .tf-cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tf-footer-cta .tf-cta-bubble {
    width: 60px;
    height: 60px;
    background: rgba(232, 119, 34, 0.05);
    border: 1px solid rgba(232, 119, 34, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E87722;
}

.tf-footer-cta .tf-cta-bubble img {
    width: 30px;
    height: auto;
}

.tf-footer-cta .tf-cta-text {
    display: flex;
    flex-direction: column;
}

.tf-footer-cta .tf-cta-t-top {
    font-size: 18px;
    font-weight: 500;
    color: #1A1A1A;
}

.tf-footer-cta .tf-cta-t-bot {
    font-size: 15px;
    opacity: 0.6;
}

.tf-footer-cta .tf-cta-v-divider {
    width: 1px;
    height: 60px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 40px;
}

.tf-footer-cta .tf-cta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tf-footer-cta .tf-cta-label {
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tf-footer-cta .tf-cta-link {
    font-size: 22px;
    font-weight: 700;
    color: #E87722;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tf-footer-cta .tf-cta-link:hover {
    color: #1A1A1A;
    transform: translateX(5px);
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .toonz_faq_widget_wrapper .tf-headline {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .toonz_faq_widget_wrapper {
        padding: 50px 20px;
    }

    .toonz_faq_widget_wrapper .tf-headline {
        font-size: 42px;
    }

    .toonz_faq_widget_wrapper .tf-q-text {
        font-size: 20px;
    }

    .toonz_faq_widget_wrapper .tf-num {
        margin-right: 20px;
    }

    .toonz_faq_widget_wrapper .tf-answer-inner {
        padding-left: 40px;
        padding-right: 20px;
    }

    .tf-footer-cta .tf-cta-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .tf-footer-cta .tf-cta-v-divider {
        display: none;
    }

    .tf-footer-cta .tf-cta-left,
    .tf-footer-cta .tf-cta-right {
        align-items: center;
        width: 100%;
    }
}