
:root{--blue:#073b91;--blue-dark:#061b49;--red:#e31b23;--gold:#ffd21f;--white:#fff;--off-white:#f6f7fb;--text:#172033;--muted:#5e6677;--shadow:0 18px 45px rgba(6,27,73,.14);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--white);line-height:1.6}img{max-width:100%;display:block}a{color:inherit}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.narrow{max-width:840px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(7,59,145,.12)}.nav-wrap{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo-link{flex:0 0 auto}.site-logo{width:170px;height:auto}.site-nav{display:flex;gap:28px;font-weight:700;font-size:.95rem}.site-nav a,.nav-call{text-decoration:none}.site-nav a:hover{color:var(--red)}.nav-call{background:var(--red);color:var(--white);padding:11px 18px;border-radius:999px;font-weight:800;white-space:nowrap}.hero{background:radial-gradient(circle at top left,rgba(255,210,31,.25),transparent 34%),linear-gradient(135deg,var(--blue-dark),var(--blue));color:var(--white);padding:72px 0}.city-hero{padding:60px 0}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:42px}.eyebrow{margin:0 0 10px;color:var(--gold);text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:.78rem}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.2rem,5vw,4.6rem);line-height:.98;margin-bottom:20px;letter-spacing:-.04em}h2{font-size:clamp(1.9rem,3vw,3rem);line-height:1.05;margin-bottom:16px;letter-spacing:-.03em}h3{font-size:1.18rem;line-height:1.2;margin-bottom:10px}.hero-text{color:rgba(255,255,255,.88);font-size:1.1rem;max-width:590px}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:999px;text-decoration:none;font-weight:900;line-height:1}.btn.primary{background:var(--red);color:var(--white)}.btn.secondary{background:var(--gold);color:var(--blue-dark)}.btn.secondary.light{background:var(--white);color:var(--blue-dark)}.trust-list{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:10px;color:rgba(255,255,255,.9);font-weight:700}.trust-list li:before{content:"✓";color:var(--gold);margin-right:10px;font-weight:900}.hero-image-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:6px solid rgba(255,255,255,.14)}.hero-image-card img{width:100%;height:100%;object-fit:cover}.quick-contact{background:var(--red);color:var(--white)}.quick-contact-inner{min-height:82px;display:flex;align-items:center;justify-content:center;gap:18px;text-align:center;flex-wrap:wrap}.quick-contact strong{font-size:1.15rem}.quick-contact a{background:var(--gold);color:var(--blue-dark);text-decoration:none;font-weight:900;padding:10px 16px;border-radius:999px}.section{padding:78px 0}.services-section,.area-section{background:var(--off-white)}.section-heading{max-width:760px;margin-bottom:32px}.section-heading .eyebrow,.about-section .eyebrow,.local-section .eyebrow{color:var(--red)}.section-heading p,.local-section p{color:var(--muted);font-size:1.05rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:var(--white);padding:24px;border-radius:18px;box-shadow:0 10px 30px rgba(6,27,73,.08);border-top:5px solid var(--blue)}.service-card p{color:var(--muted);margin-bottom:0}.about-section,.local-section{background:var(--white)}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:start}.about-grid p{color:var(--muted);font-size:1.05rem}.city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.city-link{display:block;background:var(--white);border:1px solid rgba(7,59,145,.14);border-radius:14px;padding:14px 16px;text-decoration:none;font-weight:800;color:var(--blue-dark);box-shadow:0 8px 20px rgba(6,27,73,.05)}.city-link:hover{border-color:var(--red);color:var(--red)}.contact-section{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:var(--white)}.contact-card{text-align:center;max-width:820px}.contact-logo{width:230px;margin:0 auto 18px}.contact-card p{color:rgba(255,255,255,.88);max-width:600px;margin-left:auto;margin-right:auto}.contact-actions{justify-content:center}.site-footer{background:#041333;color:rgba(255,255,255,.72);padding:26px 0;text-align:center;font-size:.92rem}.site-footer p{margin:14px 0 0}.footer-links{display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:center}.footer-links a{color:rgba(255,255,255,.78);text-decoration:none}.footer-links a:hover{color:var(--gold)}.mobile-sticky-call{display:none}
@media(max-width:900px){.site-logo{width:132px}.site-nav{display:none}.hero{padding:46px 0}.hero-grid,.about-grid{grid-template-columns:1fr}.hero-grid{gap:28px}.services-grid{grid-template-columns:1fr}.city-grid{grid-template-columns:repeat(2,1fr)}.section{padding:56px 0}}
@media(max-width:520px){.container{width:min(100% - 24px,1120px)}.nav-wrap{min-height:76px}.nav-call{padding:10px 13px;font-size:.9rem}.btn{width:100%}.quick-contact-inner{padding:16px 0;gap:8px}.quick-contact span{display:block}.city-grid{grid-template-columns:1fr}.site-footer{padding-bottom:84px}.mobile-sticky-call{display:flex;position:fixed;left:12px;right:12px;bottom:12px;z-index:50;align-items:center;justify-content:center;min-height:54px;border-radius:999px;background:var(--red);color:var(--white);text-decoration:none;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.22)}}
