*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0a2463;--blue: #1e88e5;--teal: #00897b;--gray-100: #f8f9fa;--gray-200: #e9ecef;--gray-600: #6c757d;--gray-900: #212529;--white: #ffffff;--font-sans: "Segoe UI", system-ui, -apple-system, sans-serif}html{font-family:var(--font-sans);color:var(--gray-900);line-height:1.6;scroll-behavior:smooth}body{background:var(--white);min-height:100vh;display:flex;flex-direction:column}main{flex:1}img{max-width:100%;height:auto;display:block}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}header{background:var(--navy);color:var(--white);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;max-width:1200px;margin:0 auto}.logo{line-height:0}.logo:hover{text-decoration:none}.logo img{height:42px;width:auto}nav{display:flex;gap:1.75rem;align-items:center}nav a{color:var(--gray-200);font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:color .2s}nav a:hover,nav a.active{color:var(--white);text-decoration:none}.btn{display:inline-block;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .2s;text-decoration:none;border:none}.btn:hover{text-decoration:none}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover{background:#1565c0}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline:hover{background:var(--white);color:var(--navy)}.hero{background:linear-gradient(135deg,#0a2463eb,#1a3a7ae0),url(https://images.unsplash.com/photo-1587854692152-cbe660dbde88?w=1920&q=80);background-size:cover;background-position:center;color:var(--white);padding:5rem 1.5rem;text-align:center}.hero-sm{padding:3.5rem 1.5rem}.hero h1{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:1.25rem;max-width:900px;margin-left:auto;margin-right:auto}.hero .subtitle{font-size:1.05rem;color:#b0c4de;max-width:800px;margin:0 auto 1.5rem;line-height:1.7}.hero .tagline{font-size:1rem;color:#90a4ae;max-width:700px;margin:0 auto 2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.section{padding:4rem 1.5rem}.section-alt{background:var(--gray-100)}.section-title{font-size:1.75rem;font-weight:700;color:var(--navy);margin-bottom:1rem;text-align:center}.section-subtitle{text-align:center;color:var(--gray-600);max-width:700px;margin:0 auto 3rem;font-size:1.05rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.grid-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1.5rem}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.card{background:var(--white);border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000000f;border:1px solid var(--gray-200)}.card h3{color:var(--navy);font-size:1.15rem;margin-bottom:.75rem}.card ul{list-style:none;padding:0}.card li{padding:.35rem 0 .35rem 1.25rem;position:relative;font-size:.95rem;color:var(--gray-600)}.card li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700}.feature-list{list-style:none;padding:0}.feature-list li{padding:.5rem 0 .5rem 2rem;position:relative;font-size:1rem;color:var(--gray-600)}.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700;font-size:1.1rem}.client-logos{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center}.client-logo{max-height:100px;width:auto;padding:.75rem 1.5rem;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;object-fit:contain}.faq-item{border-bottom:1px solid var(--gray-200);padding:1.25rem 0}.faq-item h4{color:var(--navy);font-size:1.05rem;margin-bottom:.5rem}.faq-item p{color:var(--gray-600);font-size:.95rem}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:var(--gray-900);margin-bottom:.35rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--gray-200);border-radius:4px;font-size:1rem;font-family:var(--font-sans)}.form-group textarea{min-height:120px;resize:vertical}footer{background:var(--navy);color:var(--gray-400);padding:2rem 1.5rem;text-align:center;font-size:.85rem}footer a{color:var(--blue)}blockquote{border-left:4px solid var(--blue);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--gray-100);border-radius:0 4px 4px 0;font-style:italic;color:var(--gray-600)}.img-rounded{border-radius:8px;width:100%;height:auto;box-shadow:0 4px 16px #0000001a}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.text-center{text-align:center}.text-muted{color:var(--gray-600)}.nav-toggle{display:none}.nav-toggle-label{display:none;cursor:pointer;padding:.5rem}.nav-toggle-label span,.nav-toggle-label span:before,.nav-toggle-label span:after{display:block;width:26px;height:3px;background:var(--white);border-radius:2px;transition:all .3s}.nav-toggle-label span{position:relative}.nav-toggle-label span:before,.nav-toggle-label span:after{content:"";position:absolute;left:0}.nav-toggle-label span:before{top:-8px}.nav-toggle-label span:after{top:8px}.nav-toggle:checked+.nav-toggle-label span{background:transparent}.nav-toggle:checked+.nav-toggle-label span:before{top:0;transform:rotate(45deg)}.nav-toggle:checked+.nav-toggle-label span:after{top:0;transform:rotate(-45deg)}@media(max-width:768px){.header-inner{flex-wrap:wrap}.logo img{height:28px}.nav-toggle-label{display:block}nav{display:none;width:100%;flex-direction:column;gap:0;padding:1rem 0}nav a{display:block;padding:.75rem 0;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem}.nav-toggle:checked~nav{display:flex}.hero{padding:3rem 1.25rem}.hero h1{font-size:1.5rem}.hero .subtitle{font-size:.95rem}.hero .tagline{font-size:.9rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:280px;text-align:center}.hero-sm,.section{padding:2.5rem 1.25rem}.section-title{font-size:1.35rem}.section-subtitle{font-size:.95rem;margin-bottom:2rem}.card{padding:1.5rem}.client-logos{gap:1rem}.client-logo{max-height:80px;padding:.5rem 1rem}.contact-form{max-width:100%}.grid-2 .card:last-child{margin-top:-1rem}blockquote{margin:1rem 0;padding:.75rem 1rem;font-size:.9rem}}
