.skyprint-reviews {
    padding: 68px 0;
    background: #f7f6f3;
}

.skyprint-reviews * {
    box-sizing: border-box;
}

.spr-head {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.spr-kicker {
    margin-bottom: 8px;
    color: #9b7a35;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.spr-head h2 {
    margin: 0 0 14px;
    color: #202838;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 800;
}

.spr-head p {
    margin: 0;
    color: #606978;
    font-size: 16px;
    line-height: 1.58;
}

.spr-feature-col {
    margin-bottom: 24px;
}

.spr-rating-card {
    position: relative;
    height: 100%;
    min-height: 100%;
    padding: 30px 28px;
    background: #202838;
    color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(32, 40, 56, 0.18);
}

.spr-rating-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%);
}

.spr-rating-stars {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: #d5ad5d;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
}

.spr-rating-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.22;
    font-weight: 800;
}

.spr-rating-card p {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.58;
}

.spr-rating-points {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    overflow: hidden;
}

.spr-rating-points div {
    padding: 15px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.spr-rating-points div:last-child {
    border-bottom: none;
}

.spr-rating-points strong {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
}

.spr-rating-points span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.3;
}

.spr-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.spr-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.spr-card {
    height: 100%;
    padding: 22px 22px 24px;
    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;
}

.spr-card:hover {
    transform: translateY(-4px);
    border-color: rgba(155, 122, 53, 0.28);
    box-shadow: 0 16px 38px rgba(32, 40, 56, 0.11);
}

.spr-card-top {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.spr-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    margin-right: 12px;
    background: #202838;
    color: #ffffff;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 800;
}

.spr-card-top h3 {
    margin: 0 0 3px;
    color: #202838;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
}

.spr-card-top span {
    display: block;
    color: #7a828e;
    font-size: 12px;
    line-height: 1.3;
}

.spr-stars {
    margin-bottom: 12px;
    color: #d5ad5d;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1.5px;
}

.spr-card p {
    margin: 0;
    color: #606978;
    font-size: 14px;
    line-height: 1.55;
}

.spr-screenshots {
    margin-top: 26px;
    padding: 28px 28px 30px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(32, 40, 56, 0.06);
}

.spr-screenshots-head {
    max-width: 780px;
    margin-bottom: 22px;
}

.spr-screenshots-head h3 {
    margin: 0 0 8px;
    color: #202838;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 800;
}

.spr-screenshots-head p {
    margin: 0;
    color: #606978;
    font-size: 15px;
    line-height: 1.55;
}

.spr-shot-grid {
    margin-left: -8px;
    margin-right: -8px;
}

.spr-shot-col {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}.spr-shot-slider {
    position: relative;
    overflow: hidden;
}

.spr-shot-track {
    display: flex;
    align-items: stretch;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 12px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.spr-shot-track::-webkit-scrollbar {
    display: none;
}

.spr-shot-item {
    position: relative;
    flex: 0 0 calc((100% - 48px) / 4);
    max-width: 260px;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: #f7f6f3;
    border: 1px solid rgba(32, 40, 56, 0.09);
    border-radius: 13px;
    box-shadow: 0 7px 20px rgba(32, 40, 56, 0.06);
    scroll-snap-align: start;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.spr-shot-item:hover {
    border-color: rgba(155, 122, 53, 0.24);
    box-shadow: 0 11px 26px rgba(32, 40, 56, 0.1);
}

.spr-shot-item img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center center;
    background: #f7f6f3;
}

.spr-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 24px;
    padding: 22px 24px;
    background: #202838;
    color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(32, 40, 56, 0.16);
}

.spr-bottom-text {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.5;
}

.spr-bottom-text strong {
    color: #ffffff;
}

.spr-btn,
.spr-btn:hover,
.spr-btn:visited,
.spr-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 22px;
    background: #ffffff;
    color: #202838;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.spr-btn:hover {
    background: #f1eee7;
    color: #202838;
}




