.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.privacy-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 14px;
  line-height: 1.45;
}

.privacy-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #183d32;
}

.privacy-consent a { color: inherit; }
.request-form button[disabled] { cursor: wait; opacity: .72; }
.form-status[data-state="success"] { color: #183d32; font-weight: 600; }
.form-status[data-state="error"] { color: #8a2f25; font-weight: 600; }

.cookie-settings {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  width: min(560px, calc(100vw - 40px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  padding: 22px;
  border: 1px solid rgba(24, 61, 50, .18);
  border-radius: 18px;
  background: #f7f4ec;
  color: #111;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .18);
}

.cookie-banner strong { display: block; margin-bottom: 6px; font-size: 17px; }
.cookie-banner p { margin: 0; font-size: 14px; line-height: 1.5; }
.cookie-banner a { color: inherit; }
.cookie-banner-actions { display: grid; gap: 8px; min-width: 190px; }
.cookie-banner-actions .button { min-height: 46px; padding: 12px 16px; font-size: 14px; }
.cookie-essential {
  min-height: 38px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.privacy-page { background: #f7f4ec; }
.privacy-header { padding-top: 28px; }
.privacy-header .brand img { width: 96px; height: auto; }
.privacy-main { max-width: 920px; padding-top: 72px; padding-bottom: 96px; }
.privacy-main h1 { max-width: 820px; margin: 0 0 24px; font-size: clamp(42px, 7vw, 78px); line-height: .98; }
.privacy-updated { margin: 0 0 56px; color: rgba(17, 17, 17, .62); }
.privacy-section { padding: 30px 0; border-top: 1px solid rgba(17, 17, 17, .16); }
.privacy-section h2 { margin: 0 0 16px; font-size: clamp(24px, 3vw, 34px); }
.privacy-section h3 { margin: 26px 0 10px; font-size: 19px; }
.privacy-section p, .privacy-section li { font-size: 17px; line-height: 1.65; }
.privacy-section p { margin: 0 0 14px; }
.privacy-section ul { margin: 10px 0 16px; padding-left: 22px; }
.privacy-back { display: inline-block; margin-top: 28px; }

@media (max-width: 680px) {
  .cookie-banner { grid-template-columns: 1fr; gap: 16px; right: 12px; bottom: 12px; width: calc(100vw - 24px); padding: 18px; }
  .cookie-banner-actions { min-width: 0; }
  .privacy-main { padding-top: 48px; padding-bottom: 72px; }
  .privacy-section p, .privacy-section li { font-size: 16px; }
}
