/* Customer Reports - Clean Bootstrap-based styles */

:root {
    --cr-green: #025b30;
    --cr-green-light: #00ae4d;
    --cr-green-hover: #014a27;
    --cr-navy: #1a1a2e;
    --cr-navy-light: #2a3f52;
    --cr-gold: #edb125;
    --cr-text: #2e3246;
    --cr-text-muted: #6c757d;
    --cr-bg: #ffffff;
    --cr-bg-light: #f8f9fa;
    --cr-border: #e9ecef;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--cr-text);
    background: var(--cr-bg);
    font-size: 16px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #151515;
}

a {
    color: var(--cr-green);
    text-decoration: none;
    transition: color 0.2s;
}
a:hover {
    color: var(--cr-green-hover);
}

/* Header */
.cr-header {
    background: var(--cr-navy);
    padding: 0;
}
.cr-header .navbar-brand {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
}
.cr-header .navbar-brand:hover {
    color: #fff;
}
.cr-header .nav-link {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0.75rem 1rem;
    transition: color 0.2s;
}
.cr-header .nav-link:hover {
    color: var(--cr-green);
}
.cr-header .navbar-toggler {
    border-color: rgba(255,255,255,0.3);
}
.cr-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ============================================
   NEW HERO SECTION - ConsumerReports Style
   ============================================ */

.cr-hero {
    background: linear-gradient(135deg, var(--cr-navy) 0%, #0d0d1a 100%);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.cr-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
}

.cr-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 400px;
    padding: 3rem 0;
}

.cr-hero-content {
    flex: 1;
    padding-right: 2rem;
}

.cr-hero h1 {
    font-size: 2.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cr-hero .lead {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.15rem;
    max-width: 500px;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Trust Stats Row */
.cr-hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-top: 2rem;
}

.cr-hero-stat {
    text-align: left;
}

.cr-hero-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cr-green-light);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.cr-hero-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hero Image */
.cr-hero-image {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
}

.cr-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.cr-hero-image-overlay {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: var(--cr-green);
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(2, 91, 48, 0.4);
}

.cr-hero-image-overlay i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

@media (max-width: 991px) {
    .cr-hero-inner {
        flex-direction: column;
        text-align: center;
        min-height: auto;
        padding: 2.5rem 0;
    }

    .cr-hero-content {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .cr-hero h1 {
        font-size: 2rem;
    }

    .cr-hero .lead {
        margin-left: auto;
        margin-right: auto;
    }

    .cr-hero-stats {
        justify-content: center;
    }

    .cr-hero-stat {
        text-align: center;
    }

    .cr-hero-image {
        flex: 0 0 100%;
        max-width: 400px;
    }
}

@media (max-width: 575px) {
    .cr-hero h1 {
        font-size: 1.75rem;
    }

    .cr-hero-stats {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .cr-hero-stat {
        flex: 0 0 45%;
    }

    .cr-hero-stat-number {
        font-size: 2rem;
    }
}

/* ============================================
   CATEGORY CAROUSEL SECTION
   ============================================ */

.cr-category-carousel {
    padding: 3rem 0;
    background: #fff;
    border-bottom: 1px solid var(--cr-border);
}

.cr-carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.cr-carousel-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--cr-text);
    margin: 0;
}

.cr-carousel-nav {
    display: flex;
    gap: 0.5rem;
}

.cr-carousel-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--cr-border);
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.cr-carousel-btn:hover {
    background: var(--cr-green);
    border-color: var(--cr-green);
    color: #fff;
}

.cr-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.cr-carousel-track {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 1rem;
}

.cr-carousel-track::-webkit-scrollbar {
    display: none;
}

/* Category Showcase Card */
.cr-showcase-card {
    flex: 0 0 280px;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: var(--cr-navy);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cr-showcase-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.cr-showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.cr-showcase-card:hover img {
    transform: scale(1.05);
}

.cr-showcase-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    padding: 2rem 1.25rem 1.25rem;
}

.cr-showcase-badge {
    display: inline-block;
    background: var(--cr-green);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.cr-showcase-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.cr-showcase-count {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

/* Carousel Dots */
.cr-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}

.cr-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cr-border);
    cursor: pointer;
    transition: background 0.2s, width 0.2s;
}

.cr-carousel-dot.active {
    background: var(--cr-green);
    width: 24px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .cr-showcase-card {
        flex: 0 0 240px;
        height: 280px;
    }

    .cr-carousel-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

/* ============================================
   CATEGORY TAB NAVIGATION
   ============================================ */

.cr-category-tabs {
    background: var(--cr-bg-light);
    border-bottom: 1px solid var(--cr-border);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.cr-tabs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cr-tabs-list {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cr-tabs-list::-webkit-scrollbar {
    display: none;
}

.cr-tab-item {
    display: block;
    padding: 1rem 1.25rem;
    color: var(--cr-text);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
}

.cr-tab-item:hover {
    color: var(--cr-green);
    background: rgba(2, 91, 48, 0.05);
}

.cr-tab-item.active {
    color: var(--cr-green);
    border-bottom-color: var(--cr-green);
    background: #fff;
}

.cr-tabs-see-all {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    background: var(--cr-green);
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.2s;
    white-space: nowrap;
}

.cr-tabs-see-all:hover {
    background: var(--cr-green-hover);
    color: #fff;
}

@media (max-width: 768px) {
    .cr-tabs-see-all {
        display: none;
    }

    .cr-tab-item {
        padding: 0.875rem 1rem;
        font-size: 0.85rem;
    }
}

/* ============================================
   HOMEPAGE CONTENT GRID
   ============================================ */

.cr-home-content {
    padding: 2.5rem 0;
    background: var(--cr-bg-light);
}

.cr-content-main {
    display: flex;
    gap: 2rem;
}

.cr-content-primary {
    flex: 1;
}

.cr-content-sidebar {
    flex: 0 0 320px;
    max-width: 320px;
}

/* Featured Article Card */
.cr-featured-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.cr-featured-card-img {
    height: 280px;
    overflow: hidden;
}

.cr-featured-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.cr-featured-card:hover .cr-featured-card-img img {
    transform: scale(1.03);
}

.cr-featured-card-body {
    padding: 1.5rem;
}

.cr-featured-card-category {
    display: inline-block;
    background: var(--cr-green);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.3rem 0.75rem;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.cr-featured-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.cr-featured-card-title a {
    color: var(--cr-text);
    text-decoration: none;
}

.cr-featured-card-title a:hover {
    color: var(--cr-green);
}

.cr-featured-card-excerpt {
    color: var(--cr-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.cr-featured-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid var(--cr-border);
}

/* Mini Article Cards (sidebar style) */
.cr-mini-card {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--cr-border);
}

.cr-mini-card:last-child {
    border-bottom: none;
}

.cr-mini-card-img {
    flex: 0 0 100px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
}

.cr-mini-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cr-mini-card-body {
    flex: 1;
}

.cr-mini-card-title {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.cr-mini-card-title a {
    color: var(--cr-text);
    text-decoration: none;
}

.cr-mini-card-title a:hover {
    color: var(--cr-green);
}

.cr-mini-card-meta {
    font-size: 0.75rem;
    color: var(--cr-text-muted);
}

/* Sidebar Featured Review */
.cr-sidebar-featured {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.cr-sidebar-featured-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--cr-text);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--cr-green);
}

@media (max-width: 991px) {
    .cr-content-main {
        flex-direction: column;
    }

    .cr-content-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ============================================
   TRUST BANNER SECTION
   ============================================ */

.cr-trust-banner {
    background: var(--cr-green);
    padding: 3rem 0;
    color: #fff;
}

.cr-trust-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cr-trust-content h2 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cr-trust-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin: 0;
    max-width: 500px;
}

.cr-trust-stats {
    display: flex;
    gap: 3rem;
}

.cr-trust-stat {
    text-align: center;
}

.cr-trust-stat-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.cr-trust-stat-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.cr-trust-stat-label {
    font-size: 0.8rem;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .cr-trust-inner {
        flex-direction: column;
        text-align: center;
    }

    .cr-trust-content {
        margin-bottom: 1.5rem;
    }

    .cr-trust-content p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .cr-trust-stats {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .cr-trust-stat {
        flex: 0 0 45%;
    }
}

/* Section headers */
.cr-section {
    padding: 2.5rem 0;
}
.cr-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-left: 0.75rem;
    border-left: 3px solid var(--cr-green);
}
.cr-section-alt {
    background: var(--cr-bg-light);
}

/* Card styles are defined in INDEX PAGES section below */

/* Category Cards (Homepage) */
.cr-category-card {
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 8px;
    padding: 1.25rem 1rem;
    text-align: center;
    height: 100%;
    transition: all 0.2s;
}

.cr-category-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: var(--cr-green);
}

.cr-category-card-icon {
    width: 60px;
    height: 60px;
    background: var(--cr-bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
}

.cr-category-card-icon i {
    font-size: 1.5rem;
    color: var(--cr-green);
}

.cr-category-card h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cr-text);
    margin: 0;
}

/* Category Index Cards */
a.cr-category-card {
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 1.5rem;
}

a.cr-category-card:hover {
    text-decoration: none;
}

.cr-category-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cr-category-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--cr-text);
    margin: 0 0 0.5rem 0;
}

