/* =====================
   MINIMAL NAVBAR
   ===================== */
.dl-navbar .nav-content {
    justify-content: center;
}

/* =====================
   HERO
   ===================== */
.dl-hero {
    padding: 60px 0 90px;
    background: linear-gradient(160deg, #ffffff 0%, #f3ecfd 60%, #ddd6fe22 100%);
    position: relative;
    overflow: hidden;
}

.dl-hero-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.dl-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
}

.dl-shape-1 {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #ddd6fe, transparent);
    top: -100px;
    right: -60px;
}

.dl-shape-2 {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, #b7dde3, transparent);
    bottom: -40px;
    left: 8%;
}

.dl-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 48px;
}

.dl-hero-text {
    flex: 1;
}

.dl-hero-text h1 {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 20px;
}

.dl-hero-text > p {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 520px;
    line-height: 1.75;
    margin-bottom: 32px;
}

/* Store badges */
.dl-store-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.dl-store-buttons-center {
    justify-content: center;
}

.dl-store-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.dl-store-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary);
}

.dl-cta-box .dl-store-label {
    color: #fff;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
    box-shadow: 0 6px 18px rgba(15,23,42,0.18);
    cursor: pointer;
}

.store-badge:hover {
    transform: translateY(-2px);
    background: #1e293b;
    border-color: rgba(255,255,255,0.3);
    box-shadow: 0 10px 26px rgba(15,23,42,0.26);
}

.store-badge:active {
    transform: translateY(0);
}

.store-badge:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 3px;
}

.store-badge i {
    font-size: 1.8rem;
}

.store-badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    font-weight: 700;
    font-size: 1.05rem;
}

.store-badge-text small {
    font-weight: 400;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.75);
    text-transform: none;
}

.store-badge-arrow {
    margin-left: 6px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.55);
    transition: transform 0.2s, color 0.2s;
}

.store-badge:hover .store-badge-arrow {
    transform: translateX(3px);
    color: #fff;
}

.store-note {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 0.82rem;
    color: var(--text-muted);
}
.store-note i { color: var(--primary); }
.store-note-center { justify-content: center; }

.dl-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 500;
}

.dl-hero-trust i {
    color: #22c55e;
    margin-right: 6px;
}

/* Phone mockup */
.dl-hero-visual {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

.dl-phone-mockup {
    width: 300px;
    background: #1e293b;
    border-radius: 36px;
    padding: 14px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

.dl-phone-screen {
    background: #f8fafc;
    border-radius: 24px;
    padding: 14px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dl-phone-statusbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-dark);
}

.dl-phone-sb-icons {
    display: flex;
    gap: 6px;
    font-size: 0.7rem;
    color: var(--text-dark);
}

.dl-phone-bar {
    margin-bottom: 4px;
}

.dl-phone-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--text-dark);
}

.dl-phone-logo-b {
    width: 22px;
    height: 22px;
    background: var(--primary);
    color: #fff;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 900;
}

.dl-feed {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dl-feed-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
}

.dl-feed-news { background: #fff7ed; }
.dl-feed-event { background: #f0fdf4; }
.dl-feed-help { background: #eff6ff; }
.dl-feed-safety { background: #fef2f2; }

.dl-feed-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.dl-feed-news .dl-feed-icon { background: #fed7aa; color: #c2410c; }
.dl-feed-event .dl-feed-icon { background: #bbf7d0; color: #15803d; }
.dl-feed-help .dl-feed-icon { background: #bfdbfe; color: #1d4ed8; }
.dl-feed-safety .dl-feed-icon { background: #fecaca; color: #b91c1c; }

.dl-feed-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}

.dl-feed-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.3;
}

/* =====================
   SECTIONS
   ===================== */
.dl-section {
    padding: 80px 0;
}

/* =====================
   PERKS STRIP
   ===================== */
.dl-perks-strip {
    background: #fff;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    padding: 18px 0;
}

.dl-perks-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}

.dl-perk {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 28px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dark);
}

.dl-perk i {
    color: var(--primary);
    font-size: 1rem;
}

.dl-perk-divider {
    width: 1px;
    height: 28px;
    background: #e2e8f0;
}

/* =====================
   SHARE SECTION
   ===================== */
.dl-share {
    padding: 80px 0;
    background: #f8fafc;
}

.dl-share-box {
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1px solid #f1f5f9;
    box-shadow: var(--shadow);
    padding: 48px;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.dl-share-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f3ecfd;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.dl-share-text h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.dl-share-text > p {
    color: var(--text-muted);
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: 28px;
}

.dl-share-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.dl-copy-feedback {
    font-size: 0.88rem;
    font-weight: 600;
    color: #15803d;
    min-height: 1.2em;
}

/* =====================
   FINALE CTA
   ===================== */
.dl-cta {
    padding: 80px 0;
}

.dl-cta-box {
    background: linear-gradient(135deg, var(--primary) 0%, #5b21b6 100%);
    border-radius: var(--radius-lg);
    padding: 64px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dl-cta-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.dl-cta-shape-1,
.dl-cta-shape-2 {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

.dl-cta-shape-1 { width: 300px; height: 300px; top: -100px; right: -60px; }
.dl-cta-shape-2 { width: 200px; height: 200px; bottom: -80px; left: 5%; }

.dl-cta-content {
    position: relative;
    z-index: 1;
}

.dl-cta-box h2 {
    font-size: 2.1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.dl-cta-box p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 32px;
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 768px) {
    .dl-hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .dl-hero-text h1 {
        font-size: 2.3rem;
    }

    .dl-hero-text > p {
        margin-left: auto;
        margin-right: auto;
    }

    .dl-store-buttons {
        justify-content: center;
    }

    .dl-hero-trust {
        justify-content: center;
    }

    .dl-phone-mockup {
        width: 260px;
    }

    .dl-perk {
        padding: 8px 14px;
    }

    .dl-perk-divider {
        display: none;
    }

    .dl-share-box {
        padding: 32px 24px;
    }

    .dl-cta-box {
        padding: 40px 24px;
    }

    .dl-cta-box h2 {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .dl-hero-text h1 {
        font-size: 1.9rem;
    }

    .store-badge {
        padding: 10px 16px;
        width: 100%;
        justify-content: center;
    }

    .dl-store-buttons {
        flex-direction: column;
    }

    .dl-store-col {
        width: 100%;
    }

}
