:root{ --brand:#003366; --accent:#ff8c00; --bg:#f5f7fb; --card:#fff; --ink:#0f172a; --muted:#6b7280; --radius:16px; --shadow:0 10px 24px rgba(0,0,0,.08); }
body{ background:var(--bg); color:var(--ink); font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; }
.navbar{ background:linear-gradient(90deg,var(--brand),#1f3f75)!important }
.card{ border:0; border-radius:var(--radius); background:var(--card); box-shadow:var(--shadow); }
.form-control,.form-select{ border-radius:12px }
.btn{ border-radius:12px }
.hero{ background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.45)), url('https://images.unsplash.com/photo-1556906781-9a412961c28c?w=1600&auto=format&fit=crop') center/cover no-repeat; color:#fff; border-radius:18px; }
.small-muted{ color:var(--muted); font-size:.9rem }
.map-wrap{ height:320px; border-radius:16px; overflow:hidden; }
