   .custom-wrapper {
        margin: 48px 0;
    }

    .custom-card {
        background: #1a1a1a;
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 16px;
        padding: 32px;
        margin-bottom: 24px;
    }

    .custom-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #ffffff;
    }

    .custom-desc {
        color: #e0e0e0;
        margin-bottom: 16px;
        line-height: 1.7;
    }

    .custom-desc a {
        color: #ffffff;
        text-decoration: none;
    }

    .custom-faq {
        background: #0a0a0a;
        border-radius: 12px;
        margin-bottom: 12px;
        padding: 16px;
    }

    .custom-faq summary {
        font-weight: 600;
        cursor: pointer;
        color: #ffffff;
    }

    .custom-faq p {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(255,255,255,0.1);
        color: #e0e0e0;
    }