*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:#171717;background:#fff;line-height:1.6}
a{color:inherit}
.container{width:min(1120px,calc(100% - 40px));margin:auto}
.topbar{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #eee}
.nav{height:70px;display:flex;align-items:center;justify-content:space-between}
.brand{font-size:20px;font-weight:800;letter-spacing:.08em}
.nav-call{padding:10px 16px;border-radius:8px;background:#111;color:#fff;text-decoration:none;font-weight:700}
.hero{padding:80px 0;background:linear-gradient(135deg,#fafafa,#f1f1f1);border-bottom:1px solid #eee}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:55px;align-items:center}
.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:#666;margin-bottom:14px}
h1{font-size:clamp(38px,6vw,64px);line-height:1.04;margin:0 0 20px;letter-spacing:-.04em}
h2{font-size:clamp(30px,4vw,44px);line-height:1.1;margin:0 0 14px;letter-spacing:-.03em}
h3{font-size:19px;margin:0 0 8px}
.hero-text{font-size:19px;color:#555;max-width:700px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:9px;text-decoration:none;font-weight:750}
.primary{background:#111;color:#fff}
.secondary{background:#fff;border:1px solid #d8d8d8}
.info-card{background:#fff;border:1px solid #e5e5e5;border-radius:18px;padding:24px;box-shadow:0 12px 40px rgba(0,0,0,.06)}
.info-row{display:flex;gap:15px;padding:18px 0;border-bottom:1px solid #eee}
.info-row:last-child{border-bottom:0}
.icon{font-size:22px;min-width:28px}
.info-row span{color:#666}
.info-row a{font-weight:700}
.section{padding:80px 0}
.section.light{background:#f7f7f7}
.section-head{max-width:720px;margin-bottom:35px}
.section-head p{color:#666}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{border:1px solid #e5e5e5;border-radius:15px;padding:24px;background:#fff}
.check{display:inline-flex;width:30px;height:30px;border-radius:50%;align-items:center;justify-content:center;background:#eee;font-weight:800;margin-bottom:15px}
.service-card p{color:#666;margin:0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.address-card{background:#fff;border:1px solid #e5e5e5;border-radius:15px;padding:25px}
footer{padding:35px 0;border-top:1px solid #eee;background:#fff}
footer p{margin:5px 0}.small{font-size:12px;color:#777}
@media(max-width:800px){
 .hero{padding:55px 0}.hero-grid,.two-col{grid-template-columns:1fr;gap:30px}
 .service-grid{grid-template-columns:1fr}
 .nav{height:62px}.container{width:min(100% - 28px,1120px)}
}
