/* Dungeon — Контакти shortcode. */
.page-shortcode-fullwidth {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.page-shortcode-fullwidth > p { margin: 0; }

.dkon-page,
.dkon-page * {
  box-sizing: border-box;
}

.dkon-page {
  --dkon-red: #d91f26;
  --dkon-red-dark: #b9171e;
  --dkon-text: #1d2430;
  --dkon-muted: #5d6774;
  --dkon-line: #e7eaef;
  --dkon-soft: #f6f7f9;
  width: 100%;
  background: #fff;
  color: var(--dkon-text);
  font-family: Georgia, "Times New Roman", serif;
}

.dkon-shell {
  width: min(100% - 48px, 1420px);
  margin: 0 auto;
  padding: 40px 0 34px;
}

.dkon-breadcrumbs {
  margin-bottom: 34px;
}

.dkon-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 640px);
  gap: 68px;
  align-items: start;
}

.dkon-copy h1 {
  margin: 0;
  color: #111922;
  font-size: clamp(62px, 4.8vw, 82px);
  line-height: .94;
  letter-spacing: -2.4px;
  font-weight: 850;
}

.dkon-heading-line {
  display: block;
  width: 60px;
  height: 5px;
  margin: 24px 0 30px;
  background: var(--dkon-red);
  border-radius: 999px;
}

.dkon-intro {
  max-width: 760px;
  margin: 0 0 40px;
  color: #404856;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.37;
  font-weight: 400;
}

.dkon-info-list {
  display: grid;
  gap: 30px;
}

.dkon-info-block {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.dkon-icon-wrap {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #f3f4f6;
  display: grid;
  place-items: center;
  margin-top: 4px;
}

.dkon-icon-wrap svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: var(--dkon-red);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dkon-info-copy h2 {
  margin: 0 0 16px;
  color: #111922;
  font-size: clamp(24px, 1.85vw, 36px);
  line-height: 1.08;
  font-weight: 700;
}

.dkon-info-copy p {
  margin: 0 0 12px;
  color: #404856;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.37;
}
.dkon-info-copy p:last-child { margin-bottom: 0; }
.dkon-info-copy strong { color: #39414d; font-weight: 400; }
.dkon-info-copy a {
  color: var(--dkon-red);
  text-decoration: none;
}
.dkon-info-copy a:hover { color: var(--dkon-red-dark); }

.dkon-form-card {
  border: 1px solid #e2e6eb;
  border-radius: 16px;
  background: #fff;
  padding: 28px 36px 24px;
  box-shadow: 0 8px 28px rgba(18, 22, 28, 0.04);
}

.dkon-form-card h2 {
  margin: 0 0 10px;
  color: #111922;
  font-size: clamp(28px, 1.75vw, 42px);
  line-height: 1.06;
  font-weight: 700;
}

.dkon-form-card > p {
  margin: 0 0 18px;
  color: #8791a0;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.45;
}

.dkon-form {
  display: grid;
  gap: 12px;
}

.dkon-form label {
  display: block;
}

.dkon-form label > span {
  display: block;
  margin: 0 0 7px;
  color: #252d39;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.dkon-form label em {
  color: var(--dkon-red);
  font-style: normal;
}

.dkon-form input,
.dkon-form select,
.dkon-form textarea {
  width: 100%;
  border: 1px solid #dfe4ea !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #1b222d !important;
  box-shadow: none !important;
  outline: 0;
  font: inherit !important;
  font-size: 18px !important;
}

.dkon-form input,
.dkon-form select {
  min-height: 52px;
  padding: 0 16px !important;
}

.dkon-form textarea {
  min-height: 102px;
  padding: 12px 16px !important;
  resize: vertical;
}

.dkon-form input::placeholder,
.dkon-form textarea::placeholder,
.dkon-form select {
  color: #97a0ad;
  opacity: 1;
}

.dkon-form input:focus,
.dkon-form select:focus,
.dkon-form textarea:focus {
  border-color: #c6cbd3 !important;
}

.dkon-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(90deg, var(--dkon-red) 0%, #e0282e 100%) !important;
  color: #fff !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.dkon-form button:hover { filter: brightness(0.97); }

.dkon-form button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dkon-form-status {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.35;
}
.dkon-success { background: #ecf8f0; color: #176b32; }
.dkon-error { background: #fff1f1; color: #a02121; }

.cpn-kontakty-page .dungeon-footer-v2 { margin-top: 0; }

@media (max-width: 1280px) {
  .dkon-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 560px);
    gap: 52px;
  }
}

@media (max-width: 1024px) {
  .dkon-shell {
    width: min(100% - 34px, 980px);
    padding: 36px 0 28px;
  }
  .dkon-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .dkon-form-card {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .dkon-shell { width: min(100% - 24px, 620px); padding-bottom: 22px; }
  .dkon-breadcrumbs { margin-bottom: 24px; }
  .dkon-copy h1 { font-size: 54px; letter-spacing: -1.6px; }
  .dkon-heading-line { margin: 22px 0 26px; height: 5px; }
  .dkon-intro {
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.37;
  }
  .dkon-info-block {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dkon-icon-wrap {
    width: 78px;
    height: 78px;
    margin-top: 0;
  }
  .dkon-icon-wrap svg {
    width: 34px;
    height: 34px;
  }
  .dkon-info-copy h2 { font-size: 34px; }
  .dkon-info-copy p { font-size: 15px; line-height: 1.37; }
  .dkon-form-card {
    padding: 24px 20px;
    border-radius: 14px;
  }
  .dkon-form-card h2 { font-size: 33px; }
  .dkon-form-card > p { font-size: 16px; margin-bottom: 20px; }
  .dkon-form label > span { font-size: 16px; }
  .dkon-form input,
  .dkon-form select,
  .dkon-form textarea { font-size: 16px !important; }
  .dkon-form input,
  .dkon-form select { min-height: 54px; }
  .dkon-form textarea { min-height: 132px; }
  .dkon-form button {
    min-height: 58px;
    font-size: 18px !important;
    gap: 10px;
  }
}

.dkon-page { margin-bottom: 0; }
