.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 24px;
}

.hero .hero-icon {
    width: 96px;
    height: 96px;
}

.hero h1 {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    margin: 16px 0 0;
}

.hero .super-large {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    max-width: 90%;
    background: linear-gradient(100deg, #AEB9E8 0%, #9E97FF 45%, #6155F5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #9E97FF;
}

.hero .details {
    font-size: 24px;
    font-weight: 400;
    width: 700px;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    color: #A1A1A6;
}

.hero .hero-cta {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.hero .hero-cta-caption {
    font-size: 13px;
    color: #86868B;
    margin: 0;
}

.appstore-badge {
    display: inline-block;
}

.hero .appstore-badge img {
    height: 54px;
    width: auto;
    display: block;
}

.hero-shot {
    display: flex;
    justify-content: center;
    padding: 24px 0 16px;
}

.hero-shot img {
    width: 922px;
    max-width: 96%;
    height: auto;
}

@media (max-width: 768px) {
    .hero .super-large {
        font-size: 32px;
    }

    .hero .details {
        font-size: 17px;
        max-width: 90%;
    }
}
