@font-face {
  font-family: "bootstrap-icons";
  font-display: block;
  src: url("/assets/plugins/global/fonts/bootstrap-icons/bootstrap-icons.woff2") format("woff2"),
       url("/assets/plugins/global/fonts/bootstrap-icons/bootstrap-icons.woff") format("woff");
}

.contact-business-section .bi::before,
.contact-form-wrap .bi::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact-business-section .bi-whatsapp::before { content: "\f618"; }
.contact-business-section .bi-arrow-up-right::before { content: "\f144"; }
.contact-form-wrap .bi-send::before { content: "\f6c0"; }
.contact-form-wrap .bi-check-circle-fill::before { content: "\f26a"; }

.contact-hero {
  padding: 30px 0 20px;
  background:
    radial-gradient(circle at -2% 3%, rgba(196, 0, 11, .07) 0 110px, transparent 112px),
    radial-gradient(circle at 98% 55%, transparent 0 86px, rgba(196, 0, 11, .045) 87px 88px, transparent 89px 110px, rgba(196, 0, 11, .035) 111px 112px, transparent 113px),
    #fff;
}

.contact-kicker { margin-bottom: 7px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.contact-title { max-width: 620px; margin: 0 0 10px; font-size: clamp(2rem, 3vw, 3.15rem); font-weight: 700; letter-spacing: 0; line-height: 1.08; }
.contact-title span { display: block; color: var(--brand); }
.contact-lead { max-width: 540px; color: var(--text); }
.contact-info-grid { margin-top: 20px; }
.contact-info-card { display: flex; min-height: 132px; flex-direction: column; align-items: center; justify-content: center; padding: 13px; text-align: center; }
.contact-info-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: var(--brand-soft); color: var(--brand); }
.contact-info-card h2 { margin: 12px 0 5px; font-size: 13px; font-weight: 700; }
.contact-info-card p { margin: 0; color: #656b75; font-size: 11px; }
.contact-info-card a { transition: color .2s ease; }
.contact-info-card a:hover, .contact-info-card a:focus-visible { color: var(--brand); }
.contact-office-image { width: 100%; height: 445px; object-fit: cover; border-radius: 14px; }

.contact-business-section { margin-top: 20px; }
.contact-business-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(196, 0, 11, .18);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.contact-business-card__notice {
  padding: 20px 22px;
  background: linear-gradient(120deg, var(--brand-soft), #fff8f8);
}
.contact-business-card__kicker {
  margin: 0 0 7px;
  color: var(--brand);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-business-card__notice h2 { margin: 0 0 8px; font-size: 18px; font-weight: 700; }
.contact-business-card__notice > p:last-child { margin: 0; color: #616873; font-size: 11px; line-height: 1.6; }
.contact-whatsapp-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  background: #fff;
}
.contact-whatsapp-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #eaf8ef;
  color: #178d49;
  font-size: 26px;
}
.contact-whatsapp-card__copy h3 { margin: 0 0 5px; font-size: 14px; font-weight: 700; }
.contact-whatsapp-card__copy p { margin: 0; color: #626974; font-size: 11px; }
.contact-whatsapp-card__copy span { display: block; color: #848993; font-size: 9px; }
.contact-whatsapp-button { grid-column: 1 / -1; width: 100%; min-width: 0; justify-content: space-between; text-transform: uppercase; font-size: 11px; }

.contact-content { padding: 24px 0 28px; border-top: 1px solid var(--line); }
.contact-section-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
.contact-section-heading svg { color: var(--brand); }
.contact-section-heading h2 { margin: 0; font-size: 15px; font-weight: 700; }
.contact-address { margin: 0 0 16px 34px; color: #646a74; font-size: 12px; }
.contact-map { width: 100%; height: 212px; object-fit: cover; border: 1px solid var(--line); border-radius: 8px; }
.contact-form-wrap { padding-left: 48px; border-left: 1px solid var(--line); }
.contact-form-wrap .contact-section-heading h2 { font-size: 20px; }
.contact-form-lead { max-width: 680px; margin: 0 0 16px 34px; color: #646a74; font-size: 12px; line-height: 1.6; }
.contact-trust-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px 34px;
  padding: 11px 16px;
  border-left: 3px solid var(--brand);
  border-radius: 0 6px 6px 0;
  background: var(--brand-soft);
}
.contact-trust-proof strong { color: var(--brand); font-size: 17px; font-weight: 800; white-space: nowrap; }
.contact-trust-proof span { color: #565d68; font-size: 11px; line-height: 1.4; }
.contact-form-wrap .form-control, .contact-form-wrap .form-select { min-height: 39px; border-color: var(--line); border-radius: 4px; font-size: 12px; }
.contact-form-wrap textarea.form-control { min-height: 92px; resize: vertical; }
.contact-form-actions { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-top: 14px; }
.recaptcha-mock { display: flex; width: 214px; height: 54px; align-items: center; gap: 10px; padding: 8px; border: 1px solid #d7d7d7; background: #fafafa; color: #252a32; font-size: 10px; }
.recaptcha-box { width: 20px; height: 20px; border: 1px solid #bfc2c7; background: #fff; }
.recaptcha-mock strong { margin-left: auto; color: #6c7280; font-size: 9px; font-weight: 700; }
.required-note { margin: 8px 0 0; color: #666c75; font-size: 10px; }
.contact-submit { min-width: 292px; justify-content: space-between; padding-right: 20px; padding-left: 20px; text-transform: uppercase; }

@media (max-width: 991.98px) {
  .contact-office-image { margin-top: 22px; }
  .contact-form-wrap { margin-top: 28px; padding-left: 0; border-left: 0; }
}

@media (max-width: 767.98px) {
  .contact-hero { padding-top: 22px; }
  .contact-title { text-align: center; }
  .contact-info-grid .col-md-4 { width: 100%; }
  .contact-info-card { min-height: 120px; }
  .contact-office-image { height: 220px; }
  .contact-business-card__notice, .contact-whatsapp-card { padding: 18px; }
  .contact-whatsapp-card__icon { width: 50px; height: 50px; font-size: 22px; }
  .contact-map { height: 190px; }
  .contact-form-lead, .contact-trust-proof { margin-left: 0; }
  .contact-trust-proof { align-items: flex-start; flex-direction: column; gap: 2px; }
  .contact-form-actions { flex-direction: column; }
  .contact-submit, .recaptcha-mock { width: 100%; min-width: 0; }
}
