:root{--blue:#123f9f;--blue-dark:#0d2f78;--orange:#f5a000;--ink:#172033;--muted:#667085;--line:#e9edf4;--surface:#f8fafc;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{width:min(var(--max), calc(100% - 40px));justify-content:space-between;align-items:center;min-height:92px;margin:0 auto;display:flex}.brand{align-items:center;gap:0;display:flex}.brand img{object-fit:contain;width:96px;height:66px;display:block}.brand-name{color:var(--blue);letter-spacing:.5em;white-space:nowrap;font-size:1rem;font-weight:800}.header-phone{color:var(--blue);letter-spacing:.01em;font-weight:700}.hero{width:min(var(--max), calc(100% - 40px));grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(40px,7vw,100px);min-height:620px;margin:42px auto 0;display:grid}.hero-copy{max-width:560px}.eyebrow{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;text-align:center;margin:0 0 16px;font-size:.9rem;font-weight:600}h1{color:var(--blue);letter-spacing:-.065em;margin:0;font-size:clamp(4rem,7vw,7.5rem);line-height:.88}.hero-lead{max-width:520px;margin:28px 0 0;font-size:clamp(1.35rem,2vw,1.8rem);font-weight:650;line-height:1.25}.hero-text{max-width:520px;color:var(--muted);margin-top:24px;font-size:1.02rem;line-height:1.7}.hero-text p{margin:0 0 10px}.actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px #123f9f2e}.button-primary:hover{background:var(--blue-dark)}.button-secondary{border:2px solid var(--blue);color:var(--blue);background:#fff}.button-secondary:hover{background:var(--surface)}.hero-photo{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.hero-photo img{object-fit:cover;object-position:center;-webkit-mask-composite:intersect;width:100%;height:100%;display:block;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%),linear-gradient(#0000 0%,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%),linear-gradient(#0000 0%,#000 7% 93%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;width:min(760px,100% - 40px);margin:100px auto 0;padding:54px 0}.trust-label{color:var(--blue);text-transform:uppercase;letter-spacing:.12em;margin:0 0 22px;font-size:.8rem;font-weight:800}.stars{color:var(--orange);letter-spacing:.16em;font-size:1.25rem}blockquote{max-width:650px;margin:18px auto 10px;font-size:1.25rem;line-height:1.55}.review-author{color:var(--muted);margin:0;font-size:.9rem}.contact{text-align:center;width:min(760px,100% - 40px);margin:100px auto}.contact .eyebrow{margin-bottom:16px}.contact h2{color:var(--blue);letter-spacing:-.045em;margin:0;font-size:clamp(2.4rem,5vw,4.6rem);line-height:1}.contact p:not(.eyebrow){color:var(--muted);margin:20px 0 28px;font-size:1.08rem}.contact-actions{flex-direction:column;align-items:center;gap:20px;display:flex}.contact-phone{background:var(--blue);color:#fff;letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:0 28px;font-size:1rem;font-weight:800;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 24px #123f9f2e}.contact-phone:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 14px 30px #123f9f3d}.phone-icon{flex:0 0 18px;width:18px;height:18px}.google-review{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:5px;margin-top:2px;transition:color .18s,transform .18s;display:flex}.google-review:hover{color:var(--blue);transform:translateY(-1px)}.google-stars{color:var(--orange);letter-spacing:.16em;font-size:1rem;line-height:1}.google-review-text{text-underline-offset:3px;font-size:.86rem;font-weight:500;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .18s}.google-review:hover .google-review-text{text-decoration-color:currentColor}.site-footer{border-top:1px solid var(--line);background:#fff;width:100%;margin:0;padding:30px 0 36px}.footer-inner{width:min(var(--max), calc(100% - 40px));align-items:center;margin:0 auto;display:flex}.footer-brand{flex:0 0 310px;align-items:center;width:310px;display:flex}.footer-brand img{object-fit:contain;width:180px;height:auto;max-height:70px;display:block}.footer-divider{background:var(--line);width:1px;height:76px;margin-right:70px}.footer-legal{flex-direction:column;gap:8px;display:flex}.footer-legal-row{align-items:baseline;min-height:20px;line-height:1.4;display:flex}.footer-legal-label{width:72px;color:var(--blue);letter-spacing:.1em;flex:0 0 72px;font-size:.72rem;font-weight:800}.footer-legal-value{color:var(--muted);font-size:.86rem}@media (max-width:800px){.site-header{min-height:78px;width:min(var(--max), calc(100% - 28px))}.brand img{width:84px;height:58px}.brand-name{letter-spacing:.06em;font-size:.95rem}.header-phone{font-size:.95rem}.hero{width:min(var(--max), calc(100% - 28px));grid-template-columns:1fr;gap:28px;min-height:auto;margin-top:24px}.hero-copy{max-width:none}h1{font-size:clamp(4rem,19vw,6.5rem)}.hero-lead{max-width:430px;font-size:1.3rem}.hero-text{font-size:.98rem;line-height:1.62}.actions{grid-template-columns:1fr 1fr;display:grid}.button{width:100%}.hero-photo{aspect-ratio:1;order:2;width:100%}.hero-photo img{object-fit:cover;width:100%;height:100%}.trust,.contact{width:min(var(--max), calc(100% - 28px))}.trust{margin-top:70px}.contact{margin:70px auto}.contact h2{font-size:clamp(2.4rem,11vw,4rem)}.contact p:not(.eyebrow){font-size:1rem}.contact-actions{gap:18px}.contact-phone{min-height:52px;padding:0 24px}.site-footer{padding:26px 0 30px}.footer-inner{width:min(var(--max), calc(100% - 28px));grid-template-columns:1fr;gap:20px;display:grid}.footer-brand{width:auto}.footer-brand img{width:150px;max-height:60px}.footer-divider{width:100%;height:1px;margin:0}.footer-legal{gap:8px}.footer-legal-row{align-items:flex-start}.footer-legal-label{flex-basis:62px;width:62px}.footer-legal-value{font-size:.8rem}}@media (max-width:460px){.header-phone{font-size:.82rem}.actions{grid-template-columns:1fr}.hero-photo{aspect-ratio:1;width:100%;min-height:0}.hero-photo img{object-fit:cover;width:100%;height:100%}blockquote{font-size:1.08rem}.contact{margin:65px auto}.contact h2{font-size:clamp(2.3rem,12vw,3.5rem)}.contact-phone{min-height:52px;padding:0 22px;font-size:.95rem}.phone-icon{width:17px;height:17px}.google-stars{letter-spacing:.14em;font-size:.92rem}.google-review-text{font-size:.82rem}.site-footer{padding:24px 0 28px}.footer-brand img{width:135px}.footer-legal{gap:7px}.footer-legal-label{flex-basis:58px;width:58px;font-size:.66rem}.footer-legal-value{font-size:.74rem;line-height:1.45}}
