.bhen-section,
.bhen-section * {
  box-sizing: border-box;
}

.bhen-section {
  --bhen-accent: #b58a45;
  --bhen-overlay: rgba(0, 0, 0, 0);
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  min-height: 520px;
  padding: 72px 20px;
  padding: clamp(42px, 6vw, 90px) 20px;
  overflow: hidden;
  background-color: #eeeae3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #050505;
  font-family: inherit;
}

.bhen-section-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--bhen-overlay);
  backdrop-filter: blur(1px);
}

.bhen-container {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.bhen-card {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 42px;
  padding: clamp(30px, 4vw, 44px);
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  color: #050505;
}

.bhen-round-icon {
  display: inline-grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: #030303;
  color: var(--bhen-accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 6px 12px rgba(0, 0, 0, 0.2);
}

.bhen-round-icon svg {
  display: block;
  width: 42px;
  height: 42px;
}

.bhen-card h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #050505;
  font-family: inherit;
  font-size: 38px;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-transform: none;
}

.bhen-card-intro {
  margin: 0 0 24px;
  padding: 0;
  color: #151515;
  font-size: 18px;
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 400;
  line-height: 1.5;
}


.bhen-form {
  display: grid;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.bhen-grid {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.bhen-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bhen-field {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.bhen-field-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bhen-field-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  color: #5f626a;
  transform: translateY(-50%);
  pointer-events: none;
}

.bhen-field-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.bhen-field-textarea .bhen-field-icon {
  top: 21px;
  transform: none;
}

.bhen-field input,
.bhen-field select,
.bhen-field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 62px;
  margin: 0;
  border: 1px solid #d3d3d3;
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 0.94);
  color: #111;
  font: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  outline: none;
  box-shadow: none;
  text-transform: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.bhen-field input,
.bhen-field select {
  padding: 0 48px 0 62px;
}

.bhen-field textarea {
  min-height: 124px;
  padding: 20px 18px 16px 62px;
  resize: vertical;
}

.bhen-field input::placeholder,
.bhen-field textarea::placeholder {
  color: #686b73;
  opacity: 1;
}

.bhen-field input:focus,
.bhen-field select:focus,
.bhen-field textarea:focus {
  border-color: var(--bhen-accent);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(181, 138, 69, 0.24);
}

.bhen-field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
  background-position: calc(100% - 22px) 28px, calc(100% - 14px) 28px;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}

.bhen-optional-label {
  margin: 3px 0 -5px;
  color: #25262b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.bhen-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  min-height: 68px;
  margin: 10px 0 0;
  padding: 16px 24px;
  border: 0;
  border-radius: 9px;
  background: #000;
  color: #fff !important;
  font: inherit;
  font-size: 20px;
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.bhen-submit:hover,
.bhen-submit:focus-visible {
  background: #000;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.22);
}

.bhen-submit:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.bhen-submit > span:first-child {
  flex: 1 1 auto;
}

.bhen-button-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--bhen-accent);
}

.bhen-button-icon svg {
  display: block;
  width: 31px;
  height: 31px;
}

.bhen-form-message {
  display: none;
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.bhen-form-message:not(:empty) {
  display: block;
}

.bhen-form-message.is-success {
  border: 1px solid #bde4c4;
  background: #eaf7ec;
  color: #175d27;
}

.bhen-form-message.is-error {
  border: 1px solid #f2c3c3;
  background: #fff0f0;
  color: #8a1f1f;
}

.bhen-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #6e7179;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.bhen-privacy svg {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.bhen-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* WordPress theme and page-builder hardening. */
body .bhen-section,
body .entry-content .bhen-section,
body .wp-site-blocks .bhen-section,
body .elementor .bhen-section {
  position: relative !important;
  isolation: isolate !important;
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 520px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 72px 20px !important;
  padding: clamp(42px, 6vw, 90px) 20px !important;
  overflow: hidden !important;
  background-color: #eeeae3 !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #050505 !important;
  font-family: inherit !important;
}

body .bhen-section .bhen-section-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  display: block !important;
  background: var(--bhen-overlay) !important;
}

