/* Premium FAQ Section - 7bf3514c */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

.pfs-section-7bf3514c {
    position: relative;
    background: linear-gradient(165deg, #0a0e27 0%, #0d1333 25%, #111940 50%, #0d1333 75%, #0a0e27 100%);
    padding: 100px 20px;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Background gradient shapes */
.pfs-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.3;
    pointer-events: none;
}

.pfs-bg-shape-1-7bf3514c {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.4), transparent);
    top: -150px;
    right: -100px;
}

.pfs-bg-shape-2-7bf3514c {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.35), transparent);
    bottom: -100px;
    left: -100px;
}

.pfs-bg-shape-3-7bf3514c {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.25), transparent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Container */
.pfs-container-7bf3514c {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
}

/* Header */
.pfs-header-7bf3514c {
    text-align: center;
    margin-bottom: 64px;
}

.pfs-badge-7bf3514c {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    color: #a78bfa;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.pfs-title-7bf3514c {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.15;
    background: linear-gradient(135deg, #ffffff 0%, #c4b5fd 50%, #818cf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pfs-subtitle-7bf3514c {
    font-size: 17px;
    color: rgba(203, 213, 225, 0.7);
    line-height: 1.7;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

/* Accordion */
.pfs-accordion-7bf3514c {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* FAQ Item */
.pfs-item-7bf3514c {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.pfs-item-7bf3514c:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(139, 92, 246, 0.2);
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.05);
}

.pfs-item-7bf3514c.pfs-active-7bf3514c {
    background: rgba(139, 92, 246, 0.06);
    border-color: rgba(139, 92, 246, 0.3);
    box-shadow:
        0 0 40px rgba(139, 92, 246, 0.08),
        0 0 80px rgba(59, 130, 246, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Question Button */
.pfs-question-7bf3514c {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 32px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #e2e8f0;
    font-family: inherit;
    transition: color 0.3s ease;
}

.pfs-question-7bf3514c:hover {
    color: #ffffff;
}

.pfs-question-number-7bf3514c {
    font-size: 14px;
    font-weight: 600;
    color: rgba(139, 92, 246, 0.5);
    min-width: 28px;
    transition: color 0.3s ease;
}

.pfs-item-7bf3514c.pfs-active-7bf3514c .pfs-question-number-7bf3514c {
    color: #a78bfa;
}

.pfs-question-text-7bf3514c {
    flex: 1;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

.pfs-item-7bf3514c.pfs-active-7bf3514c .pfs-question-text-7bf3514c {
    color: #ffffff;
}

/* Plus Icon */
.pfs-icon-7bf3514c {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.2);
    color: #a78bfa;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pfs-icon-7bf3514c svg {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pfs-item-7bf3514c.pfs-active-7bf3514c .pfs-icon-7bf3514c {
    background: rgba(139, 92, 246, 0.2);
    border-color: rgba(139, 92, 246, 0.4);
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.2);
}

.pfs-item-7bf3514c.pfs-active-7bf3514c .pfs-icon-7bf3514c svg {
    transform: rotate(45deg);
}

.pfs-item-7bf3514c.pfs-active-7bf3514c .pfs-icon-h-7bf3514c {
    opacity: 0;
}

/* Answer */
.pfs-answer-wrapper-7bf3514c {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pfs-answer-7bf3514c {
    padding: 0 32px 28px 80px;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}

.pfs-item-7bf3514c.pfs-active-7bf3514c .pfs-answer-7bf3514c {
    opacity: 1;
    transform: translateY(0);
}

.pfs-answer-7bf3514c p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(203, 213, 225, 0.7);
    margin: 0;
    font-weight: 400;
}

/* CTA Section */
.pfs-cta-wrapper-7bf3514c {
    text-align: center;
    margin-top: 64px;
}

.pfs-cta-button-7bf3514c {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    border-radius: 16px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 50%, #3b82f6 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.3);
}

.pfs-cta-button-7bf3514c::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #a78bfa 0%, #818cf8 50%, #60a5fa 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pfs-cta-button-7bf3514c:hover {
    transform: translateY(-2px);
    box-shadow:
        0 8px 40px rgba(139, 92, 246, 0.4),
        0 0 60px rgba(99, 102, 241, 0.2);
}

.pfs-cta-button-7bf3514c:hover::before {
    opacity: 1;
}

.pfs-cta-button-7bf3514c span,
.pfs-cta-button-7bf3514c svg {
    position: relative;
    z-index: 1;
}

.pfs-cta-button-7bf3514c svg {
    transition: transform 0.3s ease;
}

.pfs-cta-button-7bf3514c:hover svg {
    transform: translateX(4px);
}

/* Responsive - Tablet */
@media (max-width: 768px) {
    .pfs-section-7bf3514c {
        padding: 72px 16px;
    }

    .pfs-title-7bf3514c {
        font-size: 36px;
    }

    .pfs-subtitle-7bf3514c {
        font-size: 15px;
    }

    .pfs-header-7bf3514c {
        margin-bottom: 48px;
    }

    .pfs-question-7bf3514c {
        padding: 22px 24px;
        gap: 16px;
    }

    .pfs-question-text-7bf3514c {
        font-size: 15px;
    }

    .pfs-answer-7bf3514c {
        padding: 0 24px 22px 68px;
    }

    .pfs-icon-7bf3514c {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 10px;
    }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
    .pfs-section-7bf3514c {
        padding: 56px 14px;
    }

    .pfs-title-7bf3514c {
        font-size: 28px;
    }

    .pfs-subtitle-7bf3514c {
        font-size: 14px;
    }

    .pfs-header-7bf3514c {
        margin-bottom: 36px;
    }

    .pfs-accordion-7bf3514c {
        gap: 12px;
    }

    .pfs-question-7bf3514c {
        padding: 18px 18px;
        gap: 12px;
    }

    .pfs-question-number-7bf3514c {
        display: none;
    }

    .pfs-question-text-7bf3514c {
        font-size: 14px;
    }

    .pfs-answer-7bf3514c {
        padding: 0 18px 18px 18px;
    }

    .pfs-answer-7bf3514c p {
        font-size: 14px;
    }

    .pfs-icon-7bf3514c {
        width: 32px;
        height: 32px;
        min-width: 32px;
        border-radius: 8px;
    }

    .pfs-icon-7bf3514c svg {
        width: 16px;
        height: 16px;
    }

    .pfs-cta-button-7bf3514c {
        padding: 16px 32px;
        font-size: 15px;
        border-radius: 14px;
        width: 100%;
        justify-content: center;
    }

    .pfs-cta-wrapper-7bf3514c {
        margin-top: 48px;
    }

    .pfs-item-7bf3514c {
        border-radius: 16px;
    }
}
