/* ============================================================
   polozhenie-css-addition.css
   Стили для страницы «Положение фестиваля-конкурса
   Красота спасёт мир 2026»
   ============================================================ */

/* --- Секция Положения --- */
.poz-section {
  padding: 30px 0 60px;
}

.poz-container {
  max-width: 920px;
  margin: 0 auto;
}

/* --- Карточка контента --- */
.poz-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 36px 32px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  line-height: 1.7;
  font-size: 0.92rem;
}

/* --- Блок Минкульт --- */
.poz-minkult {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding: 14px 18px;
  background: #f8f9fb;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.poz-minkult img {
  height: 60px;
  flex-shrink: 0;
}

.poz-minkult p {
  margin: 0;
  font-size: 0.82rem;
  color: #666;
}

/* --- Заголовки h2 секций --- */
.poz-h2 {
  font-size: 1.05rem;
  font-weight: bold;
  color: #222;
  margin: 32px 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cc0d53;
}

/* --- Текстовый абзац (большой отступ) --- */
.poz-text {
  margin-bottom: 18px;
}

/* --- Элемент списка (маленький отступ) --- */
.poz-item {
  margin-bottom: 6px;
}

/* --- Элемент списка цен (еще меньше) --- */
.poz-price-item {
  margin-bottom: 4px;
}

/* --- Ссылки --- */
.poz-link {
  color: #cc0d53;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.poz-phone-link {
  color: #333;
}

/* --- Подчеркнутый текст --- */
.poz-underline {
  text-decoration: underline;
}

/* --- Примечание (мелкий серый текст) --- */
.poz-note {
  margin-bottom: 18px;
  font-size: 0.85rem;
  color: #666;
}

/* --- Алерт-блок с бордером слева --- */
.poz-alert-bordered {
  background: #fff3f3;
  border-left: 4px solid #cc0d53;
  border-radius: 0 10px 10px 0;
  padding: 14px 18px;
  margin-bottom: 18px;
}

.poz-alert-bordered p {
  margin: 0;
  color: #cc0d53;
  font-weight: bold;
  font-size: 0.9rem;
}

/* --- Алерт-блок скруглённый --- */
.poz-alert-box {
  background: #fff3f3;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 18px;
}

.poz-alert-box p:first-child {
  margin: 0 0 10px;
  color: #cc0d53;
  font-weight: bold;
  font-size: 0.88rem;
}

.poz-alert-box p:last-child {
  margin: 0;
  font-size: 0.85rem;
  color: #555;
}

/* --- Контактный блок --- */
.poz-contacts {
  background: #f8f9fb;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 18px;
}

.poz-contacts p {
  margin: 0 0 8px;
}

.poz-contacts p:last-child {
  margin: 0;
}

/* --- Кнопка подачи заявки --- */
.poz-cta-wrap {
  text-align: center;
  margin-top: 32px;
}

.poz-cta-btn {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(25deg, #cc0d53, #ffc532);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 15px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.poz-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(204, 13, 83, 0.4);
}
