.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 2px 0 1px;
  color: #666;
  font-size: 11px;
  line-height: 1.45;
}

.form-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: #111;
}

.form-consent a,
.site-legal-links a,
.login-legal-links a,
.cookie-banner a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  min-height: 18px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.form-status.is-success { color: #19733b; }
.form-status.is-error { color: #b42318; }
.js-contact-form .button:disabled { cursor: wait; opacity: .68; }

.site-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  padding: 16px 20px;
  border-top: 1px solid #e5e5e5;
  background: #f5f5f5;
  color: #656565;
  font-size: 11px;
}

.login-legal-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 22px;
  color: #777;
  font-size: 11px;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  width: min(430px, calc(100vw - 40px));
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: #111;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .25s ease, transform .25s ease;
}

.cookie-banner.is-visible { opacity: 1; transform: translateY(0); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; color: #fff; font-size: 13px; line-height: 1.5; }
.cookie-banner a { color: #fff; }

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 15px;
}

.cookie-banner__button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #fff;
  border-radius: 9px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.cookie-banner__button--secondary { background: transparent; color: #fff; }

.legal-page {
  min-height: 100vh;
  margin: 0;
  background: #f4f4f4;
  color: #151515;
  font-family: Inter, Arial, sans-serif;
}

.legal-page__header {
  padding: 18px 0;
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
}

.legal-page__header-inner,
.legal-page__content {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
}

.legal-page__header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-page__header img { width: 116px; height: auto; }
.legal-page__header a { color: #111; font-size: 13px; font-weight: 700; text-decoration: none; }

.legal-page__content {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid #e4e4e4;
  border-radius: 18px;
  background: #fff;
}

.legal-page h1 { margin: 0 0 12px; font-size: clamp(30px, 5vw, 52px); line-height: .98; letter-spacing: -.045em; }
.legal-page h2 { margin: 30px 0 10px; font-size: 20px; }
.legal-page p,
.legal-page li { color: #4d4d4d; font-size: 14px; line-height: 1.65; }
.legal-page ul { padding-left: 20px; }
.legal-page__date { margin-bottom: 26px; color: #888 !important; font-size: 12px !important; }

@media (max-width: 620px) {
  .cookie-banner { right: 12px; bottom: 12px; width: calc(100vw - 24px); padding: 17px; }
  .cookie-banner__actions { display: grid; }
  .cookie-banner__button { width: 100%; }
  .legal-page__header-inner,
  .legal-page__content { width: min(100% - 24px, 920px); }
  .legal-page__header-inner { align-items: flex-start; }
}
