/********** Download App Page **********/

/* ── Hero ── */
.dlapp-hero {
    padding: 5rem 0 4.5rem;
    background: linear-gradient(135deg, #f4f8fc 0%, #eaf2f8 100%);
    overflow: hidden;
}

.dlapp-hero-title {
    font-size: clamp(2.1rem, 4.2vw, 3.2rem);
    font-weight: 900;
    color: #0d1b2a;
    line-height: 1.14;
    letter-spacing: -.5px;
    margin-bottom: 1.1rem;
}

.dlapp-hero-title em {
    font-style: normal;
    color: #1c6e8f;
}

.dlapp-hero-sub {
    font-size: 1.02rem;
    color: #475569;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 1.75rem;
}

.dlapp-hero-points {
    list-style: none;
    padding: 0;
    margin: 0 0 2.2rem;
    display: grid;
    gap: .65rem;
}

.dlapp-hero-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #0d1b2a;
}

.dlapp-hero-points i {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(212, 175, 55, .16);
    color: #a8790a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.dlapp-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.dlapp-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 14.5px;
    padding: 13px 26px;
    border-radius: 50px;
    text-decoration: none;
    transition: background .2s, box-shadow .2s, transform .15s;
}

.dlapp-store-btn i { font-size: 1.4rem; }

.dlapp-store-btn-gold {
    background: #d4af37;
    color: #0d1b2a;
    box-shadow: 0 6px 20px rgba(212, 175, 55, .38);
}

.dlapp-store-btn-gold:hover {
    background: #a8790a;
    color: #0d1b2a;
    box-shadow: 0 8px 26px rgba(212, 175, 55, .5);
    transform: translateY(-2px);
}

.dlapp-store-btn-dark {
    background: #0d1b2a;
    color: #fff;
    box-shadow: 0 6px 20px rgba(13, 27, 42, .28);
}

.dlapp-store-btn-dark:hover {
    background: #16283b;
    color: #fff;
    box-shadow: 0 8px 26px rgba(13, 27, 42, .38);
    transform: translateY(-2px);
}

.dlapp-hero-note {
    display: block;
    margin-top: .85rem;
    font-size: 12.5px;
    color: #64748b;
}

@media (max-width: 575.98px) {
    .dlapp-hero { padding: 3.5rem 0 3rem; }
}