.cr-category-card-desc {
    font-size: 0.9rem;
    color: var(--cr-text-muted);
    margin: 0 0 1rem 0;
    flex-grow: 1;
}

.cr-category-card-counts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.cr-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: var(--cr-text-muted);
    background: var(--cr-bg-light);
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
}

.cr-count-badge i {
    font-size: 0.75rem;
    color: var(--cr-green);
}

.cr-count-badge.cr-count-empty {
    color: var(--cr-text-muted);
    font-style: italic;
}

.cr-category-card-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--cr-green);
    margin-top: auto;
}

.cr-category-card-link i {
    margin-left: 0.25rem;
    transition: transform 0.2s;
}

a.cr-category-card:hover .cr-category-card-link i {
    transform: translateX(4px);
}

/* Category buttons */
.cr-category-btn {
    display: inline-block;
    background: var(--cr-green);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    transition: background 0.2s;
}
.cr-category-btn:hover {
    background: var(--cr-green-hover);
    color: #fff;
}

/* Green buttons */
.btn-cr {
    background: var(--cr-green);
    color: #fff;
    border: none;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background 0.2s;
}
.btn-cr:hover {
    background: var(--cr-green-hover);
    color: #fff;
}

/* Star ratings */
.cr-stars {
    color: var(--cr-gold);
}

/* Footer */
.cr-footer {
    background: var(--cr-navy);
    color: rgba(255,255,255,0.85);
    padding: 3rem 0 2rem;
    text-align: center;
}
.cr-footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}
.cr-footer-icon {
    color: var(--cr-green);
    font-size: 2rem;
    margin-bottom: 1rem;
}
.cr-footer-links {
    margin: 1.5rem 0;
}
.cr-footer-links a {
    color: rgba(255,255,255,0.7);
    margin: 0 0.75rem;
    font-size: 0.85rem;
}
.cr-footer-links a:hover {
    color: var(--cr-green);
}
.cr-footer-copyright {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* Listicle grid cards */
.cr-listicle-card {
    text-align: center;
    padding: 1rem;
}
.cr-listicle-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 0.75rem;
    background: var(--cr-bg-light);
}
.cr-listicle-card h4 {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* ===== Listicle Product Cards (Exact Match to Water Filtration) ===== */

.cr-listicle-header {
    background: linear-gradient(135deg, var(--cr-navy) 0%, #0d0d1a 100%);
    color: #fff;
    padding: 3rem 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.cr-listicle-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.cr-listicle-header .container {
    position: relative;
    z-index: 1;
}
.cr-listicle-header h1 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.cr-listicle-header .lead {
    color: rgba(255,255,255,0.85);
    font-size: 1.1rem;
    max-width: 700px;
}
.cr-listicle-header .updated-date {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    padding: 0.3rem 0.85rem;
    border-radius: 4px;
    font-size: 0.85rem;
    margin-top: 1rem;
}

/* Listicle Content Sections */
.cr-listicle-intro,
.cr-listicle-conclusion {
    background: var(--cr-bg-light);
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}
.cr-listicle-conclusion h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* Item Card - Main Container */
.cr-item-card {
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 0;
    margin-bottom: 13px;
    margin-top: 7px;
    position: relative;
    min-height: 225px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: box-shadow 0.2s;
}
.cr-item-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* Ordinal Badge */
.cr-ordinal {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cr-navy);
    z-index: 2;
}

/* Banner Badge */
.cr-badge-banner {
    display: inline-block;
    background: #00a585;
    color: #fff;
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0.5rem 0 0 50px;
}
.cr-badge-banner span {
    font-family: 'Helvetica', sans-serif;
}

/* Item Row - 3 Column Layout */
.cr-item-row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    padding-left: 50px;
    min-height: 200px;
    align-items: flex-start;
}

/* Left Column - Brand Logo */
.cr-logo-col {
    width: 168px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.cr-brand-logo {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.cr-logo-placeholder {
    width: 120px;
    height: 120px;
    background: var(--cr-bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.cr-logo-placeholder i {
    font-size: 3rem;
    color: var(--cr-border);
}

/* Center Column - Content */
.cr-content-col {
    flex: 1;
    padding: 10px 15px;
    min-width: 250px;
}

/* Rating Row */
.cr-rating-row {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
.cr-rating-num {
    font-size: 2rem;
    font-weight: 600;
    color: var(--cr-text);
    margin-right: 10px;
    font-family: 'Helvetica', sans-serif;
}
.cr-rating-stars {
    display: inline-flex;
    color: var(--cr-gold);
}
.cr-rating-stars i {
    margin-right: 2px;
    opacity: 0.3;
}
.cr-rating-stars i.filled {
    opacity: 1;
}

/* Product Details */
.cr-product-details {
    font-family: 'Helvetica', sans-serif;
    font-weight: 400;
    line-height: 19px;
}
.cr-product-details strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 8px;
}
.cr-product-details ul {
    margin: 0;
    padding-left: 20px;
}
.cr-product-details ul li {
    font-size: 0.9rem;
    margin-bottom: 4px;
    color: var(--cr-text);
}

/* Read Full Review Link */
.cr-review-link {
    margin-top: 10px;
}
.cr-review-link a {
    color: #00a585;
    font-weight: 500;
    font-size: 0.9rem;
}
.cr-review-link a:hover {
    text-decoration: underline;
}

/* Right Column - CTA */
.cr-cta-col {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.cr-cta-button {
    display: inline-block;
    width: 190px;
    padding: 12px 20px;
    background: #fff;
    border: 2px solid var(--cr-text-muted);
    border-radius: 4px;
    color: var(--cr-text);
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    transition: all 0.2s;
}
.cr-cta-button:hover {
    background: var(--cr-green);
    border-color: var(--cr-green);
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .cr-ordinal {
        position: static;
        transform: none;
        display: block;
        padding: 10px 10px 0;
    }
    .cr-badge-banner {
        margin-left: 10px;
    }
    .cr-item-row {
        flex-direction: column;
        padding-left: 10px;
    }
    .cr-logo-col {
        width: 100%;
        min-height: auto;
        justify-content: flex-start;
    }
    .cr-content-col {
        width: 100%;
        padding: 10px 0;
    }
    .cr-cta-col {
        width: 100%;
        justify-content: flex-start;
    }
}

/* ===== Sidebar Widgets ===== */

.cr-sidebar {
    position: sticky;
    top: 20px;
}

.cr-sidebar-widget {
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 0;
    margin-bottom: 15px;
    padding: 15px;
}

.cr-sidebar-widget .widget-title {
    font-size: 0.95rem;
    color: var(--cr-text);
    margin-bottom: 10px;
}

.cr-sidebar-widget .widget-break {
    border: none;
    border-top: 1px solid var(--cr-border);
    margin: 10px 0;
}

.cr-sidebar-widget .widget-content {
    font-size: 0.875rem;
    color: var(--cr-text);
    line-height: 1.5;
}

.cr-sidebar-widget .widget-link {
    display: block;
    color: #00a585;
    padding: 4px 0;
    font-size: 0.875rem;
    transition: color 0.2s;
}

.cr-sidebar-widget .widget-link:hover {
    color: var(--cr-green-hover);
    text-decoration: underline;
}

.cr-sidebar-widget .compare-item {
    text-align: center;
    padding: 8px 0;
    font-size: 0.85rem;
    line-height: 1.4;
}

.cr-sidebar-widget .vs-text {
    color: var(--cr-text-muted);
    font-style: italic;
}

.cr-sidebar-widget .widget-review-link {
    display: block;
    padding: 8px 0;
    color: #00a585;
    font-size: 0.85rem;
    border-bottom: 1px solid var(--cr-border);
}

.cr-sidebar-widget .widget-review-link:last-child {
    border-bottom: none;
}

.cr-sidebar-widget .widget-review-link:hover {
    text-decoration: underline;
}

.cr-sidebar-widget .widget-logo {
    max-width: 80px;
    max-height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
    display: block;
}

.cr-sidebar-widget .widget-icon {
    text-align: center;
    margin-top: 15px;
    color: #00a585;
    font-size: 2rem;
}

/* Research Stats */
.cr-sidebar-widget .research-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.cr-sidebar-widget .stat-item {
    text-align: center;
    flex: 1 1 45%;
    padding: 8px;
}

.cr-sidebar-widget .stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #00a585;
}

.cr-sidebar-widget .stat-label {
    font-size: 0.75rem;
    color: var(--cr-text-muted);
}

/* Trust Badges */
.cr-sidebar-widget .trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    font-size: 1.5rem;
    color: #00a585;
}

/* Sidebar Responsive */
@media (max-width: 991px) {
    .cr-sidebar {
        position: static;
        margin-top: 30px;
    }
}

/* ===== Phase 1: High Priority Features ===== */

/* Header Meta & Disclosure Links */
.cr-header-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 0.75rem;
}

.cr-disclosure-links {
    display: flex;
    gap: 15px;
}

.cr-disclosure-links a {
    color: rgba(255,255,255,0.85);
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.cr-disclosure-links a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Savings Badge */
.cr-savings-badge {
    position: absolute;
    top: 8px;
    right: 180px;
    background: #e74c3c;
    color: #fff;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 3px;
    z-index: 3;
}

/* Trust Signal */
.cr-trust-signal {
    font-size: 0.75rem;
    color: var(--cr-text-muted);
    text-align: center;
    margin-top: 10px;
    font-family: 'Helvetica', sans-serif;
}

/* Product Image Column */
.cr-product-image-col {
    width: 168px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-left: 1px solid var(--cr-border);
}

.cr-product-image {
    max-width: 150px;
    max-height: 170px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Adjust CTA column when product image exists */
.cr-item-row:has(.cr-product-image-col) .cr-cta-col {
    border-right: none;
}

/* Modal Styling */
.modal-header {
    border-bottom: 1px solid var(--cr-border);
}

.modal-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--cr-text);
}

.modal-body p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--cr-text-muted);
}

/* Responsive adjustments for new features */
@media (max-width: 991px) {
    .cr-savings-badge {
        right: 10px;
        top: auto;
        bottom: 10px;
    }
}

@media (max-width: 768px) {
    .cr-header-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .cr-product-image-col {
        width: 100%;
        min-height: auto;
        border-left: none;
        border-top: 1px solid var(--cr-border);
        justify-content: center;
        padding: 15px;
    }

    .cr-savings-badge {
        position: static;
        display: inline-block;
        margin: 5px 0 0 50px;
    }
}

/* ===== Phase 2: Medium Priority Features ===== */

/* Top Navigation Bar (navb) */
.cr-navb {
    background: var(--cr-bg-light);
    border-bottom: 1px solid var(--cr-border);
    padding: 0;
}

.cr-navb-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}

