@charset "UTF-8";:root{--brand-primary:#003E7E;--brand-secondary:#FFCC00;--brand-accent:#EDF3FA;--brand-dark:#001D3D;--brand-text:#2B3A4E;--brand-muted:#6B7C8D;--brand-light:#F5F8FB;--border-radius:6px;--shadow-sm:0 2px 8px rgba(0,62,126,.08);--shadow-md:0 6px 24px rgba(0,62,126,.12);--transition:0.25s ease}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Segoe UI",Arial,sans-serif;font-size:16px;color:#2b3a4e;color:var(--brand-text);background:#fff;line-height:1.65;margin:0}a{color:#003e7e;color:var(--brand-primary);-webkit-text-decoration:none;text-decoration:none;transition:color .25s;transition:color var(--transition)}a:hover{color:#fc0;color:var(--brand-secondary)}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{color:#001d3d;color:var(--brand-dark);font-weight:700;line-height:1.25}.top-bar{background:#003e7e;background:var(--brand-primary);color:rgba(255,255,255,.85);font-size:.82rem;padding:8px 0}.top-bar a{color:#fc0;color:var(--brand-secondary);font-weight:600;margin-left:8px}.top-bar a:hover{color:#fff}.navbar-sdlg{background:#fff;border-bottom:3px solid #fc0;border-bottom:3px solid var(--brand-secondary);box-shadow:0 2px 8px rgba(0,62,126,.08);box-shadow:var(--shadow-sm);padding:0 24px;min-height:64px}.navbar-sdlg .navbar-brand{display:flex;align-items:center}.navbar-sdlg .navbar-brand ai-img{height:44px;width:auto}.navbar-sdlg .nav-link{font-weight:600;font-size:.88rem;color:#001d3d!important;color:var(--brand-dark)!important;padding:22px 14px!important;letter-spacing:.02em;transition:color .25s,border-bottom .25s;transition:color var(--transition),border-bottom var(--transition);border-bottom:3px solid transparent;margin-bottom:-3px}.navbar-sdlg .nav-link.active,.navbar-sdlg .nav-link:hover{color:#003e7e!important;color:var(--brand-primary)!important;border-bottom-color:#fc0;border-bottom-color:var(--brand-secondary)}.navbar-sdlg .btn-quote{background:#fc0;background:var(--brand-secondary);color:#001d3d!important;color:var(--brand-dark)!important;border-radius:6px;border-radius:var(--border-radius);padding:10px 20px!important;border-bottom:none!important;margin-left:12px;font-weight:700}.navbar-sdlg .btn-quote:hover{background:#003e7e;background:var(--brand-primary);color:#fff!important}.section-title{font-size:2rem;color:#003e7e;color:var(--brand-primary);margin-bottom:.5rem}.section-subtitle{color:#6b7c8d;color:var(--brand-muted);font-size:1.05rem;margin-bottom:2.5rem}.section-label{display:inline-block;background:#fc0;background:var(--brand-secondary);color:#001d3d;color:var(--brand-dark);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:3px 10px;border-radius:2px;margin-bottom:12px}.bg-brand-primary{background:#003e7e;background:var(--brand-primary);color:#fff}.bg-brand-accent{background:#edf3fa;background:var(--brand-accent)}.bg-brand-dark{background:#001d3d;background:var(--brand-dark);color:#fff}.bg-brand-light{background:#f5f8fb;background:var(--brand-light)}.trust-bar{background:#001d3d;background:var(--brand-dark);color:#fff;padding:28px 0}.trust-bar .trust-grid{display:flex;justify-content:center;align-items:stretch}.trust-bar .trust-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px;border-right:1px solid rgba(255,255,255,.15)}.trust-bar .trust-item:last-child{border-right:none}.trust-bar .trust-number{font-size:2.2rem;font-weight:800;color:#fc0;color:var(--brand-secondary);line-height:1}.trust-bar .trust-label{font-size:.82rem;opacity:.85;margin-top:4px;letter-spacing:.04em;text-transform:uppercase}@media (max-width:768px){.trust-bar .trust-grid{flex-wrap:wrap}.trust-bar .trust-item{flex:0 0 50%;border-right:none;border-bottom:1px solid rgba(255,255,255,.12);padding:16px 12px}.trust-bar .trust-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.12)}.trust-bar .trust-item:nth-last-child(-n+2){border-bottom:none}}.product-card{background:#fff;border:1px solid rgba(0,62,126,.08);border-radius:6px;border-radius:var(--border-radius);overflow:hidden;transition:box-shadow .25s,transform .25s;transition:box-shadow var(--transition),transform var(--transition);cursor:pointer}.product-card:hover{box-shadow:0 6px 24px rgba(0,62,126,.12);box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-card .card-img-wrap{overflow:hidden;aspect-ratio:4/3;background:#edf3fa;background:var(--brand-accent);display:flex;align-items:center;justify-content:center}.product-card .card-img-wrap ai-img,.product-card .card-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.product-card:hover .card-img-wrap ai-img,.product-card:hover .card-img-wrap img{transform:scale(1.04)}.product-card .card-body{padding:16px 18px 20px}.product-card .card-title{font-size:1rem;font-weight:700;margin-bottom:4px}.product-card .card-specs{font-size:.82rem;color:#6b7c8d;color:var(--brand-muted);margin-bottom:10px}.product-card .btn-inquiry{display:block;width:100%;background:#003e7e;background:var(--brand-primary);color:#fff;border:none;border-radius:6px;border-radius:var(--border-radius);padding:9px 0;font-size:.85rem;font-weight:600;text-align:center;cursor:pointer;transition:background .25s;transition:background var(--transition)}.product-card .btn-inquiry:hover{background:#fc0;background:var(--brand-secondary);color:#001d3d;color:var(--brand-dark)}.view-all-card{border:2px dashed rgba(0,62,126,.15);border-radius:6px;border-radius:var(--border-radius);background:#edf3fa;background:var(--brand-accent);min-height:200px}.industry-icon-card{padding:28px 20px;border-radius:6px;border-radius:var(--border-radius);transition:box-shadow .25s;transition:box-shadow var(--transition)}.industry-icon-card:hover{box-shadow:0 6px 24px rgba(0,62,126,.12);box-shadow:var(--shadow-md)}.industry-icon-card .ind-icon-wrap{width:56px;height:56px;border-radius:50%;background:#edf3fa;background:var(--brand-accent);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.industry-icon-card .ind-icon-wrap svg{width:28px;height:28px;fill:#003E7E;fill:var(--brand-primary)}.industry-icon-card h5{font-size:.95rem;margin-bottom:8px}.industry-icon-card p{font-size:.85rem;color:#6b7c8d;color:var(--brand-muted);margin:0}.testimonial-card{background:#fff;border-left:4px solid #fc0;border-left:4px solid var(--brand-secondary);border-radius:6px;border-radius:var(--border-radius);padding:24px 24px 20px;box-shadow:0 2px 8px rgba(0,62,126,.08);box-shadow:var(--shadow-sm)}.testimonial-card .quote-text{font-size:.95rem;font-style:italic;line-height:1.7;margin-bottom:16px;color:#2b3a4e;color:var(--brand-text)}.testimonial-card .quote-author{font-weight:700;font-size:.88rem;color:#003e7e;color:var(--brand-primary)}.testimonial-card .quote-role{font-size:.8rem;color:#6b7c8d;color:var(--brand-muted)}.cta-banner{background:#003e7e;background:var(--brand-primary);color:#fff;padding:60px 0}.cta-banner h2{color:#fff;font-size:1.8rem;margin-bottom:12px}.cta-banner p{opacity:.8;max-width:580px;margin:0 auto 28px}.btn-cta-primary{background:#fc0;background:var(--brand-secondary);color:#001d3d;color:var(--brand-dark);border:none;border-radius:6px;border-radius:var(--border-radius);padding:13px 32px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .25s;transition:background var(--transition);display:inline-block}.btn-cta-primary:hover{background:#fff;color:#003e7e;color:var(--brand-primary)}.btn-cta-outline{border:2px solid #fff;color:#fff;background:0 0;border-radius:6px;border-radius:var(--border-radius);padding:11px 28px;font-weight:600;cursor:pointer;transition:.25s;transition:all var(--transition);display:inline-block}.btn-cta-outline:hover{background:#fff;color:#003e7e;color:var(--brand-primary)}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid rgba(0,62,126,.06);font-size:.95rem}.feature-list li:last-child{border-bottom:none}.feature-list li .icon-check{width:22px;height:22px;flex-shrink:0;margin-top:1px;background:#fc0;background:var(--brand-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-list li .icon-check::after{content:"";display:block;width:10px;height:6px;border-left:2px solid #001d3d;border-left:2px solid var(--brand-dark);border-bottom:2px solid #001d3d;border-bottom:2px solid var(--brand-dark);transform:rotate(-45deg) translateY(-2px)}.industry-card{position:relative;border-radius:6px;border-radius:var(--border-radius);overflow:hidden;aspect-ratio:3/2;cursor:default}.industry-card ai-img,.industry-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.industry-card .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,29,61,.85) 0,rgba(0,29,61,.15) 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px;color:#fff}.industry-card .overlay h4{margin-bottom:4px;font-size:1.05rem}.industry-card .overlay p{font-size:.82rem;opacity:.85;margin:0}.cert-badge{display:inline-flex;align-items:center;gap:8px;background:#edf3fa;background:var(--brand-accent);border:1px solid rgba(0,62,126,.12);border-radius:6px;border-radius:var(--border-radius);padding:8px 16px;font-size:.8rem;font-weight:700;color:#003e7e;color:var(--brand-primary)}.blog-card{background:#fff;border:1px solid rgba(0,62,126,.08);border-radius:6px;border-radius:var(--border-radius);overflow:hidden;transition:box-shadow .25s;transition:box-shadow var(--transition)}.blog-card:hover{box-shadow:0 6px 24px rgba(0,62,126,.12);box-shadow:var(--shadow-md)}.blog-card .blog-card-body{padding:24px}.blog-card .cat-tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#fc0;color:var(--brand-secondary);font-weight:700}.blog-card .blog-card-title{font-size:1.05rem;margin:8px 0}.blog-card .blog-card-title a{color:#001d3d;color:var(--brand-dark)}.blog-card .blog-card-title a:hover{color:#003e7e;color:var(--brand-primary)}.blog-card .blog-card-meta{font-size:.78rem;color:#6b7c8d;color:var(--brand-muted);margin-bottom:10px}.blog-card .blog-card-excerpt{font-size:.88rem;color:#6b7c8d;color:var(--brand-muted);line-height:1.6;margin-bottom:12px}.blog-card .read-more{font-size:.85rem;font-weight:600;color:#003e7e;color:var(--brand-primary)}.site-footer{background:#001d3d;background:var(--brand-dark);color:rgba(255,255,255,.75);padding:56px 0 0}.site-footer .footer-brand ai-img{height:40px;margin-bottom:14px}.site-footer .footer-tagline{font-size:.85rem;opacity:.7;line-height:1.6;max-width:260px}.site-footer h5{color:#fff;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer ul li{margin-bottom:8px}.site-footer ul li a{color:rgba(255,255,255,.65);font-size:.88rem;transition:color .25s;transition:color var(--transition)}.site-footer ul li a:hover{color:#fc0;color:var(--brand-secondary)}.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;margin-top:40px;font-size:.8rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.site-footer .footer-bottom a{color:rgba(255,255,255,.5)}.site-footer .footer-bottom a:hover{color:#fc0;color:var(--brand-secondary)}.pagination .page-link{color:#003e7e;color:var(--brand-primary);border-color:rgba(0,62,126,.12)}.pagination .page-item.active .page-link{background:#003e7e;background:var(--brand-primary);border-color:#003e7e;border-color:var(--brand-primary)}@media (max-width:991.98px){.cta-banner{padding:40px 0}}@media (max-width:767.98px){.section-title{font-size:1.5rem}.trust-bar .trust-number{font-size:1.7rem}}.form-control,.form-select{border:1px solid rgba(0,62,126,.18);border-radius:6px;font-size:.9rem;padding:10px 14px}.form-control:focus,.form-select:focus{border-color:#003e7e;border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(0,62,126,.1)}.form-label{font-size:.85rem;color:#001d3d;color:var(--brand-dark);margin-bottom:5px}.form-label.require::after{content:" *";color:#c0392b}.invalid-feedback{font-size:.78rem}