:root {
  --site-primary: #a43945;
  --site-primary-dark: #6e0011;
  --site-accent: #531700;
  --site-secondary: #647a46;
  --site-primary-light: #cf7e82;
  --site-surface: #ffedf1;
  --site-text-secondary: #6e5757;
  --bs-body-bg: #ffe4ea;
  --bs-body-color: #250e0f;
  --bs-body-font-family: 'Newsreader', sans-serif;
  --bs-link-color: #a43945;
  --bs-link-hover-color: #6e0011;
}

body {
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Newsreader', serif;
  letter-spacing: -0.02em;
}

.btn-primary {
  background-color: var(--site-primary);
  border-color: var(--site-primary);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--site-primary-dark);
  border-color: var(--site-primary-dark);
  color: #fff;
}

.btn-outline-primary {
  color: var(--site-primary);
  border-color: var(--site-primary);
  background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--site-primary);
  border-color: var(--site-primary);
  color: #fff;
}

.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);
}

.btn {
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  box-shadow: none;
  letter-spacing: 0.01em;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  border-width: 1px;
}

.card {
  border-radius: 10px;
  border: 1px solid rgba(100, 122, 70, 0.18);
  background-color: var(--site-surface);
  box-shadow: none;
}

.form-control,
.form-select {
  border-radius: 5px;
  border: 1px solid rgba(110, 87, 87, 0.3);
  background-color: #fff8fa;
  color: var(--bs-body-color);
  padding: 0.8rem 0.95rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--site-primary-light);
  box-shadow: none;
  background-color: #fff;
}

img {
  border-radius: 8px;
}

.site-header {
  border-bottom: 1px solid rgba(100, 122, 70, 0.18);
  background-color: rgba(255, 237, 241, 0.94);
  backdrop-filter: blur(8px);
}

.brand-mark {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-name {
  font-family: 'Newsreader', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--bs-body-color);
  line-height: 1.1;
}

.center-brand {
  min-width: 220px;
}

.nav-link {
  color: var(--bs-body-color);
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--site-primary);
}

.hero-section {
  padding: 6rem 0 5rem;
}

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

.hero-title {
  font-size: clamp(2.4rem, 5vw, 3.7rem);
  line-height: 1.05;
  max-width: 11ch;
}

.hero-text {
  max-width: 42rem;
  font-size: 1.12rem;
  color: var(--site-text-secondary);
}

.section-block {
  padding: 5rem 0;
  background: var(--bs-body-bg);
}

.section-rule {
  width: 60%;
  border: 0;
  border-top: 1px solid rgba(100, 122, 70, 0.5);
  margin: 0 auto;
  opacity: 1;
}

.eyebrow {
  color: var(--site-secondary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 1rem;
}

.section-intro,
.muted-text {
  color: var(--site-text-secondary);
}

.process-step {
  padding: 1.5rem;
  border: 1px solid rgba(100, 122, 70, 0.22);
  border-radius: 10px;
  background: rgba(255, 237, 241, 0.85);
  height: 100%;
}

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

.check-list {
  padding-left: 1.1rem;
}

.check-list li {
  margin-bottom: 0.65rem;
}

.asym-copy {
  max-width: 32rem;
}

.info-panel {
  background: var(--site-surface);
  border: 1px solid rgba(164, 57, 69, 0.18);
  border-radius: 10px;
  padding: 1.5rem;
}

.trust-list li,
.simple-list li {
  margin-bottom: 0.8rem;
}

.contact-box {
  background: var(--site-surface);
  border: 1px solid rgba(83, 23, 0, 0.15);
  border-radius: 10px;
  padding: 1.5rem;
}

.map-wrap iframe {
  width: 100%;
  min-height: 340px;
  border: 0;
  border-radius: 8px;
}

.footer-main {
  background: var(--site-surface);
  border-top: 1px solid rgba(100, 122, 70, 0.2);
}

.footer-link-list a {
  text-decoration: none;
}

.newsletter-form {
  max-width: 420px;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  background: #fff8fa;
  border: 1px solid rgba(100, 122, 70, 0.24);
  border-radius: 12px;
  padding: 1rem;
}

.cookie-banner[hidden] {
  display: none !important;
}

.legal-copy h2,
.legal-copy h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-copy p,
.legal-copy li {
  color: var(--site-text-secondary);
}

.error-links a {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .center-brand {
    min-width: auto;
  }

  .site-header .navbar-collapse {
    background: var(--site-surface);
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid rgba(100, 122, 70, 0.18);
  }

  .hero-section {
    padding-top: 4.5rem;
  }
}

@media (min-width: 992px) {
  .navbar-nav-left,
  .navbar-nav-right {
    flex: 1 1 0;
  }

  .navbar-nav-left {
    justify-content: flex-end;
  }

  .navbar-nav-right {
    justify-content: flex-start;
  }
}