.cr-navb-header {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cr-text);
    cursor: pointer;
    padding: 8px 12px;
    display: none;
}

.cr-navb-header i {
    margin-left: 5px;
}

.cr-navb-list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.cr-navb-item {
    display: inline-block;
    padding: 8px 15px;
    font-size: 0.85rem;
    color: var(--cr-text);
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
}

.cr-navb-item:hover {
    background: var(--cr-green);
    color: #fff;
}

.cr-navb-item.active {
    background: var(--cr-navy);
    color: #fff;
}

.cr-navb-menu {
    display: flex;
    gap: 15px;
}

.cr-navb-menu a {
    font-size: 0.85rem;
    color: var(--cr-text-muted);
    text-decoration: none;
}

.cr-navb-menu a:hover {
    color: var(--cr-green);
}

/* Comparison Grid */
.cr-comparison-grid {
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

.cr-comparison-grid h2 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    text-align: center;
}

.cr-grid-wrapper {
    position: relative;
}

.cr-grid-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cr-grid-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

.cr-grid-table th,
.cr-grid-table td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid var(--cr-border);
    font-size: 0.85rem;
}

.cr-grid-table th {
    background: var(--cr-bg-light);
    font-weight: 600;
    vertical-align: top;
}

.cr-grid-label {
    text-align: left !important;
    font-weight: 600;
    min-width: 120px;
    background: var(--cr-bg-light);
}

.cr-grid-product {
    min-width: 140px;
    font-size: 0.8rem;
    line-height: 1.3;
}

.cr-grid-rank {
    color: var(--cr-green);
    font-weight: 700;
}

.cr-grid-thumb {
    display: block;
    max-width: 80px;
    max-height: 60px;
    margin: 10px auto 0;
    object-fit: contain;
}

.cr-grid-cta-row td {
    padding-top: 15px;
    border-bottom: none;
}

.cr-grid-cta {
    display: inline-block;
    padding: 8px 15px;
    background: #fff;
    border: 2px solid var(--cr-text-muted);
    border-radius: 4px;
    color: var(--cr-text);
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.cr-grid-cta:hover {
    background: var(--cr-green);
    border-color: var(--cr-green);
    color: #fff;
}

/* Updated Footer Styles */
.cr-back-to-top {
    background: var(--cr-navy-light);
    text-align: center;
    padding: 15px;
}

.cr-back-to-top-btn {
    display: inline-block;
    padding: 10px 30px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background 0.2s;
}

.cr-back-to-top-btn:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.cr-footer-content {
    text-align: center;
    padding: 20px 0;
}

.cr-footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.cr-footer-logo i {
    color: var(--cr-green);
    margin-right: 10px;
}

.cr-footer-tagline {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.cr-footer-legal {
    margin-bottom: 20px;
}

.cr-footer-legal a {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    text-decoration: none;
}

.cr-footer-legal a:hover {
    color: var(--cr-green);
}

.cr-footer-legal span {
    color: rgba(255,255,255,0.3);
    margin: 0 10px;
}

/* Navb Responsive */
@media (max-width: 768px) {
    .cr-navb-header {
        display: block;
    }

    .cr-navb-list {
        display: none;
        width: 100%;
        flex-direction: column;
        padding: 10px 0;
    }

    .cr-navb-list.show {
        display: flex;
    }

    .cr-navb-item {
        padding: 10px 15px;
    }

    .cr-navb-menu {
        display: none;
    }
}

/* ===== Phase 3: Low Priority Features ===== */

/* Cookie Banner */
.cr-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--cr-navy);
    color: #fff;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.cr-cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
}

.cr-cookie-content p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.9);
}

.cr-cookie-btn {
    flex-shrink: 0;
    padding: 10px 30px;
    background: var(--cr-green);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.cr-cookie-btn:hover {
    background: var(--cr-green-hover);
}

@media (max-width: 768px) {
    .cr-cookie-content {
        flex-direction: column;
        text-align: center;
    }
}

/* Buyer's Guide Section */
.cr-buyers-guide {
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 8px;
    padding: 30px;
    margin: 30px 0;
}

.cr-buyers-guide h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--cr-text);
}

.cr-buyers-guide-content {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--cr-text);
}

.cr-buyers-guide-content h3 {
    font-size: 1.2rem;
    margin: 25px 0 15px;
}

.cr-buyers-guide-content p {
    margin-bottom: 15px;
}

/* About Our Rankings Stats Grid */
.cr-rankings-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 30px 0;
    background: var(--cr-bg-light);
    border-radius: 8px;
    margin-bottom: 30px;
}

.cr-stat-box {
    text-align: center;
    min-width: 100px;
    padding: 15px;
}

.cr-stat-box .stat-icon {
    font-size: 2rem;
    color: var(--cr-green);
    margin-bottom: 10px;
}

.cr-stat-box .stat-number {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--cr-text);
}

.cr-stat-box .stat-label {
    font-size: 0.8rem;
    color: var(--cr-text-muted);
}

/* FAQs Section */
.cr-faqs {
    margin: 30px 0;
}

.cr-faqs h2 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.cr-faq-item {
    border-bottom: 1px solid var(--cr-border);
    padding: 15px 0;
}

.cr-faq-item:last-child {
    border-bottom: none;
}

.cr-faq-question {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
    color: var(--cr-text);
}

.cr-faq-answer {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--cr-text-muted);
}

/* About Section */
.cr-about-section {
    background: var(--cr-bg-light);
    padding: 30px;
    border-radius: 8px;
    margin: 30px 0;
}

.cr-about-section h2 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.cr-about-section p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--cr-text-muted);
}

/* ===== Enhanced Mobile Card Layout ===== */

/* Mobile-specific card improvements */
@media (max-width: 576px) {
    .cr-item-card {
        min-height: auto;
        padding-bottom: 15px;
    }

    .cr-ordinal {
        font-size: 1.75rem;
        padding: 10px 15px 0;
    }

    .cr-badge-banner {
        margin-left: 15px;
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }

    .cr-item-row {
        padding: 15px;
        padding-left: 15px;
    }

    .cr-logo-col {
        width: 100%;
        min-height: auto;
        padding: 10px 0;
        justify-content: center;
    }

    .cr-brand-logo {
        max-width: 100px;
        max-height: 100px;
    }

    .cr-rating-row {
        justify-content: center;
        margin-bottom: 15px;
    }

    .cr-rating-num {
        font-size: 1.5rem;
    }

    .cr-product-details {
        text-align: center;
    }

    .cr-product-details strong {
        font-size: 1.1rem;
    }

    .cr-product-details ul {
        text-align: left;
        padding-left: 25px;
    }

    .cr-review-link {
        text-align: center;
    }

    .cr-cta-col {
        width: 100%;
        padding: 15px 0;
        flex-direction: column;
        align-items: center;
    }

    .cr-cta-button {
        width: 100%;
        max-width: 280px;
    }

    .cr-trust-signal {
        margin-top: 10px;
    }

    .cr-product-image-col {
        width: 100%;
        justify-content: center;
        padding: 15px 0;
    }

    .cr-product-image {
        max-width: 120px;
        max-height: 120px;
    }

    /* Mobile Rankings Stats */
    .cr-rankings-stats {
        padding: 20px 10px;
        gap: 10px;
    }

    .cr-stat-box {
        flex: 1 1 40%;
        min-width: 80px;
        padding: 10px;
    }

    .cr-stat-box .stat-icon {
        font-size: 1.5rem;
    }

    .cr-stat-box .stat-number {
        font-size: 1.25rem;
    }

    /* Mobile Comparison Grid */
    .cr-comparison-grid {
        padding: 15px 10px;
    }

    .cr-grid-table th,
    .cr-grid-table td {
        padding: 8px 5px;
        font-size: 0.75rem;
    }

    .cr-grid-thumb {
        max-width: 50px;
        max-height: 40px;
    }

    /* Mobile Buyer's Guide */
    .cr-buyers-guide {
        padding: 20px 15px;
    }

    .cr-buyers-guide h2 {
        font-size: 1.25rem;
    }

    /* Mobile About Section */
    .cr-about-section {
        padding: 20px 15px;
    }
}

