.skyprint-advantages {
    padding: 68px 0;
    background: #f7f6f3;
}

.skyprint-advantages * {
    box-sizing: border-box;
}

.spa-head {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.spa-kicker {
    margin-bottom: 8px;
    color: #9b7a35;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.spa-head h2 {
    margin: 0 0 14px;
    color: #202838;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 800;
}

.spa-head p {
    margin: 0;
    color: #606978;
    font-size: 16px;
    line-height: 1.58;
}

.spa-main-col {
    margin-bottom: 24px;
}

.spa-main-card {
    position: relative;
    height: 100%;
    min-height: 430px;
    padding: 30px 28px;
    background: #202838;
    color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(32, 40, 56, 0.18);
}

.spa-main-card:before {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(155, 122, 53, 0.38) 0%, rgba(155, 122, 53, 0) 70%);
}

.spa-main-card:after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -90px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 72%);
}

.spa-main-label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 22px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.spa-main-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 800;
}

.spa-main-card p {
    position: relative;
    z-index: 1;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.58;
}

.spa-main-points {
    position: relative;
    z-index: 1;
    margin-top: auto;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    overflow: hidden;
}

.spa-main-points div {
    padding: 15px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.spa-main-points div:last-child {
    border-bottom: none;
}

.spa-main-points strong {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
}

.spa-main-points span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.3;
}

.spa-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.spa-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.spa-card {
    height: 100%;
    min-height: 205px;
    padding: 24px 22px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(32, 40, 56, 0.055);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.spa-card:hover {
    transform: translateY(-4px);
    border-color: rgba(155, 122, 53, 0.28);
    box-shadow: 0 16px 38px rgba(32, 40, 56, 0.11);
}

.spa-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    background: #f1eee7;
    color: #9b7a35;
    border-radius: 13px;
    font-size: 21px;
}

.spa-card h3 {
    margin: 0 0 9px;
    color: #202838;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.spa-card p {
    margin: 0;
    color: #606978;
    font-size: 14px;
    line-height: 1.5;
}

.spa-proof-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 10px;
}

.spa-proof-item {
    padding: 22px 22px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(32, 40, 56, 0.05);
}

.spa-proof-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    height: 24px;
    margin-bottom: 14px;
    padding: 0 8px;
    background: #202838;
    color: #ffffff;
    border-radius: 999px;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.spa-proof-item strong {
    display: block;
    margin-bottom: 7px;
    color: #202838;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 800;
}

.spa-proof-item p {
    margin: 0;
    color: #606978;
    font-size: 14px;
    line-height: 1.45;
}

.spa-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 24px;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.1);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(32, 40, 56, 0.07);
}

.spa-bottom-text {
    max-width: 760px;
    color: #606978;
    font-size: 15px;
    line-height: 1.5;
}

.spa-bottom-text strong {
    color: #202838;
}

.spa-btn,
.spa-btn:hover,
.spa-btn:visited,
.spa-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 22px;
    background: #202838;
    color: #ffffff;
    border: 1px solid #202838;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.spa-btn:hover {
    background: #151c29;
    border-color: #151c29;
    color: #ffffff;
}



@media (max-width: 991.98px) {
    .skyprint-advantages {
        padding: 54px 0;
    }

    .spa-head {
        margin-bottom: 30px;
    }

    .spa-head h2 {
        font-size: 30px;
    }

    .spa-main-card {
        min-height: auto;
        padding: 26px 24px;
    }

    .spa-proof-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .spa-bottom {
        display: block;
        text-align: center;
    }

    .spa-bottom-text {
        max-width: none;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .skyprint-advantages {
        padding: 42px 0;
    }

    .spa-head {
        text-align: left;
        margin-bottom: 24px;
    }

    .spa-head h2 {
        font-size: 26px;
    }

    .spa-head p {
        font-size: 14px;
        line-height: 1.5;
    }

    .spa-main-card {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .spa-main-label {
        min-height: 26px;
        margin-bottom: 18px;
        font-size: 11px;
    }

    .spa-main-card h3 {
        font-size: 22px;
    }

    .spa-main-card p {
        font-size: 14px;
        line-height: 1.5;
    }

    .spa-main-points div {
        padding: 13px 14px;
    }

    .spa-grid {
        margin-left: -6px;
        margin-right: -6px;
    }

    .spa-col {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

    .spa-card {
        min-height: 175px;
        padding: 17px 14px;
        border-radius: 13px;
    }

    .spa-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 13px;
        border-radius: 11px;
        font-size: 18px;
    }

    .spa-card h3 {
        font-size: 15px;
        line-height: 1.23;
    }

    .spa-card p {
        font-size: 12px;
        line-height: 1.42;
    }

    .spa-proof-item {
        padding: 17px 15px;
        border-radius: 13px;
    }

    .spa-proof-item strong {
        font-size: 15px;
    }

    .spa-proof-item p {
        font-size: 13px;
        line-height: 1.42;
    }

    .spa-bottom {
        margin-top: 18px;
        padding: 18px 16px;
        border-radius: 14px;
    }

    .spa-bottom-text {
        font-size: 13px;
        line-height: 1.45;
    }

    .spa-btn,
    .spa-btn:hover,
    .spa-btn:visited,
    .spa-btn:active {
        width: 100%;
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }
}