/* ============================================================================
   HOME PAGE
   ============================================================================ */

.home-main {
    padding-top: 1rem;
}

.home-stage .dl-copy {
    max-width: 36rem;
}

.home-stage .home-lead {
    max-width: 34rem;
    margin-bottom: 1.25rem;
}

.home-points {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    animation: dl-rise 0.7s ease 0.22s both;
}

.home-points li {
    position: relative;
    padding-left: 1.15rem;
    color: #e2e8f0;
    font-size: 0.95rem;
    line-height: 1.4;
}

.home-points li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #34d399;
}

.home-stage .dl-btn {
    animation: dl-rise 0.7s ease 0.28s both;
}

.home-stage .dl-links {
    animation: dl-rise 0.7s ease 0.34s both;
}

@media (max-width: 900px) {
    .home-points {
        text-align: left;
        display: inline-flex;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
