@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);*,body{margin:0}*{box-sizing:border-box;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.App{display:flex;flex-direction:column;min-height:100vh}html{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width:768px){.container{padding:0 1.5rem}}.header{background:#fff;box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.header-content{align-items:center;display:flex;justify-content:space-between}.logo h1{color:#0077b6;font-size:2rem;font-weight:700;margin:0}.nav{display:flex;gap:2rem}.nav a{color:#333;font-weight:500;text-decoration:none;transition:color .3s}.nav a:hover{color:#0077b6}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:0}.menu-toggle span{background:#333;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.menu-toggle{display:flex}.nav{background:#fff;box-shadow:0 5px 10px #0000001a;flex-direction:column;left:0;opacity:0;padding:1rem 2rem;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav a{padding:.5rem 0}}.hero{align-items:center;background:linear-gradient(135deg,#0077b6,#023e8a);display:flex;min-height:600px;overflow:hidden;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-overlay{padding:4rem 0;position:relative;width:100%;z-index:1}.hero-content{color:#fff;margin:0 auto;max-width:800px;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{border:none;border-radius:50px;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s}.btn-primary{background:#fff;color:#0077b6}.btn-primary:hover{background:#f0f0f0;box-shadow:0 10px 20px #0003;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width:768px){.hero{min-height:500px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.btn{max-width:300px;width:100%}}.metrics{background:#f8f9fa;padding:5rem 0}.metrics-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.metric-card{background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;padding:2rem;text-align:center;transition:transform .3s,box-shadow .3s}.metric-card:hover{box-shadow:0 10px 25px #0000001f;transform:translateY(-5px)}.metric-number{color:#0077b6;font-size:3rem;font-weight:700;margin-bottom:.5rem}.metric-label{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.metric-description{color:#666;font-size:.95rem;margin:0}@media (max-width:768px){.metrics{padding:3rem 0}.metrics-grid{gap:2rem}.metric-number{font-size:2.5rem}}.services{background:#fff;padding:6rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:700px}.services-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card{background:#f8f9fa;border:2px solid #0000;border-radius:15px;padding:2.5rem;transition:all .3s}.service-card:hover{background:#fff;border-color:#0077b6;box-shadow:0 15px 35px #0077b61a;transform:translateY(-10px)}.service-icon{font-size:3.5rem;margin-bottom:1.5rem}.service-title{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-description{color:#666;line-height:1.6;margin:0}@media (max-width:768px){.services{padding:4rem 0}.section-title{font-size:2rem}.services-grid{gap:2rem}}.products{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:6rem 0}.products-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;display:flex;flex-direction:column;padding:2.5rem;transition:all .3s}.product-card:hover{box-shadow:0 15px 40px #0000001f;transform:translateY(-10px)}.product-title{color:#0077b6;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.product-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.product-items{flex-grow:1;list-style:none;margin:0 0 2rem;padding:0}.product-items li{border-bottom:1px solid #e9ecef;color:#333;padding:.5rem 0}.product-items li:before{color:#0077b6;content:"✓ ";font-weight:700;margin-right:.5rem}.product-btn{background:#0077b6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:1rem;transition:all .3s}.product-btn:hover{background:#023e8a;transform:translateY(-2px)}@media (max-width:768px){.products{padding:4rem 0}.products-grid{gap:2rem}}.features{background:#fff;padding:6rem 0}.features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.feature-item{border-radius:12px;display:flex;gap:1.5rem;padding:2rem;transition:all .3s}.feature-item:hover{background:#f8f9fa;transform:translateX(10px)}.feature-icon-wrapper{flex-shrink:0}.feature-icon{align-items:center;background:linear-gradient(135deg,#0077b6,#023e8a);border-radius:50%;box-shadow:0 5px 15px #0077b64d;display:flex;font-size:2.5rem;height:70px;justify-content:center;width:70px}.feature-content{flex-grow:1}.feature-title{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.75rem}.feature-description{color:#666;line-height:1.6;margin:0}@media (max-width:768px){.features{padding:4rem 0}.features-grid{gap:2rem;grid-template-columns:1fr}.feature-item{padding:1.5rem}.feature-icon{font-size:2rem;height:60px;width:60px}}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-title{color:#0077b6;font-size:2rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#ccc;line-height:1.6;margin:0}.footer-heading{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#0077b6}.footer-contact{list-style:none;margin:0 0 1.5rem;padding:0}.footer-contact li{color:#ccc;margin-bottom:.75rem}.footer-social{display:flex;gap:1rem}.footer-social a{align-items:center;background:#333;border-radius:50%;color:#fff;display:flex;font-size:.9rem;font-weight:600;height:40px;justify-content:center;text-decoration:none;transition:all .3s;width:40px}.footer-social a:hover{background:#0077b6;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center}.footer-bottom p{color:#999;margin:0}@media (max-width:768px){.footer{padding:3rem 0 2rem}.footer-content{gap:2rem;grid-template-columns:1fr}}
/*# sourceMappingURL=main.17fe287f.css.map*/