
html{scroll-behavior:smooth}
:root{--chalk:#f3f2ef;--text:#000;--btn:#cfcfcf;--max:1120px}
*{box-sizing:border-box}html,body{margin:0;padding:0}
body{background:var(--chalk);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}
.header{position:fixed;inset:0 0 auto 0;background:var(--chalk);border-bottom:1px solid #ddd;z-index:1000}
.header-inner{max-width:var(--max);margin:0 auto;padding:10px 16px;display:flex;align-items:center;gap:16px}
.header img{height:64px;width:auto;border-radius:10px}
.header-title{font-size:22px;font-weight:900;margin:0;font-family:'Oswald', Arial, sans-serif;color:#000;letter-spacing:.5px}
.header-nav{margin-left:auto;display:flex;gap:12px;flex-wrap:nowrap}
.header-nav .nav-btn{display:inline-flex;align-items:center;justify-content:center;min-width:170px;height:44px;background:var(--btn);color:var(--text);border:1px solid #bdbdbd;border-radius:12px;text-decoration:none;font-weight:900;padding:0 16px}
.header-nav .nav-btn:hover{filter:brightness(.95)}
.container{max-width:var(--max);margin:0 auto;padding:100px 16px 28px}
h1,h2{margin:0 0 10px}p{margin:0 0 12px}section{margin:18px 0;scroll-margin-top:80px}
.card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:16px}
.hero{position:relative;margin-top:88px}
.hero-wrap{position:relative;max-width:var(--max);margin:0 auto;border-radius:14px;overflow:hidden;border:1px solid #e2e2e2}
.hero-bg{width:100%;height:360px;object-fit:cover;filter:brightness(.65)}
.hero-text{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:24px;color:#fff}
.hero-title{font-size:36px;font-weight:900;margin:0 0 6px}
.hero-sub{font-size:18px;max-width:760px}
.services ul{margin:10px 0 0 20px;padding:0}.services li{margin:6px 0}
.why{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.why .why-item{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:16px}
.why-title{font-weight:900;margin-bottom:6px}
.brand-strip{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.brand-strip img{height:52px;width:auto;filter:grayscale(100%);opacity:.9}
.brand-strip img:hover{filter:none;opacity:1}
.areas{display:flex;gap:10px;flex-wrap:wrap}
.area-badge{background:#fff;border:1px solid #e2e2e2;border-radius:999px;padding:8px 14px}
.button{display:inline-block;background:var(--btn);color:var(--text);border:1px solid #bdbdbd;padding:12px 22px;border-radius:10px;text-decoration:none;font-weight:800}
.button:hover{filter:brightness(.95)}
.button-red{display:inline-block;background:#d71920;color:#fff;border:1px solid #b11116;padding:12px 22px;border-radius:10px;text-decoration:none;font-weight:800}
.button-red:hover{filter:brightness(.95)}
.small{font-size:12px;color:#666}
.reviews .review{border-left:4px solid #ddd;padding-left:12px;margin:8px 0}
.reviews.card{padding-top:12px;padding-bottom:12px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
@media (max-width:900px){.grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){.grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:420px){.grid{grid-template-columns:1fr}}
.grid img{width:100%;height:220px;object-fit:cover;border-radius:10px;border:1px solid #e2e2e2}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-row .full{grid-column:1/-1}
input[type="text"],input[type="email"],input[type="tel"],select,textarea{width:100%;padding:10px;border:1px solid #dcdcdc;border-radius:8px;background:#fafafa;color:#000}
textarea{min-height:120px;resize:vertical}
@media (max-width:720px){.header-title{font-size:18px}.header-nav{gap:8px;overflow-x:auto;padding-bottom:6px}.header-nav .nav-btn{min-width:140px;height:44px;font-size:14px;white-space:nowrap}.container{padding:92px 12px 24px}.hero-bg{height:260px}.hero-title{font-size:28px}.hero-sub{font-size:16px}.button{width:100%;text-align:center}}
@media (max-width:420px){.hero-bg{height:220px}.header-inner{gap:10px}}
img{image-rendering:auto}
