:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}.nav{position:sticky;top:0;background:#fff;box-shadow:0 2px 8px #0000001a;z-index:1000;border-bottom:1px solid #e5e7eb}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#1e3a8a;font-size:1.5rem;font-weight:700}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links button{background:none;border:none;cursor:pointer;font-size:1rem;color:#374151;transition:color .2s;font-weight:500}.nav-links button:hover{color:#1e3a8a}.nav-language{display:flex;gap:.5rem;background:#f3f4f6;padding:.25rem;border-radius:6px}.nav-language button{padding:.5rem 1rem;border:none;background:transparent;cursor:pointer;border-radius:4px;font-size:.875rem;font-weight:600;transition:all .2s;color:#6b7280}.nav-language button.active{background:#1e3a8a;color:#fff}.nav-language button:hover:not(.active){background:#e5e7eb;color:#1e3a8a}.hero{padding:8rem 2rem;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;height:90vh;display:flex;align-items:center;justify-content:center}.hero-overlay{position:absolute;inset:0;background:#00000092;z-index:1}.hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:2;width:100%}.hero-content{display:flex;flex-direction:column;gap:1.5rem;text-align:center;align-items:center;max-width:800px;margin:0 auto}.hero-title{font-size:2rem;line-height:1.2;color:#fff;font-weight:700}.hero-title-highlight{color:#fff;font-weight:800}.hero-description{font-size:1.2rem;color:#fffffff2;line-height:1.7}.hero-cta{padding:1rem 2rem;background:#1e3a8a;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.hero-cta:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 4px 12px #fbbf2466}.about{padding:5rem 2rem;background:#fff}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:3rem}.about-title{font-size:2.5rem;color:#1f2937;margin-bottom:.75rem;font-weight:700}.about-subtitle{font-size:1.2rem;color:#6b7280}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{width:100%;height:400px;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.about-image img{width:100%;height:400px;object-fit:cover;display:block}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-text p{font-size:1.05rem;line-height:1.7;color:#4b5563}.services{padding:5rem 2rem;background:#f9fafb}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:3rem}.services-title{font-size:2.5rem;color:#1f2937;margin-bottom:.75rem;font-weight:700}.services-subtitle{font-size:1.2rem;color:#6b7280}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 12px #00000014;transition:all .3s;border:2px solid #e5e7eb;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#1e3a8a;transform:scaleY(0);transition:transform .3s}.service-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #1e3a8a26;border-color:#1e3a8a}.service-card:hover:before{transform:scaleY(1)}.service-title{font-size:1.3rem;color:#1e3a8a;margin-bottom:.75rem;font-weight:600}.service-description{color:#6b7280;line-height:1.6;font-size:.95rem}.products{padding:5rem 2rem;background:#fff}.products-container{max-width:1200px;margin:0 auto}.products-header{text-align:center;margin-bottom:3rem}.products-title{font-size:2.5rem;color:#1f2937;margin-bottom:.75rem;font-weight:700}.products-subtitle{font-size:1.2rem;color:#6b7280}.products-tabs{display:flex;gap:1rem;justify-content:flex-start;margin-bottom:2.5rem;flex-wrap:wrap}.product-tab{padding:1rem 2rem;border:2px solid #e5e7eb;background:#fff;cursor:pointer;border-radius:8px;font-size:1.05rem;font-weight:600;transition:all .2s;color:#6b7280}.product-tab.active{background:#1e3a8a;color:#fff;border-color:#1e3a8a}.product-tab:hover:not(.active){background:#f3f4f6;border-color:#1e3a8a;color:#1e3a8a}.product-line-description{background:#f3f4f6;padding:2rem;border-radius:12px;margin-bottom:2.5rem;border:1px solid #e5e7eb}.product-line-description p{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:1rem}.intensi-description{background:#f3f4f6}.key-elements{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.elements-section{background:#fff;padding:1.25rem;border-radius:8px;border:1px solid #e5e7eb}.elements-section h3{color:#1e3a8a;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.elements-section ul{list-style:none;padding-left:0}.elements-section li{margin-bottom:.75rem;line-height:1.6;color:#4b5563;font-size:.9rem;padding-left:1.25rem;position:relative}.elements-section li:before{content:"•";position:absolute;left:0;color:#1e3a8a;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.product-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2.5rem;transition:all .3s;display:flex;flex-direction:column;text-align:center;box-shadow:0 4px 12px #0000000f;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:#1e3a8a;transform:scaleX(0);transition:transform .3s}.product-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #1e3a8a26;border-color:#1e3a8a}.product-card:hover:before{transform:scaleX(1)}.product-category{display:inline-block;padding:.4rem .9rem;background:#dbeafe;color:#1e3a8a;border-radius:16px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.product-icon{display:flex;justify-content:center;margin-bottom:1rem}.product-icon-placeholder{width:80px;height:80px;background:#dbeafe;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.product-name{font-size:1.5rem;color:#1f2937;margin-bottom:.75rem;font-weight:600}.product-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;font-size:.95rem}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb}.product-price{font-weight:600;color:#1e3a8a;font-size:1rem}.product-button{padding:.75rem 1.5rem;background:#1e3a8a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s;font-weight:600;font-size:.95rem}.product-button:hover{background:#1e40af;transform:translateY(-1px)}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal-content{background:#fff;border-radius:12px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:2rem;box-shadow:0 10px 40px #0003}.modal-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.5rem;color:#1f2937;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.modal-close{background:transparent;border:none;font-size:1.75rem;cursor:pointer;color:#6b7280;line-height:1;padding:.25rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:4px}.modal-close:hover{background:#f3f4f6;color:#1e3a8a}.modal-body{display:flex;flex-direction:column;gap:2rem}.modal-description-section{width:100%}.modal-section-title{font-size:1.1rem;color:#1f2937;font-weight:700;margin-bottom:.75rem}.modal-description{font-size:.95rem;line-height:1.7;color:#4b5563}.modal-characteristics{padding-top:1.5rem;border-top:1px solid #e5e7eb}.modal-characteristics-list{list-style:none;padding:0;margin:1rem 0 0}.modal-characteristics-list li{padding:.4rem 0 .4rem 1.25rem;position:relative;color:#4b5563;font-size:.95rem;line-height:1.6}.modal-characteristics-list li:before{content:"•";position:absolute;left:0;color:#1e3a8a;font-weight:700;font-size:1.2rem}.modal-details{padding-top:1.5rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1.25rem}.modal-detail-item{padding:1rem;background:#f9fafb;border-radius:8px;border-left:3px solid #1e3a8a}.modal-detail-item h4{font-size:.95rem;color:#1e3a8a;font-weight:600;margin-bottom:.5rem}.modal-detail-item p{color:#4b5563;line-height:1.6;font-size:.9rem}.modal-price-section{padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center}.modal-price-section strong{font-size:1.25rem;color:#1e3a8a;font-weight:700}.reviews{padding:5rem 2rem;background:#f9fafb}.reviews-container{max-width:1200px;margin:0 auto}.reviews-header{text-align:center;margin-bottom:3rem}.reviews-title{font-size:2.5rem;color:#1f2937;margin-bottom:.75rem;font-weight:700}.reviews-subtitle{font-size:1.2rem;color:#6b7280}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.review-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;gap:1.25rem;border:2px solid #e5e7eb;transition:all .3s;position:relative}.review-card:after{content:'"';position:absolute;top:1rem;left:1.5rem;font-size:4rem;color:#1e3a8a;opacity:.1;font-family:serif;line-height:1}.review-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #1e3a8a26;border-color:#1e3a8a}.review-rating{color:#fbbf24;font-size:1.3rem;letter-spacing:1px}.review-text{font-size:1rem;line-height:1.7;color:#4b5563;font-style:italic}.review-author{display:flex;flex-direction:column;gap:.25rem;margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb}.review-author strong{color:#1f2937;font-size:1.05rem;font-weight:600}.review-author span{color:#6b7280;font-size:.9rem}.contact{padding:4rem 2rem;background:#f9fafb}.contact-container{max-width:1000px;margin:0 auto}.contact-header{text-align:center;margin-bottom:2.5rem}.contact-title{font-size:2.25rem;color:#1f2937;margin-bottom:.5rem;font-weight:700}.contact-subtitle{font-size:1.1rem;color:#6b7280}.contact-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:start}.contact-info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #e5e7eb}.contact-info-title{font-size:1.25rem;color:#1f2937;margin-bottom:1.5rem;font-weight:600}.contact-info-list{display:flex;flex-direction:column;gap:1.25rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:8px;flex-shrink:0}.contact-info-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.contact-info-content strong{color:#1e3a8a;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.contact-info-content p,.contact-info-content a{color:#4b5563;font-size:.95rem;text-decoration:none;line-height:1.5}.contact-info-content a:hover{color:#1e3a8a;text-decoration:underline}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1.25rem}.contact-form-title{font-size:1.25rem;color:#1f2937;margin-bottom:.5rem;font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151;font-weight:500;font-size:.875rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit;transition:all .2s;background:#fff;width:100%}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.form-group textarea{resize:vertical;min-height:100px}.form-submit{padding:.875rem 2rem;background:#1e3a8a;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.form-submit:hover{background:#1e40af;transform:translateY(-1px);box-shadow:0 4px 12px #1e3a8a4d}.footer{background:#1e3a8a;color:#fff;padding:2.5rem 2rem;text-align:center}.footer-container{max-width:1200px;margin:0 auto}.footer-copyright{font-size:.95rem;opacity:.9}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1.5rem}.hero{padding:4rem 1rem;min-height:500px}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-image{order:-1}.contact-wrapper{grid-template-columns:1fr;gap:1.5rem}.form-row{grid-template-columns:1fr}.contact{padding:3rem 1rem}.key-elements,.products-grid{grid-template-columns:1fr}.about-title,.services-title,.products-title,.reviews-title,.contact-title{font-size:2rem}.hero-image-placeholder{height:300px}}
