/* Стили для страницы «Публичная оферта» */
.offer-policy-button {
  background: #ff8348;
  border: none;
  height: 36px;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  padding: 8px 30px 10px 30px;
}

.offer-page {
  background: #f8f9fa;
}

.offer-container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.offer-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  color: #1a1a2e;
  margin: 0 0 12px;
  line-height: 1.3;
}

.offer-date {
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  color: #888;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.offer-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  color: #1a1a2e;
  margin: 32px 0 16px;
}

.offer-content p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.7rem, 0.9vw, 0.9rem);
  line-height: 1.7;
  color: #444;
  margin: 0 0 12px;
}

.offer-content strong {
  color: #1a1a2e;
}

.offer-list {
  margin: 0 0 16px 20px;
  padding: 0;
}

.offer-list li {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.7rem, 0.9vw, 0.9rem);
  line-height: 1.7;
  color: #444;
  margin-bottom: 6px;
}

.offer-link {
  color: #02369c;
  text-decoration: underline;
  transition: color 0.2s;
}

.offer-link:hover {
  color: #021b54;
}

/* Планшеты */

/* Мобильные */
@media (max-width: 768px) {
  .offer-container {
    border-radius: 12px;
  }
  .offer-policy-switcher {
    /* в колонку */
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 70%;
  }
  .offer-policy-button {
    padding: 8px 20px 10px 20px;
  }
}
