:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;width:100%;min-height:100vh}#root{width:100%}.header{background-color:var(--white);color:var(--primary-color);padding:1.2rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--box-shadow);border-bottom:1px solid var(--secondary-color)}.header-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:inherit;transition:var(--transition)}.logo:hover{opacity:.8}.logo-letters{display:flex;align-items:center;gap:.8rem}.logo h1{font-size:1.6rem;margin:0;color:var(--primary-color);font-weight:700;letter-spacing:-.5px}.logo p{font-size:.75rem;margin:0;color:var(--text-light);text-transform:uppercase;letter-spacing:1.5px;font-weight:600}.nav{display:flex;gap:2.5rem;align-items:center}.nav a{color:var(--text-dark);font-weight:500;position:relative;padding-bottom:.25rem;font-size:.95rem;letter-spacing:.2px}.nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .35s cubic-bezier(.4,0,.2,1)}.nav a:hover{color:var(--primary-color)}.nav a:hover:after{width:100%}@media(max-width:768px){.header{padding:1rem 0}.header-container{flex-direction:column;gap:1rem;padding:0 16px}.nav{gap:1.5rem;font-size:.9rem}.logo h1{font-size:1.4rem}}.footer{background-color:var(--primary-color);color:var(--white);padding:4rem 0 1.5rem;border-top:1px solid rgba(230,231,232,.2)}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer-section h4{color:var(--secondary-color);font-size:1rem;margin-bottom:1.5rem;font-weight:700;letter-spacing:-.2px}.footer-section p{color:#e6e7e8cc;font-size:.9rem;line-height:1.7}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section a{color:#e6e7e8cc;transition:var(--transition);font-size:.9rem}.footer-section a:hover{color:var(--secondary-color)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(230,231,232,.15);color:#e6e7e8b3;font-size:.85rem;letter-spacing:.2px}@media(max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.footer{padding:3rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:6rem 0;background:linear-gradient(135deg,rgba(230,231,232,.3) 0%,var(--white) 100%);max-width:100%;overflow-x:hidden}.hero-content{max-width:1200px;margin:0 auto;padding:0 24px;grid-column:1}.hero h2{font-size:3.5rem;color:var(--primary-color);margin-bottom:1.5rem;line-height:1.15;font-weight:700;letter-spacing:-1px}.hero p{font-size:1.1rem;color:var(--text-light);margin-bottom:2.5rem;max-width:500px;line-height:1.8}.cta-button{background-color:var(--primary-color);color:var(--white);font-size:1rem;padding:14px 36px;border-radius:var(--border-radius);box-shadow:var(--box-shadow);letter-spacing:.3px}.cta-button:hover{background-color:#1a1c21;transform:translateY(-3px);box-shadow:var(--box-shadow-hover)}.hero-image{display:flex;align-items:center;justify-content:center;height:420px;padding-right:24px}.placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-weight:600;font-size:1.5rem;box-shadow:var(--box-shadow)}@media(max-width:768px){.hero{grid-template-columns:1fr;padding:4rem 0;gap:2.5rem}.hero-content{grid-column:1;padding:0 16px}.hero h2{font-size:2.2rem;margin-bottom:1.2rem}.hero p{font-size:1rem;margin-bottom:2rem}.hero-image{height:300px;padding:0 16px}}.services{padding:6rem 0;background-color:var(--white)}.services h2{text-align:center;margin-bottom:.8rem;color:var(--primary-color);font-size:2.5rem}.services .section-subtitle{text-align:center;font-size:1.05rem;color:var(--text-light);margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto;letter-spacing:.2px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:0}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.services{padding:4rem 0}.services h2{font-size:2rem}.services .section-subtitle{margin-bottom:3rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}}.service-card{background-color:var(--white);border-radius:var(--border-radius);padding:2.5rem;text-align:left;transition:var(--transition);box-shadow:var(--box-shadow);border-left:4px solid var(--primary-color);display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden;border:1px solid rgba(43,46,52,.06)}.service-card:before{content:"";position:absolute;top:0;right:0;width:60px;height:60px;background-color:var(--secondary-color);border-radius:0 0 0 60px;opacity:.3}.service-card:hover{transform:translateY(-6px);box-shadow:var(--box-shadow-hover);border-left-color:var(--secondary-color)}.service-number{font-size:2.8rem;font-weight:700;color:var(--secondary-color);margin-bottom:1rem;position:relative;z-index:2;line-height:1;letter-spacing:-1px}.service-icon{font-size:2rem;margin-bottom:1.5rem;display:inline-block;position:relative;z-index:2}.service-card h3{margin-bottom:1rem;color:var(--primary-color);font-size:1.25rem;line-height:1.35;position:relative;z-index:2;font-weight:700;letter-spacing:-.3px}.service-card p{font-size:.95rem;color:var(--text-light);line-height:1.7;flex-grow:1;position:relative;z-index:2}@media(max-width:768px){.service-card{padding:2rem}.service-icon{font-size:2rem}.service-number{font-size:2.5rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}}.products{padding:6rem 0;background-color:var(--white)}.products h2{text-align:center;margin-bottom:.8rem;color:var(--primary-color)}.section-subtitle{text-align:center;font-size:1.05rem;color:var(--text-light);margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto;letter-spacing:.2px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:0}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.products{padding:4rem 0}.products h2{font-size:2rem}.section-subtitle{margin-bottom:3rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}}.product-card{background-color:var(--white);border:1px solid rgba(43,46,52,.08);border-radius:var(--border-radius);padding:2rem;text-align:center;transition:var(--transition);box-shadow:var(--box-shadow);display:flex;flex-direction:column;overflow:hidden}.product-card:hover{transform:translateY(-6px);box-shadow:var(--box-shadow-hover);border-color:#2b2e3426}.product-image{width:100%;height:220px;margin-bottom:1.5rem;border-radius:var(--border-radius);overflow:hidden;background:linear-gradient(135deg,#e8e9eb,#f3f4f5)}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--primary-color);font-weight:600;font-size:1.1rem;text-align:center;padding:1rem}.product-card h3{margin-bottom:.8rem;color:var(--primary-color);font-size:1.1rem;font-weight:700;letter-spacing:-.2px}.product-card p{flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;color:var(--text-light);line-height:1.6}.product-button{background-color:var(--primary-color);color:var(--white);padding:10px 24px;margin-top:auto;border-radius:var(--border-radius);font-weight:600;letter-spacing:.2px}.product-button:hover{background-color:#1a1c21;transform:translateY(-2px);box-shadow:var(--box-shadow)}@media(max-width:768px){.product-card{padding:1.5rem}.product-image{height:200px}}.about{padding:6rem 0;background-color:var(--white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about h2{margin-bottom:1.5rem;color:var(--primary-color)}.about-text p{font-size:1rem;margin-bottom:1.5rem;line-height:1.8;color:var(--text-light)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}.stat{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;background-color:var(--secondary-color);border-radius:var(--border-radius);border:1px solid rgba(43,46,52,.08);transition:var(--transition);text-align:center}.stat:hover{transform:translateY(-4px);box-shadow:var(--box-shadow-hover)}.stat-number{font-size:2.2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;letter-spacing:-1px}.stat-label{font-size:.85rem;color:var(--primary-color);text-align:center;font-weight:600;letter-spacing:.3px}.about-image{height:420px;border-radius:var(--border-radius);overflow:hidden}.about-image .image-placeholder{width:100%;height:100%;border-radius:0;box-shadow:var(--box-shadow)}@media(max-width:768px){.about{padding:4rem 0}.about-content{grid-template-columns:1fr;gap:2.5rem}.stats{grid-template-columns:1fr;gap:1.5rem}.about-image{height:300px}}.contact{padding:6rem 0;background:linear-gradient(135deg,var(--primary-color),#1a1c21);color:var(--white)}.contact h2{text-align:center;color:var(--white);margin-bottom:.8rem;font-weight:700}.contact .section-subtitle{color:#fffc;margin-bottom:4rem;letter-spacing:.2px}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:0}.contact-info{display:flex;flex-direction:column;gap:2.5rem}.info-item h3{color:var(--secondary-color);font-size:1.1rem;margin-bottom:.5rem;font-weight:700;letter-spacing:-.2px}.info-item p{color:#ffffffbf;margin-bottom:.5rem;line-height:1.7}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--white)}.form-group input,.form-group textarea{padding:12px;border:1px solid #555;border-radius:var(--border-radius);background-color:#3a3a3a;color:var(--white);font-family:inherit;font-size:1rem;transition:var(--transition)}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary-color);box-shadow:0 0 0 3px #e6e7e833}.submit-button{background-color:var(--secondary-color);color:var(--primary-color);padding:15px 30px;font-size:1rem;font-weight:600;border-radius:var(--border-radius);cursor:pointer;margin-top:1rem;border:none;transition:var(--transition)}.submit-button:hover{background-color:#d0d1d2;transform:translateY(-2px);box-shadow:0 4px 12px #e6e7e84d}.submit-button:disabled{background-color:#888;cursor:not-allowed;transform:none;opacity:.7}.submit-status{padding:12px 16px;border-radius:var(--border-radius);font-weight:500;text-align:center;animation:slideIn .3s ease-in-out}.submit-status.success{background-color:#4caf5033;color:#4caf50;border:1px solid #4caf50}.submit-status.error{background-color:#f4433633;color:#f44336;border:1px solid #f44336}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.contact{padding:3rem 0}.contact-content{grid-template-columns:1fr;gap:2rem}.contact h2{font-size:2rem}.contact-info{gap:1.5rem}}.terms-and-conditions{padding:4rem 0;background-color:var(--white);min-height:100vh}.terms-and-conditions .container{max-width:900px;padding:0 24px}.terms-and-conditions h1{font-size:2.8rem;color:var(--primary-color);margin-bottom:1rem;margin-top:2rem;letter-spacing:-1px}.last-updated{color:var(--text-light);font-size:.95rem;margin-bottom:3rem;margin-top:1rem;font-style:italic}.terms-content{line-height:1.8}.term-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(43,46,52,.08)}.term-section:last-of-type{border-bottom:none;margin-bottom:2rem}.term-section h2{font-size:1.5rem;color:var(--primary-color);margin-bottom:1.2rem;font-weight:700;letter-spacing:-.3px}.term-section p{color:var(--text-light);margin-bottom:1.2rem;line-height:1.8;font-size:1rem}.term-section .section-title{font-weight:600;color:var(--primary-color);margin-bottom:1rem;margin-top:1rem}.term-section ul{list-style:none;margin-bottom:1rem}.term-section ul li{padding-left:1.8rem;margin-bottom:.8rem;position:relative;color:var(--text-light);line-height:1.7}.term-section ul li:before{content:"▪";position:absolute;left:0;color:var(--primary-color);font-weight:700}.contact-info{background-color:#e6e7e84d;padding:2rem;border-radius:var(--border-radius);border-left:4px solid var(--primary-color);margin-top:3rem}.contact-info p{color:var(--text-dark);margin-bottom:0;font-weight:500}@media(max-width:768px){.terms-and-conditions{padding:2rem 0}.terms-and-conditions h1{font-size:2rem;margin-top:1.5rem}.last-updated{margin-bottom:2rem;font-size:.9rem}.term-section{margin-bottom:2rem;padding-bottom:1.5rem}.term-section h2{font-size:1.25rem;margin-bottom:1rem}.term-section p{font-size:.95rem;margin-bottom:1rem}.contact-info{padding:1.5rem}}.privacy-policy{padding:4rem 0;background-color:var(--white);min-height:100vh}.privacy-policy .container{max-width:900px;padding:0 24px}.privacy-policy h1{font-size:2.8rem;color:var(--primary-color);margin-bottom:1rem;margin-top:2rem;letter-spacing:-1px}.company-info{font-size:1.1rem;font-weight:600;color:var(--primary-color);margin-bottom:.5rem;margin-top:1rem}.compliance-info{color:var(--text-light);font-size:.95rem;margin-bottom:.5rem;font-style:italic}.last-updated{color:var(--text-light);font-size:.95rem;margin-bottom:3rem;margin-top:.5rem;font-style:italic}.privacy-content{line-height:1.8}.privacy-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(43,46,52,.08)}.privacy-section:last-of-type{border-bottom:none;margin-bottom:2rem}.privacy-section h2{font-size:1.5rem;color:var(--primary-color);margin-bottom:1.2rem;font-weight:700;letter-spacing:-.3px}.privacy-section p{color:var(--text-light);margin-bottom:1.2rem;line-height:1.8;font-size:1rem}.privacy-section a{color:var(--primary-color);font-weight:500;border-bottom:1px solid var(--primary-color);transition:var(--transition)}.privacy-section a:hover{color:var(--secondary-color);border-bottom-color:var(--secondary-color)}.privacy-section ul{list-style:none;margin-bottom:1rem;margin-left:0}.privacy-section ul li{padding-left:1.8rem;margin-bottom:.8rem;position:relative;color:var(--text-light);line-height:1.7}.privacy-section ul li:before{content:"▪";position:absolute;left:0;color:var(--primary-color);font-weight:700}.last-section{border-bottom:none;padding-bottom:0;margin-bottom:3rem}.contact-section{background-color:#e6e7e84d;padding:2rem;border-radius:var(--border-radius);border-left:4px solid var(--primary-color);margin-top:3rem}.contact-section p{color:var(--text-dark);margin-bottom:0;font-weight:500}.contact-section a{color:var(--primary-color);font-weight:600;border-bottom:1px solid var(--primary-color)}.contact-section a:hover{color:var(--secondary-color);border-bottom-color:var(--secondary-color)}@media(max-width:768px){.privacy-policy{padding:2rem 0}.privacy-policy h1{font-size:2rem;margin-top:1.5rem}.company-info{font-size:1rem}.last-updated{margin-bottom:2rem;font-size:.9rem}.privacy-section{margin-bottom:2rem;padding-bottom:1.5rem}.privacy-section h2{font-size:1.25rem;margin-bottom:1rem}.privacy-section p{font-size:.95rem;margin-bottom:1rem}.contact-section{padding:1.5rem}}.not-found{padding:8rem 0;background-color:var(--white);min-height:100vh;display:flex;align-items:center;justify-content:center}.not-found .container{text-align:center;max-width:600px}.not-found h1{font-size:6rem;color:var(--primary-color);margin:0;line-height:1;font-weight:900;letter-spacing:-2px}.not-found h2{font-size:2.5rem;color:var(--primary-color);margin:1rem 0 1.5rem;letter-spacing:-.5px}.not-found p{font-size:1.1rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.7}.btn-home{display:inline-block;padding:14px 36px;background-color:var(--primary-color);color:var(--white);text-decoration:none;border-radius:var(--border-radius);font-weight:600;transition:var(--transition);border:2px solid var(--primary-color)}.btn-home:hover{background-color:transparent;color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #2b2e341f}@media(max-width:768px){.not-found{padding:4rem 0}.not-found h1{font-size:4rem}.not-found h2{font-size:1.8rem;margin:1rem 0}.not-found p{font-size:1rem;margin-bottom:2rem}}:root{--primary-color: #2B2E34;--secondary-color: #E6E7E8;--accent-color: #2B2E34;--light-bg: #FFFFFF;--white: #FFFFFF;--text-dark: #2B2E34;--text-light: #757575;--border-radius: 12px;--box-shadow: 0 1px 3px rgba(43, 46, 52, .08);--box-shadow-hover: 0 4px 12px rgba(43, 46, 52, .12);--transition: all .35s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--white);color:var(--text-dark);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1.2rem;letter-spacing:-.5px}h1{font-size:3rem;color:var(--primary-color)}h2{font-size:2.5rem;color:var(--primary-color)}h3{font-size:1.5rem;color:var(--primary-color);font-weight:700}p{color:var(--text-light);margin-bottom:1rem;line-height:1.8}button{cursor:pointer;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:600;transition:var(--transition);padding:12px 28px;letter-spacing:.3px}a{text-decoration:none;color:inherit;transition:var(--transition)}@media(max-width:768px){h1{font-size:2.2rem}h2{font-size:2rem}h3{font-size:1.25rem}.container{padding:0 16px}body{font-size:15px}}
