html,body{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{margin:0;font-family:"Roboto",sans-serif;background:#fff}.btn-primary{background:#007bff;color:#fff;padding:12px 24px;border-radius:6px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;border:1px solid #007bff;gap:10px;transition:background .3s}.btn-primary:hover{background:rgba(0,0,0,0);border:1px solid #007bff;color:#007bff}.btn-outline{border:2px solid #fff;padding:12px 24px;border-radius:6px;font-weight:700;color:#fff;text-decoration:none;transition:background .3s,color .3s}.btn-outline:hover{background:#fff;color:#007bff}.top-bar{background:#0d1b2a;color:#fff;font-size:14px;padding:15px 0}.top-bar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 20px}.top-bar .top-info span{margin-right:25px}@media(max-width: 991px){.top-bar .top-info span{margin-right:10px}}.top-bar .top-info span:last-child{margin-right:0}.top-bar .top-info span i{margin-right:5px;color:#007bff}.main-header{background:#0a1e33;box-shadow:0 2px 4px rgba(0,0,0,.1)}.main-header .container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:15px 20px}.main-header .logo{font-size:34px;color:#fff}.main-header .logo img{height:45px}.main-header .navigation ul{list-style:none;display:flex;margin:0;padding:0}.main-header .navigation ul li{margin-left:30px;position:relative}.main-header .navigation ul li a{text-decoration:none;color:#fff;font-weight:700;font-size:16px;transition:color .3s}.main-header .navigation ul li a:hover{color:#007bff}.main-header .navigation ul li a.active{color:#007bff}.main-header .header-actions{display:flex;align-items:center;gap:15px}.main-header .header-actions .btn-quote{background:rgba(0,0,0,0);color:#007bff;padding:10px 20px;border:2px solid #007bff;border-radius:6px;font-weight:700;text-decoration:none;font-size:16px;transition:all .3s ease}.main-header .header-actions .btn-quote:hover{background:#007bff;color:#fff;border-color:#007bff}.main-header .header-actions .search-icon{font-size:20px;color:#0d1b2a;cursor:pointer;transition:color .3s}.main-header .header-actions .search-icon:hover{color:#007bff}.main-header .header-actions .menu-toggle{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:#fff}.main-header .header-actions .menu-toggle.open{color:#007bff}@media(max-width: 991px){.navigation{display:none;position:absolute;top:125px;right:0;background:#0a1e33;width:100%;box-shadow:0 4px 10px rgba(0,0,0,.1);z-index:99}.navigation ul{flex-direction:column;padding:20px}.navigation ul li{margin:20px 0}.navigation.active{display:block}.main-header .header-actions .menu-toggle{display:block}.main-header .header-actions .btn-quote,.main-header .header-actions .search-icon{display:none}}.hero-section{background-color:#0d1b2a;position:relative;padding:120px 0;color:#fff}@media(max-width: 991px){.hero-section{padding:40px 0}}.hero-section .container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:50px;flex-wrap:wrap}.hero-section .hero-content{flex:1 1 55%}.hero-section .hero-content h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px}@media(max-width: 991px){.hero-section .hero-content h1{font-size:38px}}.hero-section .hero-content p{font-size:18px;margin-bottom:30px;max-width:600px;color:#f8f9fa}.hero-section .hero-content .hero-buttons{display:flex;align-items:center;gap:20px}.hero-section .hero-form{background:#fff;color:#0d1b2a;border-radius:10px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,.1);flex:1 1 35%;min-width:300px}.hero-section .hero-form h2{font-size:22px;font-weight:700;margin-bottom:10px;color:#007bff;margin-top:0}.hero-section .hero-form p{font-size:14px;color:#254d78;margin-bottom:20px}.hero-section .hero-form form{display:flex;flex-direction:column;gap:15px}.hero-section .hero-form form input,.hero-section .hero-form form select{padding:12px;border:1px solid #dcdcdc;border-radius:5px;font-size:14px}.hero-section .hero-form form .btn-form{position:relative;display:inline-block;padding:12px 24px;background:rgba(0,0,0,0);color:#007bff;border:2px solid #007bff;font-weight:700;border-radius:6px;cursor:pointer;overflow:hidden;text-decoration:none;transition:color .4s ease;z-index:1}.hero-section .hero-form form .btn-form::after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#007bff;transition:width .4s ease;z-index:-1}.hero-section .hero-form form .btn-form:hover{color:#fff}.hero-section .hero-form form .btn-form:hover::after{width:100%}@media(max-width: 991px){.hero-section .container{box-sizing:border-box;text-align:center}.hero-section .container .hero-form{min-width:initial}.hero-content h1{font-size:36px}.hero-content p{margin:0 auto}.hero-content .hero-buttons{justify-content:center}}.services-section{background:#0d1b2a;color:#fff;padding:100px 0}@media(max-width: 991px){.services-section{padding:40px 0}}.services-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.services-section .services-header{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap;margin-bottom:60px}@media(max-width: 991px){.services-section .services-header{gap:0}}.services-section .services-header .header-left{flex:1 1 42%}.services-section .services-header .header-left .subtitle{color:#007bff;font-weight:600;text-transform:uppercase;margin-bottom:10px;font-size:14px}.services-section .services-header .header-left h2{font-size:36px;font-weight:700}.services-section .services-header .header-right{flex:1 1 45%}.services-section .services-header .header-right p{color:#fff;margin-bottom:20px;line-height:1.6}.services-section .services-header .header-right .header-buttons{display:flex;gap:15px;margin-top:20px}.services-section .services-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:20px;margin-bottom:40px}.services-section .services-cards .service-card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.1);padding:30px 20px;border-radius:10px;text-align:left;max-height:205px;transition:all .4s ease;transform:translateY(0);box-shadow:0 4px 6px rgba(0,0,0,.1)}.services-section .services-cards .service-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.2);background:rgba(255,255,255,.05)}.services-section .services-cards .service-card i{font-size:36px;color:#007bff;margin-bottom:20px}.services-section .services-cards .service-card h3{font-size:20px;font-weight:700;margin-bottom:15px;color:#fff}.services-section .services-cards .service-card p{font-size:14px;color:#fff;margin-bottom:20px}.services-section .services-cards .service-card .card-link{font-size:20px;color:#007bff;display:inline-block;transition:color .3s}.services-section .services-cards .service-card .card-link:hover{color:#fff}.about-section{background:#0a1e33;color:#fff;padding:100px 0}@media(max-width: 991px){.about-section{padding:40px 0}}.about-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.about-section .about-content{display:flex;align-items:center;justify-content:space-between;gap:50px;flex-wrap:wrap}.about-section .text{flex:1 1 47%}.about-section .text .subtitle{font-size:14px;color:#007bff;font-weight:700;text-transform:uppercase;margin-bottom:10px}.about-section .text h2{font-size:36px;font-weight:700;margin-bottom:20px;color:#fff}@media(max-width: 991px){.about-section .text h2{text-align:left}}.about-section .text p{font-size:16px;color:#fff;margin-bottom:20px;line-height:1.7;text-align:left}@media(max-width: 991px){.about-section .text p{text-align:justify}}.about-section .image{flex:1 1 40%;text-align:center}.about-section .image img{max-width:100%;height:auto;border-radius:8px}@media(max-width: 991px){.about-content{flex-direction:column;text-align:center}.text,.image{flex:1 1 100%}}.partners-section{background:#0a1e33;padding:80px 0;text-align:center}.partners-section .section-header{text-align:center;margin-bottom:60px}.partners-section .section-header .section-subtitle{display:block;font-size:14px;color:#007bff;font-weight:700;text-transform:uppercase;margin-bottom:10px;letter-spacing:1px}.partners-section .section-header .section-title{font-size:42px;font-weight:800;color:#fff;line-height:1.2;margin:0}@media(max-width: 768px){.partners-section .section-title{font-size:32px}}.partners-section .partners-carousel{overflow:hidden;width:100%;position:relative;height:100px;margin:50px 0;align-items:center;display:flex}.partners-section .partners-carousel #logos-track{display:flex;align-items:center;gap:60px;width:-moz-max-content;width:max-content;animation:scroll 30s linear infinite}.partners-section .partners-carousel .logo-item{flex:0 0 auto}.partners-section .partners-carousel .logo-item img{height:30px;width:150px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1);transition:transform .3s}.partners-section .partners-carousel .logo-item img.aws{width:100px;height:35px}.partners-section .partners-carousel .logo-item img:hover{transform:scale(1.1)}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.site-footer{background:#0a1e33;color:#fff;padding:60px 0 30px}.site-footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.site-footer .footer-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:40px}.site-footer .footer-top .footer-text{flex:1 1 50%}.site-footer .footer-top .footer-text h2{font-size:24px;font-weight:700;margin-bottom:0;margin-top:0}.site-footer .footer-top .newsletter-form{flex:1 1 40%;display:flex;align-items:center;gap:10px}.site-footer .footer-top .newsletter-form input{flex:1;padding:12px 20px;border:none;border-radius:6px;background:#fff;color:#333}.site-footer .footer-divider{border:1px solid #14273b;margin:30px 0}.site-footer .footer-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.site-footer .footer-bottom .footer-contact img{height:50px;margin-bottom:20px}.site-footer .footer-bottom .footer-contact p{margin-bottom:10px}.site-footer .footer-bottom .footer-contact .phone{display:block;font-style:normal;font-size:14px;color:#fff;margin:10px 0;text-decoration:none}.site-footer .footer-bottom .footer-contact .phone i{margin-right:8px}.site-footer .footer-bottom .footer-contact address{font-style:normal;font-size:14px;color:#fff}.site-footer .footer-bottom .footer-contact address i{margin-right:8px}.site-footer .footer-bottom .footer-contact .social-icons{margin-top:20px;display:inline-flex;gap:20px}.site-footer .footer-bottom .footer-contact .social-icons a{color:#007bff;font-size:20px;transition:color .3s}.site-footer .footer-bottom .footer-contact .social-icons a:hover{color:#fff}.site-footer .footer-bottom .footer-copy{width:100%;text-align:center;font-size:14px;color:#fff;margin-top:20px}@media(max-width: 768px){.footer-top{flex-direction:column;text-align:center}.footer-top .footer-text,.footer-top .newsletter-form{flex:1 1 100%}.footer-top .newsletter-form{margin-top:20px;flex-direction:column}.footer-top .newsletter-form input{width:100%}.footer-top .newsletter-form button{width:100%}.footer-bottom{align-items:center;text-align:center}}.form-section{background-color:#0d1b2a;padding:60px 20px;color:#fff}.form-section .section-subtitle{display:block;font-size:14px;color:#007bff;font-weight:700;text-transform:uppercase;margin-bottom:10px;letter-spacing:1px}.form-section .container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:40px}.form-section .form-text{flex:1 1 40%}.form-section .form-text h2{font-size:32px;font-weight:bold;margin-bottom:20px}.form-section .form-text p{font-size:18px;line-height:1.5}.form-section .form-fields{flex:1 1 50%;display:flex;flex-direction:column;gap:15px}.form-section .form-fields textarea{min-height:150px;resize:none}.form-section .form-fields input,.form-section .form-fields textarea{padding:12px;border:1px solid #dcdcdc;border-radius:5px;font-size:14px;font-family:"Roboto"}.form-section .form-fields input::-moz-placeholder, .form-section .form-fields textarea::-moz-placeholder{color:#666}.form-section .form-fields input::placeholder,.form-section .form-fields textarea::placeholder{color:#666}.form-section .form-fields .checkbox-group{display:flex;align-items:center;font-size:14px}.form-section .form-fields .checkbox-group input{margin-right:10px;width:auto}.form-section .form-fields .btn-form{position:relative;display:inline-block;padding:12px 24px;background:rgba(0,0,0,0);color:#007bff;border:2px solid #007bff;font-weight:700;border-radius:6px;cursor:pointer;overflow:hidden;text-decoration:none;transition:color .4s ease;z-index:1}.form-section .form-fields .btn-form::after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#007bff;transition:width .4s ease;z-index:-1}.form-section .form-fields .btn-form:hover{color:#fff}.form-section .form-fields .btn-form:hover::after{width:100%}#success-message{display:none;color:green;margin-top:20px}#error-message{display:none;color:#c43f3f;margin-top:20px}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#0d1b2a;color:#fff;padding:20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;z-index:1000}#cookie-banner a{color:#007bff;text-decoration:underline}#cookie-banner p{margin:0;flex:1 1 70%;font-size:14px}#cookie-banner button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;margin-left:20px;cursor:pointer;border-radius:5px;font-size:14px}#cookie-banner button:hover{background-color:#007bff}@media(max-width: 600px){#cookie-banner{flex-direction:column;text-align:center}button{margin:10px 0 0 0}}.modal{display:none;position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.modal .modal-content{background-color:#fff;margin:15% auto;padding:20px 30px;border-radius:8px;max-width:400px;text-align:center;position:relative}.modal .modal-content p{color:#0a1e33}.modal .modal-content i{color:#28a745;margin-right:8px}.modal .modal-content .modal-close{position:absolute;top:8px;right:12px;color:#0a1e33;font-size:24px;cursor:pointer}/*# sourceMappingURL=styles.min.css.map */