body.bsm-contact-page-active #main-content,
body.bsm-contact-page-active .et-l--body,
body.bsm-contact-page-active .entry-content {
  background: #f6f8fb;
}

body.bsm-contact-page-active #main-content > .container,
body.bsm-contact-page-active #main-content .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.bsm-contact-page-active #main-content > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.bsm-contact-page-active #main-content .container::before,
body.bsm-contact-page-active .entry-title,
body.bsm-contact-page-active #sidebar {
  display: none !important;
}

body.bsm-contact-page-active #left-area {
  float: none;
  width: 100%;
  padding: 0 !important;
}

body.bsm-contact-page-active article.page,
body.bsm-contact-page-active .entry-content {
  margin: 0;
  padding: 0;
}

/* The visible site header is fixed. Collapse only Divi's layout wrappers so
 * they do not reserve a second blank header block above this page. */
body.bsm-contact-page-active .et-l--header,
body.bsm-contact-page-active .et-l--header > div,
body.bsm-contact-page-active .et-l--header .et_builder_inner_content,
body.bsm-contact-page-active .et-l--header .et_pb_section,
body.bsm-contact-page-active .et-l--header .et_pb_row,
body.bsm-contact-page-active .et-l--header .et_pb_row .et_pb_column,
body.bsm-contact-page-active .et-l--header .et_pb_module {
  height: 0 !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.bsm-contact,
.bsm-contact * {
  box-sizing: border-box;
}

.bsm-contact {
  --bsm-orange: #ff5a12;
  --bsm-orange-dark: #e84400;
  --bsm-orange-soft: #fff3eb;
  --bsm-green: #24b56a;
  --bsm-green-dark: #12834a;
  --bsm-green-soft: #edfbf4;
  --bsm-ink: #171827;
  --bsm-muted: #667085;
  --bsm-line: #e1e5ec;
  --bsm-surface: #fff;
  --bsm-shadow: 0 22px 58px rgba(22, 31, 50, .09);
  color: var(--bsm-ink);
  background: #f6f8fb;
  font: 500 16px/1.55 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

.bsm-contact a {
  color: inherit;
  text-decoration: none;
}

.bsm-contact button,
.bsm-contact input,
.bsm-contact select,
.bsm-contact textarea {
  font: inherit;
}

.bsm-contact svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bsm-contact-shell {
  width: min(1160px, calc(100% - 40px));
  max-width: 1160px;
  margin: 0 auto;
}

.bsm-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 48px;
  border-bottom: 1px solid var(--bsm-line);
  background:
    radial-gradient(circle at 11% 4%, rgba(255, 90, 18, .13), transparent 27%),
    radial-gradient(circle at 90% 86%, rgba(36, 181, 106, .11), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  text-align: center;
}

.bsm-contact-hero::before,
.bsm-contact-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 90, 18, .12);
  border-radius: 50%;
  pointer-events: none;
}

.bsm-contact-hero::before {
  width: 380px;
  height: 380px;
  top: -285px;
  left: -75px;
}

.bsm-contact-hero::after {
  width: 300px;
  height: 300px;
  right: -145px;
  bottom: -225px;
}

.bsm-contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px !important;
  padding: 8px 13px;
  border: 1px solid #c5edd7;
  border-radius: 999px;
  color: #24764a !important;
  background: var(--bsm-green-soft);
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: .12em;
}

.bsm-contact-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bsm-green);
  box-shadow: 0 0 0 5px rgba(36, 181, 106, .12);
}

.bsm-contact-hero h1 {
  max-width: 820px;
  margin: 0 auto 14px !important;
  padding: 0 !important;
  color: var(--bsm-ink) !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  font-weight: 850 !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em;
}

.bsm-contact-hero > .bsm-contact-shell > p:last-of-type {
  max-width: 720px;
  margin: 0 auto !important;
  padding: 0 !important;
  color: var(--bsm-muted) !important;
  font-size: clamp(17px, 2vw, 20px) !important;
  line-height: 1.65 !important;
}

.bsm-contact-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.bsm-contact-trust span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--bsm-line);
  border-radius: 999px;
  color: #344054;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 5px 15px rgba(22, 31, 50, .04);
  font-size: 12px;
  font-weight: 750;
}

.bsm-contact-trust svg {
  width: 16px;
  height: 16px;
  color: var(--bsm-green);
}