@media (max-width: 991.98px) {
    .skyprint-reviews {
        padding: 54px 0;
    }

    .spr-head {
        margin-bottom: 30px;
    }

    .spr-head h2 {
        font-size: 30px;
    }

    .spr-rating-card {
        padding: 26px 24px;
    }

    .spr-bottom {
        display: block;
        text-align: center;
    }

    .spr-bottom-text {
        max-width: none;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .skyprint-reviews {
        padding: 42px 0;
    }

    .spr-head {
        text-align: left;
        margin-bottom: 24px;
    }

    .spr-head h2 {
        font-size: 26px;
    }

    .spr-head p {
        font-size: 14px;
        line-height: 1.5;
    }

    .spr-rating-card {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .spr-rating-stars {
        font-size: 21px;
    }

    .spr-rating-card h3 {
        font-size: 22px;
    }

    .spr-rating-card p {
        font-size: 14px;
        line-height: 1.5;
    }

    .spr-grid {
        margin-left: -6px;
        margin-right: -6px;
    }

    .spr-col {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

    .spr-card {
        padding: 17px 15px;
        border-radius: 13px;
    }

    .spr-avatar {
        width: 36px;
        height: 36px;
        margin-right: 10px;
        font-size: 13px;
    }

    .spr-card-top h3 {
        font-size: 15px;
    }

    .spr-card p {
        font-size: 13px;
        line-height: 1.45;
    }

    .spr-screenshots {
        margin-top: 18px;
        padding: 20px 14px 16px;
        border-radius: 14px;
    }

    .spr-screenshots-head h3 {
        font-size: 21px;
    }

    .spr-screenshots-head p {
        font-size: 13px;
        line-height: 1.45;
    }

    .spr-shot-grid {
        margin-left: -6px;
        margin-right: -6px;
    }

    .spr-shot-col {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

    .spr-shot {
        border-radius: 12px;
    }

    .spr-bottom {
        margin-top: 18px;
        padding: 18px 16px;
        border-radius: 14px;
    }

    .spr-bottom-text {
        font-size: 13px;
        line-height: 1.45;
    }

    .spr-btn,
    .spr-btn:hover,
    .spr-btn:visited,
    .spr-btn:active {
        width: 100%;
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }
}


.lcm-video-card .lcm-media {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #111;
}

.lcm-video-card .lcm-media:before {
    display: none;
}

.lcm-video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background: #111;
}

.lcm-video-box {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #111;
}

.lcm-video-box:before {
    display: none;
}

.lcm-video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background: #111;
}

.lcm-video-play {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 76px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.94);
    color: #202838;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 14px 36px rgba(32, 40, 56, 0.28);
    transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.lcm-video-play:hover {
    background: #ffffff;
    transform: translate(-50%, -50%) scale(1.06);
}

.lcm-video-play i {
    margin-left: 4px;
}

.lcm-video-box.is-playing .lcm-video-play {
    opacity: 0;
    pointer-events: none;
}


.spr-screenshots {
    margin-top: 26px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(32, 40, 56, 0.06);
}

.spr-screenshots-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.spr-screenshots-head {
    max-width: 780px;
    margin: 0;
}

.spr-screenshots-head h3 {
    margin: 0 0 8px;
    color: #202838;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 800;
}

.spr-screenshots-head p {
    margin: 0;
    color: #606978;
    font-size: 15px;
    line-height: 1.55;
}

/* Кнопки */

.spr-slider-controls {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.spr-slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #ffffff;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.14);
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.spr-slider-btn:hover {
    background: #202838;
    color: #ffffff;
    border-color: #202838;
}

/* Слайдер */

.spr-shot-slider {
    position: relative;
    overflow: hidden;
}

.spr-shot-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 10px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.spr-shot-track::-webkit-scrollbar {
    display: none;
}

.spr-shot-item {
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: 0;
    scroll-snap-align: start;
}

.spr-shot {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f1eee7;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 13px;
    box-shadow: 0 7px 20px rgba(32, 40, 56, 0.06);
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.spr-shot:hover {
    transform: translateY(-2px);
    border-color: rgba(155, 122, 53, 0.25);
    box-shadow: 0 12px 28px rgba(32, 40, 56, 0.11);
}

/* Типові вертикальні скріншоти */
.spr-shot::before {
    content: "";
    display: block;
    padding-top: 150%;
}

.spr-shot img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
    background: #f7f6f3;
    transition: transform 0.22s ease;
}

.spr-shot:hover img {
    transform: scale(1.01);
}

@media (max-width: 991.98px) {
    .spr-shot-item {
        flex-basis: calc((100% - 32px) / 3);
    }
}

@media (max-width: 767.98px) {
    .spr-screenshots {
        margin-top: 18px;
        padding: 20px 14px 16px;
        border-radius: 14px;
    }

    .spr-screenshots-top {
        align-items: center;
        margin-bottom: 16px;
    }

    .spr-screenshots-head h3 {
        font-size: 21px;
    }

    .spr-screenshots-head p {
        font-size: 13px;
        line-height: 1.45;
    }

    .spr-slider-btn {
        width: 36px;
        height: 36px;
        border-radius: 9px;
        font-size: 13px;
    }

    .spr-shot-track {
        gap: 10px;
        margin-right: -14px;
        padding-right: 14px;
    }

    /*
     * Один скріншот майже на всю ширину +
     * видно частину наступного.
     */
    .spr-shot-item {
        flex: 0 0 82%;
    }

    .spr-shot {
        border-radius: 11px;
    }
}

@media (max-width: 991.98px) {
    .spr-shot-item {
        flex-basis: calc((100% - 32px) / 3);
        max-width: 240px;
    }
}

@media (max-width: 767.98px) {
    .spr-shot-track {
        gap: 10px;
        margin-right: -14px;
        padding-right: 14px;
    }

    .spr-shot-item {
        flex: 0 0 78%;
        max-width: 290px;
        border-radius: 11px;
    }
}
@media (max-width: 380px) {
    .spr-shot-item {
        flex-basis: 84%;
        max-width: 270px;
    }
}
