.home-contact.home-contact {
  position: relative;
  margin-top: 0;
  padding: 4rem 0 !important;
  background:
    radial-gradient(circle at top right, rgba(255, 229, 215, 0.38) 0%, rgba(255, 229, 215, 0) 26%),
    radial-gradient(circle at 10% 78%, rgba(113, 132, 255, 0.08) 0%, rgba(113, 132, 255, 0) 28%),
    linear-gradient(180deg, #faf9fd 0%, #f4f2fb 100%) !important;
}

.home-contact.home-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 1080px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(23, 29, 88, 0) 0%,
    rgba(23, 29, 88, 0.08) 18%,
    rgba(108, 12, 12, 0.16) 50%,
    rgba(23, 29, 88, 0.08) 82%,
    rgba(23, 29, 88, 0) 100%
  );
}

.home-contact.home-contact::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 5.75rem;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(108, 12, 12, 0.94) 0%, rgba(40, 40, 112, 0.94) 100%);
  box-shadow: 0 8px 18px rgba(108, 12, 12, 0.12);
}

.home-contact.home-contact .home-contact__inner {
  position: relative;
  z-index: 1;
}

.home-contact.home-contact .home-contact__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  max-width: 900px;
  margin: 0 auto 3rem !important;
  text-align: center;
}

.home-contact.home-contact .home-contact__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #8a2f2f !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-contact.home-contact .home-contact__eyebrow::before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: rgba(138, 47, 47, 0.4);
}

.home-contact.home-contact .home-contact__title {
  margin: 0 !important;
  color: #171d58 !important;
  font-size: clamp(2.1rem, 3.25vw, 3.3rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
}

.home-contact.home-contact .home-contact__subtitle {
  max-width: 60ch;
  margin: 0.1rem auto 0 !important;
  color: rgba(23, 29, 88, 0.72) !important;
  font-size: 1.05rem !important;
  line-height: 1.85 !important;
}

.home-contact.home-contact .home-contact__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 0.35rem;
}

.home-contact.home-contact .home-contact__pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 29, 88, 0.1);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(23, 29, 88, 0.8) !important;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 28px rgba(17, 23, 61, 0.06);
}

.home-contact.home-contact .home-contact__grid {
  gap: 1.65rem !important;
  align-items: stretch !important;
}

.home-contact.home-contact .home-contact__form,
.home-contact.home-contact .home-contact__info,
.home-contact.home-contact .home-contact__map {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-contact.home-contact .home-contact__form:hover,
.home-contact.home-contact .home-contact__info:hover,
.home-contact.home-contact .home-contact__map:hover {
  transform: translateY(-6px);
}

.home-contact.home-contact .contact-form-card,
.home-contact.home-contact .home-contact__form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 251, 255, 0.98) 100%) !important;
  border: 1px solid rgba(23, 29, 88, 0.1) !important;
  box-shadow: 0 24px 60px rgba(17, 23, 61, 0.1) !important;
  padding: 2.35rem 2rem !important;
  border-radius: 2rem !important;
}

.home-contact.home-contact .home-contact__form {
  background:
    radial-gradient(circle at top right, rgba(255, 239, 230, 0.9) 0%, rgba(255, 239, 230, 0) 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 251, 255, 0.98) 100%) !important;
}

.home-contact.home-contact .home-contact__form:hover {
  box-shadow: 0 34px 76px rgba(17, 23, 61, 0.14) !important;
  border-color: rgba(108, 12, 12, 0.14) !important;
}

.home-contact.home-contact .home-contact__card-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.3rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 29, 88, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: #6b1024 !important;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(17, 23, 61, 0.05);
}

.home-contact.home-contact .home-contact__card-kicker--light {
  color: rgba(255, 255, 255, 0.94) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  box-shadow: none !important;
}

.home-contact.home-contact .home-contact__form-title {
  margin-top: 1rem !important;
  margin-bottom: 0.7rem !important;
  color: #171d58 !important;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
}

.home-contact.home-contact .home-contact__form-copy {
  max-width: 54ch;
  color: rgba(23, 29, 88, 0.72) !important;
  font-size: 1rem !important;
  line-height: 1.82 !important;
}

.home-contact.home-contact .home-contact__form-fields {
  margin-top: 2rem !important;
}

.home-contact.home-contact input:not([type="checkbox"]),
.home-contact.home-contact textarea {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 2px solid rgba(23, 29, 88, 0.12) !important;
  border-radius: 1.4rem !important;
  box-shadow: none !important;
  color: #171d58 !important;
}

.home-contact.home-contact input:not([type="checkbox"])::placeholder,
.home-contact.home-contact textarea::placeholder {
  color: rgba(23, 29, 88, 0.4) !important;
}

.home-contact.home-contact input:not([type="checkbox"]):focus,
.home-contact.home-contact textarea:focus {
  border-color: rgba(108, 12, 12, 0.34) !important;
  box-shadow: 0 0 0 3px rgba(108, 12, 12, 0.08) !important;
  outline: 0 !important;
}

