@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fcfcfc;color:#333;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#0b214a;font-weight:700}a{color:inherit;text-decoration:none}ul{list-style:none}.App{display:flex;flex-direction:column;min-height:100vh}.navbar{align-items:center;background:#fff;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;padding:1.5rem 5%;position:sticky;top:0;z-index:100}.logo{color:#0b214a;font-size:1.8rem;font-weight:800}.nav-links{align-items:center;display:flex;gap:1.5rem}.nav-links a{color:#333;font-size:.9rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:#0b214a}.btn-primary{background-color:#0d47a1;border:none;border-radius:5px;color:#fff!important;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.5rem;transition:background-color .3s,transform .2s}.btn-primary:hover{background-color:#093170;transform:translateY(-2px)}.hero{align-items:center;background-position:50%;background-size:cover;display:flex;height:500px;justify-content:center;position:relative}.hero:after{background:#0000004d;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{color:#fff;max-width:800px;padding:2rem;position:relative;text-align:center;z-index:1}.hero-content h1{color:#fff;font-size:3rem;margin-bottom:1rem}.hero-content h1,.hero-content p{background:#0009;display:inline-block;padding:.5rem 1rem}.hero-content p{font-size:1.2rem;font-weight:500}.section{margin:0 auto;max-width:1200px;padding:4rem 5%;width:100%}.section-title{color:#0b214a;font-size:2rem;margin-bottom:2rem;text-align:center}.phone-banner{background-color:#0b214a;border-radius:4px;color:#fff;font-size:1.5rem;font-weight:700;margin:2rem auto;max-width:900px;padding:1.5rem;text-align:center}.services-container{display:flex;flex-direction:column;gap:2rem}.service-item{background:#fff;border-left:4px solid #0d47a1;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:2rem}.service-item h3{font-size:1.2rem;margin-bottom:.5rem}.service-list{margin-top:2rem}.service-list ul{list-style:disc;margin-bottom:1rem;padding-left:2rem}.service-list li{margin-bottom:.5rem}.devices-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.device-card{background:#fff;border-radius:8px;box-shadow:0 4px 15px #00000014;padding:2rem;text-align:center;transition:transform .3s}.device-card:hover{transform:translateY(-5px)}.device-image{height:200px;margin-bottom:1rem;object-fit:contain;width:100%}.device-card h4{font-size:1.2rem;margin-bottom:.5rem}.device-card p{color:#666;font-size:.9rem}.full-banner{background-color:#1976d2;color:#fff;padding:5rem 5%;text-align:center}.full-banner h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.full-banner p{font-size:1.2rem;margin-bottom:2rem}.btn-white{background:#fff;color:#1976d2!important;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem}.faq-item{margin-bottom:1.5rem}.faq-item h4{align-items:center;display:flex;font-size:1.1rem;margin-bottom:.5rem}.faq-item h4:before{color:#0d47a1;content:"•";font-size:1.5rem;margin-right:.5rem}.faq-item p{color:#444;padding-left:1.5rem}.footer{background:#fff;border-top:1px solid #eaeaea;margin-top:auto;padding:2rem 5%;text-align:center}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1rem}.footer-links a{color:#555;font-size:.9rem}.footer p{color:#888;font-size:.8rem}.mobile-fixed-call{background-color:#0d47a1;bottom:0;box-shadow:0 -4px 15px #0003;display:none;left:0;padding:1.2rem;position:fixed;text-align:center;width:100%;z-index:1000}.mobile-fixed-call a{color:#fff;display:block;font-size:1.2rem;font-weight:700;text-decoration:none}@media (max-width:768px){.nav-links{display:none}.hero-content h1{font-size:2rem}.mobile-fixed-call{display:block}.footer{padding-bottom:5rem}}
/*# sourceMappingURL=main.47f48bbe.css.map*/