.bhr-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.bhr-real-form button[type="submit"] {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  border: none;
  background: var(--bhr-purple, #3f263f);
  color: var(--bhr-white, #fff);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(63, 38, 63, 0.22);
}

.bhr-real-form button[type="submit"]:hover {
  background: var(--bhr-purple-soft, #5a365a);
}

.bhr-real-form button[type="submit"]:disabled {
  opacity: 0.65;
  cursor: wait;
}

.bhr-real-form label span {
  font-weight: 700;
  color: var(--bhr-muted, #6f6368);
}

.bhr-form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 6px 0 16px;
  color: var(--bhr-text, #2b2428);
  font-weight: 700;
  line-height: 1.45;
}

.bhr-form-check input {
  width: 20px !important;
  min-width: 20px;
  min-height: 20px !important;
  margin-top: 3px !important;
  padding: 0 !important;
  accent-color: var(--bhr-purple, #3f263f);
}

.bhr-form-status {
  margin: 12px 0 0;
  font-weight: 800;
  line-height: 1.45;
}

.bhr-form-status.is-ok {
  color: #2f6a3a;
}

.bhr-form-status.is-err {
  color: #9b2c2c;
}

.bhr-footer-newsletter {
  margin-top: 36px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.bhr-footer-newsletter h3 {
  margin: 0 0 8px;
  color: var(--bhr-gold-soft, #e8c57b);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bhr-footer-newsletter p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.bhr-newsletter-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.bhr-newsletter-form input[type="email"] {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--bhr-text, #2b2428);
  font: inherit;
}

.bhr-newsletter-form button {
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--bhr-gold, #c89532);
  color: #241820;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.bhr-newsletter-form button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.bhr-site-footer .bhr-form-status {
  grid-column: 1 / -1;
  margin: 4px 0 0;
}

.bhr-site-footer .bhr-form-status.is-ok {
  color: var(--bhr-gold-soft, #e8c57b);
}

.bhr-site-footer .bhr-form-status.is-err {
  color: #ffd0d0;
}

@media (max-width: 720px) {
  .bhr-footer-newsletter {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px 18px;
  }

  .bhr-newsletter-form {
    grid-template-columns: 1fr;
  }
}
