
:root{
  --accent:#f59e0b; /* amber/orange */
  --ink:#0f172a;
  --sub:#475569;
  --bg:#ffffff;
  --soft:#f8fafc;
}
html,body{width:100%;overflow-x:hidden;}
body{color:var(--ink);background:var(--bg);}
a{color:var(--accent);}
.navbar-brand strong{color:var(--accent);}
.hero{
  min-height:70vh;
  background-image:
    linear-gradient(rgba(15,23,42,.55), rgba(15,23,42,.55)),
    url('https://images.unsplash.com/photo-1519710164239-da123dc03ef4?q=80&w=1600&auto=format&fit=crop');
  background-size:cover;
  background-position:center;
  color:#fff;
}
.hero .display-4,.hero .lead{color:#fff;}
.section-soft{background:var(--soft);}
.shadow-soft{box-shadow:0 10px 30px rgba(2,6,23,.08);}
.rounded-4{border-radius:1rem!important;}
.small-muted{color:var(--sub);}
.brand-accent{color:var(--accent);}
.btn-accent{background:var(--accent);border-color:var(--accent);}
.btn-accent:hover{filter:brightness(.95);}
.card-service i{font-size:1.8rem;color:var(--accent);}
.gallery-thumb{object-fit:cover;width:100%;height:100%;}
.badge-pale{background:rgba(245,158,11,.15);color:var(--accent);}
.price-card .price{font-size:2rem;font-weight:700;color:var(--accent);}
.map-wrap{border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px rgba(2,6,23,.08);}
footer{background:#111827;color:#e5e7eb;}
footer a{color:#e5e7eb;text-decoration:none;}
footer a:hover{text-decoration:underline;}
