#df-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #1a1612;
  border-top: 1px solid rgba(182,128,99,0.35);
  padding: 18px 28px;
  font-family: 'Montserrat', sans-serif;
}
.df-cookie-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.df-cookie-text { flex: 1; min-width: 220px; }
.df-cookie-text strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f7efe7;
  margin-bottom: 6px;
}
.df-cookie-text p {
  font-size: 12px;
  color: rgba(247,239,231,0.65);
  margin: 0;
  line-height: 1.6;
}
.df-cookie-text a { color: #b68063; text-decoration: underline; }
.df-cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.df-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.df-btn-outline {
  background: transparent;
  border: 1px solid rgba(182,128,99,0.5);
  color: rgba(247,239,231,0.7);
}
.df-btn-outline:hover { border-color: #b68063; color: #f7efe7; }
.df-btn-fill { background: #b68063; color: #fff; border: none; }
.df-btn-fill:hover { background: #9e6b50; }

/* Google Maps consent placeholder */
#df-map-placeholder {
  width: 100%;
  height: 400px;
  background: #1a1612;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: 'Montserrat', sans-serif;
}
#df-map-placeholder p {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(247,239,231,0.55);
  text-align: center;
  max-width: 380px;
  line-height: 1.7;
  margin: 0;
}
#df-map-load-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 11px 24px;
  border-radius: 50px;
  cursor: pointer;
  background: #b68063;
  color: #fff;
  border: none;
  transition: background 0.2s ease;
}
#df-map-load-btn:hover { background: #9e6b50; }

/* Legal links in footer */
.footer-legal-links {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  margin-top: 6px;
  opacity: 0.7;
}
.footer-legal-links a {
  color: inherit;
  text-decoration: none;
  margin: 0 6px;
}
.footer-legal-links a:hover { text-decoration: underline; }

/* Contact form data notice */
.form-data-notice {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #9e8e84;
  line-height: 1.65;
  padding: 14px 16px;
  background: #faf8f5;
  border-left: 2px solid #b68063;
  margin-bottom: 24px;
  border-radius: 0 4px 4px 0;
}
.form-data-notice a { color: #b68063; text-decoration: underline; }

@media (max-width: 640px) {
  #df-cookie-banner { padding: 16px 18px; }
  .df-cookie-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
  .df-cookie-actions { width: 100%; }
  .df-btn { flex: 1; text-align: center; }
}