body .bhen-section .bhen-container {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body .bhen-section .bhen-card {
  display: block !important;
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 42px !important;
  padding: clamp(30px, 4vw, 44px) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24) !important;
  color: #050505 !important;
}

body .bhen-section .bhen-round-icon {
  display: inline-grid !important;
  place-items: center !important;
  width: 78px !important;
  height: 78px !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #030303 !important;
  color: var(--bhen-accent) !important;
}

body .bhen-section .bhen-round-icon svg {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  fill: none !important;
  stroke: currentColor !important;
}

body .bhen-section .bhen-card h2 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #050505 !important;
  font-family: inherit !important;
  font-size: 38px !important;
  font-size: clamp(30px, 3.4vw, 42px) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.035em !important;
  text-transform: none !important;
}

body .bhen-section .bhen-card-intro {
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: #151515 !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-size: clamp(16px, 1.2vw, 19px) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}


body .bhen-section .bhen-form,
body .bhen-section .bhen-grid {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .bhen-section .bhen-form {
  gap: 16px !important;
}

body .bhen-section .bhen-grid {
  gap: 16px !important;
}

body .bhen-section .bhen-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body .bhen-section .bhen-field {
  position: relative !important;
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .bhen-section .bhen-field-icon {
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  z-index: 2 !important;
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  color: #5f626a !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

body .bhen-section .bhen-field-textarea .bhen-field-icon {
  top: 21px !important;
  transform: none !important;
}

body .bhen-section .bhen-field-icon svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  fill: none !important;
  stroke: currentColor !important;
}

body .bhen-section .bhen-field input,
body .bhen-section .bhen-field select,
body .bhen-section .bhen-field textarea {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 62px !important;
  margin: 0 !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 9px !important;
  background-color: rgba(255, 255, 255, 0.94) !important;
  color: #111 !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  outline: none !important;
  box-shadow: none !important;
  text-transform: none !important;
}

body .bhen-section .bhen-field input,
body .bhen-section .bhen-field select {
  padding: 0 48px 0 62px !important;
}

body .bhen-section .bhen-field textarea {
  min-height: 124px !important;
  padding: 20px 18px 16px 62px !important;
  resize: vertical !important;
}

body .bhen-section button.bhen-submit {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  width: 100% !important;
  min-height: 68px !important;
  margin: 10px 0 0 !important;
  padding: 16px 24px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #000 !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 20px !important;
  font-size: clamp(17px, 1.25vw, 21px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body .bhen-section button.bhen-submit:hover,
body .bhen-section button.bhen-submit:focus,
body .bhen-section button.bhen-submit:focus-visible {
  background: #000 !important;
  color: #fff !important;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.22) !important;
}

body .bhen-section .bhen-button-icon {
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  margin-left: auto !important;
  color: var(--bhen-accent) !important;
}

body .bhen-section .bhen-button-icon svg {
  display: block !important;
  width: 31px !important;
  height: 31px !important;
  fill: none !important;
  stroke: currentColor !important;
}

body .bhen-section .bhen-privacy {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #6e7179 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  text-transform: none !important;
}

@media (max-width: 640px) {
  .bhen-section,
  body .bhen-section,
  body .entry-content .bhen-section,
  body .wp-site-blocks .bhen-section,
  body .elementor .bhen-section {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 30px 14px !important;
  }

  .bhen-card,
  body .bhen-section .bhen-card {
    padding: 26px 22px !important;
    border-radius: 14px !important;
  }

  .bhen-round-icon,
  body .bhen-section .bhen-round-icon {
    width: 64px !important;
    height: 64px !important;
    margin-bottom: 20px !important;
  }

  .bhen-round-icon svg,
  body .bhen-section .bhen-round-icon svg {
    width: 34px !important;
    height: 34px !important;
  }

  .bhen-card h2,
  body .bhen-section .bhen-card h2 {
    font-size: 28px !important;
  }

  .bhen-grid-two,
  body .bhen-section .bhen-grid-two {
    grid-template-columns: 1fr !important;
  }

  .bhen-submit,
  body .bhen-section button.bhen-submit {
    min-height: 62px !important;
    font-size: 17px !important;
  }
}
