
.download-entry-adbait {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    min-width: 1px;
    min-height: 1px;
    opacity: 0.01;
    pointer-events: none;
    overflow: hidden;
}


.download-entry-page {
    padding: 48px 0 72px;
}

.download-entry-shell {
    max-width: 980px;
    margin: 0 auto;
}

.download-entry-hero,
.download-entry-flow {
    background: linear-gradient(180deg, rgba(18, 24, 39, 0.96), rgba(11, 15, 25, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.download-entry-hero {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
    padding: 36px;
}

.download-entry-flow {
    margin-top: 24px;
    padding: 36px;
}

.download-entry-cover {
    min-height: 320px;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
}

.download-entry-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.download-entry-copy {
    min-width: 0;
    align-self: center;
}

.download-entry-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(140, 200, 77, 0.14);
    color: #c9f59d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.download-entry-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
}

.download-entry-series {
    margin: 0 0 10px;
    color: rgba(255,255,255,0.78);
    font-size: 18px;
    font-weight: 600;
}

.download-entry-description {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 16px;
    line-height: 1.8;
    max-width: 62ch;
}

.download-entry-stage {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.download-entry-stage + .download-entry-stage {
    margin-top: 20px;
}

.download-entry-stage[hidden] {
    display: none !important;
}

.download-entry-stage-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.download-entry-stage-label {
    margin-bottom: 8px;
    color: rgba(255,255,255,0.62);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.download-entry-stage-title {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 800;
}

.download-entry-stage-text {
    margin: 16px 0 0;
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    line-height: 1.75;
}

.download-entry-timer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(140, 200, 77, 0.14);
    color: #eaffd3;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.download-entry-progress {
    position: relative;
    margin-top: 18px;
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
}

.download-entry-progress-bar {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #8cc84d, #d8ffab);
    transition: width .35s ease;
}

.download-entry-quality-actions,
.download-entry-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.download-entry-actions {
    margin-top: 30px;
}

.download-entry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease, background-color .2s ease;
}

.download-entry-btn.is-secondary {
    background: #8cc84d;
    color: #08101c;
    box-shadow: 0 16px 34px rgba(140, 200, 77, 0.22);
}

.download-entry-btn.is-primary {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.09);
}

.download-entry-btn.is-primary:hover,
.download-entry-btn.is-primary:focus-visible {
    background: rgba(255,255,255,0.12);
}

.download-entry-btn--download {
    background: var(--download-button-color, #8cc84d) !important;
    color: #08101c !important;
    box-shadow: 0 16px 34px rgba(140, 200, 77, 0.22);
}

.download-entry-btn--download:hover,
.download-entry-btn--download:focus-visible {
    background: var(--download-button-hover-color, #a6df6e) !important;
    color: #08101c !important;
}

.download-entry-btn--back {
    background: var(--back-watch-button-color, #334155) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.22);
}

.download-entry-btn--back:hover,
.download-entry-btn--back:focus-visible {
    background: var(--back-watch-button-hover-color, #475569) !important;
    color: #ffffff !important;
}

.download-entry-btn--final {
    min-width: 260px;
}

.download-entry-btn:hover {
    transform: translateY(-1px);
    opacity: 0.96;
    text-decoration: none;
}

.download-entry-btn.is-disabled,
.download-entry-btn:disabled {
    opacity: 0.56;
    cursor: not-allowed;
    transform: none;
}

.download-entry-noscript {
    margin-top: 20px;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.86);
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 959px) {
    .download-entry-hero {
        grid-template-columns: 1fr;
    }

    .download-entry-cover {
        min-height: 240px;
    }
}

@media (max-width: 767px) {
    .download-entry-page {
        padding: 28px 0 56px;
    }

    .download-entry-hero,
    .download-entry-flow {
        padding: 24px;
        border-radius: 18px;
    }

    .download-entry-flow {
        margin-top: 18px;
    }

    .download-entry-hero {
        gap: 22px;
    }

    .download-entry-title {
        font-size: 30px;
    }

    .download-entry-series {
        font-size: 16px;
    }

    .download-entry-stage {
        padding: 18px;
        border-radius: 16px;
    }

    .download-entry-stage-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .download-entry-stage-title {
        font-size: 22px;
    }
}
