    .pdfcrest-footer {
        background: linear-gradient(180deg, #020617, #0f172a);
        border-top: 1px solid rgba(56, 189, 248, 0.1);
        color: #94a3b8;
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
        padding: 5rem 1.5rem 2rem;
        position: relative;
        overflow: hidden;
    }

    /* Subtle glow effect at the top */
    .pdfcrest-footer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1200px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.3), transparent);
    }

    .pdfcrest-footer .f-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .pdfcrest-footer .f-grid {
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 4rem;
        padding-bottom: 4rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    @media (max-width: 1024px) {
        .pdfcrest-footer .f-grid {
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
        }
    }

    @media (max-width: 640px) {
        .pdfcrest-footer .f-grid {
            grid-template-columns: 1fr;
            gap: 2.5rem;
            text-align: center;
        }

        .pdfcrest-footer .f-logo {
            justify-content: center;
        }

        .pdfcrest-footer .f-desc {
            margin-left: auto;
            margin-right: auto;
        }

        .pdfcrest-footer .f-bottom {
            flex-direction: column;
            text-align: center;
            gap: 1rem;
        }

        .pdfcrest-footer .f-legal {
            justify-content: center;
            gap: 1rem;
        }

        .pdfcrest-footer .trust-badge {
            margin-left: auto;
            margin-right: auto;
        }
    }

    .pdfcrest-footer .f-logo {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 1.5rem;
        text-decoration: none;
    }

    .pdfcrest-footer .f-logo span {
        font-size: 22px;
        font-weight: 800;
        letter-spacing: -0.02em;
        background: linear-gradient(to right, #6366f1, #7c3aed);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .pdfcrest-footer .f-desc {
        font-size: 14px;
        line-height: 1.8;
        color: #64748b;
        margin-bottom: 2rem;
        max-width: 320px;
    }

    .pdfcrest-footer .f-col h4 {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #f8fafc;
        margin-bottom: 1.5rem;
        position: relative;
    }

    .pdfcrest-footer .f-col a {
        display: block;
        color: #94a3b8;
        text-decoration: none;
        font-size: 14px;
        margin-bottom: 0.875rem;
        transition: all 0.2s ease;
    }

    .pdfcrest-footer .f-col a:hover {
        color: #38bdf8;
        padding-left: 4px;
    }

    .pdfcrest-footer .f-bottom {
        padding-top: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1.5rem;
        font-size: 13px;
        color: #475569;
    }

    .pdfcrest-footer .f-legal {
        display: flex;
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .pdfcrest-footer .f-legal a {
        color: #475569;
        text-decoration: none;
        transition: color 0.2s;
    }

    .pdfcrest-footer .f-legal a:hover {
        color: #94a3b8;
    }

    .pdfcrest-footer .f-contact-link {
        color: #64748b;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s;
    }

    .pdfcrest-footer .f-contact-link:hover {
        color: #38bdf8;
    }

    /* Trust Badge */
    .trust-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        background: rgba(16, 185, 129, 0.05);
        border: 1px solid rgba(16, 185, 129, 0.1);
        border-radius: 8px;
        color: #10b981;
        font-size: 12px;
        font-weight: 600;
        margin-top: 1.5rem;
    }
</style>
