.elementor-element:has(.bfc-form-section),
.elementor-widget-shortcode:has(.bfc-form-section),
.elementor-widget-shortcode:has(.bfc-form-section) > .elementor-widget-container,
.elementor-widget-html:has(.bfc-form-section),
.elementor-widget-html:has(.bfc-form-section) > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

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

.bfc-form-section {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #080808;
  color: #F5F3EE;
  border-top: 1px solid rgba(199,154,59,.14);
  border-bottom: 1px solid rgba(199,154,59,.14);
  font-family: Arial, sans-serif;
}

.bfc-form-inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 105px 32px 100px;
}

.bfc-form-header {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 55px;
}

.bfc-form-eyebrow,
.bfc-form-side-label,
.bfc-step-title,
.bfc-form-address span {
  color: #C79A3B;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.bfc-form-eyebrow { margin-bottom: 18px; }

.bfc-form-header h2 {
  margin: 0;
  color: #F5F3EE;
  font-size: clamp(48px,5vw,70px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.bfc-form-header h2 span { display: block; color: #C79A3B; }

.bfc-form-header-copy {
  padding-left: 28px;
  border-left: 2px solid #C79A3B;
}

.bfc-form-header-copy p {
  margin: 0 0 16px;
  color: rgba(245,243,238,.6);
  font-size: 14px;
  line-height: 1.75;
}

.bfc-form-contact-mini { display: flex; flex-wrap: wrap; gap: 16px; }
.bfc-form-contact-mini a { color: #DDBA63 !important; text-decoration: none !important; font-size: 11px; font-weight: 800; }

.bfc-form-shell {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  background: #101010;
  border: 1px solid rgba(199,154,59,.22);
}

.bfc-form-side {
  padding: 45px 38px;
  background: linear-gradient(145deg,#17130B 0%,#0A0A0A 72%);
  border-right: 1px solid rgba(255,255,255,.07);
}

.bfc-form-side-label { display: block; margin-bottom: 28px; }
.bfc-form-side ol { list-style: none; margin: 0; padding: 0; }
.bfc-form-side li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.bfc-form-side li b { color: rgba(199,154,59,.48); font-size: 10px; }
.bfc-form-side li strong { display: block; margin-bottom: 5px; color: #F5F3EE; font-size: 14px; }
.bfc-form-side li small { color: rgba(245,243,238,.42); font-size: 11px; line-height: 1.55; }
.bfc-form-address { margin-top: 35px; padding-top: 27px; border-top: 1px solid rgba(199,154,59,.18); }
.bfc-form-address span { display: block; margin-bottom: 9px; font-size: 8px; }
.bfc-form-address strong { color: #F5F3EE; font-size: 18px; line-height: 1.45; }

.bfc-registration-form { padding: 44px 44px 42px; }
.bfc-registration-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.bfc-registration-form legend,
.bfc-step-title { display: block; width: 100%; margin: 0 0 18px; }
.bfc-form-step { margin-bottom: 34px; }

.bfc-type-switch { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.bfc-type-switch label { position: relative; cursor: pointer; }
.bfc-type-switch input { position: absolute; opacity: 0; pointer-events: none; }
.bfc-type-switch span {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px;
  background: #090909;
  border: 1px solid rgba(255,255,255,.09);
  transition: border-color .2s ease, background .2s ease;
}
.bfc-type-switch strong { color: #F5F3EE; font-size: 15px; }
.bfc-type-switch small { margin-top: 4px; color: rgba(245,243,238,.4); font-size: 10px; }
.bfc-type-switch input:checked + span { background: #17130B; border-color: #C79A3B; }
.bfc-type-switch input:focus-visible + span { outline: 2px solid #DDBA63; outline-offset: 2px; }

.bfc-form-grid { display: grid; gap: 14px; }
.bfc-form-grid.two { grid-template-columns: repeat(2,1fr); }
.bfc-form-grid .full { grid-column: 1/-1; }

.bfc-registration-form label:not(.bfc-consent):not(.bfc-type-switch label) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(245,243,238,.7);
  font-size: 11px;
  font-weight: 700;
}

.bfc-registration-form input[type="text"],
.bfc-registration-form input[type="number"],
.bfc-registration-form input[type="email"],
.bfc-registration-form input[type="tel"],
.bfc-registration-form select,
.bfc-registration-form textarea {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0 15px;
  background: #080808;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 0;
  color: #F5F3EE;
  font-family: Arial, sans-serif;
  font-size: 13px;
  box-shadow: none;
  outline: none;
}
.bfc-registration-form textarea { min-height: 115px; padding-top: 14px; resize: vertical; }
.bfc-registration-form select { appearance: auto; }
.bfc-registration-form input:focus,
.bfc-registration-form select:focus,
.bfc-registration-form textarea:focus { border-color: #C79A3B; }
.bfc-registration-form input::placeholder,
.bfc-registration-form textarea::placeholder { color: rgba(245,243,238,.26); }
.bfc-registration-form select:disabled { opacity: .45; cursor: not-allowed; }

.bfc-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-top: 18px; cursor: pointer; }
.bfc-consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: #C79A3B; }
.bfc-consent span { color: rgba(245,243,238,.47); font-size: 10px; line-height: 1.55; }
.bfc-consent a { color: #DDBA63 !important; }

.bfc-form-submit {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  background: #C79A3B;
  border: 1px solid #C79A3B;
  border-radius: 0;
  color: #050505;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.bfc-form-submit:hover { background: #DDBA63; transform: translateY(-2px); }
.bfc-form-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.bfc-form-submit i { font-size: 18px; font-style: normal; }

.bfc-form-message { display: none; margin: 0 0 18px; padding: 14px 16px; font-size: 12px; line-height: 1.6; border: 1px solid transparent; }
.bfc-form-message.is-success { display: block; color: #E9E2D3; background: rgba(199,154,59,.09); border-color: rgba(199,154,59,.38); }
.bfc-form-message.is-error { display: block; color: #F5F3EE; background: rgba(180,55,55,.10); border-color: rgba(210,75,75,.4); }
.bfc-hp { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
[hidden] { display: none !important; }

@media (max-width: 1024px) {
  .bfc-form-inner { padding: 80px 24px; }
  .bfc-form-header { grid-template-columns: 1fr; gap: 30px; }
  .bfc-form-header-copy { max-width: 740px; }
  .bfc-form-shell { grid-template-columns: 1fr; }
  .bfc-form-side { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .bfc-form-side ol { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 30px; }
}

@media (max-width: 767px) {
  .bfc-form-inner { padding: 65px 18px; }
  .bfc-form-header { margin-bottom: 38px; }
  .bfc-form-header h2 { font-size: 38px; }
  .bfc-form-header-copy { padding-left: 18px; }
  .bfc-form-contact-mini { flex-direction: column; gap: 7px; }
  .bfc-form-side { padding: 30px 22px; }
  .bfc-form-side ol { grid-template-columns: 1fr; }
  .bfc-registration-form { padding: 30px 20px 26px; }
  .bfc-type-switch { grid-template-columns: 1fr; }
  .bfc-form-grid.two { grid-template-columns: 1fr; }
  .bfc-form-grid .full { grid-column: auto; }
}