/* ===== Review Page - Conversion Focused Layout ===== */

/* Breadcrumbs */
.cr-breadcrumbs {
    background: var(--cr-bg-light);
    padding: 10px 0;
    font-size: 0.85rem;
    border-bottom: 1px solid var(--cr-border);
}

.cr-breadcrumbs a {
    color: var(--cr-green);
    text-decoration: none;
}

.cr-breadcrumbs a:hover {
    text-decoration: underline;
}

.cr-breadcrumbs .current {
    color: var(--cr-text-muted);
}

/* Review Page Container */
.cr-review-page {
    background: var(--cr-bg-light);
    min-height: 100vh;
}

/* LEFT COLUMN - Product Card (Sticky) */
.cr-review-product-card {
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 0;
    padding: 20px;
    text-align: center;
    position: sticky;
    top: 20px;
}

.cr-review-product-image {
    margin-bottom: 15px;
}

.cr-review-product-image img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.cr-review-image-placeholder {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: var(--cr-bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.cr-review-image-placeholder i {
    font-size: 4rem;
    color: var(--cr-border);
}

/* Star Rating in Product Card */
.cr-review-product-rating {
    margin-bottom: 15px;
}

.cr-review-stars {
    display: inline-flex;
    justify-content: center;
    color: var(--cr-gold);
}

.cr-review-stars i {
    font-size: 1.1rem;
    margin: 0 2px;
    opacity: 0.3;
}

.cr-review-stars i.filled {
    opacity: 1;
}

/* Product Title */
.cr-review-product-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--cr-text);
    margin-bottom: 5px;
    line-height: 1.3;
}

.cr-review-product-brand {
    font-size: 0.9rem;
    color: var(--cr-text-muted);
    margin-bottom: 15px;
}

/* Short Description */
.cr-review-product-desc {
    margin-bottom: 20px;
}

.cr-review-product-desc p {
    font-size: 0.85rem;
    color: var(--cr-text);
    line-height: 1.5;
    margin: 0;
}

/* Price & CTA */
.cr-review-product-cta {
    border-top: 1px solid var(--cr-border);
    padding-top: 20px;
}

.cr-review-price-info {
    margin-bottom: 15px;
}

.cr-review-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--cr-text);
    margin: 0;
}

.cr-review-price-note {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--cr-green);
    margin: 5px 0 0;
}

.cr-review-cta-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: var(--cr-green);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background 0.2s;
}

.cr-review-cta-btn:hover {
    background: var(--cr-green-hover);
    color: #fff;
}

.cr-review-cta-btn i {
    margin-left: 8px;
}

/* RIGHT COLUMN - Review Content */
.cr-review-content-wrap {
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 0;
    padding: 30px;
}

/* Author Meta */
.cr-review-author-meta {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--cr-border);
}

.cr-review-author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    background: var(--cr-bg-light);
}

.cr-review-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cr-review-author-info {
    display: flex;
    flex-direction: column;
}

.cr-review-author-name {
    font-weight: 600;
    color: var(--cr-text);
    font-size: 0.9rem;
}

.cr-review-date {
    font-size: 0.8rem;
    color: var(--cr-text-muted);
}

/* Pros & Cons */
.cr-review-pros-cons {
    margin-bottom: 30px;
}

.cr-review-pros,
.cr-review-cons {
    border-radius: 0;
    padding: 20px;
    margin-bottom: 15px;
}

.cr-review-pros {
    background: #f0fdf4;
    border-left: 4px solid #22c55e;
}

.cr-review-cons {
    background: #fef2f2;
    border-left: 4px solid #ef4444;
}

.cr-pros-title,
.cr-cons-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 15px;
}

.cr-pros-title {
    color: #22c55e;
}

.cr-cons-title {
    color: #ef4444;
}

.cr-pros-content ul,
.cr-cons-content ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.cr-pros-content ul li,
.cr-cons-content ul li {
    padding: 5px 0;
    padding-left: 25px;
    position: relative;
    font-size: 0.9rem;
    line-height: 1.5;
}

.cr-pros-content ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 700;
}

.cr-cons-content ul li::before {
    content: "\2717";
    position: absolute;
    left: 0;
    color: #ef4444;
    font-weight: 700;
}

/* Main Review Content */
.cr-review-content {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--cr-text);
    margin-bottom: 30px;
}

.cr-review-content h2 {
    font-size: 1.5rem;
    margin: 30px 0 15px;
    color: var(--cr-text);
}

.cr-review-content h3 {
    font-size: 1.25rem;
    margin: 25px 0 12px;
}

.cr-review-content p {
    margin-bottom: 15px;
}

.cr-review-content ul,
.cr-review-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.cr-review-content li {
    margin-bottom: 8px;
}

.cr-review-content blockquote {
    background: var(--cr-bg-light);
    border-left: 4px solid var(--cr-green);
    padding: 20px;
    margin: 25px 0;
    font-style: italic;
}

.cr-review-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 8px;
}

/* Product Details Table */
.cr-review-details {
    background: #fff;
    border: 1px solid var(--cr-border);
    margin-bottom: 30px;
}

.cr-review-details-title {
    background: var(--cr-bg-light);
    padding: 15px 20px;
    border-bottom: 1px solid var(--cr-border);
}

.cr-review-details-title h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: var(--cr-text);
}

.cr-review-details-item {
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid var(--cr-border);
}

.cr-review-details-item:last-child {
    border-bottom: none;
}

.cr-details-label {
    width: 33%;
    font-weight: 600;
    color: var(--cr-text);
    font-size: 0.9rem;
}

.cr-details-value {
    width: 67%;
    font-size: 0.9rem;
}

.cr-details-value a {
    color: var(--cr-green);
    text-decoration: none;
    margin-right: 10px;
}

.cr-details-value a:hover {
    text-decoration: underline;
}

/* Rating Breakdown */
.cr-review-rating-breakdown {
    display: flex;
    background: #fff;
    border: 1px solid var(--cr-border);
    overflow: hidden;
}

