.download-section {
    position: relative;
    overflow: hidden;
    padding: 145px 0;
    border-top: 1px solid var(--border);
    background:
        linear-gradient(
            180deg,
            rgba(7, 17, 31, 0.72),
            rgba(4, 9, 18, 0.98)
        );
}

.download-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    pointer-events: none;
}

.download-glow-one {
    top: 10%;
    right: -150px;
    width: 500px;
    height: 500px;
    background: rgba(37, 99, 235, 0.12);
}

.download-glow-two {
    bottom: -150px;
    left: -130px;
    width: 420px;
    height: 420px;
    background: rgba(20, 184, 166, 0.09);
}

.download-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
    align-items: center;
    gap: 78px;
}

.download-copy h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(3rem, 6vw, 5.7rem);
    line-height: 0.98;
    letter-spacing: -0.058em;
}

.download-copy h2 span {
    display: block;
    background: linear-gradient(90deg, #ffffff, #5eead4 62%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.download-copy > p {
    max-width: 650px;
    margin: 28px 0 0;
    color: var(--text-secondary);
    font-size: 1.04rem;
    line-height: 1.8;
}

.download-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.download-badges span {
    padding: 8px 11px;
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.025);
    color: var(--text-secondary);
    font-size: 0.7rem;
    font-weight: 700;
}

.download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.download-primary {
    min-width: 220px;
}

.download-note {
    display: block;
    margin-top: 18px;
    color: var(--text-soft);
    font-size: 0.72rem;
}

.download-panel {
    padding: 30px;
    border: 1px solid var(--border-bright);
    border-radius: 30px;
    background:
        linear-gradient(
            155deg,
            rgba(15, 27, 46, 0.96),
            rgba(4, 9, 18, 0.96)
        );
    box-shadow:
        0 40px 110px rgba(0, 0, 0, 0.48),
        0 0 90px rgba(37, 99, 235, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.download-panel-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.download-product-mark {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: linear-gradient(145deg, #0f766e, #1d4ed8);
    box-shadow: 0 18px 45px rgba(37, 99, 235, 0.22);
    color: white;
    font-size: 1.3rem;
    font-weight: 900;
}

.download-panel-header span,
.download-panel-header strong {
    display: block;
}

.download-panel-header span {
    color: var(--text-soft);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.11em;
}

.download-panel-header strong {
    margin-top: 6px;
    font-family: var(--font-display);
    font-size: 1.1rem;
}

.download-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.download-meta div,
.requirements-card {
    border: 1px solid var(--border);
    background: rgba(2, 8, 23, 0.45);
}

.download-meta div {
    padding: 15px;
    border-radius: 14px;
}

.download-meta span,
.download-meta strong {
    display: block;
}

.download-meta span {
    color: var(--text-soft);
    font-size: 0.62rem;
}

.download-meta strong {
    margin-top: 7px;
    font-size: 0.82rem;
}

.requirements-card {
    margin-top: 16px;
    padding: 19px;
    border-radius: 16px;
}

.requirements-heading span,
.requirements-heading strong {
    display: block;
}

.requirements-heading span {
    color: var(--text-soft);
    font-size: 0.61rem;
    font-weight: 900;
    letter-spacing: 0.11em;
}

.requirements-heading strong {
    margin-top: 7px;
    font-family: var(--font-display);
    font-size: 0.92rem;
}

.requirements-card ul {
    display: grid;
    gap: 11px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.requirements-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-secondary);
    font-size: 0.76rem;
}

.requirement-check {
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(52, 211, 153, 0.12);
    color: #6ee7b7;
    font-size: 0.68rem;
    font-weight: 900;
}

.download-security-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 16px;
    padding: 15px;
    border: 1px solid rgba(96, 165, 250, 0.16);
    border-radius: 14px;
    background: rgba(30, 64, 175, 0.08);
}

.security-note-icon {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(96, 165, 250, 0.15);
    color: #93c5fd;
    font-size: 0.72rem;
    font-weight: 900;
}

.download-security-note p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.7rem;
    line-height: 1.6;
}

@media (max-width: 950px) {
    .download-layout {
        grid-template-columns: 1fr;
        gap: 58px;
    }
}

@media (max-width: 640px) {
    .download-section {
        padding: 95px 0;
    }

    .download-actions {
        flex-direction: column;
    }

    .download-actions .button {
        width: 100%;
    }

    .download-panel {
        padding: 22px;
        border-radius: 24px;
    }

    .download-meta {
        grid-template-columns: 1fr;
    }
}

/* =======================================================
   DOWNLOAD RESPONSIVE POLISH
======================================================= */

.download-primary {
    justify-content: flex-start;
    text-align: left;
}

.download-panel {
    transition:
        transform 260ms ease,
        border-color 260ms ease,
        box-shadow 260ms ease;
}

.download-panel:hover {
    transform: translateY(-6px);
    border-color: rgba(94, 234, 212, 0.3);
    box-shadow:
        0 50px 130px rgba(0, 0, 0, 0.54),
        0 0 100px rgba(37, 99, 235, 0.1);
}

@media (max-width: 640px) {
    .download-copy h2 {
        font-size: clamp(2.8rem, 13vw, 4.2rem);
    }

    .download-badges {
        gap: 8px;
    }

    .download-badges span {
        font-size: 0.66rem;
    }

    .download-panel:hover {
        transform: none;
    }
}

/* Live release download link */
.download-primary {
    cursor: pointer;
    text-decoration: none;
}
