/* ==========================================================================
   Iron Bank Кыргызстан — page-stub.css (технические страницы-заглушки)
   ========================================================================== */

.stub {
  padding: 72px 0 96px;
  min-height: 46vh;
}

.stub__panel {
  max-width: 46rem;
  padding: clamp(28px, 5vw, 52px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.stub h1 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.3rem);
  font-weight: 800;
  margin-bottom: .7em;
}

.stub h1::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 14px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(232, 184, 91, 0));
}

.stub p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.stub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* Наполнение политики/документов */

.stub__panel.prose {
  max-width: 52rem;
}

.stub__panel.prose p {
  margin: 0 0 1.1em;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.stub__panel.prose h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text);
  margin: 1.6em 0 .6em;
}

.stub__panel.prose h2:first-of-type {
  margin-top: 1.2em;
}

.stub__panel.prose ul {
  margin: 0 0 1.2em;
  padding-left: 1.4em;
  color: var(--muted);
}

.stub__panel.prose li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.stub__panel.prose em {
  color: var(--muted);
  font-size: .95rem;
}

/* Контактная форма */

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.contact-form__field {
  display: grid;
  gap: 8px;
}

.contact-form__field label {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  padding: 13px 16px;
  background: rgba(13, 27, 30, .6);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form__field textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: rgba(188, 203, 199, .55);
}

.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(232, 184, 91, .18);
}

.contact-form__note {
  margin: 0;
  font-size: .88rem;
  color: var(--muted);
}

.contact-form .btn {
  justify-self: start;
  min-width: 200px;
}

@media (max-width: 560px) {
  .contact-form .btn {
    width: 100%;
  }
}