.cr-rating-breakdown-logo {
    width: 120px;
    background: var(--cr-bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cr-rating-breakdown-logo-img img {
    max-width: 80px;
    max-height: 100px;
    object-fit: contain;
}

.cr-rating-breakdown-content {
    flex: 1;
    padding: 20px;
}

.cr-rating-overall {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--cr-border);
    margin-bottom: 15px;
}

.cr-rating-overall label {
    display: block;
    font-size: 0.85rem;
    color: var(--cr-text-muted);
    margin-bottom: 8px;
}

.cr-rating-overall-stars {
    color: var(--cr-gold);
}

.cr-rating-overall-stars i {
    font-size: 1.25rem;
    margin: 0 2px;
    opacity: 0.3;
}

.cr-rating-overall-stars i.filled {
    opacity: 1;
}

.cr-rating-items {
    display: flex;
    flex-wrap: wrap;
}

.cr-rating-item {
    width: 50%;
    padding: 8px 10px;
}

.cr-rating-item label {
    display: block;
    font-size: 0.8rem;
    color: var(--cr-text-muted);
    margin-bottom: 5px;
}

.cr-rating-item-stars {
    color: var(--cr-gold);
}

.cr-rating-item-stars i {
    font-size: 0.9rem;
    margin-right: 2px;
    opacity: 0.3;
}

.cr-rating-item-stars i.filled {
    opacity: 1;
}

/* Review Page Responsive */
@media (max-width: 991px) {
    .cr-review-product-card {
        position: static;
        margin-bottom: 20px;
    }

    .cr-review-product-card {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        align-items: center;
    }

    .cr-review-product-image {
        width: 150px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .cr-review-product-image img {
        max-height: 150px;
    }

    .cr-review-product-info {
        flex: 1;
        min-width: 200px;
    }

    .cr-review-product-cta {
        width: 100%;
        border-top: 1px solid var(--cr-border);
        margin-top: 15px;
        padding-top: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cr-review-price-info {
        margin-bottom: 0;
    }

    .cr-review-cta-btn {
        width: auto;
        padding: 12px 30px;
    }
}

@media (max-width: 576px) {
    .cr-review-product-card {
        flex-direction: column;
        text-align: center;
    }

    .cr-review-product-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .cr-review-product-cta {
        flex-direction: column;
    }

    .cr-review-price-info {
        margin-bottom: 15px;
    }

    .cr-review-cta-btn {
        width: 100%;
    }

    .cr-review-content-wrap {
        padding: 20px 15px;
    }

    .cr-review-author-meta {
        flex-direction: column;
        text-align: center;
    }

    .cr-review-author-avatar {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .cr-review-rating-breakdown {
        flex-direction: column;
    }

    .cr-rating-breakdown-logo {
        width: 100%;
        padding: 15px;
    }

    .cr-rating-item {
        width: 50%;
    }

    .cr-review-details-item {
        flex-direction: column;
    }

    .cr-details-label,
    .cr-details-value {
        width: 100%;
    }

    .cr-details-label {
        margin-bottom: 5px;
    }
}

/* ============================================
   ENHANCED REVIEW PRODUCT CARD SIDEBAR
   ============================================ */

/* Editor's Choice Badge */
.cr-product-badge {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    color: #fff;
    padding: 8px 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: -20px -20px 20px -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cr-product-badge i {
    color: #ffd700;
    font-size: 1rem;
}

/* Overall Rating Display */
.cr-product-overall-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px;
    background: var(--cr-bg-light);
    border-radius: 8px;
    margin-bottom: 20px;
}

.cr-overall-score {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cr-green);
    line-height: 1;
}

.cr-overall-meta {
    text-align: left;
}

.cr-overall-meta .cr-review-stars {
    margin-bottom: 4px;
}

.cr-overall-meta .cr-rating-label {
    font-size: 0.75rem;
    color: var(--cr-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Category Ratings Breakdown */
.cr-product-ratings-breakdown {
    padding: 15px 0;
    border-top: 1px solid var(--cr-border);
    border-bottom: 1px solid var(--cr-border);
    margin-bottom: 20px;
}

.cr-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cr-rating-row:last-child {
    margin-bottom: 0;
}

.cr-rating-row .cr-rating-label {
    flex: 0 0 85px;
    font-size: 0.75rem;
    color: var(--cr-text);
    text-align: left;
}

.cr-rating-bar {
    flex: 1;
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.cr-rating-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--cr-green) 0%, #22c55e 100%);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.cr-rating-row .cr-rating-value {
    flex: 0 0 28px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--cr-text);
    text-align: right;
}

/* Price Box */
.cr-product-price-box {
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.cr-price-label {
    font-size: 0.75rem;
    color: var(--cr-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.cr-price-amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--cr-text);
}

.cr-price-note {
    font-size: 0.75rem;
    color: var(--cr-green);
    font-weight: 600;
    margin-top: 4px;
}

/* CTA Section */
.cr-product-cta-section {
    margin-bottom: 20px;
}

.cr-cta-primary {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: var(--cr-green);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    transition: all 0.2s;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cr-cta-primary:hover {
    background: var(--cr-green-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.cr-cta-primary i {
    margin-left: 8px;
    font-size: 0.85rem;
}

.cr-cta-secondary {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    color: var(--cr-blue);
    text-decoration: none;
    border: 1px solid var(--cr-border);
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.2s;
}

.cr-cta-secondary:hover {
    background: var(--cr-bg-light);
    color: var(--cr-blue);
    border-color: var(--cr-blue);
}

.cr-cta-secondary i {
    margin-left: 6px;
    font-size: 0.75rem;
}

/* Trust Signals */
.cr-product-trust-signals {
    padding: 15px 0;
    border-bottom: 1px solid var(--cr-border);
    margin-bottom: 20px;
}

.cr-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.8rem;
    color: var(--cr-text);
}

.cr-trust-item i {
    width: 20px;
    color: var(--cr-green);
    font-size: 0.9rem;
    text-align: center;
}

/* Why We Recommend */
.cr-product-why-recommend {
    background: var(--cr-bg-light);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.cr-why-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--cr-text);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cr-why-title i {
    color: #fbbf24;
}

.cr-product-why-recommend p {
    font-size: 0.85rem;
    color: var(--cr-text-muted);
    line-height: 1.5;
    margin: 0;
}

/* Quick Pros */
.cr-product-quick-pros {
    text-align: left;
}

.cr-quickpros-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--cr-text);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cr-product-quick-pros ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cr-product-quick-pros li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--cr-text);
    padding: 6px 0;
}

.cr-product-quick-pros li i {
    color: var(--cr-green);
    font-size: 0.75rem;
    margin-top: 3px;
}

/* Mobile responsive adjustments for enhanced sidebar */
@media (max-width: 991px) {
    .cr-review-product-card {
        position: static;
        margin-bottom: 20px;
    }

    .cr-product-badge {
        margin: -20px -20px 15px -20px;
    }

    .cr-product-overall-rating {
        margin-bottom: 15px;
    }

    .cr-overall-score {
        font-size: 2rem;
    }

    .cr-product-ratings-breakdown {
        padding: 12px 0;
        margin-bottom: 15px;
    }

    .cr-rating-row .cr-rating-label {
        flex: 0 0 70px;
    }

    .cr-product-price-box {
        padding: 12px;
        margin-bottom: 15px;
    }

    .cr-price-amount {
        font-size: 1.5rem;
    }

    .cr-product-cta-section {
        margin-bottom: 15px;
    }

    .cr-product-trust-signals {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 12px 0;
    }

    .cr-trust-item {
        padding: 5px 10px;
        background: var(--cr-bg-light);
        border-radius: 4px;
        font-size: 0.75rem;
    }

    .cr-product-why-recommend {
        padding: 12px;
        margin-bottom: 15px;
    }
}

/* ============================================
   INDEX PAGES & CARD STYLES
   ============================================ */

/* Page Header */
.cr-page-header {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    color: #fff;
    padding: 40px 0;
    margin-bottom: 0;
}

.cr-page-header h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.cr-page-header p {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0;
}

/* Index Page Container */
.cr-index-page {
    background: var(--cr-bg-light);
    min-height: 60vh;
}

/* Results Info */
.cr-results-info {
    font-size: 0.9rem;
    color: var(--cr-text-muted);
}

/* Review Card */
.cr-review-card {
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
}

.cr-review-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.cr-review-card-img {
    display: block;
    height: 180px;
    overflow: hidden;
    background: var(--cr-bg-light);
}

.cr-review-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.cr-review-card:hover .cr-review-card-img img {
    transform: scale(1.05);
}

.cr-review-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr-review-card-placeholder i {
    font-size: 3rem;
    color: var(--cr-border);
}

.cr-review-card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cr-review-card-brand {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--cr-text-muted);
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.cr-review-card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.cr-review-card-title a {
    color: var(--cr-text);
    text-decoration: none;
}

.cr-review-card-title a:hover {
    color: var(--cr-green);
}

.cr-review-card-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.cr-review-card-rating .cr-rating-score {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--cr-green);
}

.cr-review-card-rating .cr-rating-stars {
    display: flex;
    gap: 2px;
}

.cr-review-card-rating .cr-rating-stars i {
    font-size: 0.75rem;
    color: var(--cr-gold);
    opacity: 0.3;
}

.cr-review-card-rating .cr-rating-stars i.filled {
    opacity: 1;
}

.cr-review-card-desc {
    font-size: 0.85rem;
    color: var(--cr-text-muted);
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 12px;
}

.cr-review-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid var(--cr-border);
    margin-top: auto;
}

.cr-review-card-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--cr-text);
}

.cr-btn-sm {
    display: inline-block;
    padding: 6px 14px;
    background: var(--cr-green);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    transition: background 0.2s;
}

.cr-btn-sm:hover {
    background: var(--cr-green-hover);
    color: #fff;
}

/* Article Card */
.cr-article-card {
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
}

.cr-article-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.cr-article-card-img {
    display: block;
    height: 160px;
    overflow: hidden;
    background: var(--cr-bg-light);
}

.cr-article-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.cr-article-card:hover .cr-article-card-img img {
    transform: scale(1.05);
}

.cr-article-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr-article-card-placeholder i {
    font-size: 3rem;
    color: var(--cr-border);
}

.cr-article-card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cr-article-card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.cr-article-card-title a {
    color: var(--cr-text);
    text-decoration: none;
}

.cr-article-card-title a:hover {
    color: var(--cr-green);
}

.cr-article-card-excerpt {
    font-size: 0.85rem;
    color: var(--cr-text-muted);
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 12px;
}

.cr-article-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid var(--cr-border);
    margin-top: auto;
}

.cr-article-card-date {
    font-size: 0.8rem;
    color: var(--cr-text-muted);
}

.cr-article-card-date i {
    margin-right: 5px;
}

.cr-article-card-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: none;
}

