.product-hero{padding:var(--space-xl) 0 var(--space-3xl);background:var(--gradient-dark);color:var(--white)}.product-hero-container{max-width:1200px;margin:0 auto;padding:0 var(--space-lg);display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:center}.product-hero-content{display:flex;flex-direction:column;gap:var(--space-md)}.product-category-label{display:inline-flex;align-items:center;gap:var(--space-xs);padding:.5rem 1rem;background:#ffffff1a;border-radius:var(--radius-full);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;width:fit-content;backdrop-filter:blur(10px)}.product-hero-title{font-size:2.75rem;font-weight:700;line-height:1.2;margin:0;color:var(--white)}.product-hero-description{font-size:1.15rem;line-height:1.6;color:#ffffffd9}.product-hero-price-wrapper{margin:var(--space-md) 0;padding:var(--space-md);background:#ffffff0d;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.1)}.product-hero-price{font-size:3rem;font-weight:700;color:var(--secondary);line-height:1}.product-hero-price-type{font-size:.95rem;color:#ffffffbf;margin-top:var(--space-xs)}.product-hero-actions{display:flex;gap:var(--space-sm);flex-wrap:wrap;margin-top:var(--space-md)}.product-hero-image-wrapper{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.product-hero-image{width:100%;height:auto;display:block}.product-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);margin-top:var(--space-xl)}.product-feature-item{padding:var(--space-md);background:var(--white);border-radius:var(--radius-md);border:1px solid var(--pale-gray);transition:all var(--transition-normal)}.product-feature-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary)}.product-feature-icon{width:48px;height:48px;margin-bottom:var(--space-sm);display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);border-radius:var(--radius-md);color:var(--white);font-size:1.5rem}.product-feature-title{font-size:1.15rem;font-weight:600;color:var(--dark);margin-bottom:var(--space-xs)}.product-feature-description{font-size:.95rem;color:var(--medium-gray);line-height:1.5}.product-content{max-width:800px;margin:0 auto;padding:var(--space-xl) var(--space-lg)}.product-content h1,.product-content h2{color:var(--dark);margin-top:var(--space-xl);margin-bottom:var(--space-md);line-height:1.3}.product-content h1{font-size:2.25rem;font-weight:700}.product-content h2{font-size:1.75rem;font-weight:600}.product-content h3{font-size:1.35rem;font-weight:600;color:var(--dark-gray);margin-top:var(--space-lg);margin-bottom:var(--space-sm)}.product-content p{margin-bottom:var(--space-md);line-height:1.7;color:var(--medium-gray)}.product-content ul,.product-content ol{margin:var(--space-md) 0;padding-left:var(--space-lg)}.product-content li{margin-bottom:var(--space-xs);line-height:1.6;color:var(--medium-gray)}.product-content strong{color:var(--dark);font-weight:600}.product-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-md);margin-top:var(--space-xl)}.product-gallery img{width:100%;height:auto;border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:transform var(--transition-normal);cursor:pointer}.product-gallery img:hover{transform:scale(1.02)}.video-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);margin-top:var(--space-xl)}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.product-comparison-table{width:100%;margin-top:var(--space-xl);border-collapse:collapse;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.product-comparison-table th,.product-comparison-table td{padding:var(--space-md);text-align:left;border-bottom:1px solid var(--pale-gray)}.product-comparison-table th{background:var(--dark-gray);color:var(--white);font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px}.product-comparison-table tr:last-child td{border-bottom:none}.product-comparison-table tr.recommended{background:#1665f50d}.product-comparison-table .recommended-badge{display:inline-block;padding:.25rem .6rem;background:var(--primary);color:var(--white);border-radius:var(--radius-full);font-size:.75rem;font-weight:600;margin-left:var(--space-xs)}@media (max-width: 1024px){.product-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.product-hero-container{grid-template-columns:1fr;gap:var(--space-lg)}.product-hero-title{font-size:2rem}.product-hero-price{font-size:2.25rem}.product-features-grid,.product-gallery{grid-template-columns:1fr}.product-content h1{font-size:1.75rem}.product-content h2{font-size:1.5rem}.product-comparison-table,.product-comparison-table thead,.product-comparison-table tbody,.product-comparison-table th,.product-comparison-table td,.product-comparison-table tr{display:block}.product-comparison-table thead{display:none}.product-comparison-table tr{margin-bottom:var(--space-md);border:1px solid var(--pale-gray);border-radius:var(--radius-md)}.product-comparison-table td{position:relative;padding-left:50%;text-align:right}.product-comparison-table td:before{content:attr(data-label);position:absolute;left:var(--space-md);font-weight:600;color:var(--dark)}}
