
.contact-home-main {
  background: #ffffff;
}

.contact-home-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
}

.contact-home-hero__media {
  min-height: 480px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.contact-home-hero__inner {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  min-height: 480px;
  display: flex;
  align-items: center;
}

.contact-home-hero__content {
  max-width: 760px;
  padding: 72px 0;
}

.contact-home-hero .breadcrumbs,
.contact-home-hero .breadcrumbs a,
.contact-home-hero .breadcrumbs span {
  color: rgba(255, 255, 255, 0.9);
}

.contact-home-hero .breadcrumbs {
  margin: 0 0 14px;
}

.contact-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: stretch;
}

.contact-home-panel {
  background: #ffffff;
  border: 1px solid rgba(23, 49, 74, 0.08);
  border-radius: 28px;
  box-shadow: 0 12px 28px rgba(16, 45, 78, 0.05);
  padding: 34px;
}

.contact-home-panel--actions {
  background: #f8fafc;
}

.contact-home-copy {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.8;
  color: #5c6779;
  max-width: 580px;
}

.contact-home-form .home-reset-form__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-home-form textarea {
  grid-column: 1 / -1;
}

.contact-home-form input,
.contact-home-form textarea {
  border-radius: 16px;
  border: 1px solid rgba(23, 49, 74, 0.10);
  background: #ffffff;
}

.contact-home-form input:focus,
.contact-home-form textarea:focus {
  border-color: rgba(20, 159, 211, 0.35);
  box-shadow: 0 0 0 4px rgba(20, 159, 211, 0.06);
}

.contact-home-form .btn {
  margin-top: 18px;
}

.contact-home-actions {
  display: grid;
  gap: 12px;
}

.contact-home-action {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid rgba(23, 49, 74, 0.08);
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-home-action:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 159, 211, 0.18);
  box-shadow: 0 10px 20px rgba(16, 45, 78, 0.06);
}

.contact-home-action__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: rgba(20, 159, 211, 0.10);
  color: var(--teal-dark);
  flex: 0 0 50px;
}

.contact-home-action__icon svg {
  width: 22px;
  height: 22px;
}

.contact-home-action__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.contact-home-action__text strong {
  font-family: 'Montserrat', sans-serif;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
}

.contact-home-action__text small {
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.contact-home-meta {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 49, 74, 0.08);
}

.contact-home-meta p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #5c6779;
}

.contact-home-section--map {
  background: #ffffff;
}

.contact-home-map-shell {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.contact-home-map-head {
  padding: 0;
}

.contact-home-map-head .home-reset-title {
  margin-bottom: 0;
}

.contact-home-map-frame {
  margin-top: 22px;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(23, 49, 74, 0.08);
}

.contact-home-map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

@media (max-width: 991px) {
  .contact-home-hero__media,
  .contact-home-hero__inner {
    min-height: 420px;
  }

  .contact-home-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .contact-home-hero__inner {
    width: min(var(--container), 93%);
  }

  .contact-home-hero__media,
  .contact-home-hero__inner {
    min-height: 360px;
  }

  .contact-home-hero__content {
    padding: 54px 0;
  }

  .contact-home-panel {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .contact-home-form .home-reset-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-home-action {
    min-height: 68px;
    padding: 14px;
    border-radius: 16px;
  }

  .contact-home-action__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    flex-basis: 44px;
  }

  .contact-home-map-head {
    padding: 0;
  }

  .contact-home-map-frame {
    border-radius: 22px;
  }

  .contact-home-map-frame,
  .contact-home-map-frame iframe {
    min-height: 320px;
    height: 320px;
  }
}
