.accessories-section{background:linear-gradient(135deg,var(--bg-section) 0,var(--primary-alpha-10) 100%);position:relative;overflow:hidden}.accessories-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svgxmlns="http://www.w3.org/2000/svg"viewBox="00100100"><defs><patternid="grid"width="10"height="10"patternUnits="userSpaceOnUse"><pathd="M100L00010"fill="none"stroke="%23e0e7ff"stroke-width="0.5"/></pattern></defs><rectwidth="100%"height="100%"fill="url(%23grid)"/></svg>') repeat;opacity:.3;z-index:0}.accessories-section .container{position:relative;z-index:1}.accessories-header{text-align:center;margin-bottom:3rem}.accessories-header h2{font-size:2.5rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.accessories-header .subtitle{font-size:1.1rem;color:var(--text-muted);margin:0 auto;line-height:1.6}.product-category-card{background:var(--bg-card);backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2rem;box-shadow:var(--shadow-md);border:1px solid var(--primary-alpha-10);transition:var(--transition-normal);position:relative;overflow:hidden}.product-category-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transition:var(--transition-normal)}.product-category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.product-category-card:hover::before{transform:scaleX(1)}.category-icon{width:60px;height:60px;background:var(--gradient-primary);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem;color:var(--text-white)}.category-title{font-size:1.4rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.specs-table{background:var(--bg-card);border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-sm);margin-top:1.5rem}.specs-table table{width:100%;border-collapse:collapse}.specs-table th{background:var(--gradient-primary);color:var(--text-white);padding:1rem;text-align:left;font-weight:600;font-size:.9rem}.specs-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border-light);vertical-align:top}.specs-table tbody tr:hover{background-color:var(--bg-section)}.specs-table .highlight-cell{background:linear-gradient(135deg,var(--primary-alpha-10),var(--primary-alpha-20));font-weight:500;color:var(--primary-color)}.feature-list{list-style:none;padding:0;margin-top:1rem}.feature-list li{padding:.5rem 0;padding-left:2rem;position:relative;color:var(--text-secondary)}.feature-list li::before{content:'✓';position:absolute;left:0;top:.5rem;width:1.2rem;height:1.2rem;background:var(--primary-color);color:var(--text-white);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:bold}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.advantage-card{background:var(--bg-card);padding:1.5rem;border-radius:var(--radius-md);text-align:center;transition:var(--transition-normal);border:1px solid var(--primary-alpha-10)}.advantage-card:hover{transform:scale(1.02);box-shadow:var(--shadow-lg)}.advantage-icon{width:50px;height:50px;background:var(--gradient-primary);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--text-white);font-size:1.2rem}.advantage-title{font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.advantage-desc{color:var(--text-muted);font-size:.9rem;line-height:1.5}@media(max-width:768px){.accessories-header h2{font-size:2rem}.product-category-card{padding:1.5rem}.specs-table{font-size:.85rem}.specs-table th,.specs-table td{padding:.5rem}.advantages-grid{grid-template-columns:1fr}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{animation:fadeInUp .8s ease forwards}