.review-header {
    border-bottom-left-radius: 96px;
    border-bottom-right-radius: 96px;
}
.review-header .stars {
    background: var(--text-color1);
    display: inline-block;
    padding: 0px 12px;
    border-radius: 6px;
    font-size: 19px;
}
.icons-box-card {
    min-height: 242px;
}
.icons-box-card img {
    width: auto;
    height: auto;
}
.icons-box-card .card,.box-card {
    border-top: 1.11px solid #E2E8F0;
    box-shadow: 0px 1px 3px 0px #0000001A;
    padding: 2rem;
    border-radius: 10px;
}
.icons-box-card h5 {
    font-weight: 600;
}
.icons-box-card p {
    margin-bottom: 4px;
    color: #45556C;
    font-size: 16px;
}
.pros-box ul li,.cons-box ul li {
    list-style: none;
    margin-bottom: 15px;
    border-left: 2px solid #FFD24B;
    padding-left: 19px;
    font-size: 15px;
}
.pros-box ul,.cons-box ul {
    padding: 0;
}
.pros-box,.cons-box {
    padding: 2.3rem;
}
.firmware-card {
    transition: transform 0.3s ease;
    background: #fff;
}

.firmware-card:hover {
    transform: translateY(-5px);
}

/* Score Circle */
.score-circle-wrapper {
    display: flex;
    justify-content: center;
}
.round-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.score-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 6px solid #f0f0f0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.score-circle.highlight-purple {border-color: var(--text-color1);}
.score-circle.highlight-gold { border-color: #f1c40f; }

.score-num {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    color: var(--text-color1);
}

.score-total {
    font-size: 0.7rem;
    color: #999;
}
.cons-box ul li {
    border-left: 2px solid #CAD5E2;
}
/* WYSIWYG Content Styling */
.firmness-content h3, 
.firmness-content h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.firmness-content p {
    font-size: 0.95rem;
    color: #636e72;
    line-height: 1.5;
}

/* Bottom Progress Bar */
.custom-progress {
    height: 6px;
    background-color: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill { height: 100%; border-radius: 10px; }
.progress-fill.highlight-purple {background-color: var(--text-color1);}
.progress-fill.highlight-gold { background-color: #f1c40f; }
.customer-reviews h2 {
    font-size: 2rem;
    letter-spacing: -0.5px;
}

.review-item:last-child {
    border-bottom: none !important;
}

.customer-reviews .stars {
    font-size: 1.1rem;
    letter-spacing: 2px;
}

/* Content Styling from WYSIWYG */
.review-text p {
    line-height: 1.7;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}
/* Process Section Styling */
.bg-light-alt {
    background-color: #f8f9fa;
}

.border-purple {
    border-color: var(--text-color1) !important;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

/* Step Item Styling */
.process-step-item {
    transition: all 0.3s ease;
}

/* Formatting the WYSIWYG Output */
.step-wysiwyg-content h3, 
.step-wysiwyg-content h4 {
    font-weight: 700;
    color: #1a2b49;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.step-wysiwyg-content p {
    color: #636e72;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 0.95rem;
}


/* Main Brand Purple Banner */
.main-brand-banner {
    background-color: var(--text-color1);
    color: white;
}

.brand-logo-white {
    max-height: 36px;
     /* Makes logo white */
}

/* Feature Grid inside Banner */
.banner-features-grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    list-style: none;
    padding: 0;
    text-align: left;
}

.banner-features-grid ul li {
    background: rgba(255, 255, 255, 0.15);
    padding: 12px 20px;
    border-radius: 11px;
    font-size: 0.9rem;
}

.banner-features-grid ul li::before {
    content: "✓";
    margin-right: 10px;
    font-weight: bold;
    background: #f1c40f;
    width: 23px;
    height: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: var(--text-color1);
    font-size: 12px;
}

.competition-section .card {
    box-shadow: 0px 10px 15px -3px #0000001A;
    border: 1px solid #E2E8F0;
}
.icon-green i {
    color: #00A63E;
}
/* Competitor Score Ring */
.score-ring {
    width: 65px;
    height: 65px;
    border: 4px solid #f0f0f0;
    border-top-color: #8e44ad; /* Partial ring effect */
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.comp-logo {
    max-height: 35px;
    width: auto;
}

.comp-features-list li {
    padding-bottom: 7px;
    color: #90A1B9;
}

/* Responsive spacing */
@media (max-width: 768px) {
    .customer-reviews h2 {
        font-size: 1.6rem;
    }
    .review-header {
        border-bottom-left-radius: 46px;
        border-bottom-right-radius: 46px;
    }
}