        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Georgia, 'Times New Roman', serif;
            line-height: 1.8;
            color: #1a1a1a;
            background-color: #fff;
            font-size: 18px;
            overflow-x: hidden;
        }

        html {
            overflow-x: hidden;
        }

        /* Header */
        .header {
            background: #3d3935;
            padding: 20px 30px;
        }

        .header-top {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }

        .header-right {
            position: absolute;
            right: 0;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .header-link {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #fff;
            text-decoration: none;
            padding: 8px 16px;
            border: 1px solid #fff;
            transition: all 0.2s;
        }

        .header-link:hover {
            background: #fff;
            color: #3d3935;
        }

        .header-link.no-border {
            border: none;
        }

        .logo {
            font-family: 'Playfair Display', serif;
            font-size: 42px;
            font-weight: 400;
            color: #fff;
            text-decoration: none;
            text-transform: lowercase;
            letter-spacing: 2px;
        }

        /* Navigation */
        .nav {
            background: #3d3935;
            border-top: 1px solid rgba(255,255,255,0.1);
            padding: 15px 30px;
        }

        .nav-inner {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .nav-link {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #fff;
            text-decoration: none;
            transition: opacity 0.2s;
        }

        .nav-link:hover {
            opacity: 0.7;
        }

        /* Main Container */
        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 40px 20px;
            display: flex;
            gap: 40px;
        }

        /* Main Content */
        .main-content {
            flex: 1;
            max-width: 800px;
            margin: 0 auto;
        }

        /* Article Header */
        .article-title {
            font-family: 'Playfair Display', serif;
            font-size: 36px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        /* Author Meta */
        .author-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 30px;
        }

        .author-image {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
        }

        .author-info {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 13px;
            color: #666;
        }

        .author-name {
            font-weight: 600;
            color: #1a1a1a;
        }

        .author-details {
            color: #888;
        }

        .category-tag {
            color: #e8a4b4;
        }

        /* Hero Image */
        .hero-image {
            width: 100%;
            border-radius: 4px;
            margin-bottom: 30px;
        }

        /* Content Styles */
        .content p {
            margin-bottom: 24px;
            font-size: 18px;
            color: #1a1a1a;
            line-height: 1.8;
        }

        .content h2 {
            font-family: 'Playfair Display', serif;
            font-size: 24px;
            font-weight: 700;
            margin: 45px 0 20px;
            color: #1a1a1a;
        }

        .content h3 {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 16px;
            font-weight: 700;
            margin: 30px 0 15px;
            color: #1a1a1a;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Product Card - Elle Style */
        .product-card {
            background: #fff;
            margin: 30px 0;
            border: 1px solid #e0e0e0;
            border-radius: 3px;
        }

        .product-card-main {
            display: flex;
            padding: 45px;
            gap: 45px;
        }

        .product-card-image {
            flex: 0 0 42%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-card-image img {
            width: 100%;
            max-width: 380px;
            max-height: 400px;
            height: auto;
            object-fit: contain;
        }

        .product-card-details {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .product-badge {
            display: inline-block;
            background: #f0ede6;
            color: #1a1a1a;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 12px 18px;
            margin-bottom: 24px;
            align-self: flex-start;
        }

        .product-card .product-card-title {
            font-family: 'Bodoni Moda', 'Didot', 'Times New Roman', serif;
            font-size: 28px;
            font-weight: 400;
            line-height: 1.2;
            color: #1a1a1a;
            margin-bottom: 28px;
            text-transform: none;
            letter-spacing: normal;
            margin-top: 0;
        }

        .product-buttons {
            display: inline-flex;
            align-items: stretch;
            margin-bottom: 0;
        }

        .price-box {
            font-family: Georgia, serif;
            font-size: 18px;
            font-weight: 400;
            padding: 14px 32px;
            border: 1px solid #1a1a1a;
            border-right: none;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .shop-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: #1a1a1a;
            color: #fff;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 14px 24px;
            text-decoration: none;
            transition: background 0.2s;
        }

        .shop-button:hover {
            background: #333;
        }

        .shop-button svg {
            width: 14px;
            height: 14px;
        }

        .product-credit {
            font-family: Georgia, serif;
            font-size: 14px;
            color: #1a1a1a;
            margin-top: auto;
            padding-top: 40px;
        }

        /* Rating in card */
        .product-card .rating {
            margin: 0 0 25px 0;
            font-size: 16px;
        }

        .product-card .rating-text {
            font-family: Georgia, serif;
            font-size: 18px;
            color: #666;
        }

        /* Pros and Cons Section */
        .pros-cons {
            display: flex;
            border-top: 1px solid #e0e0e0;
            background: #fff;
        }

        .pros-section, .cons-section {
            flex: 1;
            padding: 28px 45px;
        }

        .pros-section {
            border-right: 1px solid #e0e0e0;
        }

        .pros-section h4 {
            font-family: Georgia, serif;
            font-size: 15px;
            font-weight: 400;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #1a1a1a;
            margin-bottom: 14px;
        }

        .cons-section h4 {
            font-family: Georgia, serif;
            font-size: 15px;
            font-weight: 400;
            font-style: italic;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #1a1a1a;
            margin-bottom: 14px;
        }

        .pro-item, .con-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-family: Georgia, serif;
            font-size: 16px;
            margin-bottom: 8px;
            line-height: 1.4;
            color: #1a1a1a;
        }

        .pro-icon {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #1a1a1a;
            background: transparent;
            color: #1a1a1a;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: bold;
            margin-top: 2px;
        }

        .con-icon {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #1a1a1a;
            background: transparent;
            color: #1a1a1a;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
            margin-top: 2px;
        }

        /* Additional Images */
        .product-image-additional {
            width: 100%;
            margin: 25px 0;
            border-radius: 4px;
        }

        /* Personal Review Box */
        .personal-review {
            background: #f9f8f6;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 35px 40px;
            margin: 40px 0;
        }

        .personal-review h3 {
            font-family: 'Bodoni Moda', Georgia, serif;
            font-size: 24px;
            font-weight: 400;
            text-transform: none;
            letter-spacing: normal;
            margin: 0 0 25px 0;
            color: #1a1a1a;
        }

        .personal-review .review-image {
            width: 100%;
            border-radius: 6px;
            margin-bottom: 25px;
        }

        .personal-review p {
            font-size: 17px;
            line-height: 1.75;
            margin-bottom: 20px;
        }

        .personal-review .likes-dislikes {
            margin-top: 30px;
            padding-top: 25px;
            border-top: 1px solid #e0e0e0;
        }

        .personal-review .likes-dislikes h3 {
            font-size: 20px;
            margin-bottom: 20px;
        }

        /* Key Features List */
        .key-features {
            margin: 30px 0;
        }

        .key-features h3 {
            margin-top: 0;
            margin-bottom: 20px;
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 14px;
            font-family: Georgia, serif;
            font-size: 16px;
            line-height: 1.6;
        }

        .feature-item .check {
            color: #2d6a4f;
            font-weight: bold;
            font-size: 18px;
        }

        .feature-item strong {
            color: #1a1a1a;
        }

        /* Likes & Dislikes (for extended review) */
        .likes-dislikes {
            margin: 30px 0 0 0;
            padding-top: 25px;
            border-top: 1px solid #e0e0e0;
        }

        .likes-dislikes > h3 {
            font-family: 'Bodoni Moda', Georgia, serif;
            font-size: 20px;
            font-weight: 400;
            margin: 0 0 20px 0;
        }

        .likes-dislikes-columns {
            display: flex;
            gap: 40px;
        }

        .likes-section, .dislikes-section {
            flex: 1;
            margin-bottom: 0;
        }

        .likes-section h4 {
            font-family: Georgia, serif;
            font-size: 15px;
            font-weight: 400;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #1a1a1a;
            margin-bottom: 14px;
        }

        .dislikes-section h4 {
            font-family: Georgia, serif;
            font-size: 15px;
            font-weight: 400;
            font-style: italic;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #1a1a1a;
            margin-bottom: 14px;
        }

        .like-item, .dislike-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 12px;
            font-family: Georgia, serif;
            font-size: 16px;
            line-height: 1.6;
        }

        .like-item .icon,
        .dislike-item .icon {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            margin-top: 3px;
        }

        .like-item .icon svg,
        .dislike-item .icon svg {
            width: 100%;
            height: 100%;
            fill: #1a1a1a;
        }

        /* Rating Stars */
        .rating {
            font-family: 'Source Sans Pro', sans-serif;
            color: #f5c518;
            font-size: 14px;
            margin: 15px 0;
        }

        .rating-text {
            color: #666;
            font-size: 13px;
        }

        /* Bottom Line Section */
        .bottom-line {
            border-top: 2px solid #1a1a1a;
            margin-top: 50px;
            padding-top: 35px;
            text-align: center;
        }

        .bottom-line h2 {
            font-family: 'Playfair Display', serif;
            font-size: 28px;
            margin-bottom: 25px;
        }

        .bottom-line p {
            text-align: left;
        }

        /* Hamburger Menu */
        .hamburger {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            padding: 10px;
            z-index: 100;
        }

        .hamburger span {
            display: block;
            width: 24px;
            height: 2px;
            background: #fff;
            margin: 5px 0;
            transition: all 0.3s ease;
        }

        .hamburger.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active span:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -5px);
        }

        /* Responsive */
        /* Gold Accent Line Below Nav */
        .nav {
            border-bottom: 2px solid #c9a962;
        }

        /* Featured In Trust Bar */
        .featured-in {
            background: #f9f8f6;
            padding: 25px 30px;
            text-align: center;
            border: 1px solid #e8e6e3;
            border-radius: 4px;
            margin: 30px 0;
        }

        .featured-in-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .featured-in-label {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #888;
        }

        .featured-in-logos {
            display: flex;
            align-items: center;
            gap: 35px;
        }

        .featured-logo {
            font-family: 'Playfair Display', serif;
            font-size: 18px;
            font-style: italic;
            color: #999;
            opacity: 0.7;
            letter-spacing: 1px;
        }

        /* Issue Date */
        .issue-date {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: rgba(255,255,255,0.6);
            text-align: center;
            padding: 8px 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        /* Testing Process Section */
        .testing-process {
            background: linear-gradient(135deg, #f9f8f6 0%, #f5f3f0 100%);
            border: 1px solid #e8e6e3;
            border-radius: 4px;
            padding: 25px 35px;
            margin: 30px 0;
            text-align: center;
        }

        .testing-process-title {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #888;
            margin-bottom: 8px;
        }

        .testing-process-text {
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            font-style: italic;
            color: #1a1a1a;
            margin: 0;
        }

        /* Premium Soleau Card Styling */
        .product-card.premium {
            background: #faf8f5;
            border: 2px solid #c9a962;
            position: relative;
            box-shadow: 0 4px 20px rgba(201, 169, 98, 0.15);
        }

        .editors-choice-badge {
            position: absolute;
            top: -1px;
            right: 30px;
            background: linear-gradient(135deg, #c9a962 0%, #a8893f 100%);
            color: #fff;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 10px 16px 8px;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
        }

        .free-shipping-badge {
            display: inline-block;
            background: #2d6a4f;
            color: #fff;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 6px 12px;
            border-radius: 3px;
            margin-left: 15px;
        }

        /* Black/Gold CTA Buttons */
        .cta-button-gold {
            display: inline-block;
            background: #1a1a1a;
            color: #c9a962;
            text-align: center;
            padding: 18px 40px;
            text-decoration: none;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 2px;
            border: 2px solid #c9a962;
            transition: all 0.3s ease;
        }

        .cta-button-gold:hover {
            background: #c9a962;
            color: #1a1a1a;
        }

        .shop-button-gold {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: #1a1a1a;
            color: #c9a962;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 16px 28px;
            text-decoration: none;
            border: 2px solid #c9a962;
            transition: all 0.3s ease;
        }

        .shop-button-gold:hover {
            background: #c9a962;
            color: #1a1a1a;
        }

        .shop-button-gold svg {
            width: 14px;
            height: 14px;
        }

        /* Sticky CTA Bar */
        .sticky-cta {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #1a1a1a;
            padding: 15px 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 25px;
            z-index: 1000;
            transform: translateY(100%);
            transition: transform 0.3s ease;
            border-top: 2px solid #c9a962;
        }

        .sticky-cta.visible {
            transform: translateY(0);
        }

        .sticky-cta-text {
            font-family: 'Playfair Display', serif;
            font-size: 16px;
            color: #fff;
        }

        .sticky-cta-text span {
            color: #c9a962;
            font-weight: 600;
        }

        .sticky-cta-button {
            background: #c9a962;
            color: #1a1a1a;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 12px 24px;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .sticky-cta-button:hover {
            background: #d4b574;
        }

        /* Comparison Table */
        .comparison-table-section {
            margin: 50px 0;
        }

        .comparison-table-section h2 {
            font-family: 'Playfair Display', serif;
            font-size: 28px;
            text-align: center;
            margin-bottom: 30px;
        }

        .comparison-table-wrapper {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 14px;
        }

        .comparison-table thead {
            background: #3d3935;
            color: #fff;
        }

        .comparison-table th {
            padding: 15px 12px;
            text-align: left;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 11px;
        }

        .comparison-table tbody tr {
            border-bottom: 1px solid #e8e6e3;
        }

        .comparison-table tbody tr:first-child {
            background: #faf8f5;
        }

        .comparison-table tbody tr:first-child td {
            font-weight: 600;
        }

        .comparison-table td {
            padding: 18px 12px;
            vertical-align: middle;
        }

        .comparison-table .product-name {
            font-family: 'Playfair Display', serif;
            font-size: 16px;
        }

        .comparison-table .winner-badge {
            display: inline-block;
            background: #c9a962;
            color: #fff;
            font-size: 9px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 4px 8px;
            border-radius: 2px;
            margin-left: 10px;
        }

        .comparison-table .stars {
            color: #c9a962;
            letter-spacing: 2px;
        }

        .comparison-table .rating-cell {
            font-weight: 700;
        }

        .table-cta {
            display: inline-block;
            background: #1a1a1a;
            color: #fff;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 10px 16px;
            text-decoration: none;
            white-space: nowrap;
            transition: background 0.2s;
        }

        .table-cta:hover {
            background: #333;
        }

        /* Inline CTA Link */
        .inline-cta {
            color: #1a1a1a;
            text-decoration: underline;
            text-decoration-color: #c9a962;
            text-underline-offset: 3px;
            font-weight: 600;
            transition: color 0.2s;
        }

        .inline-cta:hover {
            color: #c9a962;
        }

        /* Pull Quote */
        .pull-quote {
            font-family: 'Playfair Display', serif;
            font-size: 26px;
            font-style: italic;
            line-height: 1.5;
            color: #1a1a1a;
            text-align: center;
            padding: 30px 40px;
            margin: 35px 0;
            border-left: 3px solid #c9a962;
            border-right: 3px solid #c9a962;
            background: #faf8f5;
        }

        /* Full Width CTA */
        .full-width-cta {
            display: block;
            background: #1a1a1a;
            color: #c9a962;
            text-align: center;
            padding: 20px 40px;
            text-decoration: none;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 700;
            font-size: 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin: 40px 0;
            border: 2px solid #c9a962;
            transition: all 0.3s ease;
        }

        .full-width-cta:hover {
            background: #c9a962;
            color: #1a1a1a;
        }

        /* Product Section Backgrounds */
        .product-section {
            padding: 40px 0;
        }

        .product-section-white {
            background: #ffffff;
        }

        .product-section-gray {
            background: #f7f7f7;
            margin-left: calc(-50vw + 50%);
            margin-right: calc(-50vw + 50%);
            padding-left: calc(50vw - 50%);
            padding-right: calc(50vw - 50%);
        }

        @media (max-width: 900px) {
            /* Container */
            .container {
                padding: 25px 15px;
            }

            /* Header */
            .header {
                padding: 15px 15px;
            }

            .header-right {
                display: none;
            }

            .hamburger {
                display: block;
                position: absolute;
                left: 0;
            }

            .logo {
                font-size: 28px;
            }

            .nav {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease;
                padding: 0 15px;
            }

            .nav.active {
                max-height: 400px;
                padding: 15px;
            }

            .nav-inner {
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }

            .nav-link {
                font-size: 13px;
                padding: 5px 0;
            }

            /* Article Title */
            .article-title {
                font-size: 32px;
                line-height: 1.2;
            }

            /* Main Content */
            .main-content {
                max-width: 100%;
            }

            /* Content Typography */
            .content p {
                font-size: 16px;
                line-height: 1.7;
            }

            .content h2 {
                font-size: 22px;
            }

            .content h3 {
                font-size: 14px;
            }

            /* Author Meta */
            .author-meta {
                margin-bottom: 20px;
            }

            .author-info {
                font-size: 12px;
            }

            /* Testing Process */
            .testing-process {
                padding: 20px 20px;
                margin: 20px 0;
            }

            .testing-process-text {
                font-size: 16px;
            }

            /* Product Sections - Fix full width gray */
            .product-section {
                padding: 30px 0;
            }

            .product-section-gray {
                margin-left: -15px;
                margin-right: -15px;
                padding-left: 15px;
                padding-right: 15px;
            }

            /* Product Cards */
            .product-card {
                margin: 20px 0;
            }

            .product-card-main {
                flex-direction: column;
                padding: 25px 20px;
                gap: 20px;
            }

            .product-card-image {
                flex: none;
            }

            .product-card .product-card-title {
                font-size: 24px;
            }

            .product-badge {
                padding: 10px 14px;
                font-size: 10px;
                letter-spacing: 2px;
            }

            .product-buttons {
                flex-wrap: wrap;
            }

            .price-box {
                padding: 12px 20px;
                font-size: 16px;
            }

            .shop-button {
                padding: 12px 16px;
                font-size: 11px;
            }

            /* Pros/Cons */
            .pros-cons {
                flex-direction: column;
            }

            .pros-section {
                border-right: none;
                border-bottom: 1px solid #d9d9d9;
            }

            .pros-section, .cons-section {
                padding: 20px;
            }

            .pro-item, .con-item {
                font-size: 14px;
            }

            /* Likes/Dislikes */
            .likes-dislikes-columns {
                flex-direction: column;
                gap: 25px;
            }

            .like-item, .dislike-item {
                font-size: 14px;
            }

            /* Featured In */
            .featured-in {
                padding: 20px 15px;
                margin: 20px 0;
            }

            .featured-in-inner {
                flex-direction: column;
                gap: 15px;
            }

            .featured-in-logos {
                gap: 15px;
                flex-wrap: wrap;
                justify-content: center;
            }

            .featured-logo {
                font-size: 14px;
            }

            /* Key Features */
            .key-features {
                margin: 25px 0;
            }

            .feature-item {
                font-size: 14px;
                gap: 10px;
            }

            .feature-item .check {
                font-size: 16px;
            }

            /* Personal Review */
            .personal-review {
                padding: 25px 20px;
                margin: 30px 0;
            }

            .personal-review h3 {
                font-size: 20px;
            }

            .personal-review p {
                font-size: 15px;
            }

            .like-item, .dislike-item {
                font-size: 14px;
            }

            .likes-section h4, .dislikes-section h4 {
                font-size: 12px;
            }

            /* Bottom padding so sticky CTA doesn't cover content */
            body {
                padding-bottom: 80px;
            }

            /* Comparison Table - Card Layout on Mobile */
            .comparison-table-section {
                margin: 30px 0;
                overflow-x: visible;
            }

            .comparison-table-wrapper {
                overflow-x: visible;
            }

            .comparison-table-section h2 {
                font-size: 22px;
            }

            .comparison-table {
                font-size: 14px;
                min-width: unset;
                width: 100%;
            }

            .comparison-table thead {
                display: none;
            }

            .comparison-table tbody tr {
                display: block;
                padding: 18px 20px;
                margin-bottom: 0;
                border-bottom: 1px solid #e8e6e3;
            }

            .comparison-table tbody tr:first-child {
                background: #faf8f5;
                border: 2px solid #c9a962;
                border-radius: 6px;
                margin-bottom: 4px;
            }

            .comparison-table td {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 5px 0;
                border: none;
            }

            .comparison-table td:empty,
            .comparison-table td[data-label=""]:empty {
                display: none;
            }

            .comparison-table td::before {
                content: attr(data-label);
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 600;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 1px;
                color: #888;
                flex-shrink: 0;
                margin-right: 12px;
            }

            .comparison-table td[data-label=""]::before {
                display: none;
            }

            .comparison-table td.product-name {
                display: block;
                margin-bottom: 6px;
            }

            .comparison-table .product-name {
                font-size: 18px;
            }

            .comparison-table .winner-badge {
                font-size: 9px;
                padding: 3px 8px;
                margin-left: 8px;
                vertical-align: middle;
            }

            .comparison-table .stars {
                font-size: 14px;
                letter-spacing: 1px;
            }

            .comparison-table .rating-cell {
                font-size: 15px;
            }

            .comparison-table td:last-child:not(:empty) {
                display: block;
                padding-top: 10px;
            }

            .table-cta {
                font-size: 12px;
                padding: 12px 20px;
                display: block;
                text-align: center;
                width: 100%;
            }

            /* Pull Quote */
            .pull-quote {
                font-size: 18px;
                padding: 20px;
                margin: 25px 0;
            }

            /* Full Width CTA */
            .full-width-cta {
                padding: 16px 25px;
                font-size: 13px;
                margin: 30px 0;
            }

            /* Bottom Line */
            .bottom-line {
                margin-top: 40px;
                padding-top: 25px;
            }

            .bottom-line h2 {
                font-size: 24px;
            }

            /* Sticky CTA */
            .sticky-cta {
                flex-direction: row;
                gap: 12px;
                padding: 12px 15px;
            }

            .sticky-cta-text {
                font-size: 13px;
                white-space: nowrap;
            }

            .sticky-cta-button {
                font-size: 11px;
                padding: 10px 18px;
                white-space: nowrap;
            }

            /* Editor's Choice Badge */
            .editors-choice-badge {
                right: 15px;
                font-size: 9px;
                padding: 8px 12px 6px;
            }
        }

        /* Extra small screens */
        @media (max-width: 480px) {
            .container {
                padding: 20px 12px;
            }

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

            .product-card-main {
                padding: 20px 15px;
            }

            .product-card .product-card-title {
                font-size: 20px;
            }

            .product-section-gray {
                margin-left: -12px;
                margin-right: -12px;
                padding-left: 12px;
                padding-right: 12px;
            }

            .pros-section, .cons-section {
                padding: 15px;
            }

            .personal-review {
                padding: 20px 15px;
            }

            .key-features h3 {
                font-size: 13px;
            }

            .comparison-table tbody tr {
                padding: 15px 15px;
            }

            .comparison-table .product-name {
                font-size: 16px;
            }
        }
