:root{--navy:#14245e;--navy-dark:#0b1440;--steel:#002090;--accent:#c81616;--accent-dark:#9e1010;--hero-overlay:#0b1440c7;--bg:#f6f8fc;--text:#24303c;--muted:#5b6b7a;--border:#dde4ea;--white:#fff;--radius:8px;--shadow:0 2px 12px #0b144014;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.65}h1,h2,h3,h4{color:var(--navy);font-weight:700;line-height:1.25}h1{font-size:clamp(1.8rem,4vw,2.6rem)}h2{margin-top:2.2rem;font-size:clamp(1.4rem,3vw,1.9rem)}h3{font-size:1.2rem}a{color:var(--steel)}a:hover{color:var(--accent)}img{max-width:100%;height:auto}.container{max-width:var(--max);margin:0 auto;padding:0 1.25rem}.section{padding:3rem 0}.section-alt{background:var(--bg)}.btn{border-radius:var(--radius);text-align:center;padding:.8rem 1.6rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.btn-primary{background:var(--accent);color:var(--white)}.btn-primary:hover{background:var(--accent-dark);color:var(--white)}.btn-outline{border:2px solid var(--white);color:var(--white)}.btn-outline:hover{color:var(--white);background:#ffffff26}.site-header{background:var(--white);border-bottom:1px solid var(--border);z-index:50;position:sticky;top:0}.site-header .container{justify-content:space-between;align-items:center;gap:1rem;padding-top:.6rem;padding-bottom:.6rem;display:flex}.brand{align-items:center;gap:.6rem;text-decoration:none;display:flex}.brand img{width:auto;height:70px}.nav{flex-wrap:wrap;align-items:center;gap:1.3rem;display:flex}.nav a{font-weight:500;text-decoration:none}.nav a:not(.btn){color:var(--navy)}.nav a:not(.btn):hover{color:var(--accent)}.has-sub{position:relative}.has-sub>a{padding:.4rem 0;display:inline-block}.submenu{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);min-width:280px;box-shadow:var(--shadow);z-index:60;margin:0;padding:.4rem 0;list-style:none;display:none;position:absolute;top:100%;left:0}.has-sub:hover .submenu,.has-sub:focus-within .submenu{display:block}.submenu li a{padding:.5rem 1.1rem;font-weight:500;display:block}.submenu li a:hover{background:var(--bg)}.nav .btn{padding:.55rem 1.1rem}.header-phone{color:var(--navy);white-space:nowrap;font-weight:700;text-decoration:none}.hero{background:var(--navy-dark);color:var(--white);align-items:center;min-height:480px;padding:3rem 0;display:flex;position:relative;overflow:hidden}.hero .hero-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero:before{content:"";z-index:1;background:linear-gradient(100deg,#0b1440f0 0%,#0b1440e0 38%,#0b14408c 62%,#0b14402e 85%,#0b144014 100%);position:absolute;inset:0}.hero>.container{z-index:2;width:100%;position:relative}.hero h1,.hero p{text-shadow:0 1px 10px #040a238c}@media (width<=768px){.hero:before{background:var(--hero-overlay)}}.hero h1{color:var(--white);max-width:720px}.hero p{max-width:640px;font-size:1.1rem}.hero-ctas{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.hero-sub{background:var(--navy);padding:3.2rem 0}.hero-sub h1{color:var(--white)}.hero-sub p{color:#cfdae6;max-width:720px}.grid{gap:1.25rem;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.4rem}.card h3{margin-top:0}.card a{font-weight:600;text-decoration:none}.steps{counter-reset:step;gap:.9rem;padding:0;list-style:none;display:grid}.steps li{counter-increment:step;padding-left:3rem;position:relative}.steps li:before{content:counter(step);background:var(--navy);width:2.1rem;height:2.1rem;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;top:.1rem;left:0}.faq details{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);margin-bottom:.7rem;padding:.9rem 1.2rem}.faq summary{color:var(--navy);cursor:pointer;font-weight:600}.faq details p{margin:.7rem 0 .2rem}.cta-band{background:var(--navy);color:var(--white);text-align:center;padding:3rem 0}.cta-band h2{color:var(--white);margin-top:0}.cta-band p{color:#cfdae6;max-width:640px;margin:.8rem auto 1.4rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-grid .full{grid-column:1/-1}label{color:var(--navy);margin-bottom:.3rem;font-weight:600;display:block}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius);width:100%;font:inherit;background:var(--white);padding:.7rem .9rem}@media (width<=640px){.form-grid{grid-template-columns:1fr}}.prose{max-width:var(--max);margin-left:auto;margin-right:auto}.prose img{border-radius:var(--radius)}.body-img-right{float:right;max-width:min(42%,400px);height:auto;margin:.3rem 0 1rem 1.5rem}.body-img-left{float:left;max-width:min(42%,400px);height:auto;margin:.3rem 1.5rem 1rem 0}.prose h2{clear:both}@media (width<=640px){.body-img-right,.body-img-left{float:none;max-width:100%;margin:1.25rem auto;display:block}}.prose ul{padding-left:1.3rem}.prose li{margin-bottom:.5rem}.site-footer{background:var(--navy-dark);color:#b9c7d4;margin-top:0;padding:3rem 0 2rem}.site-footer a{color:#dce6ef;overflow-wrap:anywhere;text-decoration:none}.site-footer a:hover{color:var(--white)}.site-footer h4{color:var(--white);margin:0 0 .8rem}.footer-review{border-radius:var(--radius);background:#ffffff0f;border:1px solid #29455f;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:1.25rem 1.5rem;display:flex}.footer-review img{background:var(--white);border-radius:6px;flex-shrink:0;padding:4px}.footer-review div{flex:1;min-width:240px}.footer-review h4{margin:0 0 .3rem}.footer-review p{margin:0}.footer-review .btn{white-space:nowrap}.footer-grid{grid-template-columns:1.5fr 1.2fr 1fr 1fr;gap:2.5rem;display:grid}.footer-grid ul{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.footer-brand img{background:var(--white);border-radius:6px;max-width:176px;height:auto;padding:6px}.footer-bottom{border-top:1px solid #29455f;flex-wrap:wrap;justify-content:space-between;gap:.6rem;margin-top:2rem;padding-top:1.2rem;font-size:.9rem;display:flex}@media (width<=960px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer-grid{grid-template-columns:1fr}}@media (width<=860px){.site-header .container{flex-direction:column;align-items:flex-start}.nav{gap:.9rem}}
