body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}html{scroll-behavior:smooth}a{color:#007bff;text-decoration:none}.container{margin:0 auto;max-width:1100px;padding:60px 0;width:90%}h1,h2,h3,h4{color:navy;margin-bottom:20px}p{margin-bottom:16px}.hero{background:#fff;color:#000;padding:100px 20px;text-align:center}.hero h1{color:navy;font-size:3rem;font-weight:700}.hero h2{color:navy;font-size:1.8rem;margin-top:20px}.subline{color:#555;font-size:1rem;font-weight:700;margin:10px 0 30px}.hero-row{gap:20px;justify-content:space-between}.hero-brand,.hero-row{align-items:center;display:flex}.hero-brand{flex:0 0 auto;gap:12px}.site-logo{display:inline-block;height:120px;object-fit:contain;width:auto}.site-logo-fallback{align-items:center;background:navy;border-radius:12px;color:#fff;display:inline-flex;font-size:1.6rem;font-weight:700;height:120px;justify-content:center;width:120px}.site-logo-fallback span{line-height:1}.site-logo-canva{background:#fff;border-radius:8px;box-shadow:0 2px 8px #3f45511f;display:inline-block;height:120px;overflow:hidden;width:140px}.site-logo-canva iframe{border:0;display:block;height:100%;width:100%}.site-title{color:navy;font-size:2.8rem;font-weight:700;margin:0;white-space:nowrap}.hero-center{flex:1 1 auto;text-align:center}.hero-center h2{color:navy;font-size:1.6rem;margin:0}.hero-center .subline{margin-top:8px}.hero-cta{flex:0 0 auto}.hero-cta .cta-btn{min-width:110px}.cta-btn{border-radius:4px;color:#fff;display:inline-block;font-weight:700;padding:12px 24px;transition:background .3s ease}.cta-btn,.cta-btn:hover{background:navy}.about{background-color:#f9f9f9}.about-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px}.about-highlights,.about-text{flex:1 1;min-width:280px}.about-highlights{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}.highlight-box{align-items:flex-start;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:15px;opacity:0;padding:20px;transform:translateY(18px)}.highlight-box img{height:40px;width:40px}.highlight-box h4{font-size:1.1rem;margin-bottom:4px}.highlight-box p{color:#555;font-size:.9rem}@keyframes arise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.about-highlights.in-view .highlight-box{animation-duration:.6s;animation-fill-mode:forwards;animation-name:arise;animation-timing-function:cubic-bezier(.2,.9,.2,1)}.about-highlights.in-view .highlight-box:first-child{animation-delay:.16s}.about-highlights.in-view .highlight-box:nth-child(2){animation-delay:.34s}.about-highlights.in-view .highlight-box:nth-child(3){animation-delay:.52s}.services .cards{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:20px;margin-top:30px;overflow-x:auto;padding-bottom:8px}.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:0 0 260px;padding:30px 20px;text-align:center;transition:transform .3s ease}.card:hover{box-shadow:0 10px 20px #0000000d;transform:translateY(-5px)}.card img{height:60px;margin-bottom:15px;width:60px}.why-choose{background-color:#f9f9f9}.why-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:30px}.why-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;text-align:center}.why-card img{height:48px;margin-bottom:10px;width:48px}.tools{background:#f2f2f2;text-align:center}.tech-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:30px}.tech-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.tech-card img{height:64px;margin-bottom:10px;width:64px}.tools .cards{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:20px;margin-top:30px;overflow-x:auto;padding-bottom:8px}.tools .cards.smooth-scroll{scroll-behavior:smooth}.tools{position:relative}.tools .carousel-control{position:absolute}.stats{background:#fff;text-align:center}.stats-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:30px}.stat-box{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:30px 20px}.stat-number{color:#00b894;font-size:2.5rem;font-weight:700}.contact a{color:#007bff;text-decoration:underline}footer{background:navy;color:#fff;padding:24px 0}.footer .container.footer-grid{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;padding:18px 0}.footer-center,.footer-left,.footer-right{flex:1 1 220px;min-width:180px}.footer-left{align-items:center;display:flex;gap:12px}.footer-logo{background:#0000;display:block;height:64px;width:auto}.footer a,.footer h3,.footer p,.footer strong{color:#fff}.footer a{text-decoration:underline}@media (max-width:768px){.footer .container.footer-grid{flex-direction:column;text-align:center}.footer-left{justify-content:center}.footer-right{order:3}.hero-row{flex-direction:column;gap:12px;text-align:center}.hero-brand{align-items:center;flex-direction:column;justify-content:center}.site-logo{height:96px;margin-bottom:8px;width:96px}.site-title{font-size:1.6rem;margin-top:4px}.hero-center h2{font-size:1.15rem}.about-content{align-items:center;flex-direction:column}.about-highlights{gap:18px;width:100%}.about-highlights,.about-highlights .highlight-box{align-items:center;display:flex;flex-direction:column}.about-highlights .highlight-box{box-sizing:border-box;height:160px;justify-content:center;max-width:92%;padding:18px;text-align:center;width:320px}.about-highlights .highlight-box img{height:48px;margin-bottom:10px;width:48px}.about-highlights .highlight-box h4{margin:6px 0 8px}.about-highlights .highlight-box p{margin:0}}@media (min-width:769px){.services .cards{scrollbar-width:thin}.services .cards::-webkit-scrollbar{height:8px}.services .cards::-webkit-scrollbar-thumb{background:#0000001f;border-radius:8px}}.services .cards{-ms-overflow-style:none;scrollbar-width:none}.services .cards::-webkit-scrollbar{display:none}.cards{-ms-overflow-style:none;scrollbar-width:none}.cards::-webkit-scrollbar{display:none}.tools .cards{-ms-overflow-style:none;scrollbar-width:none}.tools .cards::-webkit-scrollbar{display:none}.services .cards.smooth-scroll{scroll-behavior:smooth}.services{position:relative}.carousel-control{align-items:center;background:navy;border:1px solid #0000001f;border-radius:6px;box-shadow:0 6px 18px #0000001f;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:44px;z-index:30}.carousel-control.left{left:8px}.carousel-control.right{right:8px}.carousel-control:active{transform:translateY(-50%) scale(.98)}.carousel-control:hover{opacity:.95}@media (max-width:520px){.carousel-control{height:36px;width:36px}}
/*# sourceMappingURL=main.b94c8853.css.map*/