﻿.caption-sophos {
    width: 100%;
    height: 100%;
}

.caption.caption-sophos {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
}

.sophos-banner-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 560px;
    position: relative;
    z-index: 2;
    flex-wrap: nowrap;
}

.sophos-banner-image {
    flex: 0 0 42%;
    max-width: 42%;
    min-height: 560px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .sophos-banner-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.18);
        pointer-events: none;
    }

    .sophos-banner-image img {
        width: 100%;
        height: 100%;
        max-width: none;
        margin-left: 0 !important;
        border-radius: 0;
        box-shadow: none;
        object-fit: cover;
        object-position: center;
        display: block;
    }

.sophos-banner-text {
    flex: 0 0 58%;
    max-width: 58%;
    color: #fff;
    padding: 100px 80px 60px 80px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background: rgba(60, 35, 95, 0.18);
}

.sophos-title {
    font-size: 40px;
    font-weight: 800;
    color: #b8202f;
    line-height: 1.2;
    margin-bottom: 15px;
}

.sophos-price {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.2;
}

.sophos-pricing-sub {
    font-size: 16px;
    color: #555555;
    margin-bottom: 15px;
    line-height: 1.5;
}

.sophos-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.3;
}

.sophos-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 20px;
}

.sophos-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

    .sophos-badges span {
        color: #333333;
        background: #f2f2f2;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 700;
        border-left: 4px solid #a51e29;
    }

.sophos-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}

    .sophos-logos img {
        height: 35px;
        width: auto;
        background: #fff;
        padding: 4px 8px;
        border-radius: 6px;
    }

.sophos-footnote {
    font-size: 12px;
    color: #777777;
    margin-top: 10px;
}

.sophos-bg-image {
    object-fit: cover;
    filter: brightness(0.45);
}

@media (max-width: 991px) {
    .sophos-banner-wrap {
        flex-direction: column;
        text-align: center;
        min-height: auto;
        height: auto;
    }

    .sophos-banner-image {
        flex: unset;
        max-width: 100%;
        width: 100%;
        min-height: 320px;
        height: 320px;
    }

    .sophos-banner-text {
        flex: unset;
        max-width: 100%;
        width: 100%;
        padding: 40px 25px;
    }

    .sophos-title {
        font-size: 28px;
    }

    .sophos-price {
        font-size: 32px;
    }

    .sophos-subtitle {
        font-size: 20px;
    }

    .sophos-badges {
        justify-content: center;
    }

    .sophos-logos {
        justify-content: center;
    }
}
