.product-showcase{padding:5rem 0;border-bottom:1px solid var(--border-light)}.product-showcase:last-child{border-bottom:none}.product-showcase.reverse{background:var(--bg-light)}.product-showcase.reverse .row{flex-direction:row-reverse}.product-image-container{text-align:center;position:relative;padding:2rem}.product-main-image{max-width:100%;max-height:500px;width:auto;border-radius:16px;box-shadow:var(--shadow-lg);transition:transform .3s}.product-showcase:hover .product-main-image{transform:scale(1.02)}.product-content{padding:2rem}.product-category{display:inline-block;background:var(--primary-light);color:var(--primary-color);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.product-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-dark)}.product-description{font-size:1.1rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.product-features-list{list-style:none;padding:0;margin-bottom:2rem}.product-features-list li{padding:.75rem 0;color:var(--text-muted);position:relative;padding-left:2rem;border-bottom:1px solid var(--border-light)}.product-features-list li:last-child{border-bottom:none}.product-features-list li::before{content:'✓';color:var(--primary-color);font-weight:700;font-size:1.2rem;position:absolute;left:0}.product-specs{background:var(--bg-light);padding:2rem;border-radius:16px;margin-bottom:2rem}.product-specs h6{font-weight:600;color:var(--text-dark);margin-bottom:1.5rem;font-size:1.1rem}.spec-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid var(--border-light)}.spec-item:last-child{border-bottom:none}.spec-label{font-weight:600;color:var(--text-dark);flex:0 0 30%}.spec-value{color:var(--text-muted);flex:1;text-align:right}.comparison-table{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);margin-top:3rem}.comparison-table table{margin-bottom:0}.comparison-table th{background:var(--primary-color);color:var(--white);font-weight:600;padding:1.5rem 1rem;border:none;text-align:center}.comparison-table td{padding:1.5rem 1rem;border-bottom:1px solid var(--border-light);text-align:center;vertical-align:middle}.comparison-table td:first-child{text-align:left;font-weight:600;background:var(--bg-light)}.feature-check{color:#28a745;font-size:1.2rem;font-weight:700}.feature-cross{color:#dc3545;font-size:1.2rem;font-weight:700}.feature-available{background:var(--primary-light);color:var(--primary-color);padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.feature-not-available{color:var(--text-muted);font-style:italic;font-size:.9rem}.products-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.3s;height:100%}.products-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.products-card-image{height:300px;overflow:hidden;position:relative}.products-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.products-card:hover .products-card-image img{transform:scale(1.05)}.products-card-body{padding:3rem 2rem}.products-card-category{display:inline-block;background:var(--primary-light);color:var(--primary-color);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.products-card-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-dark)}.products-card-description{color:var(--text-muted);line-height:1.6;margin-bottom:2rem;font-size:1rem}.products-card-features{list-style:none;padding:0;margin-bottom:2rem;text-align:left}.products-card-features li{padding:.5rem 0;color:var(--text-muted);position:relative;padding-left:1.5rem}.products-card-features li::before{content:'•';color:var(--primary-color);font-weight:700;position:absolute;left:0}@media (max-width:768px){.product-showcase{padding:3rem 0}.product-showcase.reverse .row{flex-direction:column}.product-content{padding:1rem;margin-top:2rem}.product-title{font-size:2rem}.product-description{font-size:1rem}.product-specs{padding:1.5rem}.spec-item{flex-direction:column;align-items:flex-start}.spec-value{text-align:left;margin-top:.5rem}.comparison-table{font-size:.85rem}.comparison-table td,.comparison-table th{padding:1rem .5rem}.products-card-body{padding:2rem 1.5rem}.products-card-title{font-size:1.5rem}}