html,
body {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box;
    background: white;
    overflow-x: hidden;
    height: 100%;
}

body {
    padding-top: 0 !important;
}

#toolbar {
    margin: 0 !important;
    padding: 0 !important;
    position: sticky;
    top: 0;
    z-index: 1030;
}

#holiday-banner {
    margin-top: 0;
    /* Remove or set to 0 */
}

.download-section {
    margin-top: -60px;
    z-index: 3;
    position: relative;
}

.download-section .btn {
    margin: 0 10px;
}

@media (max-width: 768px) {
    #holiday-banner {
        margin-top: 60px;
    }
}

/* Mobile bottom bar */
.mobile-cta-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding: 8px env(safe-area-inset-right) calc(8px + env(safe-area-inset-bottom)) env(safe-area-inset-left);
}

.mobile-cta-bar .bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 10px;
}

.mobile-cta-bar a {
    display: grid;
    place-items: center;
    gap: 4px;
    padding: 10px 6px;
    border-radius: 12px;
    text-decoration: none;
    color: #0f172a;
    background: #f8fafc;
    font-size: .8rem;
    /* font-weight: 600; */
    box-shadow: 0 2px 10px rgba(16, 24, 40, .06);
}

.mobile-cta-bar a .bi {
    font-size: 1.3rem;
}

@media (max-width: 576px) {
    .download-cta {
        padding-bottom: calc(92px + env(safe-area-inset-bottom));
    }
}