.bsm-contact-main {
  padding: 44px 0 70px;
}

.bsm-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr);
  align-items: start;
  gap: 24px;
}

.bsm-contact-card {
  min-width: 0;
  border: 1px solid var(--bsm-line);
  border-radius: 22px;
  background: var(--bsm-surface);
  box-shadow: var(--bsm-shadow);
}

.bsm-contact-form-card {
  padding: 30px;
}

.bsm-contact-card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.bsm-contact-step {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #ff8b43, var(--bsm-orange));
  box-shadow: 0 10px 22px -10px rgba(255, 90, 18, .8);
  font-size: 15px;
  font-weight: 850;
}

.bsm-contact-card-heading p {
  margin: 0 0 3px !important;
  padding: 0 !important;
  color: var(--bsm-orange-dark) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.bsm-contact-card-heading h2,
.bsm-contact-tips h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--bsm-ink) !important;
  font-size: 23px !important;
  font-weight: 820 !important;
  line-height: 1.2 !important;
  letter-spacing: -.025em;
}

.bsm-contact-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 22px;
  padding: 13px 14px;
  border: 1px solid;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  scroll-margin-top: 110px;
}

.bsm-contact-notice--success {
  border-color: #bcebcf;
  color: #176b42;
  background: var(--bsm-green-soft);
}

.bsm-contact-notice--error {
  border-color: #ffc9bd;
  color: #9c2f18;
  background: #fff4f1;
}

.bsm-contact-notice svg {
  margin-top: 1px;
}

.bsm-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bsm-contact-field {
  min-width: 0;
  margin-bottom: 18px;
}

.bsm-contact-fields .bsm-contact-field {
  margin-bottom: 0;
}

.bsm-contact-field--wide {
  width: 100%;
}

.bsm-contact-field label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 8px;
  color: #344054;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.3;
}

.bsm-contact-field label > span {
  color: var(--bsm-orange-dark);
}

.bsm-contact-field label small {
  color: #98a2b3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.bsm-contact-control {
  position: relative;
}

.bsm-contact-control > svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  width: 18px;
  height: 18px;
  color: #98a2b3;
  pointer-events: none;
  transform: translateY(-50%);
}

.bsm-contact-field input,
.bsm-contact-field select,
.bsm-contact-field textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #d4dae3;
  border-radius: 12px;
  outline: 0;
  color: var(--bsm-ink);
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .03);
  font-size: 14px;
  font-weight: 560;
  transition: border-color .16s, box-shadow .16s, background .16s;
}

.bsm-contact-field input {
  min-height: 52px;
  padding: 0 15px 0 44px !important;
}

.bsm-contact-field select {
  min-height: 52px;
  cursor: pointer;
  appearance: none;
  padding: 0 42px 0 44px !important;
  background-image: linear-gradient(45deg, transparent 50%, #667085 50%), linear-gradient(135deg, #667085 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 15px) 22px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.bsm-contact-field textarea {
  min-height: 150px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.55;
}

.bsm-contact-field input::placeholder,
.bsm-contact-field textarea::placeholder {
  color: #98a2b3;
  opacity: 1;
}

.bsm-contact-field input:hover,
.bsm-contact-field select:hover,
.bsm-contact-field textarea:hover {
  border-color: #b8c1ce;
}

.bsm-contact-field input:focus,
.bsm-contact-field select:focus,
.bsm-contact-field textarea:focus {
  border-color: var(--bsm-orange);
  box-shadow: 0 0 0 4px rgba(255, 90, 18, .12);
}

.bsm-contact-field [aria-invalid="true"] {
  border-color: #e85436;
  background: #fffaf8;
}

.bsm-contact-error {
  margin: 7px 0 0 !important;
  padding: 0 !important;
  color: #b2361f !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.bsm-contact-help,
.bsm-contact-message-meta {
  margin: 7px 0 0 !important;
  padding: 0 !important;
  color: #7b8798 !important;
  font-size: 10.5px !important;
  line-height: 1.4 !important;
}

.bsm-contact-message-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.bsm-contact-submit {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
  padding: 0 24px;
  overflow: hidden;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #ff983f 0%, #ff5a12 52%, #f24605 100%);
  box-shadow: 0 16px 30px -16px rgba(255, 90, 18, .95);
  cursor: pointer;
  font-size: 15px;
  font-weight: 820;
  letter-spacing: -.01em;
  transition: transform .16s, box-shadow .16s, opacity .16s;
}

.bsm-contact-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px -16px rgba(255, 90, 18, 1);
}

.bsm-contact-submit:focus-visible {
  outline: 3px solid rgba(255, 90, 18, .3);
  outline-offset: 3px;
}

.bsm-contact-submit[disabled] {
  cursor: wait;
  opacity: .78;
  transform: none;
}

.bsm-contact-submit-arrow {
  font-size: 21px;
  line-height: 1;
}

.bsm-contact-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, .4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: bsm-contact-spin .75s linear infinite;
}