.home-contact.home-contact .rgpd-checkbox {
  display: flex !important;
  gap: 0.7rem !important;
  align-items: flex-start !important;
  color: rgba(23, 29, 88, 0.72) !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
}

.home-contact.home-contact .rgpd-checkbox input {
  width: 1rem !important;
  height: 1rem !important;
  margin-top: 0.2rem !important;
  accent-color: #6b1024 !important;
}

.home-contact.home-contact .turnstile-field {
  display: grid;
  gap: 0.65rem;
  margin: 0.2rem 0 1rem;
  padding: 1rem 1rem 0.9rem;
  border: 1px solid rgba(23, 29, 88, 0.1);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.88);
}

.home-contact.home-contact .turnstile-field__label {
  color: #171d58;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-contact.home-contact .turnstile-field__widget {
  min-height: 65px;
}

.home-contact.home-contact .turnstile-field__help {
  margin: 0;
  color: rgba(23, 29, 88, 0.62);
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-contact.home-contact .turnstile-feedback {
  margin: 0 0 0.9rem;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.55;
}

.home-contact.home-contact .turnstile-feedback--error {
  color: #991b1b !important;
}

.home-contact.home-contact .turnstile-feedback--success {
  color: #166534 !important;
}

.home-contact.home-contact .contact-form-status {
  margin: 1rem 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 1.15rem;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.6;
}

.home-contact.home-contact .contact-form-status--success {
  color: #166534 !important;
  background: rgba(22, 101, 52, 0.08);
  border-color: rgba(22, 101, 52, 0.18);
}

.home-contact.home-contact .contact-form-status--error {
  color: #991b1b !important;
  background: rgba(153, 27, 27, 0.08);
  border-color: rgba(153, 27, 27, 0.16);
}

.home-contact.home-contact .durak-upload-field {
  display: grid;
  gap: 0.7rem;
  margin: 0.35rem 0 0.95rem;
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(23, 29, 88, 0.1);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
}

.home-contact.home-contact .durak-upload-field.is-processing {
  opacity: 0.88;
}

.home-contact.home-contact .durak-upload-field__label {
  display: grid;
  gap: 0.16rem;
  color: #171d58;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.4;
}

.home-contact.home-contact .durak-upload-field__label small {
  color: rgba(23, 29, 88, 0.58);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

.home-contact.home-contact .durak-upload-field__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.home-contact.home-contact .durak-upload-field__picker {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 3.6rem;
  padding: 0.75rem 0.95rem;
  border: 2px dashed rgba(23, 29, 88, 0.16);
  border-radius: 1.15rem;
  background: rgba(247, 248, 255, 0.8);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-contact.home-contact .durak-upload-field__picker:focus-within {
  border-color: rgba(108, 12, 12, 0.28);
  box-shadow: 0 0 0 3px rgba(108, 12, 12, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

.home-contact.home-contact .durak-upload-field__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0.72rem 1rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #171d58 0%, #434dac 100%);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.home-contact.home-contact .durak-upload-field__status {
  min-width: 0;
  color: rgba(23, 29, 88, 0.78);
  font-size: 0.92rem;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-contact.home-contact .durak-upload-field__help,
.home-contact.home-contact .durak-upload-field__summary {
  margin: 0;
  color: rgba(23, 29, 88, 0.64);
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-contact.home-contact .durak-upload-field__summary.has-files {
  color: #171d58;
  font-weight: 700;
}

.home-contact.home-contact .durak-upload-field__error {
  margin: 0;
  color: #991b1b;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.5;
}

.home-contact.home-contact .durak-upload-field__files {
  display: grid;
  gap: 0.55rem;
}

.home-contact.home-contact .durak-upload-field__file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(23, 29, 88, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
}

.home-contact.home-contact .durak-upload-field__file-meta {
  min-width: 0;
  display: grid;
  gap: 0.15rem;
}

.home-contact.home-contact .durak-upload-field__file-name {
  color: #171d58;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  word-break: break-word;
}

.home-contact.home-contact .durak-upload-field__file-size {
  color: rgba(23, 29, 88, 0.58);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
}

.home-contact.home-contact .durak-upload-field__remove {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 2.35rem;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(108, 12, 12, 0.12);
  border-radius: 999px;
  background: rgba(108, 12, 12, 0.06);
  color: #6c0c0c;
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-contact.home-contact .durak-upload-field__remove:hover {
  background: rgba(108, 12, 12, 0.1);
  border-color: rgba(108, 12, 12, 0.2);
}

@media (max-width: 640px) {
  .home-contact.home-contact .durak-upload-field__picker {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-contact.home-contact .durak-upload-field__status {
    width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .home-contact.home-contact .durak-upload-field__file {
    flex-direction: column;
    align-items: stretch;
  }

  .home-contact.home-contact .durak-upload-field__remove {
    width: 100%;
    justify-content: center;
  }
}

.home-contact.home-contact .contact-cta-btn {
  min-height: 3.8rem;
  background: linear-gradient(135deg, #6c0c0c 0%, #7f1010 100%) !important;
  box-shadow: 0 16px 32px rgba(108, 12, 12, 0.18) !important;
  border: none !important;
  border-radius: 1rem !important;
}

.home-contact.home-contact .contact-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(108, 12, 12, 0.22) !important;
}

.home-contact.home-contact .home-contact__aside {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1.35rem !important;
}

.home-contact.home-contact .contact-info-card,
.home-contact.home-contact .home-contact__info {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 26%),
    linear-gradient(135deg, #171d58 0%, #25286d 52%, #5d1621 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 28px 66px rgba(17, 23, 61, 0.18) !important;
  padding: 2.1rem 2rem !important;
  border-radius: 2rem !important;
}

.home-contact.home-contact .home-contact__info:hover {
  box-shadow: 0 34px 78px rgba(17, 23, 61, 0.24) !important;
}

.home-contact.home-contact .home-contact__info-title {
  margin-top: 1rem !important;
  margin-bottom: 0.75rem !important;
  color: #fff !important;
  font-size: clamp(1.45rem, 2.15vw, 1.95rem) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
}

.home-contact.home-contact .home-contact__info-copy {
  margin-bottom: 1.2rem !important;
  color: rgba(255, 255, 255, 0.76) !important;
  text-align: center !important;
  line-height: 1.72 !important;
}

.home-contact.home-contact .home-contact__info-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.home-contact.home-contact .home-contact__info-link,
.home-contact.home-contact .home-contact__info-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.95rem !important;
  padding: 1rem 1.05rem !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 1.25rem !important;
  background: rgba(255, 255, 255, 0.06) !important;
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.home-contact.home-contact .home-contact__info-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  transform: translateY(-3px);
}

.home-contact.home-contact .home-contact__info-link svg,
.home-contact.home-contact .home-contact__info-item svg {
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.08rem;
  color: rgba(255, 255, 255, 0.94) !important;
}

.home-contact.home-contact .home-contact__info-link span,
.home-contact.home-contact .home-contact__info-item span {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
}

.home-contact.home-contact .home-contact__map {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  min-height: 320px;
  border-radius: 2rem !important;
  border: 1px solid rgba(23, 29, 88, 0.08) !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(17, 23, 61, 0.1) !important;
}

.home-contact.home-contact .home-contact__map:hover {
  box-shadow: 0 34px 76px rgba(17, 23, 61, 0.14) !important;
  border-color: rgba(108, 12, 12, 0.12) !important;
}

.home-contact.home-contact .home-contact__map-frame {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 320px;
  filter: grayscale(0.22) saturate(0.95) contrast(1.02);
  transition: filter 0.45s ease, transform 0.45s ease;
}

.home-contact.home-contact .home-contact__map:hover .home-contact__map-frame {
  filter: grayscale(0) saturate(1.03) contrast(1.03);
  transform: scale(1.015);
}

.home-contact.home-contact .home-contact__map-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.32rem;
  padding: 0.95rem 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(17, 29, 88, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 34px rgba(17, 23, 61, 0.18);
}

.home-contact.home-contact .home-contact__map-kicker {
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.home-contact.home-contact .home-contact__map-text {
  margin: 0 !important;
  color: #fff !important;
  font-size: 0.98rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

@media (max-width: 1023px) {
  .home-contact.home-contact {
    padding-top: 4rem !important;
  }

  .home-contact.home-contact .home-contact__grid {
    gap: 1.35rem !important;
  }
}

@media (max-width: 767px) {
  .home-contact.home-contact {
    padding-top: 2.9rem !important;
  }

  .home-contact.home-contact .home-contact__header {
    gap: 0.75rem;
    margin-bottom: 2rem !important;
  }

  .home-contact.home-contact .home-contact__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }

  .home-contact.home-contact .home-contact__eyebrow::before {
    width: 2rem;
  }

  .home-contact.home-contact .home-contact__title {
    font-size: clamp(1.9rem, 8vw, 2.65rem) !important;
  }

  .home-contact.home-contact .home-contact__subtitle {
    font-size: 0.98rem !important;
    line-height: 1.75 !important;
  }

  .home-contact.home-contact .home-contact__pills {
    gap: 0.6rem;
  }

  .home-contact.home-contact .home-contact__pills span {
    min-height: 2.2rem;
    padding: 0.58rem 0.82rem;
    font-size: 0.78rem;
  }

  .home-contact.home-contact .home-contact__form,
  .home-contact.home-contact .home-contact__info {
    padding: 1.5rem 1.25rem !important;
    border-radius: 1.45rem !important;
  }

  .home-contact.home-contact .home-contact__form-title,
  .home-contact.home-contact .home-contact__info-title {
    font-size: 1.35rem !important;
  }

  .home-contact.home-contact .home-contact__info-link,
  .home-contact.home-contact .home-contact__info-item {
    padding: 0.9rem !important;
    border-radius: 1rem !important;
  }

  .home-contact.home-contact .home-contact__map {
    min-height: 280px;
    border-radius: 1.45rem !important;
  }

  .home-contact.home-contact .home-contact__map-frame {
    height: 280px;
  }

  .home-contact.home-contact .home-contact__map-caption {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    padding: 0.8rem 0.85rem;
    border-radius: 1rem !important;
  }
}
