.as-app-page {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    padding: 34px 0 84px;
    color: #ffffff;
}

.as-app-hero {
    min-height: 340px;
    display: grid;
    place-items: center;
    text-align: center;
    border-bottom: 1px solid rgba(148, 163, 184, .14);
    position: relative;
    overflow: hidden;
}

.as-app-hero__content {
    width: min(880px, 100%);
    margin: 0 auto;
}

.as-app-hero h1 {
    max-width: 860px;
    margin: 0 auto 14px;
    color: #ffffff;
    font-size: clamp(34px, 6vw, 72px);
    line-height: .96;
    font-weight: 1000;
    letter-spacing: -.06em;
}

.as-app-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(226, 232, 240, .62);
    font-size: 15px;
    line-height: 1.78;
    font-weight: 650;
}

.as-app-hero__actions {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.as-app-hero__actions a {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #030712;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 950;
    transition: transform .18s ease, opacity .18s ease;
}

.as-app-hero__actions a:hover {
    transform: translateY(-1px);
    opacity: .92;
}

.as-app-hero__actions .as-app-hero__secondary {
    background: rgba(255, 255, 255, .07);
    color: #ffffff;
    border: 1px solid rgba(148, 163, 184, .16);
}

.as-app-notice {
    margin-top: 24px;
    padding: 18px;
    border: 1px solid rgba(14, 165, 233, .22);
    border-radius: 24px;
    background: rgba(14, 165, 233, .07);
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
}

.as-app-notice__icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(14, 165, 233, .14);
    color: #38bdf8;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.as-app-notice strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 1000;
}

.as-app-notice p {
    margin: 0;
    color: rgba(226, 232, 240, .66);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 650;
}

.as-app-steps {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.as-app-step,
.as-app-grid article,
.as-app-keywords {
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 24px;
    background: rgba(255, 255, 255, .045);
}

.as-app-step {
    padding: 20px;
}

.as-app-step__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .065);
    color: #38bdf8;
    display: grid;
    place-items: center;
    font-size: 20px;
}

.as-app-step h2,
.as-app-grid h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 1000;
    letter-spacing: -.02em;
}

.as-app-step ol {
    margin: 0;
    padding-left: 19px;
    color: rgba(226, 232, 240, .66);
    font-size: 13px;
    line-height: 1.85;
    font-weight: 700;
}

.as-app-step li::marker {
    color: #38bdf8;
    font-weight: 1000;
}

.as-app-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.as-app-grid article {
    padding: 20px;
}

.as-app-grid article > i {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 15px;
    background: rgba(14, 165, 233, .1);
    color: #38bdf8;
    display: grid;
    place-items: center;
    font-size: 17px;
}

.as-app-grid p {
    margin: 0;
    color: rgba(226, 232, 240, .62);
    font-size: 13px;
    line-height: 1.72;
    font-weight: 650;
}

.as-app-keywords {
    margin-top: 14px;
    padding: 20px;
}

.as-app-section-title {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 16px;
}

.as-app-section-title > i {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: rgba(14, 165, 233, .1);
    color: #38bdf8;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.as-app-section-title h2 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 1000;
}

.as-app-section-title p {
    margin: 0;
    color: rgba(226, 232, 240, .56);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 650;
}

.as-app-keywords__list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.as-app-keywords__list span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .065);
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 900;
}

@media (max-width: 920px) {
    .as-app-steps,
    .as-app-grid {
        grid-template-columns: 1fr;
    }

    .as-app-hero {
        min-height: auto;
        padding: 42px 0 34px;
    }
}

@media (max-width: 560px) {
    .as-app-page {
        width: min(100% - 24px, 1180px);
        padding-top: 22px;
    }

    .as-app-hero h1 {
        font-size: clamp(33px, 12vw, 48px);
    }

    .as-app-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .as-app-hero__actions a {
        width: 100%;
    }

    .as-app-notice {
        grid-template-columns: 1fr;
    }
}