.bsm-contact-submit.is-loading .bsm-contact-submit-arrow {
  display: none;
}

.bsm-contact-submit.is-loading .bsm-contact-spinner {
  display: inline-block;
}

.bsm-contact-privacy {
  max-width: 610px;
  margin: 13px auto 0 !important;
  padding: 0 !important;
  color: #7b8798 !important;
  font-size: 10.5px !important;
  line-height: 1.55 !important;
  text-align: center;
}

.bsm-contact-privacy a {
  color: #4b586b;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.bsm-contact-aside {
  display: grid;
  gap: 18px;
}

.bsm-contact-direct,
.bsm-contact-tips {
  padding: 25px;
}

.bsm-contact-direct > p {
  margin: -4px 0 20px !important;
  padding: 0 !important;
  color: var(--bsm-muted) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.bsm-contact-whatsapp {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #bde9cf;
  border-radius: 13px;
  color: #146f42 !important;
  background: var(--bsm-green-soft);
  transition: transform .16s, border-color .16s, box-shadow .16s;
}

.bsm-contact-whatsapp:hover {
  border-color: #7fd8a7;
  box-shadow: 0 12px 25px -18px rgba(18, 131, 74, .8);
  transform: translateY(-1px);
}

.bsm-contact-whatsapp > svg {
  width: 25px;
  height: 25px;
}

.bsm-contact-whatsapp > span:nth-child(2) {
  display: grid;
  min-width: 0;
  flex: 1;
}

.bsm-contact-whatsapp strong {
  color: #115f39;
  font-size: 13px;
  font-weight: 820;
}

.bsm-contact-whatsapp small {
  color: #57806b;
  font-size: 10px;
}

.bsm-contact-whatsapp > span:last-child {
  font-size: 20px;
}

.bsm-contact-tips h2 {
  margin-bottom: 18px !important;
  font-size: 19px !important;
}

.bsm-contact-tips ul {
  display: grid;
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.bsm-contact-tips li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--bsm-muted);
  font-size: 12px;
  line-height: 1.55;
}

.bsm-contact-tips li svg {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: var(--bsm-green);
}

.bsm-contact-tips li strong {
  color: #344054;
  font-weight: 780;
}

@keyframes bsm-contact-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .bsm-contact-grid {
    grid-template-columns: 1fr;
  }

  .bsm-contact-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .bsm-contact-shell {
    width: calc(100% - 28px);
  }

  .bsm-contact-hero {
    padding: 38px 0 34px;
  }

  .bsm-contact-hero h1 {
    font-size: clamp(36px, 12vw, 50px) !important;
  }

  .bsm-contact-hero > .bsm-contact-shell > p:last-of-type {
    font-size: 16px !important;
  }

  .bsm-contact-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .bsm-contact-trust span {
    justify-content: center;
    padding: 0 9px;
    font-size: 10.5px;
  }

  .bsm-contact-trust span:last-child {
    grid-column: 1 / -1;
  }

  .bsm-contact-main {
    padding: 24px 0 46px;
  }

  .bsm-contact-form-card,
  .bsm-contact-direct,
  .bsm-contact-tips {
    padding: 20px;
    border-radius: 17px;
  }

  .bsm-contact-fields,
  .bsm-contact-aside {
    grid-template-columns: 1fr;
  }

  .bsm-contact-fields {
    gap: 16px;
  }

  .bsm-contact-card-heading {
    margin-bottom: 22px;
  }

  .bsm-contact-card-heading h2 {
    font-size: 20px !important;
  }

  .bsm-contact-message-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsm-contact *,
  .bsm-contact *::before,
  .bsm-contact *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
