@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Open+Sans:wght@400;600;700&display=swap);:root{--primary-color:#007fc4;--secondary-color:#f5f7fa;--text-color:#1a1a1a;--accent-color:silver;--light-gray:#f5f7fa;--medium-gray:#8899a6;--white:#fff;--black:#1a1a1a;--error:#d32f2f;--success:#388e3c;--sky-blue:#007fc4;--color-muted:#8899a6}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background-color:#fff;background-color:var(--white);color:#1a1a1a;color:var(--text-color);font-family:Roboto,Open Sans,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#007fc4;color:var(--primary-color);font-family:Roboto,sans-serif;font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:silver;color:var(--accent-color);text-decoration:none;transition:color .3s ease}a:hover{color:#007fc4;color:var(--primary-color)}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.row{margin:0 -1rem}.col{flex:1 1;padding:0 1rem}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.header{background-color:#fff;background-color:var(--white);box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.navbar{align-items:center;display:flex;justify-content:space-between;padding:1rem 0;position:relative}.logo{color:#007fc4;color:var(--primary-color);font-size:1.5rem;font-weight:700}.logo-sight,.logo-sky{color:#007fc4;color:var(--sky-blue)}.logo-sight{font-weight:700}.logo-analytics{color:#1a1a1a;color:var(--black);font-weight:400}.nav-links{display:flex;list-style:none}.nav-links li{margin-left:1.5rem}.nav-links a{color:#1a1a1a;color:var(--text-color);font-weight:500}.mobile-menu-btn,.nav-links a:hover{color:#007fc4;color:var(--primary-color)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;font-size:1.5rem}.hero{background-color:#f5f7fa;background-color:var(--secondary-color);padding:5rem 0;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-title{font-size:3rem;margin-bottom:1.5rem}.hero-subtitle{color:#1a1a1a;color:var(--text-color);font-size:1.5rem;margin-bottom:2rem}.hero[style*=background-image] .hero-subtitle,.hero[style*=background-image] .hero-title{color:#fff}.btn{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-align:center;transition:all .3s ease}.btn-primary{background-color:#007fc4;background-color:var(--primary-color);color:#fff;color:var(--white)}.btn-primary:hover{background-color:#0069a3;color:#fff;color:var(--white)}.btn-secondary{background-color:initial;border:2px solid #007fc4;border:2px solid var(--primary-color);color:#007fc4;color:var(--primary-color)}.btn-secondary:hover{background-color:#007fc4;background-color:var(--primary-color);color:#fff;color:var(--white)}.btn-large{font-size:1.1rem;padding:1rem 2rem}.section{padding:5rem 0}.section-title{margin-bottom:3rem;text-align:center}.card{background-color:#fff;background-color:var(--white);border-radius:8px;box-shadow:0 4px 6px #0000001a;flex-direction:column;height:100%;margin-bottom:2rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card,.row{display:flex}.row{flex-wrap:wrap}.col-6{display:flex;flex-direction:column}.card:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-5px)}.card-title{font-size:1.5rem;margin-bottom:1rem}.card-image{border-radius:4px;height:auto;margin-bottom:1rem}.features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.feature{flex-basis:calc(33.333% - 2rem);flex-grow:0;flex-shrink:0;padding:1.5rem;text-align:center}.feature-icon{color:#007fc4;color:var(--primary-color);font-size:2.5rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;margin-bottom:.5rem}.testimonial{background-color:#f5f7fa;background-color:var(--secondary-color);border-radius:8px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem;padding:2rem;text-align:center}.testimonial-text{font-size:1.1rem;font-style:italic;margin-bottom:1rem}.testimonial-author{font-weight:700}.case-study{margin-bottom:3rem}.case-study-meta{color:#007fc4;color:var(--primary-color);font-weight:500;margin-bottom:1rem}.section-divider{background-color:#8899a6;background-color:var(--medium-gray);border:0;height:1px;margin:4rem 0}.check-list{list-style:none;padding-left:1.5rem}.check-list li{margin-bottom:1rem;padding-left:1.5rem;position:relative}.check-list li:before{content:"✅";left:-1.5rem;position:absolute}.feature-list{list-style:none;padding-left:0}.feature-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.feature-list li:before{color:#007fc4;color:var(--primary-color);content:"▸";left:0;position:absolute}.feature-list ul{list-style:none;margin-top:.5rem;padding-left:1.5rem}.card-icon{color:silver;color:var(--accent-color);font-size:2.5rem;margin-bottom:1rem}.tagline{color:#007fc4;color:var(--primary-color);font-size:1.2rem;font-style:italic;margin-bottom:1rem}.bg-light{background-color:#f5f7fa;background-color:var(--secondary-color)}.text-center{text-align:center}.footer{background-color:#1a1a1a;background-color:var(--text-color);color:#fff;color:var(--white);padding:3rem 0}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between}.footer-section{flex:1 1;margin-bottom:2rem;margin-right:2rem}.footer-title{color:#fff;color:var(--white);margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;color:var(--white);opacity:.8}.footer-links a:hover{opacity:1}.social-links{display:flex;gap:1rem}.social-link{color:#fff;color:var(--white);font-size:1.5rem}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1.5rem;text-align:center}@media (max-width:1200px){.container{max-width:960px}}@media (max-width:992px){.container{max-width:720px}.feature{flex-basis:calc(50% - 2rem);flex-grow:0;flex-shrink:0}}@media (max-width:768px){.container{max-width:540px}.nav-links{background-color:#fff;background-color:var(--white);box-shadow:0 4px 6px #0000001a;display:none;flex-direction:column;left:0;padding:1rem 0;position:absolute;right:0;top:100%;z-index:1000}.nav-links.active{display:flex}.nav-links li{border-bottom:1px solid #8899a6;border-bottom:1px solid var(--medium-gray);margin:0;padding:.5rem 1rem}.nav-links li:last-child{border-bottom:none}.nav-links a{padding:.5rem 0}.mobile-menu-btn,.nav-links a{display:block}.hero{padding:3rem 1rem}.hero-content{padding:0 1rem}.hero-title{font-size:2.2rem;line-height:1.1;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;line-height:1.4;margin-bottom:1.5rem}.feature{flex:0 0 100%}.footer-section{flex:0 0 100%;margin-right:0}.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{flex:0 0 100%;max-width:100%}}@media (max-width:576px){.container{padding:0 1.5rem;width:100%}.section{padding:3rem 0}.hero{padding:2rem 1rem}.hero-content{padding:0 .5rem}.hero-title{font-size:1.8rem;line-height:1.1;margin-bottom:.8rem}.hero-subtitle{font-size:1rem;line-height:1.3;margin-bottom:1.2rem}.btn{display:block;margin-bottom:1rem;width:100%}}.contact-form{margin-top:1rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#1a1a1a;color:var(--text-color);display:block;font-weight:600;margin-bottom:.5rem}.form-input,.form-textarea{border:2px solid #e1e5e9;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-input:focus,.form-textarea:focus{border-color:#007fc4;border-color:var(--primary-color);outline:none}.form-textarea{min-height:120px;resize:vertical}.contact-info{margin-top:1rem}.contact-item{margin-bottom:2rem}.contact-item h4{color:#007fc4;color:var(--primary-color);font-size:1.1rem;margin-bottom:.5rem}.contact-item p{color:#1a1a1a;color:var(--text-color);margin:0}.contact-item a{color:#007fc4;color:var(--primary-color);text-decoration:none}.contact-item a:hover{text-decoration:underline}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.card-content h4{clear:both;display:block;margin-bottom:1rem;margin-top:2rem}.card-content h4:first-child{margin-top:0}.card-content h4+ul{margin-top:.5rem}@media (max-width:768px){.hero-buttons{align-items:center;flex-direction:column}.hero-buttons .btn{margin:0 0 1rem;max-width:300px;width:100%}}.card-image-container{border-radius:8px;height:200px;margin:-2rem -2rem 1.5rem;overflow:hidden}.card-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.card:hover .card-image{transform:scale(1.05)}.team-image-container{border-radius:8px;box-shadow:0 4px 10px #0000001a;margin:0 auto 2rem;max-width:800px;overflow:hidden}.team-image{display:block;height:auto;width:100%}.hero{background-position:50%;background-size:cover;color:var(--white);position:relative}.hero:before{background:#00000080;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero .container{position:relative;z-index:2}.carousel{border-radius:8px;box-shadow:0 6px 12px #00000026;margin-bottom:2rem;overflow:hidden;position:relative}.carousel-inner{height:500px;transition:transform .5s ease;white-space:nowrap}.carousel-item{align-items:center;display:inline-flex;height:100%;justify-content:center;position:relative;white-space:normal;width:100%}.carousel-content{background:linear-gradient(90deg,#000000b3 0,#0006 50%,#0000001a);bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;padding:2rem 4rem;position:absolute;right:0;top:0;z-index:2}.carousel-content h3{color:#fff;font-size:2.5rem;margin-bottom:1rem;max-width:70%}.carousel-content .tagline{color:var(--accent-color);font-size:1.3rem;margin-bottom:1rem;max-width:70%}.carousel-content p{margin-bottom:1.5rem;max-width:70%}.carousel-button-container{display:inline-block;width:auto}.carousel-button-container .btn{display:inline-block;max-width:250px;min-width:180px;width:auto}.carousel-image{height:100%;object-fit:cover;width:100%}.carousel-control{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;opacity:.7;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s ease;width:40px;z-index:3}.carousel-control:hover{opacity:1}.carousel-control-prev{left:10px}.carousel-control-next{right:10px}.carousel-indicators{bottom:20px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.carousel-indicator-item{background-color:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s ease;width:12px}.carousel-indicator-item.active{background-color:#fff}@media (max-width:768px){.card-image-container{height:150px}.team-image-container{margin-bottom:1.5rem}.carousel-inner{height:350px}.carousel-content{padding:1.5rem 1rem}.carousel-content h3{font-size:1.8rem;line-height:1.2;margin-bottom:.8rem;max-width:100%}.carousel-content .tagline{font-size:1.1rem;line-height:1.3;margin-bottom:.8rem;max-width:100%}.carousel-content p{font-size:.95rem;line-height:1.4;margin-bottom:1.2rem;max-width:100%}.carousel-button-container .btn{font-size:.9rem;max-width:200px;min-width:160px;padding:.6rem 1.2rem}.carousel-control{font-size:1.2rem;height:35px;width:35px}.carousel-control-prev{left:5px}.carousel-control-next{right:5px}}@media (max-width:576px){.carousel-inner{height:300px}.carousel-content{padding:1rem .8rem}.carousel-content h3{font-size:1.5rem;line-height:1.1;margin-bottom:.6rem}.carousel-content .tagline{font-size:1rem;line-height:1.2;margin-bottom:.6rem}.carousel-content p{font-size:.9rem;line-height:1.3;margin-bottom:1rem}.carousel-button-container .btn{font-size:.85rem;max-width:180px;min-width:140px;padding:.5rem 1rem}}
/*# sourceMappingURL=main.61ae7729.css.map*/