.product-banner{position:relative;height:520px;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100vw;margin:-80px calc(-50vw + 50%) 0;padding-top:100px}.product-banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.product-banner-image{object-fit:cover}.product-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(45,55,72,.85),rgba(26,32,44,.9));z-index:1}.product-banner-content{position:relative;z-index:1001;text-align:center;color:#fff;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.product-banner-category{display:inline-block;padding:.5rem 1.5rem;background:rgba(251,191,36,.2);border:2px solid var(--accent-color);border-radius:25px;font-size:.9rem;font-weight:600;color:var(--accent-color);text-transform:uppercase;letter-spacing:1px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 20px rgba(251,191,36,.3)}.product-banner-title{font-size:3rem;font-weight:700;margin:0;text-shadow:2px 2px 8px rgba(0,0,0,.8);color:#fff;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;padding-top:20px}.product-banner-subtitle{font-size:1.5rem;font-weight:400;text-shadow:2px 2px 6px rgba(0,0,0,.7);color:hsla(0,0%,100%,.95);max-width:800px}.product-banner-product-image{width:300px;height:300px;object-fit:contain;margin-top:1rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 40px rgba(251,191,36,.3);border:3px solid var(--accent-color);z-index:1001}@media (max-width:1024px){.product-banner{height:480px;min-height:480px;padding-top:100px}.product-banner-title{font-size:2.2rem}.product-banner-subtitle{font-size:1.2rem}.product-banner-product-image{width:250px;height:250px}}@media (max-width:768px){.product-banner{height:420px;min-height:420px}.product-banner-title{font-size:1.8rem}.product-banner-subtitle{font-size:1rem}.product-banner-product-image{width:200px;height:200px}}@media (max-width:480px){.product-banner{height:450px;min-height:450px}.product-banner-title{font-size:1.5rem;line-height:1.4;padding:0 10px}.product-banner-product-image{width:180px;height:180px}}.product-specs{padding:80px 0;background:var(--background-white)}.product-specs .section-title{margin-bottom:3rem;color:var(--primary-color)}.specs-grid{max-width:1200px;margin:0 auto;display:grid;grid-gap:1.5rem;gap:1.5rem}.specs-grid-1{grid-template-columns:1fr}.specs-grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.spec-item{background:var(--background-light);border:2px solid rgba(251,191,36,.2);border-radius:12px;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;gap:.5rem}.spec-item:hover{border-color:var(--accent-color);background:#fff;box-shadow:var(--shadow-lg);transform:translateY(-3px)}.spec-label{font-size:.9rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.spec-value{font-size:1.2rem;font-weight:700;color:var(--primary-color);line-height:1.5}.spec-value strong{color:var(--accent-color)}@media (max-width:768px){.product-specs{padding:60px 0}.specs-grid-2{grid-template-columns:1fr}.spec-item{padding:1.2rem}.spec-label{font-size:.85rem}.spec-value{font-size:1.1rem}}.product-features{padding:80px 0;background:linear-gradient(135deg,rgba(251,191,36,.05),rgba(45,55,72,.03))}.product-features .section-title{margin-bottom:3rem;color:var(--primary-color)}.features-container{max-width:1200px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.features-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{background:#fff;border-radius:12px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start;transition:all .3s ease;box-shadow:var(--shadow);border:2px solid transparent}.feature-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--accent-color);background:linear-gradient(135deg,rgba(251,191,36,.05),#fff)}.feature-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent-color) 0,rgba(251,191,36,.8) 100%);border-radius:12px;color:var(--primary-color);font-size:1.8rem;box-shadow:0 4px 15px rgba(251,191,36,.3)}.feature-content{flex:1 1}.feature-title{font-size:1.3rem;font-weight:700;color:var(--primary-color);margin-bottom:.8rem}.feature-description{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin:0}.features-list .feature-item{padding:1.5rem}.features-list .feature-icon{width:50px;height:50px;font-size:1.5rem}.features-list .feature-title{font-size:1.2rem}.features-list .feature-description{font-size:.95rem}@media (max-width:768px){.product-features{padding:60px 0}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-item{flex-direction:column;text-align:center;padding:1.5rem}.feature-icon{margin:0 auto}.features-list .feature-item{flex-direction:row;text-align:left}.features-list .feature-icon{margin:0}}