
        .faq-section {
            padding-top: 4rem;
        }
        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }
        .faq-item {
            background-color: white;
            border: 1px solid #e2e8f0;
            border-radius: 0.75rem;
            margin-bottom: 1rem;
        }
        .faq-question {
            width: 100%;
            padding: 1.25rem;
            text-align: left;
            font-size: 1.125rem;
            font-weight: 600;
            color: #1e293b;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            background: none;
            border: none;
        }
        .faq-answer {
            padding: 0 1.25rem 1.25rem;
            font-size: 1rem;
            line-height: 1.6;
            display: none;
        }
    