.product-hero{margin-top:72px;padding:48px 0 32px;background:var(--bg-section)}.product-hero-bg{display:none}.product-hero-heading{font-size:clamp(24px,4vw,40px);font-weight:700;letter-spacing:2px;margin-bottom:6px;color:var(--text-primary)}.product-hero-sub{font-size:clamp(14px,1.8vw,18px);font-weight:300;color:var(--text-primary);max-width:600px}.product-explorer{padding:24px 0 80px;background:var(--bg-section)}.product-tabs{display:flex;gap:4px;margin-bottom:24px;border-bottom:2px solid var(--border-light);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-tabs::-webkit-scrollbar{display:none}.product-tab{flex:1;min-width:140px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 16px;background:none;border:none;border-bottom:3px solid transparent;color:var(--text-muted);font-family:inherit;font-size:14px;font-weight:500;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative}.product-tab:hover{color:var(--text-secondary);background:var(--accent-bg)}.product-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.tab-icon{width:28px;height:28px;transition:transform .3s ease}.product-tab.active .tab-icon{transform:scale(1.15)}.product-panel{display:none;animation:panelFadeIn .4s ease}.product-panel.active{display:block}@keyframes panelFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.panel-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:start}.panel-label{font-size:12px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.panel-heading{font-size:clamp(24px,3vw,34px);font-weight:700;line-height:1.2;margin-bottom:12px}.panel-desc{font-size:15px;font-weight:300;color:var(--text-secondary);line-height:1.75;margin-bottom:20px}.benefits-title{font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.benefits-list{display:flex;flex-direction:column;gap:8px}.benefits-list li{font-size:14px;line-height:1.7;color:var(--text-secondary);padding-left:20px;position:relative}.benefits-list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--bullet-glow)}.benefits-list li strong{color:var(--text-primary);font-weight:600}.panel-actions{margin-top:32px}.btn-download{gap:10px}.btn-download svg{flex-shrink:0}.specs-card{background:var(--bg-surface);border:1px solid var(--border-accent);border-radius:16px;padding:28px;margin-bottom:24px}.specs-card-title{font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--text-primary);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-accent)}.specs-highlights{display:flex;flex-direction:column;gap:10px}.specs-highlights li{font-size:14px;font-weight:400;color:var(--text-secondary);padding-left:18px;position:relative;line-height:1.5}.specs-highlights li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:linear-gradient(135deg,var(--accent),var(--accent-secondary));border-radius:2px;transform:rotate(45deg)}.panel-image{border-radius:12px;overflow:hidden;border:1px solid var(--border-light)}.panel-image img{width:100%;height:auto;display:block}.product-table-section{padding:80px 0;background:var(--gradient-section-dark)}.table-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:40px}.table-section-heading{font-size:clamp(24px,3vw,32px);font-weight:700;margin-bottom:16px}.table-section-desc{font-size:15px;font-weight:300;color:var(--text-secondary);line-height:1.7;max-width:700px}.table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid var(--border-accent)}.product-table{width:100%;border-collapse:collapse;font-size:14px;min-width:600px}.product-table thead{background:var(--gradient-table-header)}.product-table th{padding:14px 20px;text-align:left;font-weight:600;font-size:13px;letter-spacing:.5px;text-transform:uppercase;color:#fff;white-space:nowrap}.product-table td{padding:12px 20px;color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);white-space:nowrap}.product-table tbody tr{transition:background .2s ease}.product-table tbody tr:hover{background:var(--bg-surface-hover)}.product-table tbody tr:last-child td{border-bottom:none}.panel-table-section{margin-top:48px;padding-top:40px;border-top:1px solid var(--border-accent)}.panel-table-heading{font-size:clamp(18px,2.5vw,24px);font-weight:700;color:var(--text-primary);margin-bottom:8px}.panel-table-desc{font-size:14px;font-weight:300;color:var(--text-secondary);line-height:1.6;margin-bottom:20px;max-width:800px}@media(max-width:1024px){.panel-grid{grid-template-columns:1fr;gap:32px}.table-header-row{flex-direction:column}}@media(max-width:768px){.product-hero{margin-top:60px;padding:36px 0 24px}.product-tab{min-width:110px;padding:14px 12px;font-size:12px}.tab-icon{width:22px;height:22px}.product-explorer{padding:40px 0 60px}.product-tabs{margin-bottom:32px}.panel-actions .btn{width:100%}}@media(max-width:480px){.product-tab span{font-size:11px}.product-tab{min-width:90px;padding:12px 8px}}
