:root{--accent:#0f4c81;--muted:#6b7280;--bg:#f7fafc;--danger:#d62828;--gold:#d4a13e}*{box-sizing:border-box}body{font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, Arial; margin:0; color:#0f1724; background:var(--bg); line-height:1.5}a{color:var(--accent); text-decoration:none}.top-banner{background:var(--danger); color:#fff; padding:10px 12px; text-align:center; font-weight:700}.header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:#fff;box-shadow:0 2px 8px rgba(12,18,30,0.06);position:sticky;top:0;z-index:50}.brand{display:flex;gap:12px;align-items:center}.brand img{height:64px}.contact-top{display:flex;gap:12px;align-items:center}.hero{background-image:linear-gradient(rgba(6,21,37,0.45), rgba(6,21,37,0.15)), url('https://images.pexels.com/photos/209235/pexels-photo-209235.jpeg');background-size:cover;background-position:center;color:#fff;padding:56px 18px;text-align:center}.hero h1{font-size:2rem;margin:0 0 8px}.lead{color:rgba(255,255,255,0.95);max-width:900px;margin:0 auto}.container{max-width:1100px;margin:0 auto;padding:28px 18px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:#fff;padding:18px;border-radius:12px;box-shadow:0 6px 18px rgba(12,18,30,0.06)}.gallery{display:flex;gap:8px;flex-wrap:wrap}.gallery img{width:calc(33% - 8px);border-radius:10px;height:180px;object-fit:cover}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.testimonials blockquote{background:#fff;padding:14px;border-radius:10px;margin:0;box-shadow:0 4px 14px rgba(12,18,30,0.06)}.form{max-width:700px;display:grid;gap:10px}.form input,.form textarea{padding:10px;border-radius:8px;border:1px solid #e6edf3}.btn{display:inline-block;padding:10px 14px;border-radius:10px;border:0;cursor:pointer}.btn.primary{background:var(--accent);color:#fff;font-weight:700}.footer{background:var(--accent);color:#fff;padding:24px 18px;margin-top:28px}.badge-gold{position:fixed;right:12px;top:90px;background:var(--gold);color:#fff;padding:8px 12px;border-radius:10px;box-shadow:0 4px 14px rgba(12,18,30,0.12);font-weight:700;z-index:60}@media(max-width:900px){.services{grid-template-columns:repeat(2,1fr)}.gallery img{width:calc(50% - 8px);height:140px}.testimonials{grid-template-columns:1fr}.brand img{height:48px}}@media(max-width:520px){.services{grid-template-columns:1fr}.gallery img{width:100%;height:160px}}