:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{margin:0;min-width:320px;background-color:#fff;color:#1a1a1a}#root{display:flex;flex-direction:column;min-height:100vh;width:100%}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}a{font-weight:500;color:#4a9eff;text-decoration:none;transition:color .3s ease}a:hover{color:#7bb3ff}h1,h2,h3,h4,h5,h6,p{margin:0}button{border-radius:6px;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s ease}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;text-decoration:none;text-align:center;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background-color:#4a9eff;color:#fff}.btn-primary:hover{background-color:#3888dd;transform:translateY(-2px);box-shadow:0 4px 8px #4a9eff4d}.btn-secondary{background-color:transparent;color:#4a9eff;border:2px solid #4a9eff}.btn-secondary:hover{background-color:#4a9eff;color:#fff}@media(max-width:768px){.container{padding:0 1rem}}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}.navbar{background-color:#1a1a1a;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#4a9eff;text-decoration:none;transition:color .3s ease}.nav-logo:hover{color:#7bb3ff}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-item{margin:0}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;padding:.5rem 0;border-bottom:2px solid transparent}.nav-link:hover,.nav-link.active{color:#4a9eff;border-bottom-color:#4a9eff}.nav-toggle{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;cursor:pointer;padding:0}.nav-toggle span{display:block;width:100%;height:2px;background-color:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.nav-toggle.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media(max-width:768px){.nav-container{padding:0 1rem;flex-wrap:wrap}.nav-toggle{display:flex}.nav-menu{display:none;width:100%;flex-direction:column;gap:0;padding:.5rem 0 1rem}.nav-menu--open{display:flex}.nav-link{display:block;padding:.75rem 0;border-bottom:1px solid #2d2d2d}.nav-logo{font-size:1.2rem}}@media(max-width:480px){.nav-logo{font-size:1rem}}.footer{background-color:#1a1a1a;color:#fff;margin-top:4rem;border-top:1px solid #333}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{font-size:1.3rem;margin-bottom:1rem;color:#4a9eff}.footer-section h4{font-size:1rem;margin-bottom:.8rem;color:#4a9eff}.footer-section p{color:#ccc;margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem;color:#ccc}.footer-section ul li a{color:#4a9eff;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#7bb3ff;text-decoration:underline}.footer-bottom{background-color:#0f0f0f;padding:1.5rem 2rem;text-align:center;color:#999;font-size:.9rem;border-top:1px solid #333}@media(max-width:768px){.footer-container{grid-template-columns:repeat(2,1fr);padding:2rem 1rem;gap:1rem}.footer-section h3,.footer-section h4{font-size:.95rem}.footer-section p{font-size:.85rem}}@media(max-width:480px){.footer-container{grid-template-columns:1fr;padding:1.5rem 1rem;gap:1rem}.footer-bottom{padding:1rem;font-size:.8rem}}.home{width:100%}.hero{position:relative;color:#fff;padding:6rem 2rem;text-align:center;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1ad9,#2d2d2dd9);z-index:1}.hero-content{position:relative;z-index:2}.hero-content h1{font-size:3rem;margin-bottom:1rem;color:#4a9eff}.hero-content p{font-size:1.3rem;color:#ccc;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.overview{padding:4rem 2rem;background-color:#f5f5f5}.overview .container{max-width:1200px;margin:0 auto}.overview h2{font-size:2rem;margin-bottom:3rem;text-align:center;color:#1a1a1a}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{background:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.feature h3{font-size:1.3rem;margin-bottom:1rem;color:#1a1a1a}.feature p{color:#666;line-height:1.6}.cta{background-color:#1a1a1a;color:#fff;padding:4rem 2rem;text-align:center}.cta .container{max-width:1200px;margin:0 auto}.cta h2{font-size:2rem;margin-bottom:1rem;color:#4a9eff}.cta p{font-size:1.1rem;margin-bottom:2rem}.testimonials{padding:4rem 2rem;background-color:#fff}.testimonials .container{max-width:1200px;margin:0 auto}.testimonials h2{font-size:2rem;text-align:center;margin-bottom:3rem;color:#1a1a1a}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.testimonial-card{background:#f5f5f5;border-radius:8px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 2px 8px #00000012}.testimonial-text{color:#444;line-height:1.7;font-style:italic;margin:0}.testimonial-author{display:flex;flex-direction:column;gap:.2rem}.testimonial-author strong{color:#1a1a1a}.testimonial-author span{color:#4a9eff;font-size:.9rem}@media(max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.overview h2,.cta h2,.testimonials h2{font-size:1.5rem}.hero{padding:4rem 1rem;min-height:350px}.overview,.cta,.testimonials{padding:3rem 1rem}}@media(max-width:480px){.hero-content h1{font-size:1.5rem}.hero-content p{font-size:.95rem}.hero-buttons{flex-direction:column}.overview h2,.cta h2{font-size:1.3rem}.cta p{font-size:.95rem}}.services-page{width:100%}.services-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#4a9eff;padding:4rem 2rem;text-align:center}.services-header h1{font-size:2.5rem;margin-bottom:1rem}.services-header p{font-size:1.2rem;color:#ccc}.services-section{padding:4rem 2rem;background-color:#f5f5f5}.services-section .container{max-width:1200px;margin:0 auto}.service-card{background:#fff;padding:2.5rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;border-left:4px solid #4a9eff}.service-card h2{font-size:1.8rem;color:#1a1a1a;margin-bottom:1rem}.service-description{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.service-card h3{font-size:1.2rem;color:#1a1a1a;margin-top:1.5rem;margin-bottom:1rem}.service-features,.service-benefits{list-style-type:none;padding:0;margin:0}.service-features li,.service-benefits li{padding-left:1.5rem;margin-bottom:.8rem;color:#666;position:relative}.service-features li:before,.service-benefits li:before{content:"✓";position:absolute;left:0;color:#4a9eff;font-weight:700;font-size:1.1rem}.service-pricing{background-color:#f9f9f9;padding:1.5rem;border-radius:6px;margin:1.5rem 0;text-align:center;border:1px solid #eee}.price-label{color:#666;margin:0 0 .5rem}.price{font-size:2rem;color:#4a9eff;font-weight:700;margin:0}.price-note{color:#999;font-size:.9rem;margin:.5rem 0 0}.service-comparison{padding:4rem 2rem;background-color:#fff}.service-comparison .container{max-width:1200px;margin:0 auto}.service-comparison h2{font-size:2rem;text-align:center;margin-bottom:2rem;color:#1a1a1a}.comparison-table{width:100%;border-collapse:collapse;box-shadow:0 2px 8px #0000001a;border-radius:8px;overflow:hidden}.comparison-table thead{background-color:#1a1a1a;color:#fff}.comparison-table th{padding:1rem;text-align:left;font-weight:600}.comparison-table td{padding:1rem;border-bottom:1px solid #eee;color:#666}.comparison-table tbody tr:hover{background-color:#f9f9f9}.comparison-table tbody tr:last-child td{border-bottom:none}.service-cta{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:4rem 2rem;text-align:center}.service-cta .container{max-width:1200px;margin:0 auto}.service-cta h2{font-size:2rem;color:#4a9eff;margin-bottom:1rem}.service-cta p{font-size:1.1rem;color:#ccc;margin-bottom:2rem}@media(max-width:768px){.services-header h1{font-size:2rem}.service-card{padding:1.5rem}.service-card h2{font-size:1.5rem}.comparison-table{font-size:.9rem}.comparison-table th,.comparison-table td{padding:.75rem}.service-cta h2{font-size:1.5rem}}@media(max-width:480px){.services-header h1{font-size:1.5rem}.service-card{padding:1rem}.service-card h2{font-size:1.3rem}.service-card h3{font-size:1rem}.price{font-size:1.5rem}.comparison-table{font-size:.8rem}.comparison-table th,.comparison-table td{padding:.5rem}.service-cta h2{font-size:1.3rem}.service-cta p{font-size:.95rem}}.contact-page{width:100%}.contact-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#4a9eff;padding:4rem 2rem;text-align:center}.contact-header h1{font-size:2.5rem;margin-bottom:1rem}.contact-header p{font-size:1.2rem;color:#ccc}.contact-content{padding:4rem 2rem;background-color:#f5f5f5}.contact-content .container{max-width:1200px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info h2{font-size:1.5rem;color:#1a1a1a;margin-bottom:2rem}.info-item{margin-bottom:2rem}.info-item h3{font-size:1.1rem;color:#4a9eff;margin-bottom:.5rem}.info-item p{color:#666;line-height:1.6;margin:0}.info-item a{color:#4a9eff;text-decoration:none;transition:color .3s ease}.info-item a:hover{color:#7bb3ff;text-decoration:underline}.form-wrapper{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.form-wrapper h2{font-size:1.5rem;color:#1a1a1a;margin-bottom:1.5rem}.contact-form{width:100%}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#1a1a1a;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4a9eff;box-shadow:0 0 0 3px #4a9eff1a}.form-group textarea{resize:vertical;min-height:150px}.submit-btn{background-color:#4a9eff;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;width:100%}.submit-btn:hover{background-color:#3888dd;transform:translateY(-2px);box-shadow:0 4px 8px #4a9eff4d}.submit-btn:active{transform:translateY(0)}.success-message{background-color:#4caf50;color:#fff;padding:1rem;border-radius:4px;margin-bottom:1.5rem;text-align:center;font-weight:500}.error-banner{background-color:#f44336;color:#fff;padding:1rem;border-radius:4px;margin-bottom:1.5rem;text-align:center;font-weight:500}.field-error{display:block;color:#d32f2f;font-size:.85rem;margin-top:.35rem}.form-group input.input-error,.form-group textarea.input-error{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.submit-btn:disabled{background-color:#7bb3ff;cursor:not-allowed;transform:none;box-shadow:none}@keyframes ct-spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:.9rem;height:.9rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:ct-spin .7s linear infinite;vertical-align:middle;margin-right:.5rem}.form-field-honeypot{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;opacity:0}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-header h1{font-size:2rem}.contact-content{padding:2rem 1rem}.form-wrapper{padding:1.5rem}}@media(max-width:480px){.contact-header h1{font-size:1.5rem}.contact-header p{font-size:1rem}.contact-info h2,.form-wrapper h2{font-size:1.2rem}.info-item h3{font-size:1rem}.info-item p,.form-group label{font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.65rem;font-size:.95rem}.submit-btn{padding:.65rem 1.5rem;font-size:.95rem}}.about-page{width:100%}.about-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#4a9eff;padding:4rem 2rem;text-align:center}.about-header h1{font-size:2.5rem;margin-bottom:1rem}.about-header p{font-size:1.2rem;color:#ccc}.about-content{padding:4rem 2rem;background-color:#f5f5f5}.about-content .container{max-width:1000px;margin:0 auto}.about-section{background:#fff;padding:2.5rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.about-section h2{font-size:1.8rem;color:#4a9eff;margin-bottom:1rem}.about-section p{color:#666;line-height:1.8;font-size:1rem;margin-bottom:1rem}.about-section p:last-child{margin-bottom:0}.why-different{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}.reason{background-color:#f9f9f9;padding:1.5rem;border-radius:6px;border-left:3px solid #4a9eff}.reason h3{font-size:1.1rem;color:#1a1a1a;margin-bottom:.75rem}.reason p{margin:0;font-size:.95rem;color:#666}.process-steps{list-style:none;padding:0;margin:1.5rem 0 0;counter-reset:step}.process-steps li{counter-increment:step;display:flex;align-items:flex-start;margin-bottom:1.5rem;position:relative;padding-left:3rem}.process-steps li:before{content:counter(step);position:absolute;left:0;top:0;background-color:#4a9eff;color:#fff;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.process-steps li strong{color:#1a1a1a;margin-right:.5rem}.process-steps li{color:#666;line-height:1.6}.about-section .btn{display:inline-block}@media(max-width:768px){.about-header h1{font-size:2rem}.about-section{padding:1.5rem}.about-section h2{font-size:1.5rem}.why-different{grid-template-columns:1fr}.process-steps li{padding-left:3rem;font-size:.95rem}.about-content{padding:2rem 1rem}}@media(max-width:480px){.about-header h1{font-size:1.5rem}.about-header p{font-size:1rem}.about-section{padding:1rem;margin-bottom:1rem}.about-section h2{font-size:1.3rem}.about-section p{font-size:.95rem}.reason h3{font-size:1rem}.reason p{font-size:.9rem}.process-steps li{padding-left:2.5rem;font-size:.9rem;margin-bottom:1.2rem}.process-steps li:before{width:2rem;height:2rem;font-size:.95rem}}.devices-page{width:100%}.devices-header{background:linear-gradient(135deg,#1a1a1ad9,#2d2d2dd9);color:#fff;padding:4rem 2rem;text-align:center}.devices-header .container{max-width:1200px;margin:0 auto}.devices-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#4a9eff}.devices-header p{font-size:1.1rem;color:#ccc}.devices-content{padding:4rem 2rem;background-color:#f5f5f5}.devices-content .container{max-width:1200px;margin:0 auto}.device-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:3rem}.filter-btn{background:#fff;border:2px solid #ddd;border-radius:24px;padding:.45rem 1.2rem;font-size:.9rem;font-weight:500;color:#555;cursor:pointer;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.filter-btn:hover{border-color:#4a9eff;color:#4a9eff}.filter-btn--active{background-color:#4a9eff;border-color:#4a9eff;color:#fff}.device-category{margin-bottom:4rem}.device-category h2{font-size:1.8rem;margin-bottom:2rem;color:#1a1a1a;border-bottom:3px solid #4a9eff;padding-bottom:1rem}.device-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.device-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.device-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.device-image{width:100%;height:250px;object-fit:cover;border-radius:4px;margin-bottom:1rem}.device-card h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:.5rem}.device-description{font-size:.95rem;color:#666;margin-bottom:1rem;line-height:1.5}.device-features{list-style:none;padding:0;margin:0;flex-grow:1}.device-features li{font-size:.9rem;color:#555;padding:.4rem 0;line-height:1.5}.device-features li:before{content:"✓ ";color:#4a9eff;font-weight:700;margin-right:.5rem}.devices-cta{background-color:#1a1a1a;color:#fff;padding:4rem 2rem;text-align:center}.devices-cta .container{max-width:1200px;margin:0 auto}.devices-cta h2{font-size:2rem;margin-bottom:1rem}.devices-cta p{font-size:1.1rem;margin-bottom:2rem;color:#ccc}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem;min-height:60vh}.not-found__code{font-size:6rem;font-weight:700;color:#4a9eff;line-height:1;margin-bottom:1rem}.not-found__title{font-size:1.8rem;color:#1a1a1a;margin-bottom:1rem}.not-found__message{color:#666;font-size:1.05rem;margin-bottom:2.5rem;max-width:420px}@media(max-width:480px){.not-found__code{font-size:4rem}.not-found__title{font-size:1.4rem}}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}main{flex:1;width:100%}