.cr-article-card-link:hover {
    color: var(--cr-green-hover);
}

/* Sidebar Styles */
.cr-sidebar {
    position: sticky;
    top: 20px;
}

.cr-sidebar-widget {
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.cr-widget-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--cr-text);
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--cr-green);
}

.cr-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cr-category-list li {
    margin-bottom: 8px;
}

.cr-category-list li:last-child {
    margin-bottom: 0;
}

.cr-category-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--cr-text);
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    font-size: 0.9rem;
}

.cr-category-list a:hover {
    background: var(--cr-bg-light);
    color: var(--cr-green);
}

.cr-category-list a i {
    font-size: 0.7rem;
    color: var(--cr-text-muted);
}

.cr-trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cr-trust-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.9rem;
    color: var(--cr-text);
}

.cr-trust-list li i {
    color: var(--cr-green);
}

/* Tag Cloud */
.cr-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cr-tag {
    display: inline-block;
    padding: 6px 12px;
    background: var(--cr-bg-light);
    color: var(--cr-text);
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.85rem;
    transition: background 0.2s, color 0.2s;
}

.cr-tag:hover {
    background: var(--cr-green);
    color: #fff;
}

/* Empty State */
.cr-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 8px;
}

.cr-empty-state i {
    font-size: 4rem;
    color: var(--cr-border);
    margin-bottom: 20px;
}

.cr-empty-state h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--cr-text);
    margin-bottom: 10px;
}

.cr-empty-state p {
    color: var(--cr-text-muted);
    margin-bottom: 20px;
}

.cr-btn {
    display: inline-block;
    padding: 10px 20px;
    background: var(--cr-green);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.2s;
}

.cr-btn:hover {
    background: var(--cr-green-hover);
    color: #fff;
}

/* Section Title with Icon */
.cr-section-title i {
    margin-right: 10px;
    color: var(--cr-gold);
}

/* Responsive for Index Pages */
@media (max-width: 991px) {
    .cr-page-header {
        padding: 30px 0;
    }

    .cr-page-header h1 {
        font-size: 1.5rem;
    }

    .cr-sidebar {
        position: static;
        margin-top: 30px;
    }

    .cr-review-card-img,
    .cr-article-card-img {
        height: 150px;
    }
}

@media (max-width: 575px) {
    .cr-page-header {
        padding: 20px 0;
    }

    .cr-page-header h1 {
        font-size: 1.25rem;
    }

    .cr-review-card-footer,
    .cr-article-card-meta {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .cr-empty-state {
        padding: 40px 15px;
    }

    .cr-empty-state i {
        font-size: 3rem;
    }
}

/* Listicle Cards */
.cr-listicle-card {
    background: #fff;
    border: 1px solid var(--cr-border);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}

.cr-listicle-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.cr-listicle-card-img {
    display: block;
    height: 180px;
    overflow: hidden;
    background: var(--cr-bg-light);
}

.cr-listicle-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.cr-listicle-card:hover .cr-listicle-card-img img {
    transform: scale(1.05);
}

.cr-listicle-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--cr-bg-light) 0%, #e9ecef 100%);
}

.cr-listicle-card-placeholder i {
    font-size: 3rem;
    color: var(--cr-green);
    opacity: 0.5;
}

.cr-listicle-card-body {
    padding: 1.25rem;
}

.cr-listicle-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.cr-listicle-card-title a {
    color: var(--cr-text);
}

.cr-listicle-card-title a:hover {
    color: var(--cr-green);
}

.cr-listicle-card-excerpt {
    font-size: 0.9rem;
    color: var(--cr-text-muted);
    margin-bottom: 1rem;
    line-height: 1.5;
}

.cr-listicle-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
}

.cr-listicle-card-date {
    color: var(--cr-text-muted);
}

.cr-listicle-card-date i {
    margin-right: 5px;
}

.cr-listicle-card-link {
    color: var(--cr-green);
    font-weight: 500;
}

.cr-listicle-card-link:hover {
    color: var(--cr-green-hover);
}

@media (max-width: 575px) {
    .cr-listicle-card-img {
        height: 140px;
    }

    .cr-listicle-card-meta {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}

/* ============================================
   CATEGORY PAGE - ConsumerReports Style
   ============================================ */

/* Category Hero */
.cr-cat-hero {
    background: linear-gradient(135deg, var(--cr-navy) 0%, #0d0d1a 100%);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.cr-cat-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cr-cat-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.cr-cat-hero-content {
    flex: 1;
}

.cr-cat-hero h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cr-cat-hero-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 600px;
}

.cr-cat-hero-stats {
    display: flex;
    gap: 2rem;
}

.cr-cat-stat {
    text-align: center;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.cr-cat-stat-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--cr-green-light);
    line-height: 1;
}

.cr-cat-stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.25rem;
}

.cr-cat-hero-image {
    flex: 0 0 300px;
    max-width: 300px;
}

.cr-cat-hero-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Content Type Tabs */
.cr-content-tabs {
    background: #fff;
    border-bottom: 1px solid var(--cr-border);
    position: sticky;
    top: 0;
    z-index: 100;
}

.cr-content-tabs-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cr-content-tabs-list {
    display: flex;
    gap: 0;
}

.cr-content-tab {
    display: block;
    padding: 1rem 1.5rem;
    color: var(--cr-text);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
}

.cr-content-tab:hover {
    color: var(--cr-green);
    background: var(--cr-bg-light);
}

.cr-content-tab.active {
    color: var(--cr-green);
    border-bottom-color: var(--cr-green);
}

.cr-content-tab-count {
    display: inline-block;
    background: var(--cr-bg-light);
    color: var(--cr-text-muted);
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
    margin-left: 0.5rem;
}

.cr-content-tab.active .cr-content-tab-count {
    background: var(--cr-green);
    color: #fff;
}

/* Category Page Layout */
.cr-cat-page {
    background: var(--cr-bg-light);
    padding: 2rem 0 3rem;
}

.cr-cat-layout {
    display: flex;
    gap: 2rem;
}

.cr-cat-main {
    flex: 1;
    min-width: 0;
}

.cr-cat-sidebar {
    flex: 0 0 300px;
    max-width: 300px;
}

/* Featured Article (Large) */
.cr-cat-featured {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    display: flex;
}

.cr-cat-featured-img {
    flex: 0 0 45%;
    max-width: 45%;
}

.cr-cat-featured-img img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.cr-cat-featured-img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: linear-gradient(135deg, var(--cr-bg-light) 0%, #e0e0e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr-cat-featured-img-placeholder i {
    font-size: 4rem;
    color: var(--cr-border);
}

.cr-cat-featured-body {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.cr-cat-featured-badge {
    display: inline-block;
    background: var(--cr-green);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.3rem 0.75rem;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    align-self: flex-start;
}

.cr-cat-featured-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.cr-cat-featured-title a {
    color: var(--cr-text);
    text-decoration: none;
}

.cr-cat-featured-title a:hover {
    color: var(--cr-green);
}

.cr-cat-featured-excerpt {
    color: var(--cr-text-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.cr-cat-featured-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid var(--cr-border);
}

.cr-cat-featured-date {
    font-size: 0.85rem;
    color: var(--cr-text-muted);
}

.cr-cat-featured-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: none;
}

.cr-cat-featured-link:hover {
    color: var(--cr-green-hover);
}

/* Content Section */
.cr-cat-section {
    margin-bottom: 2.5rem;
}

.cr-cat-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--cr-green);
}

.cr-cat-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--cr-text);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cr-cat-section-title i {
    color: var(--cr-green);
}

.cr-cat-section-link {
    font-size: 0.9rem;
    color: var(--cr-green);
    text-decoration: none;
    font-weight: 500;
}

.cr-cat-section-link:hover {
    color: var(--cr-green-hover);
}

/* Sidebar Widgets */
.cr-cat-widget {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cr-cat-widget-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--cr-text);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--cr-green);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cr-cat-widget-title i {
    color: var(--cr-gold);
}

/* Review Mini Cards (Sidebar) */
.cr-review-mini {
    display: flex;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--cr-border);
}

.cr-review-mini:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.cr-review-mini:first-child {
    padding-top: 0;
}

.cr-review-mini-img {
    flex: 0 0 70px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    background: var(--cr-bg-light);
}

.cr-review-mini-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cr-review-mini-body {
    flex: 1;
    min-width: 0;
}

