/* DesignPro contacts — designpro-contacts-desktop-v2 */

.dp-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  font-size: 14px;
  color: var(--dp-muted);
}

.dp-crumbs a:hover {
  color: var(--dp-blue);
}

.dp-crumbs__sep {
  color: #94a3b8;
}

.dp-crumbs__current {
  font-weight: 600;
  color: var(--dp-blue);
}

.dp-contacts-hero {
  padding: 60px 0 40px;
}

.dp-contacts-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  line-height: 1.1;
  color: var(--dp-ink);
}

.dp-contacts-hero p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: var(--dp-muted);
}

.dp-contacts-cards {
  padding: 0 0 64px;
}

.dp-contacts-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.dp-contact-chip {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius);
  background: #f8f9fa;
}

.dp-contact-chip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: var(--dp-blue-soft);
}

.dp-contact-chip__icon img {
  width: 24px;
  height: 24px;
}

.dp-contact-chip h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--dp-ink);
}

.dp-contact-chip p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--dp-muted);
}

.dp-contact-chip a:hover {
  color: var(--dp-blue);
}

.dp-contacts-detail {
  padding: 0 0 100px;
}

.dp-contacts-detail__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.dp-contacts-form-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px;
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius-lg);
  background: #fff;
}

.dp-contacts-form-card__head h2 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 800;
  color: var(--dp-ink);
}

.dp-contacts-form-card__head p {
  margin: 0;
  font-size: 16px;
  color: var(--dp-muted);
}

.dp-contacts-alert {
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.45;
}

.dp-contacts-alert--ok {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.dp-contacts-alert--err {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.dp-contacts-alert ul {
  margin: 0;
  padding-left: 18px;
}

.dp-contacts-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dp-contacts-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.dp-contacts-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.dp-contacts-form__field label {
  font-size: 14px;
  font-weight: 600;
  color: var(--dp-ink);
}

.dp-contacts-form__field input,
.dp-contacts-form__field textarea,
.dp-contacts-form__select select {
  width: 100%;
  min-height: 52px;
  padding: 16px;
  border: 1px solid var(--dp-line);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-size: 15px;
  color: var(--dp-ink);
  outline: none;
  transition: border-color 0.15s ease;
}

.dp-contacts-form__field textarea {
  min-height: 120px;
  resize: vertical;
}

.dp-contacts-form__field input::placeholder,
.dp-contacts-form__field textarea::placeholder {
  color: var(--dp-muted);
}

.dp-contacts-form__field input:focus,
.dp-contacts-form__field textarea:focus,
.dp-contacts-form__select select:focus {
  border-color: var(--dp-blue);
}

.dp-contacts-form__field .is-invalid {
  border-color: #ef4444;
}

.dp-contacts-form__error {
  font-size: 13px;
  color: #dc2626;
}

.dp-contacts-form__select {
  position: relative;
}

.dp-contacts-form__select select {
  appearance: none;
  padding-right: 44px;
  color: var(--dp-muted);
  cursor: pointer;
}

.dp-contacts-form__select select:valid,
.dp-contacts-form__select select option:checked {
  color: var(--dp-ink);
}

.dp-contacts-form__select img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.dp-contacts-form__submit {
  width: 100%;
  min-height: 52px;
  border: 0;
}

.dp-contacts-map-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.dp-contacts-map-col > h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  color: var(--dp-ink);
}

.dp-contacts-map {
  height: 440px;
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius);
  overflow: hidden;
  background: var(--dp-bg);
}

.dp-contacts-map img,
.dp-contacts-map iframe,
.dp-contacts-map__embed,
.dp-contacts-map__embed iframe {
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: 0;
  display: block;
  object-fit: cover;
}

.dp-contacts-hours {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #f8f9fa;
}

.dp-contacts-hours__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 100px;
  background: var(--dp-blue-soft);
}

.dp-contacts-hours__icon img {
  width: 20px;
  height: 20px;
}

.dp-contacts-hours p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--dp-ink);
}

@media (max-width: 1100px) {
  .dp-contacts-cards__grid,
  .dp-contacts-detail__grid {
    grid-template-columns: 1fr;
  }

  .dp-contacts-form-card {
    padding: 32px;
  }
}

@media (max-width: 760px) {
  .dp-contacts-form__row {
    grid-template-columns: 1fr;
  }

  .dp-contacts-map,
  .dp-contacts-map img,
  .dp-contacts-map iframe,
  .dp-contacts-map__embed,
  .dp-contacts-map__embed iframe {
    min-height: 280px;
    height: 280px;
  }
}
