:root{--color-navy:#001f3f;--color-sky-blue:#4169e1;--color-green:#28a745;--color-red:#dc3545;--color-light-grey:#f8f9fa;--color-mid-grey:#6c757d;--color-background:#fff;--color-background-secondary:#f9f9fa;--color-text-primary:#343a40;--color-text-secondary:#6c757d;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px}*,:before,:after{box-sizing:border-box}body{color:var(--color-text-primary);background-color:var(--color-background);margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--color-navy);margin-top:var(--space-lg);margin-bottom:var(--space-sm);font-weight:700;line-height:1.2}a{color:var(--color-sky-blue);text-decoration:none;transition:color .2s ease-in-out}a:hover{color:var(--color-navy)}.container{max-width:1200px;padding:0 var(--space-md);margin:0 auto}.section-padding{padding:var(--space-3xl)0}.section-padding-vertical{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}.text-center{text-align:center}.bg-secondary{background-color:var(--color-background-secondary)}.card-grid{gap:var(--space-lg);margin-top:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.service-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(350px,1fr));display:grid}@media (max-width:768px){.section-padding,.section-padding-vertical{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.card-grid,.service-grid{gap:var(--space-md);margin-top:var(--space-lg);grid-template-columns:1fr}}