.cr-review-mini-title {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.cr-review-mini-title a {
    color: var(--cr-text);
    text-decoration: none;
}

.cr-review-mini-title a:hover {
    color: var(--cr-green);
}

.cr-review-mini-rating {
    font-size: 0.8rem;
}

.cr-review-mini-rating span {
    color: var(--cr-green);
    font-weight: 600;
}

/* Category List (Sidebar) */
.cr-cat-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cr-cat-nav-item {
    margin-bottom: 0.5rem;
}

.cr-cat-nav-item:last-child {
    margin-bottom: 0;
}

.cr-cat-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0.75rem;
    color: var(--cr-text);
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.cr-cat-nav-link:hover {
    background: var(--cr-bg-light);
    color: var(--cr-green);
}

.cr-cat-nav-link.active {
    background: var(--cr-green);
    color: #fff;
}

.cr-cat-nav-count {
    font-size: 0.75rem;
    color: var(--cr-text-muted);
    background: var(--cr-bg-light);
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
}

.cr-cat-nav-link.active .cr-cat-nav-count {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .cr-cat-hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .cr-cat-hero-content {
        order: 2;
    }

    .cr-cat-hero-image {
        order: 1;
        flex: 0 0 auto;
        max-width: 250px;
    }

    .cr-cat-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .cr-cat-hero-stats {
        justify-content: center;
    }

    .cr-cat-layout {
        flex-direction: column;
    }

    .cr-cat-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cr-cat-featured {
        flex-direction: column;
    }

    .cr-cat-featured-img {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .cr-cat-featured-img img {
        min-height: 200px;
        max-height: 250px;
    }
}

@media (max-width: 575px) {
    .cr-cat-hero {
        padding: 2rem 0;
    }

    .cr-cat-hero h1 {
        font-size: 1.75rem;
    }

    .cr-cat-hero-stats {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .cr-cat-stat {
        flex: 0 0 45%;
        padding: 0.75rem 1rem;
    }

    .cr-content-tabs-list {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cr-content-tab {
        padding: 0.875rem 1rem;
        white-space: nowrap;
    }

    .cr-cat-featured-body {
        padding: 1.25rem;
    }

    .cr-cat-featured-title {
        font-size: 1.25rem;
    }
}

/* ============================================
   REVIEW PAGE - Conversion Optimized
   ============================================ */

/* Review Hero Section */
.cr-review-hero {
    background: linear-gradient(135deg, var(--cr-navy) 0%, #0d0d1a 100%);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.cr-review-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.cr-review-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.cr-review-hero-content {
    flex: 1;
}

.cr-review-hero-badge {
    display: inline-block;
    background: var(--cr-gold);
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.4rem 0.85rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.cr-review-hero-badge i {
    margin-right: 0.35rem;
}

.cr-review-hero h1 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.cr-review-hero-brand {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.cr-review-hero-rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cr-review-hero-score {
    font-size: 3rem;
    font-weight: 700;
    color: var(--cr-green-light);
    line-height: 1;
}

.cr-review-hero-stars {
    display: flex;
    gap: 3px;
}

.cr-review-hero-stars i {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.3);
}

.cr-review-hero-stars i.filled {
    color: var(--cr-gold);
}

.cr-review-hero-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.cr-review-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: var(--cr-green);
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.2s;
}

.cr-review-hero-cta:hover {
    background: var(--cr-green-light);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 174, 77, 0.3);
}

.cr-review-hero-image {
    flex: 0 0 280px;
    max-width: 280px;
}

.cr-review-hero-image img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Final Verdict Box - Conversion Critical */
.cr-final-verdict {
    background: linear-gradient(135deg, #f8fffe 0%, #f0fdf4 100%);
    border: 2px solid var(--cr-green);
    border-radius: 12px;
    margin-top: 2.5rem;
    overflow: hidden;
}

.cr-verdict-header {
    background: var(--cr-green);
    padding: 1rem 1.5rem;
}

.cr-verdict-header h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.cr-verdict-content {
    padding: 1.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.cr-verdict-score-wrap {
    flex: 0 0 auto;
    text-align: center;
}

.cr-verdict-product-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    padding: 0.5rem;
    border: 1px solid var(--cr-border);
    margin-bottom: 1rem;
}

.cr-verdict-score {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--cr-border);
}

.cr-verdict-score-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cr-green);
    line-height: 1;
}

.cr-verdict-score-stars {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-top: 0.5rem;
}

.cr-verdict-score-stars i {
    font-size: 0.9rem;
    color: #ddd;
}

.cr-verdict-score-stars i.filled {
    color: var(--cr-gold);
}

.cr-verdict-badge {
    background: var(--cr-gold);
    color: #000;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 0.5rem;
    display: inline-block;
}

.cr-verdict-summary {
    flex: 1;
}

.cr-verdict-summary h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--cr-text);
    margin-bottom: 0.5rem;
}

.cr-verdict-summary p {
    color: var(--cr-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.cr-verdict-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cr-verdict-highlights li {
    padding: 0.35rem 0;
    font-size: 0.9rem;
    color: var(--cr-text);
}

.cr-verdict-highlights li i {
    color: var(--cr-green);
    margin-right: 0.5rem;
}

.cr-verdict-cta {
    padding: 1.5rem;
    background: #fff;
    border-top: 1px solid var(--cr-border);
    text-align: center;
}

.cr-verdict-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: var(--cr-green);
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.2s;
    box-shadow: 0 4px 15px rgba(2, 91, 48, 0.3);
}

.cr-verdict-btn-primary:hover {
    background: var(--cr-green-hover);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(2, 91, 48, 0.4);
}

.cr-verdict-trust {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.8rem;
    color: var(--cr-text-muted);
}

.cr-verdict-trust span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.cr-verdict-trust i {
    color: var(--cr-green);
}

/* Related Reviews Section */
.cr-related-reviews {
    background: var(--cr-bg-light);
    padding: 3rem 0;
    border-top: 1px solid var(--cr-border);
}

.cr-related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.cr-related-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--cr-text);
    margin: 0;
}

.cr-related-link {
    color: var(--cr-green);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.cr-related-link:hover {
    color: var(--cr-green-hover);
}

/* Mobile Sticky CTA Bar */
.cr-mobile-cta-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0.75rem 1rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cr-mobile-cta-info {
    flex: 1;
    min-width: 0;
}

.cr-mobile-cta-name {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--cr-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cr-mobile-cta-rating {
    font-size: 0.8rem;
    color: var(--cr-text-muted);
}

.cr-mobile-cta-rating i {
    color: var(--cr-gold);
    font-size: 0.7rem;
}

.cr-mobile-cta-btn {
    flex: 0 0 auto;
    padding: 0.75rem 1.5rem;
    background: var(--cr-green);
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 6px;
    white-space: nowrap;
}

.cr-mobile-cta-btn:hover {
    background: var(--cr-green-hover);
    color: #fff;
}

/* Responsive: Review Page */
@media (max-width: 991px) {
    .cr-review-hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .cr-review-hero-rating {
        justify-content: center;
    }

    .cr-review-hero-image {
        flex: 0 0 auto;
        max-width: 200px;
        order: -1;
    }

    .cr-verdict-content {
        flex-direction: column;
        text-align: center;
    }

    .cr-verdict-score-wrap {
        margin: 0 auto;
    }

    .cr-mobile-cta-bar {
        display: flex;
    }

    /* Add padding to body so content isn't hidden behind sticky bar */
    .cr-review-page {
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .cr-review-hero {
        padding: 2rem 0;
    }

    .cr-review-hero h1 {
        font-size: 1.5rem;
    }

    .cr-review-hero-score {
        font-size: 2.5rem;
    }

    .cr-review-hero-cta {
        width: 100%;
        justify-content: center;
        padding: 0.875rem 1.5rem;
    }

    .cr-final-verdict {
        margin-top: 1.5rem;
    }

    .cr-verdict-content {
        padding: 1rem;
    }

    .cr-verdict-cta {
        padding: 1rem;
    }

    .cr-verdict-btn-primary {
        width: 100%;
        justify-content: center;
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }

    .cr-verdict-trust {
        flex-direction: column;
        gap: 0.5rem;
    }

    .cr-related-header {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}

/* ==========================================================================
   ARTICLE PAGE STYLES
   ========================================================================== */

/* Article Hero */
.cr-article-hero {
    background: linear-gradient(135deg, var(--cr-navy) 0%, #0d0d1a 100%);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.cr-article-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
}

.cr-article-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.cr-article-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.cr-article-cat-badge {
    display: inline-block;
    background: var(--cr-green);
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}

.cr-article-cat-badge:hover {
    background: var(--cr-green-light);
    color: #fff;
}

.cr-article-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.cr-article-excerpt {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.cr-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.cr-article-meta i {
    margin-right: 0.4rem;
    color: var(--cr-green-light);
}

/* Article Featured Image */
.cr-article-featured-image {
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cr-article-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Article Content */
.cr-article-content {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--cr-text);
}

.cr-article-content h2 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--cr-green);
}

.cr-article-content h3 {
    font-size: 1.375rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.cr-article-content p {
    margin-bottom: 1.25rem;
}

.cr-article-content ul,
.cr-article-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.cr-article-content li {
    margin-bottom: 0.5rem;
}

.cr-article-content blockquote {
    border-left: 4px solid var(--cr-green);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background: var(--cr-bg-light);
    font-style: italic;
    color: var(--cr-text-muted);
}

.cr-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.cr-article-content a {
    color: var(--cr-green);
    text-decoration: underline;
}

.cr-article-content a:hover {
    color: var(--cr-green-hover);
}

/* Article Footer */
.cr-article-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--cr-border);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.cr-article-share {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cr-article-share > span {
    font-weight: 600;
    color: var(--cr-text);
}

.cr-share-buttons {
    display: flex;
    gap: 0.5rem;
}

.cr-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    transition: transform 0.2s, opacity 0.2s;
}

.cr-share-btn:hover {
    transform: scale(1.1);
    color: #fff;
}

.cr-share-twitter { background: #1da1f2; }
.cr-share-facebook { background: #4267b2; }
.cr-share-linkedin { background: #0077b5; }

.cr-article-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cr-article-tags > span {
    font-weight: 600;
    color: var(--cr-text);
}

.cr-article-tag {
    display: inline-block;
    background: var(--cr-bg-light);
    color: var(--cr-text);
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.85rem;
    transition: background 0.2s;
}

.cr-article-tag:hover {
    background: var(--cr-green);
    color: #fff;
}

/* Related Reviews (Cross-link section) */
.cr-article-related-reviews {
    margin-top: 3rem;
    padding: 2rem;
    background: var(--cr-bg-light);
    border-radius: 8px;
}

.cr-article-related-reviews h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: var(--cr-navy);
}

.cr-article-related-reviews h3 i {
    color: var(--cr-gold);
    margin-right: 0.5rem;
}

.cr-related-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.cr-related-review-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.cr-related-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.cr-related-review-card img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.cr-related-review-placeholder {
    width: 100%;
    height: 100px;
    background: linear-gradient(135deg, var(--cr-navy) 0%, #2a3f52 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 2rem;
}

.cr-related-review-info {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cr-related-review-name {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--cr-text);
    line-height: 1.3;
}

.cr-related-review-rating {
    font-size: 0.85rem;
    color: var(--cr-gold);
    font-weight: 600;
}

.cr-related-review-rating i {
    font-size: 0.75rem;
}

/* Related Articles */
.cr-related-articles {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--cr-border);
}

.cr-related-articles h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--cr-navy);
}

.cr-related-article-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

.cr-related-article-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.cr-related-article-img {
    display: block;
    overflow: hidden;
}

.cr-related-article-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s;
}

.cr-related-article-card:hover .cr-related-article-img img {
    transform: scale(1.05);
}

.cr-related-article-body {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cr-related-article-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.cr-related-article-title a {
    color: var(--cr-text);
}

.cr-related-article-title a:hover {
    color: var(--cr-green);
}

.cr-related-article-excerpt {
    font-size: 0.875rem;
    color: var(--cr-text-muted);
    line-height: 1.5;
    flex: 1;
    margin-bottom: 0.75rem;
}

.cr-related-article-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--cr-green);
}

/* Article Sidebar */
.cr-article-sidebar {
    position: sticky;
    top: 100px;
}

.cr-article-widget {
    background: #fff;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.cr-article-widget-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--cr-navy);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--cr-green);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cr-article-widget-title i {
    color: var(--cr-green);
}

/* Widget List (related articles in sidebar) */
.cr-article-widget-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cr-article-widget-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    border-radius: 6px;
    transition: background 0.2s;
}

.cr-article-widget-item:hover {
    background: var(--cr-bg-light);
}

.cr-article-widget-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.cr-article-widget-item span {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--cr-text);
    line-height: 1.4;
}

