:root{--navy: #0b1c3d;--navy-dark: #07122a;--navy-light: #152a52;--red: #e11d2e;--red-hover: #c41625;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-500: #64748b;--gray-700: #334155;--gray-900: #0f172a;--shadow: 0 4px 20px rgba(11, 28, 61, .08);--shadow-lg: 0 10px 40px rgba(11, 28, 61, .12);--radius: 12px;--max-width: 1140px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;line-height:1.6;color:var(--gray-700);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--navy);text-decoration:none;transition:color .2s ease}a:hover{color:var(--red)}h1,h2,h3,h4,h5,h6{margin:0 0 .6em;color:var(--navy);line-height:1.25;font-weight:700}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.6rem,3.5vw,2.25rem)}h3{font-size:1.25rem}p{margin:0 0 1em}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.6rem;font-size:1rem;font-weight:600;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .2s ease;text-decoration:none;line-height:1.2}.btn-primary{background:var(--red);color:var(--white);border-color:var(--red)}.btn-primary:hover{background:var(--red-hover);border-color:var(--red-hover);color:var(--white)}.btn-outline{background:transparent;color:var(--white);border-color:var(--white)}.btn-outline:hover{background:var(--white);color:var(--navy)}.btn-outline-dark{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline-dark:hover{background:var(--navy);color:var(--white)}.section{padding:4rem 0}.section-alt{background:var(--gray-50)}.section-dark{background:var(--navy);color:var(--white)}.section-dark h2,.section-dark h3{color:var(--white)}.text-center{text-align:center}.lead{font-size:1.15rem;color:var(--gray-500);max-width:640px;margin-left:auto;margin-right:auto}.site-header{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;box-shadow:0 1px 8px #0000000a}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;gap:1rem}.logo{font-size:1.2rem;font-weight:800;color:var(--navy);white-space:nowrap}.logo span{color:var(--red)}.nav{display:flex;align-items:center;gap:.35rem}.nav a{padding:.45rem .9rem;border-radius:999px;font-weight:500;font-size:.95rem;color:var(--gray-700)}.nav a:hover,.nav a.active{background:var(--gray-100);color:var(--navy)}.nav-cta{margin-left:.5rem}.hero{background:linear-gradient(160deg,var(--navy) 0%,var(--navy-light) 100%);color:var(--white);padding:5rem 0 4.5rem;text-align:center}.hero h1{color:var(--white);margin-bottom:1rem}.hero p{font-size:1.2rem;opacity:.9;max-width:620px;margin:0 auto 2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2.5rem}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.card h3{margin-bottom:.5rem}.card p{color:var(--gray-500);font-size:.98rem;margin-bottom:1rem}.card a{font-weight:600;font-size:.95rem;color:var(--navy)}.card a:hover{color:var(--red)}.testimonial{background:var(--white);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--gray-200);box-shadow:var(--shadow)}.testimonial blockquote{margin:0 0 1rem;font-style:italic;color:var(--gray-700);font-size:1rem;line-height:1.55}.testimonial cite{font-style:normal;font-weight:600;color:var(--navy);font-size:.95rem;display:block}.testimonial .loc{font-size:.85rem;color:var(--gray-500);font-weight:400}.cta-band{background:var(--navy);color:var(--white);padding:4rem 0;text-align:center}.cta-band h2{color:var(--white);margin-bottom:.75rem}.cta-band p{opacity:.9;margin-bottom:1.75rem}.site-footer{background:var(--navy-dark);color:#ffffffbf;padding:3.5rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.site-footer h4{color:var(--white);font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}.site-footer a{color:#ffffffb3;display:block;margin-bottom:.45rem;font-size:.95rem}.site-footer a:hover{color:var(--white)}.footer-brand{font-size:1.15rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;text-align:center;font-size:.9rem}.map-wrap{border-radius:var(--radius);overflow:hidden;border:1px solid var(--gray-200);box-shadow:var(--shadow);margin-top:1.5rem}.map-wrap iframe{width:100%;height:380px;border:0;display:block}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:2.5rem;align-items:start}.contact-info p{margin-bottom:.6rem}.contact-info strong{color:var(--navy)}form .field{margin-bottom:1rem}form label{display:block;font-weight:600;margin-bottom:.35rem;font-size:.95rem;color:var(--navy)}form input,form textarea,form select{width:100%;padding:.7rem .9rem;border:1px solid var(--gray-200);border-radius:8px;font-size:1rem;font-family:inherit;background:var(--white);transition:border-color .2s}form input:focus,form textarea:focus,form select:focus{outline:none;border-color:var(--navy)}form textarea{min-height:130px;resize:vertical}.page-hero{background:var(--navy);color:var(--white);padding:3.5rem 0;text-align:center}.page-hero h1{color:var(--white)}.page-hero p{opacity:.9;max-width:560px;margin:.75rem auto 0}.content-block{max-width:720px;margin:0 auto}.content-block ul{padding-left:1.25rem}.content-block li{margin-bottom:.4rem}@media(max-width:800px){.footer-grid{grid-template-columns:1fr;gap:1.75rem}.contact-grid{grid-template-columns:1fr}.nav{display:none}.header-inner{justify-content:space-between}}@media(max-width:600px){.hero{padding:3.5rem 0 3rem}.section{padding:3rem 0}}
