.product-hero{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%) 50%/cover fixed;padding:120px 0 80px;position:relative;overflow:hidden}.product-hero:before{content:"";z-index:1;background:#0003;position:absolute;inset:0}.product-hero .container{z-index:2;position:relative}.product-hero.swir-hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.product-hero.scmos-hero{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.product-hero.microscopy-hero{background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.product-hero.astronomy-hero{background:linear-gradient(135deg,#fa709a 0%,#fee140 100%)}.feature-icon{background:linear-gradient(135deg,var(--megamenu-primary-color),var(--megamenu-hover-color));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 25px #2f80ed4d}.feature-icon:hover{transform:translateY(-3px);box-shadow:0 12px 30px #2f80ed66}.feature-icon.lg{width:100px;height:100px;font-size:2.5rem}.feature-icon.sm{width:60px;height:60px;margin-bottom:1rem;font-size:1.5rem}.spec-card{background:#fff;border:1px solid #0000000d;border-radius:15px;height:100%;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #0000001a}.spec-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.spec-card.compact{padding:1.5rem}.spec-card.highlight{border-left:4px solid var(--megamenu-primary-color)}.spec-table{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.spec-table table{border-collapse:collapse;margin:0}.spec-table thead{background:linear-gradient(135deg,var(--megamenu-primary-color),var(--megamenu-hover-color));color:#fff}.spec-table thead th{text-align:center;border:none;padding:1rem;font-weight:600}.spec-table tbody tr{transition:background-color .2s}.spec-table tbody tr:nth-child(2n){background-color:#f8f9fa}.spec-table tbody tr:hover{background-color:#e3f2fd}.spec-table tbody td{text-align:center;border:none;border-bottom:1px solid #dee2e6;padding:1rem}.application-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.application-item{text-align:center;border-left:4px solid var(--megamenu-primary-color);background:#fff;border-radius:10px;padding:1.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 5px 15px #00000014}.application-item:before{content:"";background:linear-gradient(135deg,var(--megamenu-primary-color),var(--megamenu-hover-color));height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.application-item:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000001f}.application-item:hover:before{transform:scaleX(1)}.application-item h5{color:var(--nav-text);margin:1rem 0 .5rem}.gradient-bg{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)}.gradient-bg-alt{background:linear-gradient(135deg,#ffecd2 0%,#fcb69f 100%)}.gradient-bg-cool{background:linear-gradient(135deg,#a8edea 0%,#fed6e3 100%)}.highlight-section{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:15px;margin:3rem 0;padding:3rem 2rem;position:relative;overflow:hidden}.highlight-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.highlight-section.cooling-highlight{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.highlight-section.performance-highlight{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.highlight-section.precision-highlight{background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.interface-badges{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.interface-badges.center{justify-content:center}.interface-badge{background:var(--megamenu-primary-color);color:#fff;border-radius:25px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-block}.interface-badge:hover{background:var(--megamenu-hover-color);transform:translateY(-2px)}.interface-badge.large{padding:.75rem 1.5rem;font-size:1rem}.interface-badge.outline{border:2px solid var(--megamenu-primary-color);color:var(--megamenu-primary-color);background:0 0}.interface-badge.outline:hover{background:var(--megamenu-primary-color);color:#fff}.highlight-number{color:var(--megamenu-primary-color);font-family:Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1;display:block}.highlight-number.white{color:#fff}.highlight-number.large{font-size:3.5rem}.highlight-number.small{font-size:2rem}.product-breadcrumb{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;height:300px;display:flex;position:relative}.product-breadcrumb:before{content:"";z-index:1;background:#0006;position:absolute;inset:0}.product-breadcrumb .container{z-index:2;position:relative}.product-breadcrumb.swir{background-image:var(--SWIR_ban)}.product-breadcrumb.scmos{background-image:var(--sCMOS_ban)}.product-breadcrumb.microscopy{background-image:var(--Microscopy_ban)}.feature-list{margin:0;padding:0;list-style:none}.feature-list li{border-bottom:1px solid #eee;align-items:center;padding:.75rem 0;display:flex}.feature-list li:last-child{border-bottom:none}.feature-list li i{color:var(--megamenu-primary-color);text-align:center;width:20px;margin-right:1rem;font-size:1.2rem}.feature-list.compact li{padding:.5rem 0}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:2rem 0;display:grid}.stat-item{text-align:center;background:#fff;border-radius:10px;padding:1.5rem;transition:transform .3s;box-shadow:0 5px 15px #00000014}.stat-item:hover{transform:translateY(-3px)}.stat-number{color:var(--megamenu-primary-color);font-size:2.5rem;font-weight:700;line-height:1;display:block}.stat-label{color:#666;margin-top:.5rem;font-size:.9rem}.cta-section{text-align:center;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-radius:15px;margin:3rem 0;padding:4rem 2rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.cta-buttons .btn{min-width:180px;padding:.75rem 1.5rem}@media (max-width:768px){.product-hero{padding:80px 0 60px}.spec-card{margin-bottom:1.5rem;padding:1.5rem}.highlight-section{margin:2rem 0;padding:2rem 1.5rem}.highlight-number{font-size:2rem}.highlight-number.large{font-size:2.5rem}.feature-icon{width:60px;height:60px;margin-bottom:1rem;font-size:1.5rem}.application-grid{grid-template-columns:1fr;gap:1rem}.application-item{padding:1.25rem}.interface-badges{justify-content:center}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}@media (max-width:576px){.product-hero{padding:60px 0 40px}.spec-card{padding:1.25rem}.highlight-section{padding:1.5rem 1rem}.feature-icon{width:50px;height:50px;font-size:1.25rem}.application-item{padding:1rem}.interface-badge{padding:.4rem .8rem;font-size:.8rem}}@media print{.product-hero,.cta-section{color:#000!important;background:0 0!important}.spec-card,.application-item{box-shadow:none!important;border:1px solid #ddd!important}.highlight-section{color:#000!important;background:#f5f5f5!important}}@media (prefers-color-scheme:dark){.spec-card{color:#e0e0e0;background:#1a1a1a;border-color:#333}.application-item{color:#e0e0e0;background:#1a1a1a}.spec-table tbody tr:nth-child(2n){background-color:#2a2a2a}.spec-table tbody tr:hover{background-color:#333}}.product-container{max-width:1200px;margin:0 auto;padding:0 15px}.section-divider{background:linear-gradient(90deg,#0000,#ddd,#0000);height:1px;margin:3rem 0}.text-gradient{background:linear-gradient(135deg,var(--megamenu-primary-color),var(--megamenu-hover-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.fade-in-up{opacity:0;transition:all .6s;transform:translateY(30px)}.fade-in-up.visible{opacity:1;transform:translateY(0)}