:root{--primary-color: #2563eb;--secondary-color: #1e40af;--accent-color: #3b82f6;--text-color: #1f2937;--light-text: #6b7280;--background: #ffffff;--light-bg: #f8fafc;--border-color: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background);overflow-x:hidden;width:100%}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}.section{padding:80px 0;width:100%;box-sizing:border-box}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:6px;text-decoration:none;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-2px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.card{background:#fff;border-radius:8px;padding:24px;box-shadow:var(--shadow);transition:transform .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:16px}h1{font-size:clamp(2rem,5vw,2.5rem)}h2{font-size:clamp(1.5rem,4vw,2rem)}h3{font-size:clamp(1.25rem,3vw,1.5rem)}p{margin-bottom:16px;color:var(--light-text)}@media (max-width: 1200px){.container{max-width:960px;padding:0 20px}}@media (max-width: 992px){.container{max-width:720px;padding:0 20px}}@media (max-width: 768px){.container{max-width:540px;padding:0 20px}.section{padding:60px 0}}@media (max-width: 576px){.container{padding:0 20px}.section{padding:40px 0}}@media (max-width: 480px){.container{padding:0 20px}.section{padding:30px 0}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button:focus,input:focus,textarea:focus,a:focus{outline:2px solid var(--primary-color);outline-offset:2px}@media print{.navbar,.footer,.btn{display:none}.section{padding:20px 0}}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:var(--shadow)}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.nav-logo a{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.nav-menu{display:flex;gap:2rem}.nav-menu a{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:var(--primary-color)}.mobile-menu-btn{display:none;flex-direction:column;cursor:pointer;gap:4px}.mobile-menu-btn span{width:25px;height:3px;background:var(--text-color);transition:all .3s ease}.hero{padding:120px 0 80px;background:linear-gradient(135deg,var(--light-bg) 0%,#ffffff 100%);min-height:100vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3rem;color:var(--text-color);margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:var(--primary-color);font-weight:500;margin-bottom:1rem}.hero-description{font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff}.hero-image-mobile{display:none;justify-content:center;align-items:center;margin:2rem 0}.hero-image-mobile .hero-main-image{width:100%;max-width:400px;height:auto;border-radius:12px;box-shadow:var(--shadow-lg);transition:transform .3s ease}.hero-image-mobile .hero-main-image:hover{transform:scale(1.02)}.hero-image-desktop{display:flex;justify-content:center;align-items:center;order:-1}.hero-image-desktop .hero-main-image{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:var(--shadow-lg);transition:transform .3s ease}.hero-image-desktop .hero-main-image:hover{transform:scale(1.02)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;color:var(--text-color);margin-bottom:1rem}.section-header p{font-size:1.2rem;color:var(--light-text)}.prodotti-section{background:var(--light-bg)}.prodotti-list{display:flex;flex-direction:column;gap:4rem}.prodotto-item{width:100%}.prodotto-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:#fff;border-radius:16px;padding:3rem;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.prodotto-content:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.prodotto-item.right .prodotto-content{direction:rtl}.prodotto-item.right .prodotto-text{direction:ltr}.prodotto-header{margin-bottom:1.5rem}.prodotto-header h3{font-size:1.75rem;color:var(--primary-color);margin-bottom:.5rem}.prodotto-titolo{font-size:1.25rem;color:var(--text-color);margin-bottom:1rem;font-weight:600}.categoria{background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}.prodotto-descrizione{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;color:var(--text-color)}.prodotto-specs{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:var(--light-bg);border-radius:8px}.spec{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border-color)}.spec:last-child{border-bottom:none}.prodotto-caratteristiche h4{margin-bottom:1rem;color:var(--text-color);font-size:1.1rem}.prodotto-caratteristiche ul{list-style:none;margin-bottom:2rem}.prodotto-caratteristiche li{border-bottom:1px solid var(--border-color);position:relative;padding:.75rem 0 .75rem 2rem;font-size:.95rem}.prodotto-caratteristiche li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.1rem}.prodotto-image{display:flex;justify-content:center;align-items:center;height:400px}.prodotto-main-image{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform .3s ease}.prodotto-main-image:hover{transform:scale(1.05)}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:2rem}.placeholder-icon{font-size:4rem;margin-bottom:1rem}.image-placeholder h4{font-size:1.5rem;margin-bottom:.5rem;color:#fff}.image-placeholder p{color:#ffffffe6;margin:0}.contatti-section{background:#fff}.contatti-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contatti-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:var(--light-bg);padding:2rem;border-radius:12px}.info-card h3{margin-bottom:1.5rem;color:var(--primary-color)}.info-item{margin-bottom:1.5rem}.info-item strong{display:block;margin-bottom:.5rem;color:var(--text-color)}.info-item p{margin:0;color:var(--light-text)}.servizi-rapidi{background:#fff;padding:2rem;border-radius:12px;border:2px solid var(--border-color)}.servizi-rapidi h3{margin-bottom:1rem;color:var(--primary-color)}.servizi-rapidi ul{list-style:none}.servizi-rapidi li{padding:.5rem 0;border-bottom:1px solid var(--border-color)}.contatti-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-color)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid var(--border-color);border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group input.error,.form-group textarea.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:block}.checkbox-group{display:flex;align-items:flex-start;gap:.75rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem}.checkbox-label input[type=checkbox]{width:auto;margin-top:.25rem}.checkbox-label a{color:var(--primary-color);text-decoration:underline}.submit-message{padding:1rem;border-radius:6px;margin-bottom:1rem;font-weight:500}.submit-message.success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.submit-message.error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.footer{background:var(--text-color);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section p{color:#d1d5db;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--primary-color)}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:inline-block;width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.social-links a:hover{background:var(--primary-color)}.social-icon{font-size:1.2rem}.contact-info p{margin-bottom:.5rem;color:#d1d5db}.footer-bottom{border-top:1px solid #374151;padding-top:1rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#9ca3af;margin:0}.back-to-top{background:var(--primary-color);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:background .3s ease}.back-to-top:hover{background:var(--secondary-color)}@media (max-width: 1200px){.container{max-width:960px}}@media (max-width: 992px){.container{max-width:720px}.hero-content,.contatti-content{gap:2rem}.prodotto-content{grid-template-columns:1fr;gap:2rem;padding:2rem}.prodotto-item.right .prodotto-content{direction:ltr}}@media (max-width: 768px){.container{max-width:540px}.nav-menu{display:none}.nav-menu.active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;box-shadow:var(--shadow)}.mobile-menu-btn{display:flex}.hero{padding:100px 0 60px}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-image-desktop{display:none}.hero-image-mobile{display:flex}.hero-text h1{font-size:2rem}.hero-buttons{justify-content:center}.section{padding:60px 0}.section-header h2{font-size:2rem}.prodotti-list{gap:2rem}.prodotto-content{padding:1.5rem}.prodotto-image{height:300px}.contatti-content{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom-content{flex-direction:column;text-align:center}}@media (max-width: 576px){.section{padding:40px 0}.section-header h2{font-size:1.75rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.contatti-form,.info-card,.servizi-rapidi{padding:1.5rem}.prodotto-content{padding:1rem}.prodotto-image{height:250px}.image-placeholder{padding:1rem}.placeholder-icon{font-size:3rem}.image-placeholder h4{font-size:1.25rem}}@media (max-width: 480px){.hero{padding:80px 0 40px}.section{padding:30px 0}.hero-text h1,.section-header h2{font-size:1.5rem}.footer{padding:2rem 0 1rem}}
