
:root {
  --arb-primary: #00B6F1;
  --arb-accent: #A50000;
}

body { font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif; }

.navbar-brand img { height: 48px; }
.btn-arb { background-color: var(--arb-accent); border-color: var(--arb-accent); color: white; }
.btn-arb:hover { filter: brightness(1.1); color: white; }

.hero {
  background: linear-gradient(0deg, rgba(0,0,0,.45), rgba(0,0,0,.45)), url('../img/hero.jpg') center/cover no-repeat;
  color: white;
  padding: 96px 0;
}

.section-title { color: #00B6F1; font-weight: 700; }
.badge-arb { background-color: #00B6F1; }
footer { background: #00B6F1; color: white; }
footer a { color: #ffffff; text-decoration: none; }
footer a:hover { text-decoration: underline; }

.card-icon { width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: #F8F9FA; color: #A50000; font-size: 28px; }

blockquote { border-left: 4px solid #A50000; padding-left: 16px; font-style: italic; }

.navbar .nav-link.active, .navbar .nav-link:hover { color: #A50000 !important; }

#map { min-height: 320px; background: #e9ecef; }
