.live-customer-media {
    padding: 68px 0;
    background: #ffffff;
}

.live-customer-media * {
    box-sizing: border-box;
}

.lcm-head {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.lcm-kicker {
    margin-bottom: 8px;
    color: #9b7a35;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.lcm-head h2 {
    margin: 0 0 14px;
    color: #202838;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 800;
}

.lcm-head p {
    margin: 0;
    color: #606978;
    font-size: 16px;
    line-height: 1.58;
}

.lcm-feature-col {
    margin-bottom: 24px;
}

.lcm-feature-card,
.lcm-feature-card:hover,
.lcm-feature-card:visited,
.lcm-feature-card:active {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    background: #202838;
    color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 18px 46px rgba(32, 40, 56, 0.18);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.lcm-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 54px rgba(32, 40, 56, 0.23);
    color: #ffffff;
}

.lcm-feature-card .lcm-media:before {
    padding-top: 116.28%;
}

.lcm-feature-content {
    padding: 24px 24px 26px;
}

.lcm-tag {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    margin-bottom: 14px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.lcm-feature-content h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 800;
}

.lcm-feature-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.52;
}

.lcm-grid {
    margin-left: -10px;
    margin-right: -10px;
    height:100%;
}

.lcm-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.lcm-card,
.lcm-card:hover,
.lcm-card:visited,
.lcm-card:active {
    height: 100%;
    background: #f8f7f4;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    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, background-color 0.22s ease;
}

.lcm-card:hover {
    transform: translateY(-4px);
    background: #ffffff;
    border-color: rgba(155, 122, 53, 0.28);
    box-shadow: 0 16px 38px rgba(32, 40, 56, 0.11);
    color: #202838;
}

.lcm-media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ebe8df;
}

.lcm-media:before {
    content: "";
    display: block;
    padding-top: 76%;
}

.lcm-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.28s ease;
}

.lcm-card:hover .lcm-media img,
.lcm-feature-card:hover .lcm-media img {
    transform: scale(1.035);
}

.lcm-play {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.94);
    color: #202838;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 10px 30px rgba(32, 40, 56, 0.22);
}

.lcm-play-small {
    width: 46px;
    height: 46px;
    font-size: 15px;
}

.lcm-card-caption {
    padding: 16px 16px 17px;
}

.lcm-card-caption strong {
    display: block;
    margin-bottom: 4px;
    color: #202838;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.lcm-card-caption span {
    display: block;
    color: #606978;
    font-size: 13px;
    line-height: 1.35;
}

.lcm-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 8px;
}

.lcm-proof-item {
    padding: 20px 20px;
    background: #f7f6f3;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 14px;
}

.lcm-proof-item strong {
    display: block;
    margin-bottom: 5px;
    color: #202838;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.lcm-proof-item span {
    display: block;
    color: #606978;
    font-size: 14px;
    line-height: 1.42;
}

.lcm-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);
}

.lcm-bottom-text {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.5;
}

.lcm-bottom-text strong {
    color: #ffffff;
}

.lcm-btn,
.lcm-btn:hover,
.lcm-btn:visited,
.lcm-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;
}

.lcm-btn:hover {
    background: #f1eee7;
    color: #202838;
}




@media (max-width: 991.98px) {
    .live-customer-media {
        padding: 54px 0;
    }

    .lcm-head {
        margin-bottom: 30px;
    }

    .lcm-head h2 {
        font-size: 30px;
    }

    .lcm-feature-card .lcm-media:before {
        padding-top: 72%;
    }

    .lcm-proof {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .lcm-bottom {
        display: block;
        text-align: center;
    }

    .lcm-bottom-text {
        max-width: none;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .live-customer-media {
        padding: 42px 0;
    }

    .lcm-head {
        text-align: left;
        margin-bottom: 24px;
    }

    .lcm-head h2 {
        font-size: 26px;
    }

    .lcm-head p {
        font-size: 14px;
        line-height: 1.5;
    }

    .lcm-feature-content {
        padding: 18px 16px 20px;
    }

    .lcm-feature-content h3 {
        font-size: 21px;
    }

    .lcm-feature-content p {
        font-size: 13px;
        line-height: 1.45;
    }

    .lcm-grid {
        margin-left: -6px;
        margin-right: -6px;
    }

    .lcm-col {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

    .lcm-card {
        border-radius: 13px;
    }

    .lcm-media:before {
        padding-top: 82%;
    }

    .lcm-card-caption {
        padding: 11px 10px 12px;
    }

    .lcm-card-caption strong {
        font-size: 13px;
    }

    .lcm-card-caption span {
        font-size: 11px;
    }

    .lcm-play {
        width: 48px;
        height: 48px;
        font-size: 15px;
    }

    .lcm-play-small {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .lcm-proof-item {
        padding: 16px 14px;
        border-radius: 13px;
    }

    .lcm-proof-item strong {
        font-size: 15px;
    }

    .lcm-proof-item span {
        font-size: 13px;
    }

    .lcm-bottom {
        margin-top: 18px;
        padding: 18px 16px;
        border-radius: 14px;
    }

    .lcm-bottom-text {
        font-size: 13px;
        line-height: 1.45;
    }

    .lcm-btn,
    .lcm-btn:hover,
    .lcm-btn:visited,
    .lcm-btn:active {
        width: 100%;
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }
}


.lcm-col {
    display: flex;
}

.lcm-card-fill {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.lcm-card-fill .lcm-media {
    position: relative;
    flex: 1 1 auto;
    min-height: 220px;
    overflow: hidden;
}

/* Прибираємо фіксовану пропорцію з основних стилів */
.lcm-card-fill .lcm-media:before {
    display: none;
}

.lcm-card-fill .lcm-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.lcm-card-fill .lcm-card-caption {
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .lcm-card-fill .lcm-media {
        min-height: 170px;
    }
}

@media (max-width: 420px) {
    .lcm-card-fill .lcm-media {
        min-height: 145px;
    }
}