﻿.download-wrap {
    padding: 1.25rem;
    border-radius: 28px;
    background: radial-gradient(circle at top right, rgba(56,189,248,.16), transparent 30%), radial-gradient(circle at bottom left, rgba(37,99,235,.13), transparent 28%), linear-gradient(180deg, #0b1220 0%, #111827 100%);
    box-shadow: 0 30px 80px rgba(2,6,23,.45);
    color: #e5eefc;
}

.download-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(15,23,42,.76), rgba(15,23,42,.55));
    border: 1px solid rgba(148,163,184,.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 18px 40px rgba(2,6,23,.20);
    backdrop-filter: blur(14px);
    transition: .18s ease;
}

    .download-card:hover {
        transform: translateY(-3px);
        border-color: rgba(96,165,250,.32);
        box-shadow: 0 24px 55px rgba(2,6,23,.32);
    }

.download-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .9rem auto;
    color: #dbeafe;
    background: linear-gradient(135deg, rgba(56,189,248,.24), rgba(37,99,235,.22));
    border: 1px solid rgba(125,211,252,.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 10px 22px rgba(14,165,233,.14);
}

.download-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 900;
    color: #f8fafc;
    line-height: 1.2;
}

.download-text {
    margin: .45rem auto 1rem auto;
    max-width: 330px;
    color: #91a4c4;
    font-size: .82rem;
    font-weight: 600;
    line-height: 1.45;
}

.download-qr {
    width: 220px;
    max-width: 100%;
    border-radius: 22px;
    padding: .6rem;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 18px 34px rgba(2,6,23,.30);
}

.download-printer-box {
    width: 220px;
    height: 220px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top right, rgba(56,189,248,.20), transparent 38%), linear-gradient(135deg, rgba(15,23,42,.72), rgba(30,41,59,.78));
    border: 1px solid rgba(148,163,184,.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 18px 34px rgba(2,6,23,.25);
}

    .download-printer-box i {
        font-size: 4rem;
        color: #93c5fd;
    }

.download-btn {
    min-height: 42px;
    border: 0;
    border-radius: 14px;
    padding: .65rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    box-shadow: 0 14px 26px rgba(37,99,235,.25);
    transition: .18s ease;
}

    .download-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
    }

    .download-btn.dark {
        background: linear-gradient(135deg, #334155 0%, #020617 100%);
        box-shadow: 0 14px 26px rgba(2,6,23,.30);
    }

        .download-btn.dark:hover {
            background: linear-gradient(135deg, #475569 0%, #020617 100%);
        }

@media (max-width: 575.98px) {
    .download-wrap {
        padding: .85rem;
        border-radius: 22px;
    }

    .download-card {
        padding: 1rem;
        border-radius: 22px;
    }

    .download-btn {
        width: 100%;
    }
}
