/* Інформаційні сторінки (акції, доставка тощо) */

.static-page {
  --sp-text: #1f2937;
  --sp-muted: #6b7280;
  --sp-border: #e5e7eb;
  --sp-bg: #f9fafb;
  font-family: Roboto, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--sp-text);
  background: #fff;
  padding-bottom: 2.5rem;
}

.static-page .main.container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.static-page__inner {
  padding-top: 1.75rem;
}

.static-page__hero {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--sp-border);
}

.static-page__title {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.static-page__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--sp-muted);
}

.static-page__section {
  margin-bottom: 2rem;
}

.static-page__h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.static-page__p {
  margin: 0 0 0.85rem;
  line-height: 1.6;
}

.static-page__list {
  margin: 0 0 0.85rem;
  padding-left: 1.25rem;
  line-height: 1.55;
}

.static-page__list li {
  margin-bottom: 0.35rem;
}

.static-page__figure {
  margin: 0 0 1.25rem;
  border-radius: 8px;
  overflow: hidden;
  background: var(--sp-bg);
  border: 1px solid var(--sp-border);
}

.static-page__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-not-found .static-page__title {
  color: #b45309;
}
