.products-page{min-height:100vh;padding-top:80px;background:#ffffff}.products-hero{background:linear-gradient(135deg,rgba(153,69,255,.05),rgba(123,63,242,.02));padding:8rem 3rem 4rem;text-align:center;border-bottom:1px solid rgba(153,69,255,.1)}.products-container{max-width:1200px;margin:0 auto}.products-title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#1d1d1f;margin-bottom:1rem;letter-spacing:-.02em}.products-subtitle{font-size:1.25rem;color:#666;max-width:700px;margin:0 auto}.product-categories{padding:0}.product-category{min-height:500px;display:flex;align-items:center;position:relative;overflow:hidden}.product-category.dark{background:#000;color:white}.product-category.light{background:#f5f5f7;color:#1d1d1f}.category-container{width:100%;max-width:1400px;margin:0 auto;padding:4rem 3rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.product-category:nth-child(2n) .category-container{direction:rtl}.product-category:nth-child(2n) .category-content{direction:ltr}.category-content{display:flex;flex-direction:column;gap:1.5rem}.category-title{font-size:2.5rem;font-weight:700;line-height:1.1;margin:0}.product-category.dark .category-title{color:white}.product-category.light .category-title{color:#1d1d1f}.category-description{font-size:1.25rem;line-height:1.5;opacity:.9}.category-features{display:flex;flex-wrap:wrap;gap:.75rem;margin:.5rem 0}.feature-tag{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}.product-category.dark .feature-tag{background:rgba(255,255,255,.1);color:white}.product-category.light .feature-tag{background:rgba(0,0,0,.05);color:#1d1d1f}.category-actions{display:flex;gap:1rem;margin-top:1rem}.category-cta{padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:500;transition:all .3s ease;display:inline-block}.category-cta.primary{background:#9945FF;color:white}.category-cta.primary:hover{background:#7B3FF2;transform:scale(1.05)}.category-cta.secondary{background:transparent;color:#9945FF;border:1px solid #9945ff}.product-category.dark .category-cta.secondary{color:white;border-color:white}.category-cta.secondary:hover{background:#9945FF;color:white}.category-image{display:flex;justify-content:center;align-items:center;height:400px}.category-image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.1))}.product-details{padding:4rem 3rem;background:white}.detail-section{margin-bottom:5rem;padding-top:2rem;scroll-margin-top:100px}.detail-section h2{font-size:2.5rem;color:#1d1d1f;margin-bottom:2rem;font-weight:700}.detail-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.detail-content h3{font-size:1.5rem;color:#9945FF;margin-bottom:1rem}.detail-content p{font-size:1.125rem;line-height:1.7;color:#666;margin-bottom:1.5rem}.detail-list{list-style:none;padding:0}.detail-list li{padding:.75rem 0 .75rem 2rem;position:relative;color:#666;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.05)}.detail-list li:before{content:"✓";position:absolute;left:0;color:#9945FF;font-weight:700;font-size:1.2rem}.detail-specs{background:#f5f5f7;padding:2rem;border-radius:16px}.detail-specs h4{font-size:1.25rem;color:#1d1d1f;margin-bottom:1.5rem}.specs-table{width:100%;border-collapse:collapse}.specs-table td{padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.specs-table td:first-child{font-weight:500;color:#666}.specs-table td:last-child{text-align:right;color:#1d1d1f;font-weight:600}.detail-image{margin-top:2rem}.detail-image img{width:100%;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.manufacturing-excellence{padding:4rem 3rem;background:linear-gradient(135deg,rgba(153,69,255,.03),rgba(123,63,242,.01))}.section-title{font-size:2.5rem;color:#1d1d1f;text-align:center;margin-bottom:3rem;font-weight:700}.excellence-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.excellence-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease}.excellence-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(153,69,255,.15)}.excellence-card img{width:100%;height:200px;object-fit:cover}.excellence-card h3{font-size:1.25rem;color:#1d1d1f;margin:1.5rem 1.5rem .75rem}.excellence-card p{color:#666;margin:0 1.5rem 1.5rem;line-height:1.6}.market-metrics{padding:4rem 3rem;background:#000}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;text-align:center}.metric-card{padding:2rem}.metric-number{font-size:3rem;font-weight:700;color:#9945FF;margin-bottom:.5rem}.metric-label{font-size:1rem;color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:.05em}.contact-cta{margin-top:4rem;text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,rgba(153,69,255,.1),rgba(90,79,207,.05));border-radius:20px;border:1px solid rgba(153,69,255,.3)}.contact-cta h3{font-size:2rem;color:white;margin-bottom:1rem;font-weight:700}.contact-cta p{font-size:1.125rem;color:rgba(255,255,255,.8);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-btn{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}.contact-btn.primary{background:linear-gradient(135deg,#9945FF,#7B3FF2);color:white;box-shadow:0 4px 20px rgba(153,69,255,.4)}.contact-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(153,69,255,.6)}.contact-btn.secondary{background:transparent;color:white;border:2px solid rgba(153,69,255,.5)}.contact-btn.secondary:hover{background:rgba(153,69,255,.2);border-color:#9945FF}@media (max-width:1024px){.category-container{grid-template-columns:1fr;text-align:center}.product-category:nth-child(2n) .category-container{direction:ltr}.category-image{height:300px}.detail-grid,.excellence-grid{grid-template-columns:1fr}}@media (max-width:768px){.products-hero{padding:6rem 1.5rem 3rem}.category-container{padding:3rem 1.5rem;gap:2rem}.category-title{font-size:2rem}.category-description{font-size:1rem}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metric-number{font-size:2rem}.contact-cta{padding:2rem 1rem;margin-top:3rem}.contact-cta h3{font-size:1.5rem}.contact-buttons{flex-direction:column;align-items:center}.contact-btn{width:100%;max-width:300px;text-align:center}.product-details{padding:2rem 1.5rem}.detail-section h2{font-size:1.75rem}}@media (max-width:480px){.metrics-grid{grid-template-columns:1fr}.category-actions{flex-direction:column}.category-cta{width:100%;text-align:center}}