.ue-vs-heading-tune h2,
.ue-vs-heading-tune h3,
.ue-vs-heading-tune h4 {
    color: #18243c;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

.ue-vs-heading-tune h2 {
    font-size: 1.75rem;
    margin-bottom: 14px;
}

.ue-vs-heading-tune h3 {
    font-size: 1.3rem;
    margin: 22px 0 12px;
}

.ue-vs-heading-tune h4 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.ue-vs-heading-tune .btn-main,
.ue-vs-heading-tune .btn-outline {
    background: #3f51b5;
    border: 1px solid #3f51b5;
    color: #fff;
}

.ue-vs-heading-tune .btn-main:hover,
.ue-vs-heading-tune .btn-outline:hover {
    background: #303f9f;
    border-color: #303f9f;
    color: #fff;
}

.ue-vs-primary-content h2,
.ue-vs-primary-content h3,
.ue-vs-primary-content h4,
.ue-vs-primary-content a {
    color: #3f51b5;
}

.ue-vs-primary-content a:hover {
    color: #303f9f;
}

.ue-vs-primary-content .btn,
.ue-vs-primary-content .btn.btn-primary {
    background: #3f51b5;
    border-color: #3f51b5;
    color: #fff;
}

.ue-vs-primary-content .btn:hover,
.ue-vs-primary-content .btn.btn-primary:hover {
    background: #303f9f;
    border-color: #303f9f;
    color: #fff;
}

.ue-vs-feature-image {
    width: 100%;
    max-width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 14px;
    margin: 18px 0 26px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10);
}

.ue-vs-trust-box {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e8ebf3;
}

.ue-vs-review-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #f5f7ff;
    margin-bottom: 16px;
}

.ue-vs-review-score {
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #3f51b5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
}

.ue-vs-review-meta strong {
    display: block;
    color: #18243c;
    font-size: 1rem;
    margin-bottom: 2px;
}

.ue-vs-review-meta span {
    display: block;
    color: #5b6476;
    font-size: 0.92rem;
    line-height: 1.5;
}

.ue-vs-stars {
    color: #f4b400;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    margin-top: 4px;
}

.ue-vs-trust-points {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.ue-vs-trust-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: #24324a;
    line-height: 1.55;
}

.ue-vs-trust-points i {
    color: #3f51b5;
    font-size: 1rem;
    margin-top: 2px;
}

.ue-vs-review-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3f51b5;
    font-weight: 600;
    text-decoration: none;
}

.ue-vs-review-link:hover {
    color: #303f9f;
}

@media (max-width: 767px) {
    .ue-vs-heading-tune h2 {
        font-size: 1.35rem;
    }

    .ue-vs-heading-tune h3 {
        font-size: 1.12rem;
        margin: 18px 0 10px;
    }

    .ue-vs-heading-tune h4 {
        font-size: 1rem;
    }

    .ue-vs-feature-image {
        height: 240px;
        margin: 14px 0 22px;
        border-radius: 10px;
    }

    .ue-vs-review-summary {
        padding: 14px;
    }

    .ue-vs-review-score {
        min-width: 56px;
        height: 56px;
        font-size: 1rem;
    }
}