*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a2e;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;background:#fff}#root{min-height:100vh}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}ul{list-style:none}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#2563eb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1d4ed8}::selection{background:#2563eb33;color:#1a1a2e}.header{background:#fff;padding:1rem 2rem;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 20px #2563eb1a;border-bottom:1px solid #e2e8f0}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo a{text-decoration:none}.logo h1{color:#2563eb;font-size:1.8rem;font-weight:700;letter-spacing:2px;margin:0}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a{color:#475569;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-links a:hover{color:#2563eb;background:#2563eb14}.nav-links a.active{color:#2563eb;background:#2563eb1a}.nav-links a.active:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:30px;height:3px;background:#2563eb;border-radius:2px}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.nav-links a{font-size:.9rem;padding:.4rem .8rem}}.home{min-height:100vh;display:flex;align-items:center;padding:100px 2rem 2rem;background:#fff}.home-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.home-image{display:flex;justify-content:center;align-items:center}.hero-img{width:100%;max-width:500px;height:auto;background:#fff}.home-content{color:#1e293b}.home-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#1e3a8a}.home-tagline{font-size:1.5rem;font-weight:500;color:#2563eb;margin-bottom:1.5rem}.home-description{font-size:1.2rem;line-height:1.8;color:#475569;margin-bottom:1rem}.home-subtitle{font-size:1.1rem;color:#2563eb;font-style:italic;margin-bottom:2rem}.home-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{padding:1rem 2rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;text-decoration:none;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #2563eb4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 25px #2563eb66;background:linear-gradient(135deg,#1d4ed8,#1e40af)}.btn-secondary{padding:1rem 2rem;background:transparent;color:#2563eb;text-decoration:none;font-weight:600;border-radius:50px;border:2px solid #2563eb;transition:all .3s ease}.btn-secondary:hover{background:#2563eb14;transform:translateY(-3px)}@media(max-width:968px){.home-container{grid-template-columns:1fr;text-align:center}.home-image{order:-1}.hero-img{max-width:400px}.home-title{font-size:2.2rem}.home-cta{justify-content:center}}@media(max-width:480px){.home-title{font-size:1.8rem}.home-description{font-size:1rem}.btn-primary,.btn-secondary{padding:.8rem 1.5rem;font-size:.9rem}}.products{min-height:100vh;padding:120px 2rem 4rem;background:#fff}.products-container{max-width:1400px;margin:0 auto}.products-header{text-align:center;margin-bottom:4rem}.products-header h2{font-size:2.8rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem}.products-header p{font-size:1.2rem;color:#475569}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem;transition:all .4s ease;position:relative;overflow:hidden;box-shadow:0 4px 20px #2563eb14}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#3b82f6);transform:scaleX(0);transition:transform .4s ease}.product-card:hover{transform:translateY(-10px);border-color:#2563eb;box-shadow:0 20px 40px #2563eb26}.product-card:hover:before{transform:scaleX(1)}.product-icon-wrapper{width:120px;height:120px;margin:0 auto 1.5rem;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:50%;border:2px solid #bfdbfe}.product-icon{width:80px;height:80px}.product-card h3{font-size:1.8rem;color:#1e3a8a;margin-bottom:1rem;text-align:center}.product-description{color:#475569;line-height:1.7;margin-bottom:1.5rem;text-align:center}.product-features{list-style:none;padding:0;margin:0 0 2rem}.product-features li{color:#334155;padding:.6rem 0;display:flex;align-items:center;gap:.8rem;border-bottom:1px solid #f1f5f9}.product-features li:last-child{border-bottom:none}.feature-check{color:#2563eb;font-weight:700;font-size:1.1rem}.product-btn{display:block;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;box-sizing:border-box}.product-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:scale(1.02);box-shadow:0 5px 20px #2563eb66}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:1fr}.products-header h2{font-size:2.2rem}}@media(max-width:480px){.products{padding:100px 1rem 3rem}.product-card{padding:1.5rem}.products-header h2{font-size:1.8rem}.product-card h3{font-size:1.5rem}}.contact{min-height:100vh;padding:120px 2rem 4rem;background:#fff}.contact-container{max-width:1000px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h2{font-size:2.8rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem}.contact-header p{font-size:1.2rem;color:#475569}.contact-content{display:flex;justify-content:center}.contact-info{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:15px;padding:2rem 1.5rem;transition:all .3s ease;box-shadow:0 4px 15px #2563eb0f;text-align:center}.info-card:hover{border-color:#2563eb;transform:translateY(-5px);box-shadow:0 10px 30px #2563eb1f}.info-icon{width:60px;height:60px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;border:2px solid #bfdbfe}.info-icon svg{width:28px;height:28px;color:#2563eb}.info-card h3{color:#1e3a8a;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.info-card p{color:#475569;font-size:.9rem;line-height:1.6;margin:.25rem 0}@media(max-width:1024px){.contact-info{grid-template-columns:repeat(2,1fr);max-width:600px;margin:0 auto}}@media(max-width:600px){.contact-info{grid-template-columns:1fr;max-width:350px}.contact{padding:100px 1rem 3rem}.contact-header h2{font-size:1.8rem}.info-card{padding:1.5rem 1rem}}.app{min-height:100vh}main{min-height:100vh}
