*{box-sizing:border-box}html,body{margin:0;padding:0}
:root{--card:#ffffff;--ink:#101828;--muted:#667085;--accent:#ff6a00}
body{font-family:ui-sans-serif,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:#f6f8fb;line-height:1.55}
.wrap{max-width:1100px;margin:0 auto;padding:0 20px}
.topbar{position:sticky;top:0;background:#fff;border-bottom:1px solid #eef1f4;z-index:5}
.navwrap{display:flex;align-items:center;justify-content:space-between;height:52px}
.brand{font-weight:800;color:var(--accent)}
nav a{margin-left:18px;text-decoration:none;color:#1f2937;font-weight:600}
nav a:hover{color:var(--accent)}
.hero{min-height:70vh;background:url('assets/hero.jpg') center 28%/cover no-repeat;display:grid;place-items:center;position:relative}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, #00000066 0%, #00000055 50%, #0000 100%)}
.hero-inner{position:relative;text-align:center;color:#fff;padding:40px 20px}
.hero h1{font-size:42px;line-height:1.2;margin:0 0 10px}
.hero p{opacity:.95;margin:0 0 18px}
.cta-row{display:flex;gap:12px;justify-content:center}
.btn{display:inline-block;padding:.9rem 1.2rem;border-radius:10px;text-decoration:none;font-weight:700;border:1px solid transparent}
.btn.primary{background:var(--accent);color:#fff}
.btn.ghost{background:#00000055;border-color:#ffffff66;color:#fff}
.section{padding:56px 0}
.section-light{background:#fff}
h2{margin:0 0 18px}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{background:#fff;border:1px solid #eef1f4;border-radius:16px;padding:18px;box-shadow:0 10px 18px rgba(2,6,23,.05)}
.service-card h3{margin:.2rem 0 .4rem}
.service-card p{color:var(--muted);margin:0}
.contact-form{display:grid;gap:14px;margin:14px 0 8px}
.contact-form input,.contact-form textarea{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;font-size:16px}
.inline-note{margin:8px 0 16px}
.inline-note.small{color:#475569;font-size:14px}
.contact-info p{margin:.3rem 0}
.footer{background:#0b0f12;color:#cbd5e1}
.footer .wrap{display:flex;align-items:center;justify-content:space-between;padding:18px 20px}
@media (max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}.hero{min-height:62vh;background-position:center 38%}.hero h1{font-size:34px}}
@media (max-width:560px){.services-grid{grid-template-columns:1fr}.hero{min-height:56vh;background-position:center 42%}.cta-row{flex-direction:column}}
.section-light .wrap.light{background:url('assets/workers.jpg') center/cover no-repeat;border-radius:18px;padding:18px}
.section-light .wrap.light h2,.section-light .wrap.light .contact-form,.section-light .wrap.light .inline-note,.section-light .wrap.light .contact-info{background:#ffffffee;border-radius:16px;padding:18px;margin-bottom:12px}