/* Category List */
.cr-article-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cr-article-cat-list li {
    border-bottom: 1px solid var(--cr-border);
}

.cr-article-cat-list li:last-child {
    border-bottom: none;
}

.cr-article-cat-list a {
    display: block;
    padding: 0.6rem 0;
    color: var(--cr-text);
    font-size: 0.9rem;
    transition: color 0.2s, padding-left 0.2s;
}

.cr-article-cat-list a:hover,
.cr-article-cat-list a.active {
    color: var(--cr-green);
    padding-left: 0.5rem;
}

.cr-article-cat-list a.active {
    font-weight: 600;
}

/* Dark Widget */
.cr-article-widget-dark {
    background: linear-gradient(135deg, var(--cr-navy) 0%, #0d0d1a 100%);
    color: #fff;
}

.cr-article-widget-dark .cr-article-widget-title {
    color: #fff;
    border-bottom-color: var(--cr-green-light);
}

.cr-article-widget-dark .cr-article-widget-title i {
    color: var(--cr-gold);
}

.cr-article-widget-reviews {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cr-widget-review-item {
    display: block;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    transition: background 0.2s;
}

.cr-widget-review-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.cr-widget-review-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.25rem;
}

.cr-widget-review-name {
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.3;
}

.cr-widget-review-rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--cr-gold);
    font-weight: 600;
    font-size: 0.85rem;
}

.cr-widget-review-link {
    font-size: 0.8rem;
    color: var(--cr-green-light);
}

/* Trust Widget */
.cr-article-widget-trust {
    background: linear-gradient(135deg, var(--cr-green) 0%, var(--cr-green-hover) 100%);
    color: #fff;
}

.cr-article-widget-trust .cr-article-widget-title {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.cr-article-widget-trust .cr-article-widget-title i {
    color: #fff;
}

.cr-trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cr-trust-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.cr-trust-list li:last-child {
    border-bottom: none;
}

.cr-trust-list i {
    color: rgba(255, 255, 255, 0.9);
}

/* Article Responsive */
@media (max-width: 991px) {
    .cr-article-title {
        font-size: 2rem;
    }

    .cr-article-sidebar {
        position: static;
        margin-top: 2rem;
    }

    .cr-related-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .cr-article-hero {
        padding: 2rem 0;
    }

    .cr-article-title {
        font-size: 1.75rem;
    }

    .cr-article-excerpt {
        font-size: 1rem;
    }

    .cr-article-meta {
        flex-direction: column;
        gap: 0.75rem;
    }

    .cr-article-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .cr-related-reviews-grid {
        grid-template-columns: 1fr;
    }

    .cr-related-article-card {
        flex-direction: row;
    }

    .cr-related-article-img img {
        width: 120px;
        height: 100%;
        min-height: 100px;
    }
}

/* ==========================================================================
   UTILITY CLASSES (Extracted from inline styles)
   ========================================================================== */

/* Section Utilities */
.cr-section-no-top-padding {
    padding-top: 0;
}

/* Header Logo */
.cr-logo-inverted {
    filter: brightness(0) invert(1);
}

/* View All Links */
.cr-view-all-link {
    color: var(--cr-green);
    font-size: 0.9rem;
    text-decoration: none;
}

.cr-view-all-link:hover {
    color: var(--cr-green-hover);
    text-decoration: underline;
}

/* Sidebar Icon Gold */
.cr-sidebar-icon-gold {
    color: var(--cr-gold);
    margin-right: 8px;
}

/* Sidebar Rating Highlight */
.cr-sidebar-rating-highlight {
    color: var(--cr-green);
    font-weight: 600;
}

/* Author Icon Large */
.cr-author-icon-large {
    font-size: 2.5rem;
    color: var(--cr-green);
}

/* ==========================================================================
   TRUST WIDGET (Dark variant for sidebars)
   ========================================================================== */

.cr-trust-widget-dark {
    background: linear-gradient(135deg, var(--cr-navy) 0%, #0d0d1a 100%);
    color: #fff;
}

.cr-trust-widget-dark .cr-trust-widget-title {
    color: #fff;
    border-bottom-color: var(--cr-green-light);
}

.cr-trust-widget-dark .cr-trust-widget-icon {
    color: var(--cr-green-light);
    margin-right: 8px;
}

.cr-trust-list-dark {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cr-trust-list-dark li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
}

.cr-trust-list-dark li:last-child {
    border-bottom: none;
}

.cr-trust-list-dark .cr-trust-check {
    color: var(--cr-green-light);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.cr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cr-btn-primary {
    background: var(--cr-green);
    color: #fff;
    border-color: var(--cr-green);
}

.cr-btn-primary:hover {
    background: var(--cr-green-hover);
    border-color: var(--cr-green-hover);
    color: #fff;
}

.cr-btn-outline {
    background: transparent;
    color: var(--cr-green);
    border-color: var(--cr-green);
}

.cr-btn-outline:hover {
    background: var(--cr-green);
    color: #fff;
}

/* ==========================================================================
   ERROR PAGE (404, etc.)
   ========================================================================== */

.cr-error-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--cr-bg-light) 0%, #fff 100%);
}

.cr-error-content {
    text-align: center;
    max-width: 500px;
}

.cr-error-code {
    font-size: 8rem;
    font-weight: 700;
    color: var(--cr-navy);
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.15;
}

.cr-error-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--cr-navy);
    margin-bottom: 1rem;
}

.cr-error-message {
    font-size: 1.125rem;
    color: var(--cr-text-muted);
    margin-bottom: 2rem;
}

.cr-error-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .cr-error-code {
        font-size: 5rem;
    }

    .cr-error-title {
        font-size: 1.5rem;
    }

    .cr-error-actions {
        flex-direction: column;
    }

    .cr-btn {
        width: 100%;
    }
}
