.contact-promo-section {
  width: 100%;
  background: #11161c;
}

.contact-promo-block {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-promo-block h1 {
  margin: 24px 0;
  color: #f5f7fa;
  font-size: 46px;
  line-height: 1.15;
}

.contact-details-section {
  background: #fff;
}

.contact-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  padding: 42px 0;
}

.contact-detail {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-icon-badge {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid #d8e6fb;
  border-radius: 50%;
  color: #0769d7;
  background: #eff6ff;
  font-size: 25px;
}

.contact-detail-label {
  margin: 12px 0 0;
  color: #667085;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-detail .contact-value {
  max-width: 100%;
  margin: 7px 0 0;
  color: #202632;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-decoration: none;
}

a.contact-value:hover {
  color: #005fc7;
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #dce2e9;
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.social-icons a:hover {
  border-color: #aebdce;
  background: #f7f9fc;
}

.social-icons .fa-whatsapp {
  color: #18864b;
  font-size: 21px;
}

.social-icons .fa-telegram {
  color: #087db7;
  font-size: 21px;
}

.contact-form-section {
  width: 100%;
  border-top: 1px solid #e4e8ed;
  background: #f3f5f7;
}

.contact-form-block {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: 64px;
  padding: 64px 0 72px;
}

.contact-form-text {
  max-width: 450px;
  padding-top: 20px;
}

.contact-form-eyebrow,
.form-kicker {
  margin: 0 0 10px;
  color: #0769d7;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-form-text h2 {
  margin: 0 0 20px;
  color: #171d26;
  font-size: 42px;
  line-height: 1.15;
}

.contact-form-text > p:not(.contact-form-eyebrow):not(.contact-form-caption) {
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.65;
}

.contact-form-benefits {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}

.contact-form-benefits li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: #263244;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.contact-form-benefits i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1268c4;
  background: #e6f0fd;
  font-size: 13px;
}

.contact-form-caption {
  margin: 28px 0 0;
  color: #667085;
  font-size: 14px;
}

.contact-form-order-form {
  min-width: 0;
}

.contact-form-order-form form {
  width: 100%;
  margin: 0;
  padding: 30px;
  border: 1px solid #dce2e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
}

.form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
}

.form-heading .form-kicker {
  margin-bottom: 4px;
}

.form-heading h3 {
  margin: 0;
  color: #171d26;
  font-size: 25px;
  line-height: 1.25;
}

.form-required-note {
  flex: 0 0 auto;
  margin: 5px 0 0;
  color: #667085;
  font-size: 12px;
}

.form-required-note span,
.form-label.required::after {
  color: #c2332d;
}

.form-label.required::after {
  content: " *";
}

.form-group {
  min-width: 0;
  margin: 0;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid #e6e9ee;
}

.form-group + .form-group {
  margin-top: 26px;
}

.form-group legend {
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #263244;
  font-size: 15px;
  font-weight: 700;
}

.form-group legend span {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #075ebd;
  background: #e9f2fe;
  font-size: 13px;
}

.form-grid {
  display: grid;
  gap: 16px;
}

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

.form-grid-order {
  grid-template-columns: minmax(160px, 1.2fr) minmax(105px, 0.55fr) minmax(155px, 0.85fr);
  margin-top: 16px;
}

.form-field {
  min-width: 0;
}

.form-label {
  display: block;
  margin: 0 0 7px;
  color: #303a49;
  font-size: 13px;
  font-weight: 650;
}

.contact-form-order-form input:not([type="checkbox"]):not([type="hidden"]):not([type="file"]),
.contact-form-order-form select,
.contact-form-order-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cbd3dd;
  border-radius: 6px;
  color: #1f2937;
  background: #f9fafb;
  font-size: 15px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-order-form input:hover,
.contact-form-order-form select:hover,
.contact-form-order-form textarea:hover {
  border-color: #9eabbc;
}

.contact-form-order-form input:focus,
.contact-form-order-form select:focus,
.contact-form-order-form textarea:focus {
  border-color: #3679d3;
  outline: 0;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(54, 121, 211, 0.14);
}

.contact-form-order-form input[aria-invalid="true"],
.contact-form-order-form select[aria-invalid="true"],
.contact-form-order-form textarea[aria-invalid="true"] {
  border-color: #b93832;
  box-shadow: 0 0 0 3px rgba(185, 56, 50, 0.1);
}

.contact-form-order-form textarea {
  min-height: 132px;
  resize: vertical;
  line-height: 1.5;
}

.file-upload {
  position: relative;
  margin-top: 16px;
}

.file-upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.file-dropzone {
  min-height: 128px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px dashed #8daed5;
  border-radius: 7px;
  color: #344054;
  background: #f7faff;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.file-dropzone:hover,
.file-dropzone.is-dragging {
  border-color: #166bc8;
  background: #edf5ff;
}

.file-upload-input:focus-visible + .file-dropzone {
  outline: 3px solid rgba(31, 95, 191, 0.35);
  outline-offset: 2px;
}

.file-dropzone > i {
  color: #176bc4;
  font-size: 28px;
}

.file-dropzone > span {
  font-size: 14px;
}

.file-dropzone strong {
  color: #075fbd;
}

.file-dropzone small {
  color: #667085;
  font-size: 12px;
}

.file-upload-name {
  margin: 8px 0 0;
  color: #667085;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.file-upload-name.has-file {
  color: #176b31;
  font-weight: 600;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-consent {
  margin: 24px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4f5b6d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.form-consent input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: #176bc4;
}

.form-consent a {
  color: #075fbd;
}

.form-status {
  margin: 16px 0 0;
  padding: 11px 13px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.form-status:empty {
  display: none;
}

.form-status.success {
  border: 1px solid #b9dfc5;
  color: #176b31;
  background: #effaf2;
}

.form-status.error {
  border: 1px solid #ebc0bc;
  color: #9f2720;
  background: #fff3f2;
}

.form-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(45deg, #1f5fd8, #4d82eb);
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.form-submit:hover {
  background: linear-gradient(180deg, #1f5fd8 57%, #4d82eb);
  box-shadow: 0 8px 18px rgba(31, 95, 216, 0.2);
}

.form-submit:active {
  transform: translateY(1px);
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-submit-note {
  margin: 9px 0 0;
  color: #667085;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1040px) {
  .contact-form-block {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-form-text,
  .contact-form-order-form {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .contact-form-text {
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .contact-promo-block h1 {
    font-size: 32px;
  }

  .contact-details-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 36px 0;
  }

  .contact-detail .contact-value {
    font-size: 19px;
  }

  .contact-form-block {
    padding: 44px 0 52px;
  }

  .contact-form-text h2 {
    font-size: 34px;
  }
}

@media (max-width: 620px) {
  .contact-form-order-form form {
    padding: 20px;
  }

  .form-heading {
    flex-direction: column;
    gap: 6px;
  }

  .form-required-note {
    margin-top: 0;
  }

  .form-grid-two,
  .form-grid-order {
    grid-template-columns: 1fr;
  }

  .form-grid-order {
    margin-top: 16px;
  }
}

@media (max-width: 420px) {
  .contact-promo-block {
    min-height: 120px;
  }

  .contact-promo-block h1 {
    font-size: 27px;
  }

  .contact-form-text h2 {
    font-size: 30px;
  }

  .file-dropzone {
    min-height: 116px;
    padding: 18px 12px;
  }
}
