/* ===== DESCARGAS — Dark modern theme ===== */

/* --- Hero --- */
#dl-hero {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%);
}

#dl-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 60%, rgba(255, 84, 0, 0.12) 0%, transparent 65%);
    pointer-events: none;
}

.dl-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 20px;
    animation: slideInUp 0.8s ease forwards;
}

.dl-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FF5400;
    margin-bottom: 14px;
    display: block;
}

.dl-hero-inner h1 {
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0 0 18px;
    text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}

.dl-hero-inner h1 span {
    color: #FF5400;
}

.dl-hero-sub {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: rgba(255,255,255,0.5);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.65;
}

/* --- Download section --- */
#dl-section {
    background: #0d0d0d;
    padding: 90px 0 100px;
}

/* --- Main download card --- */
.dl-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 60px 52px;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 780px;
    margin: 0 auto;
}

.dl-card::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,84,0,0.07) 0%, transparent 65%);
    pointer-events: none;
}

.dl-card-icon {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: rgba(255,84,0,0.1);
    border: 2px solid rgba(255,84,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
}

.dl-card-icon .fa {
    font-size: 34px;
    color: #FF5400;
}

.dl-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    letter-spacing: -0.3px;
    position: relative;
    z-index: 1;
}

.dl-card-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto 44px;
    position: relative;
    z-index: 1;
}

/* --- Download buttons --- */
.dl-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}

.dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 16px 30px;
    border-radius: 10px;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    min-width: 220px;
}

/* Especificidad alta para superar #wrapper.orange a del skin (111) */
#wrapper.orange .dl-btn-win,
#wrapper.orange .dl-btn-win:link,
#wrapper.orange .dl-btn-win:visited {
    background: #FF5400;
    border: 2px solid #FF5400;
    color: #fff !important;
    box-shadow: 0 6px 28px rgba(255,84,0,0.4);
}

#wrapper.orange .dl-btn-win:hover {
    background: transparent;
    color: #FF5400 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(255,84,0,0.2);
}

#wrapper.orange .dl-btn-win .fa,
#wrapper.orange .dl-btn-win .dl-btn-label strong,
#wrapper.orange .dl-btn-win .dl-btn-label small {
    color: #fff !important;
}

#wrapper.orange .dl-btn-win:hover .fa,
#wrapper.orange .dl-btn-win:hover .dl-btn-label strong,
#wrapper.orange .dl-btn-win:hover .dl-btn-label small {
    color: #FF5400 !important;
}

#wrapper.orange .dl-btn-mac,
#wrapper.orange .dl-btn-mac:link,
#wrapper.orange .dl-btn-mac:visited {
    background: rgba(255,255,255,0.06);
    border: 2px solid rgba(255,255,255,0.14);
    color: #fff !important;
}

#wrapper.orange .dl-btn-mac:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,84,0,0.4);
    color: #FF5400 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(0,0,0,0.3);
}

#wrapper.orange .dl-btn-mac .fa,
#wrapper.orange .dl-btn-mac .dl-btn-label strong,
#wrapper.orange .dl-btn-mac .dl-btn-label small {
    color: #fff !important;
}

#wrapper.orange .dl-btn-mac:hover .fa,
#wrapper.orange .dl-btn-mac:hover .dl-btn-label strong,
#wrapper.orange .dl-btn-mac:hover .dl-btn-label small {
    color: #FF5400 !important;
}

.dl-btn .fa {
    font-size: 24px;
    flex-shrink: 0;
}

.dl-btn-label {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.dl-btn-label strong {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.dl-btn-label small {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 2px;
}

/* --- Steps --- */
.dl-steps {
    display: flex;
    gap: 0;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    gap: 20px;
}

.dl-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    min-width: 160px;
    max-width: 200px;
    text-align: left;
}

.dl-step-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #FF5400;
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

#wrapper.orange .dl-step-num {
    color: #fff !important;
}

.dl-step-text {
    font-size: 13.5px;
    color: rgba(255,255,255,0.5);
    line-height: 1.55;
    padding-top: 4px;
}

/* --- Contact fallback --- */
.dl-contact {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-left: 3px solid #FF5400;
    border-radius: 14px;
    padding: 24px 28px;
    max-width: 780px;
    margin: 32px auto 0;
}

.dl-contact-icon {
    font-size: 22px;
    color: #FF5400;
    flex-shrink: 0;
    margin-top: 2px;
}

.dl-contact-text {
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255,255,255,0.5);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dl-contact-text strong {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.dl-contact-text a {
    color: #FF5400;
    text-decoration: none;
    transition: opacity 0.2s;
}

.dl-contact-text a:hover {
    opacity: 0.8;
}

/* --- Reveal --- */
.reveal-item {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1),
                transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal-item.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .dl-hero-inner h1 { font-size: 36px; }
    .dl-card { padding: 44px 32px; }
    .dl-card-title { font-size: 22px; }
}

@media (max-width: 600px) {
    .dl-hero-inner h1 { font-size: 28px; }
    .dl-card { padding: 36px 20px; }
    .dl-btn { min-width: 100%; justify-content: center; }
    .dl-btn-label { text-align: center; }
    .dl-steps { flex-direction: column; align-items: center; }
    .dl-step { max-width: 280px; }
}
