.microscope-intro-section{background:linear-gradient(135deg,var(--bg-section)0%,var(--bg-white)100%);position:relative;overflow:hidden}.microscope-intro-section:before{content:"";opacity:.03;z-index:0;background:url(/assets/images/bg-pattern.svg) 50% no-repeat;position:absolute;inset:0}.microscope-content{z-index:1;position:relative}.section-title-microscope{text-align:center;margin-bottom:3rem}.section-title-microscope h2{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.section-title-microscope h2:after{content:"";background:var(--primary-color);border-radius:var(--radius-sm);width:80px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.section-title-microscope p{color:var(--text-secondary);max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.product-desc-card{background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--primary-alpha-10);transition:var(--transition-normal);margin-bottom:3rem;padding:2.5rem}.product-desc-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.product-desc-card h3{color:var(--primary-color);align-items:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;display:flex}.product-desc-card h3:before{content:"📱";margin-right:.5rem;font-size:1.2rem}.product-desc-card p{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.8}.features-table-wrapper{background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);margin-bottom:3rem;padding:2rem;overflow:hidden}.features-table-wrapper h3{color:var(--primary-color);text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:600;position:relative}.features-table-wrapper h3:after{content:"";background:var(--primary-color);width:60px;height:2px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.features-table{border-collapse:collapse;width:100%;margin-top:1rem}.features-table th,.features-table td{text-align:left;border-bottom:1px solid var(--border-light);padding:1rem 1.5rem}.features-table th{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:var(--text-white);text-align:center;font-size:1rem;font-weight:600}.features-table th:first-child{border-top-left-radius:var(--radius-sm)}.features-table th:last-child{border-top-right-radius:var(--radius-sm)}.features-table td{background:var(--bg-white);transition:var(--transition-normal)}.features-table tr:hover td{background:var(--bg-section)}.features-table td:first-child{color:var(--primary-color);background:linear-gradient(135deg,var(--bg-section),var(--bg-white));font-weight:600}.applications-section{margin-top:3rem}.applications-section h3{color:var(--primary-color);text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:600;position:relative}.applications-section h3:after{content:"";background:var(--primary-color);width:60px;height:2px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.application-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.application-card{background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition-normal);border:1px solid var(--primary-alpha-10);padding:1.8rem;position:relative;overflow:hidden}.application-card:before{content:"";background:linear-gradient(90deg,var(--primary-color),var(--primary-light));width:100%;height:4px;position:absolute;top:0;left:0}.application-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.application-card h4{color:var(--primary-color);align-items:center;margin-bottom:1rem;font-size:1.3rem;font-weight:600;display:flex}.application-card h4:before{content:"🔬";margin-right:.5rem;font-size:1.1rem}.application-card .app-examples{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.application-card .app-highlights{color:var(--text-muted);border-left:3px solid var(--primary-color);background:var(--bg-section);border-radius:0 var(--radius-sm)var(--radius-sm)0;padding:.8rem 1rem;font-size:.9rem;font-style:italic}@media (width<=768px){.section-title-microscope h2{font-size:2rem}.product-desc-card,.features-table-wrapper{padding:1.5rem}.features-table th,.features-table td{padding:.8rem;font-size:.9rem}.application-cards{grid-template-columns:1fr}.application-card{padding:1.5rem}}@media (width<=576px){.section-title-microscope h2{font-size:1.8rem}.product-desc-card,.features-table-wrapper{padding:1.2rem}.features-table{font-size:.85rem}.features-table th,.features-table td{padding:.6rem .8rem}}