*{box-sizing:border-box}html,body{margin:0;padding:0}
body{font-family:Inter,system-ui,Arial,sans-serif;color:#0f172a;background:#fff}
.container{max-width:1100px;margin:0 auto;padding:16px}
.header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}
.brand{display:flex;align-items:center;gap:12px}
.logo{height:40px}
.brand-name{font-weight:800;letter-spacing:.5px}
nav a{margin-left:16px;text-decoration:none;color:#0f172a;opacity:.9}
nav a:hover{opacity:1}
.btn{display:inline-block;border:1px solid #0f172a;padding:10px 14px;border-radius:12px;text-decoration:none}
.btn.primary{background:#111827;color:#fff;border-color:#111827}
.hero{background:linear-gradient(135deg,#111827,#1f2937);color:#fff}
.hero-content{padding:64px 16px;text-align:center}
.hero h1{font-size:40px;margin:0 0 8px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;padding:24px 16px}
.card{border:1px solid #e5e7eb;border-radius:16px;padding:12px}
.img{height:160px;border-radius:12px;background:#e5e7eb}
.ph{background:linear-gradient(135deg,#e5e7eb,#d1d5db)}
.price{display:inline-block;margin-top:8px;font-weight:800}
.about,.contact{padding:24px 16px}
.small{font-size:14px;opacity:.7;padding-bottom:40px}
a{color:inherit}
