:root {
  --site-primary: #2b3d48;
  --site-primary-dark: #051d2a;
  --site-accent: #bb8500;
  --bs-body-bg: #ecf3f8;
  --bs-body-color: #091319;
  --bs-body-font-family: 'Outfit', sans-serif;
  --bs-link-color: #2b3d48;
  --bs-link-hover-color: #051d2a;
  --site-surface: #f8f8f8;
  --site-secondary: #59656d;
  --site-primary-light: #67747c;
  --site-text-secondary: #4b575f;
  --site-shadow: 0 8px 24px rgba(43, 61, 72, 0.12);
}
body { background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); }
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', serif; }
.btn-primary { background-color: var(--site-primary); border-color: var(--site-primary); }
.btn-primary:hover, .btn-primary:focus { background-color: var(--site-primary-dark); border-color: var(--site-primary-dark); }
.bg-primary { background-color: var(--site-primary) !important; }
.text-primary { color: var(--site-primary) !important; }
.border-primary { border-color: var(--site-primary) !important; }
a { color: var(--site-primary); }
a:hover { color: var(--site-primary-dark); }

body {
  min-width: 320px;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar {
  background: transparent !important;
  box-shadow: none !important;
  border: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-brand,
.nav-link {
  color: var(--bs-body-color) !important;
  font-weight: 500;
}

.nav-link:hover,
.navbar-brand:hover {
  color: var(--site-primary-dark) !important;
}

.navbar-toggler,
.navbar-toggler:focus {
  border-radius: 0;
  box-shadow: none;
}

.hero-wrap,
.feature-card,
.process-card,
.testimonial-card,
.contact-card,
.page-panel,
.footer-panel {
  background: var(--site-surface);
  border: 3px solid var(--site-accent);
  border-radius: 0;
  box-shadow: var(--site-shadow);
  position: relative;
  overflow: hidden;
}

.hero-wrap::before,
.feature-card::before,
.process-card::before,
.testimonial-card::before,
.contact-card::before,
.page-panel::before,
.footer-panel::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  border: 2px solid rgba(187, 133, 0, 0.35);
  top: -20px;
  right: -20px;
  z-index: 0;
}

.hero-wrap::after,
.feature-card::after,
.process-card::after,
.testimonial-card::after,
.contact-card::after,
.page-panel::after,
.footer-panel::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background: rgba(43, 61, 72, 0.08);
  left: -10px;
  bottom: -10px;
  z-index: 0;
}

.hero-wrap > *,
.feature-card > *,
.process-card > *,
.testimonial-card > *,
.contact-card > *,
.page-panel > *,
.footer-panel > * {
  position: relative;
  z-index: 1;
}

.hero-media {
  border: 3px solid var(--site-primary);
  border-radius: 0;
  box-shadow: var(--site-shadow);
}

.stat-band {
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.stat-item {
  background: var(--site-surface);
  border: 3px solid var(--site-accent);
  border-radius: 0;
  box-shadow: var(--site-shadow);
  padding: 1.5rem 1rem;
  height: 100%;
}

.stat-item strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: var(--site-primary-dark);
}

.section-shell {
  position: relative;
}

.section-shell + .section-shell {
  margin-top: 1.5rem;
}

.process-step-number {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--site-primary);
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  margin-bottom: 1rem;
}

.card,
.btn,
.form-control,
.form-select,
textarea,
input,
img,
iframe {
  border-radius: 0 !important;
}

.card {
  border: 3px solid var(--site-accent);
  box-shadow: var(--site-shadow);
}

.btn {
  border-radius: 8px !important;
  border: 0;
  font-weight: 600;
  padding: 0.875rem 1.5rem;
}

.form-control {
  border: 2px solid var(--site-primary-light);
  padding: 0.85rem 1rem;
  background: #fff;
}

.form-control:focus {
  border-color: var(--site-primary);
  box-shadow: 0 0 0 0.2rem rgba(43, 61, 72, 0.12);
}

.motif-line {
  width: 84px;
  height: 4px;
  background: var(--site-accent);
  margin-bottom: 1rem;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: var(--site-text-secondary);
}

.lead,
.text-muted,
.contact-meta,
.footer-note {
  color: var(--site-text-secondary) !important;
}

.map-embed {
  border: 3px solid var(--site-primary);
  box-shadow: var(--site-shadow);
}

.legal-panel {
  max-width: 960px;
}

.footer-panel a {
  text-decoration: none;
}

.footer-panel a:hover {
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1055;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-inner {
  background: var(--site-surface);
  border: 3px solid var(--site-accent);
  box-shadow: var(--site-shadow);
  padding: 1rem;
}

@media (min-width: 992px) {
  .cookie-inner {
    padding: 1.25rem 1.5rem;
  }
}
