/* Software onboarding page */
form:has(.sw-page) {
    background: #ffffff !important;
}

.sw-page {
    background: #ffffff;
}

.sw-hero {
    background: linear-gradient(135deg, #eaf4fd 0%, #ffffff 55%, #f2eefb 100%);
}

.sw-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

    .sw-hero__actions .fs-btn--outline {
        background: #ffffff;
    }

.sw-card-dark__lede {
    color: #c3d8ea;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 26px;
}

.sw-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.sw-stat {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    padding: 16px;
}

    .sw-stat strong {
        display: block;
        font-size: 22px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 6px;
    }

    .sw-stat span {
        display: block;
        font-size: 12px;
        line-height: 1.4;
        color: #a9c6dd;
    }

.sw-offers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.sw-offer {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e3ecf4;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(15, 42, 67, .06);
}

    .sw-offer h3 {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 700;
        margin: 0 0 12px;
        color: #0f2a43;
    }

    .sw-offer p {
        font-size: 14px;
        line-height: 1.65;
        color: #5b7691;
        margin: 0 0 20px;
    }

    .sw-offer .fs-btn {
        align-self: flex-start;
        margin-top: auto;
    }

.sw-offer--dark {
    background: linear-gradient(160deg, #1478c1 0%, #0d9ae0 100%);
    border-color: transparent;
}

    .sw-offer--dark h3 {
        color: #ffffff;
    }

    .sw-offer--dark p {
        color: #dcf0ff;
    }

.sw-pill {
    display: inline-block;
    align-self: flex-start;
    background: #eaf4fd;
    color: #1a8fe3;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 20px;
}

.sw-pill--onDark {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}

.sw-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 20px;
}

.sw-price__value {
    font-size: 36px;
    font-weight: 700;
    color: #0f2a43;
}

.sw-price__note {
    font-size: 13px;
    color: #5b7691;
}

.sw-offer .fs-ticks {
    margin-bottom: 26px;
}

.fs-ticks--onDark li {
    color: #ffffff;
}

    .fs-ticks--onDark li::before {
        background: rgba(255, 255, 255, .22);
        color: #ffffff;
    }

.sw-platforms {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.sw-platform {
    background: #ffffff;
    border: 1px solid #e3ecf4;
    border-radius: 10px;
    padding: 22px 16px;
    text-align: center;
}

    .sw-platform strong {
        display: block;
        font-size: 14px;
        color: #0f2a43;
        margin-bottom: 6px;
    }

.sw-platform__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 14px;
}

.sw-platform__mark--mm {
    background: #d63c34;
}

.sw-platform__mark--me {
    background: #16a085;
}

.sw-platform__mark--xm {
    background: #ef7d1a;
}

.sw-platform__mark--ay {
    background: #8156d0;
}

.sw-platform__mark--mo {
    background: #1a8fe3;
}

.sw-platform__note {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    color: #7f97ad;
}

.sw-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #ffffff;
    border: 1px solid #e3ecf4;
    border-radius: 10px;
    padding: 22px 26px;
    margin-top: 26px;
}

    .sw-callout strong {
        display: block;
        font-size: 15px;
        color: #0f2a43;
        margin-bottom: 4px;
    }

    .sw-callout span {
        font-size: 13px;
        color: #5b7691;
    }

    .sw-callout .fs-btn {
        flex: 0 0 auto;
    }

.sw-section--light {
    background: #fbfcfe;
}

.sw-arrange {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.sw-arrange__step {
    border-top: 3px solid #1a8fe3;
    padding-top: 18px;
}

.sw-arrange__step--two {
    border-top-color: #8156d0;
}

.sw-arrange__step--three {
    border-top-color: #f0a028;
}

.sw-arrange__no {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #7f97ad;
    margin-bottom: 10px;
}

.sw-arrange__step h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #0f2a43;
}

.sw-arrange__step p {
    font-size: 14px;
    line-height: 1.6;
    color: #5b7691;
    margin: 0;
}

@media (max-width: 991px) {
    .sw-offers,
    .sw-arrange {
        grid-template-columns: 1fr;
    }

    .sw-platforms {
        grid-template-columns: repeat(2, 1fr);
    }

    .sw-callout {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .sw-stats {
        grid-template-columns: 1fr;
    }

    .sw-platforms {
        grid-template-columns: 1fr;
    }
}
