/* ================================
   БАЗОВАЯ ОТСТУПЫ ДЛЯ СЕКЦИЙ
   ================================ */
.pfq-section {
  padding-block: 4.5rem;
}

/* ================================
   СЕКЦИЯ 1 — HERO (СВЕТЛЫЙ ДНЕВНОЙ ЛЁД)
   ================================ */
.pfq-hero {
  position: relative;
  padding-block: 5.2rem 4.8rem;
  background:
    radial-gradient(circle at 0 0, #dbeafe 0, rgba(219, 234, 254, 0.2) 30%, transparent 60%),
    radial-gradient(circle at 100% 0, rgba(167, 243, 208, 0.7) 0, rgba(219, 234, 254, 0.15) 40%, transparent 70%),
    linear-gradient(to bottom, #eff6ff 0, #f3f4f6 40%, #e5e7eb 100%);
  overflow: hidden;
}

/* Мягкое свечение "льда" под контентом */
.pfq-hero__glow {
  position: absolute;
  inset-inline: -20%;
  bottom: -40%;
  height: 60%;
  background: radial-gradient(circle at 50% 0, rgba(56, 189, 248, 0.3), transparent 65%);
  opacity: 0.6;
  filter: blur(10px);
  pointer-events: none;
}

/* "Сугробы" / ледяные пластины по бокам — без тёмного неона */
.pfq-hero__shard {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 60% 85% 70% 55%;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: radial-gradient(circle at 0 0, rgba(191, 219, 254, 0.6), rgba(219, 234, 254, 0.1));
  opacity: 0.7;
  filter: blur(1px);
  transform-origin: center;
  animation: pfq-shard-drift 18s ease-in-out infinite;
}

.pfq-hero__shard--left {
  left: -150px;
  top: 8%;
}

.pfq-hero__shard--right {
  right: -160px;
  top: 55%;
}

@keyframes pfq-shard-drift {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-14px) translateX(10px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

.pfq-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1.05fr);
  gap: 3.2rem;
  align-items: center;
}

/* Текстовая часть */
.pfq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  background: radial-gradient(circle at 0 0, #ffffff 0, #e5f2ff 80%);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--pfq-color-text-muted);
  margin-bottom: 1.2rem;
}

.pfq-hero__title {
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  color: var(--pfq-color-text-soft);
}

.pfq-hero__lead {
  font-size: 0.98rem;
  line-height: 1.8;
  color: var(--pfq-color-text-soft);
  margin-bottom: 0.9rem;
}

.pfq-hero__text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--pfq-color-text-muted);
  max-width: 31rem;
  margin-bottom: 1.6rem;
}

.pfq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.8rem;
}

/* Чипы-метрики — похожи на бирки на ящике */
.pfq-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.pfq-hero__meta-item {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: radial-gradient(circle at 0 0, rgba(209, 250, 229, 0.8), #ecfdf5);
  border: 1px solid rgba(5, 150, 105, 0.4);
  box-shadow: var(--pfq-shadow-chip);
}

.pfq-hero__meta-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(55, 65, 81, 0.9);
  margin-bottom: 0.15rem;
}

.pfq-hero__meta-value {
  font-size: 0.82rem;
  color: #064e3b;
}

/* Медиа-часть */
.pfq-hero__media {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pfq-hero__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  grid-auto-rows: auto;
  gap: 10px;
}

.pfq-hero__figure {
  position: relative;
  margin: 0;
  padding: 8px;
  border-radius: var(--pfq-radius-lg);
  background: radial-gradient(circle at 0 0, #ffffff 0, #e5f2ff 80%);
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: var(--pfq-shadow-soft);
  overflow: hidden;
}

.pfq-hero__figure--tall {
  grid-row: span 2;
}

.pfq-hero__figure--wide {
  grid-column: 2 / 3;
}

.pfq-hero__figure--small {
  align-self: flex-start;
}

.pfq-hero__img {
  border-radius: calc(var(--pfq-radius-lg) - 8px);
  transition:
    transform var(--pfq-transition-med),
    box-shadow var(--pfq-transition-med),
    filter var(--pfq-transition-med);
}

/* Три разных оттенка тени — но уже без неона */
.pfq-hero__img--glow {
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.25);
}

.pfq-hero__img--warm {
  box-shadow: 0 18px 40px rgba(249, 115, 22, 0.28);
}

.pfq-hero__img--soft {
  box-shadow: 0 14px 28px rgba(148, 163, 184, 0.45);
}

/* Hover-эффект только для мыши */
@media (hover: hover) and (pointer: fine) {
  .pfq-hero__figure:hover .pfq-hero__img {
    transform: translateY(-6px) scale(1.02);
    filter: saturate(1.1);
  }
}

/* Подписи к фото */
.pfq-hero__caption {
  margin-top: 6px;
  font-size: 0.75rem;
  color: var(--pfq-color-text-muted);
}

/* Заметка под галереей */
.pfq-hero__note {
  align-self: stretch;
  padding: 0.85rem 1rem;
  border-radius: var(--pfq-radius-md);
  border: 1px dashed rgba(148, 163, 184, 0.7);
  background: radial-gradient(circle at 100% 0, #ffffff 0, #e0f2fe 65%);
}

.pfq-hero__note-label {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pfq-color-text-muted);
  margin-bottom: 0.25rem;
}

.pfq-hero__note-text {
  font-size: 0.86rem;
  color: var(--pfq-color-text-soft);
  line-height: 1.7;
}

/* ================================
   АДАПТИВ HERO
   ================================ */
@media (max-width: 1040px) {
  .pfq-hero__grid {
    gap: 2.5rem;
  }

  .pfq-hero__title {
    font-size: 1.9rem;
  }
}

@media (max-width: 880px) {
  .pfq-hero {
    padding-block: 4.5rem 4rem;
  }

  .pfq-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-hero__media {
    order: -1;
  }

  .pfq-hero__gallery {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .pfq-hero__shard--left {
    left: -170px;
    top: 6%;
  }

  .pfq-hero__shard--right {
    right: -180px;
    top: 60%;
  }

  .pfq-hero__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pfq-hero {
    padding-block: 4rem 3.5rem;
  }

  .pfq-hero__title {
    font-size: 1.6rem;
  }

  .pfq-hero__lead {
    font-size: 0.94rem;
  }

  .pfq-hero__text {
    font-size: 0.9rem;
  }

  .pfq-hero__meta {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-hero__gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-hero__figure--tall {
    grid-row: auto;
  }

  .pfq-hero__figure--wide {
    grid-column: auto;
  }

  .pfq-hero__note {
    margin-top: 0.4rem;
  }

  .pfq-hero__shard {
    opacity: 0.4;
    filter: blur(2px);
  }
}

@media (max-width: 480px) {
  .pfq-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pfq-btn {
    width: 100%;
    justify-content: center;
  }
}
/* ================================
   СЕКЦИЯ 2 — ЛЕДОВОЙ МАРШРУТ ДНЯ
   ================================ */
.pfq-track {
  background:
    radial-gradient(circle at 0 0, #e0f2fe 0, rgba(224, 242, 254, 0.4) 25%, transparent 55%),
    linear-gradient(to bottom, #eff6ff 0, #f9fafb 45%, #eef2ff 100%);
}

.pfq-track__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.1fr);
  gap: 2.8rem;
  align-items: flex-start;
}

.pfq-track__intro {
  position: relative;
}

.pfq-track__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 1rem;
}

.pfq-track__text {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--pfq-color-text-soft);
  margin-bottom: 0.7rem;
}

.pfq-track__text--muted {
  color: var(--pfq-color-text-muted);
}

.pfq-track__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1rem 0 1.4rem;
}

.pfq-chip {
  font-size: 0.78rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: radial-gradient(circle at 0 0, #e0f2fe 0, #f9fafb 80%);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: var(--pfq-color-text-muted);
}

.pfq-track__figure {
  margin: 0;
  margin-top: 1rem;
  padding: 8px;
  border-radius: var(--pfq-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: var(--pfq-shadow-soft);
}

.pfq-track__caption {
  margin-top: 6px;
  font-size: 0.78rem;
  color: var(--pfq-color-text-muted);
}

.pfq-track__img {
  border-radius: calc(var(--pfq-radius-lg) - 8px);
}

/* Таймлайн справа */
.pfq-track__timeline {
  position: relative;
  padding-left: 20px;
  display: grid;
  gap: 1.4rem;
}

.pfq-track__line {
  position: absolute;
  left: 6px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: linear-gradient(to bottom, #0ea5e9, #10b981, #f97316);
  opacity: 0.7;
}

.pfq-track__slot {
  position: relative;
  padding-left: 10px;
}

.pfq-track__time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.4rem;
}

.pfq-track__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 2px solid #0ea5e9;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.15);
}

.pfq-track__label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--pfq-color-text-muted);
}

.pfq-track__content {
  padding: 0.6rem 0.8rem 0.9rem;
  border-radius: var(--pfq-radius-md);
  background: radial-gradient(circle at 0 0, #ffffff 0, #e0f2fe 80%);
  border: 1px solid rgba(148, 163, 184, 0.55);
  box-shadow: var(--pfq-shadow-soft);
}

.pfq-track__content p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-soft);
}

.pfq-track__content--evening {
  background: radial-gradient(circle at 100% 0, #fffbeb 0, #fef3c7 40%, #f9fafb 100%);
  border-color: rgba(251, 191, 36, 0.6);
}

/* ================================
   СЕКЦИЯ 3 — СОСТОЯНИЯ ЛЬДА
   ================================ */
.pfq-ice-states {
  background:
    radial-gradient(circle at 100% 0, rgba(209, 250, 229, 0.7) 0, rgba(209, 250, 229, 0.08) 40%, transparent 70%),
    linear-gradient(to bottom, #f9fafb 0, #e5f2ff 40%, #eff6ff 100%);
}

.pfq-ice-states__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: flex-start;
}

.pfq-ice-states__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 1rem;
}

.pfq-ice-states__text {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--pfq-color-text-soft);
  margin-bottom: 0.7rem;
}

.pfq-ice-states__text--muted {
  color: var(--pfq-color-text-muted);
}

.pfq-ice-states__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0.8rem 0 1.2rem;
  padding: 0;
  list-style: none;
}

.pfq-ice-tag {
  font-size: 0.78rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: #ecfeff;
  border: 1px solid #22c1d6;
  color: #0f172a;
}

.pfq-ice-states__figure {
  margin: 0;
  padding: 8px;
  border-radius: var(--pfq-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: var(--pfq-shadow-soft);
}

.pfq-ice-states__img {
  border-radius: calc(var(--pfq-radius-lg) - 8px);
}

.pfq-ice-states__caption {
  margin-top: 6px;
  font-size: 0.78rem;
  color: var(--pfq-color-text-muted);
}

/* Правая колонка */
.pfq-ice-states__right {
  display: grid;
  gap: 0.9rem;
}

.pfq-ice-state {
  border-radius: var(--pfq-radius-md);
  padding: 0.85rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.pfq-ice-state__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.4rem;
}

.pfq-ice-state--safe .pfq-ice-state__badge {
  background: #ecfdf5;
  color: #047857;
}

.pfq-ice-state--care .pfq-ice-state__badge {
  background: #fffbeb;
  color: #92400e;
}

.pfq-ice-state--danger .pfq-ice-state__badge {
  background: #fef2f2;
  color: #b91c1c;
}

.pfq-ice-state__title {
  font-size: 0.98rem;
  margin-bottom: 0.25rem;
  color: var(--pfq-color-text-soft);
}

.pfq-ice-state__body p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-muted);
}

/* Нижняя полоса с фото */
.pfq-ice-states__strip {
  margin: 0.3rem 0 0;
  padding: 7px;
  border-radius: var(--pfq-radius-md);
  background: #f1f5f9;
  border: 1px dashed rgba(148, 163, 184, 0.8);
}

.pfq-ice-states__img-strip {
  border-radius: calc(var(--pfq-radius-md) - 5px);
}

.pfq-ice-states__strip-caption {
  margin-top: 4px;
  font-size: 0.78rem;
  color: var(--pfq-color-text-muted);
}

/* ================================
   СЕКЦИЯ 4 — КАРТА ОШИБОК
   ================================ */
.pfq-mistakes {
  background:
    radial-gradient(circle at 0 0, #fee2e2 0, rgba(254, 226, 226, 0.15) 38%, transparent 70%),
    linear-gradient(to bottom, #f9fafb 0, #fef9c3 45%, #f3f4f6 100%);
}

.pfq-mistakes__head {
  max-width: 42rem;
  margin-bottom: 2.2rem;
}

.pfq-mistakes__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 0.9rem;
}

.pfq-mistakes__subtitle {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--pfq-color-text-soft);
}

.pfq-mistakes__map {
  position: relative;
  padding: 1.4rem 1.2rem 1.6rem;
  border-radius: var(--pfq-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: var(--pfq-shadow-soft);
  display: grid;
  gap: 1.2rem;
}

.pfq-mistakes__route {
  position: absolute;
  inset-inline: 12%;
  top: 36px;
  bottom: 30px;
  border-radius: 999px;
  border: 1px dashed rgba(248, 113, 113, 0.7);
  opacity: 0.8;
}

.pfq-mistakes__step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem 0.8rem;
  align-items: flex-start;
}

.pfq-mistakes__marker {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 600;
  background: radial-gradient(circle at 0 0, #f97316 0, #ef4444 70%);
  color: #f9fafb;
  box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.3);
}

.pfq-mistakes__body {
  display: grid;
  gap: 0.4rem;
}

.pfq-mistakes__step-title {
  font-size: 0.98rem;
  color: var(--pfq-color-text-soft);
}

.pfq-mistakes__body p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-muted);
}

.pfq-mistakes__figure {
  margin: 0.3rem 0 0;
  padding: 6px;
  border-radius: var(--pfq-radius-md);
  background: #f9fafb;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

.pfq-mistakes__figure--right {
  justify-self: flex-end;
}

.pfq-mistakes__img {
  border-radius: calc(var(--pfq-radius-md) - 4px);
}

/* ================================
   АДАПТИВ ДЛЯ СЕКЦИЙ 2–4
   ================================ */
@media (max-width: 960px) {
  .pfq-track__grid,
  .pfq-ice-states__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-track__timeline {
    margin-top: 1rem;
  }

  .pfq-ice-states__right {
    margin-top: 0.4rem;
  }

  .pfq-mistakes__route {
    inset-inline: 5%;
  }
}

@media (max-width: 720px) {
  .pfq-track__grid {
    gap: 2rem;
  }

  .pfq-mistakes__map {
    padding-inline: 1rem;
  }

  .pfq-mistakes__route {
    display: none;
  }

  .pfq-mistakes__step {
    grid-template-columns: auto minmax(0, 1fr);
  }
}

@media (max-width: 540px) {
  .pfq-track,
  .pfq-ice-states,
  .pfq-mistakes {
    padding-block: 3.5rem;
  }

  .pfq-track__title,
  .pfq-ice-states__title,
  .pfq-mistakes__title {
    font-size: 1.4rem;
  }

  .pfq-track__chips {
    gap: 6px;
  }

  .pfq-ice-states__strip {
    margin-top: 0.6rem;
  }

  .pfq-mistakes__step {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-mistakes__marker {
    margin-bottom: 0.3rem;
  }

  .pfq-mistakes__figure--right {
    justify-self: stretch;
  }
}
/* ================================
   СЕКЦИЯ 5 — ЛАБОРАТОРИЯ СНАСЕЙ
   ================================ */
.pfq-gear {
  background:
    radial-gradient(circle at 100% 0, #d1fae5 0, rgba(209, 250, 229, 0.2) 35%, transparent 70%),
    linear-gradient(to bottom, #ecfdf5 0, #e0f2fe 40%, #f3f4f6 100%);
}

.pfq-gear__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.05fr);
  gap: 2.6rem;
  align-items: flex-start;
}

.pfq-gear__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 1rem;
}

.pfq-gear__text {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--pfq-color-text-soft);
  margin-bottom: 0.7rem;
}

.pfq-gear__text--muted {
  color: var(--pfq-color-text-muted);
}

.pfq-gear__list {
  margin: 0.8rem 0 1.4rem;
  padding-left: 1.1rem;
}

.pfq-gear__item {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-muted);
}

.pfq-gear__item + .pfq-gear__item {
  margin-top: 0.2rem;
}

/* Стопка изображений */
.pfq-gear__stack {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.6rem;
  max-width: 360px;
}

.pfq-gear__figure {
  margin: 0;
  padding: 6px;
  border-radius: var(--pfq-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: var(--pfq-shadow-soft);
}

.pfq-gear__figure--main {
  transform: rotate(-1.5deg);
}

.pfq-gear__figure--secondary {
  position: absolute;
  right: -16px;
  bottom: -10px;
  width: 62%;
  transform: rotate(4deg);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
}

.pfq-gear__img {
  border-radius: calc(var(--pfq-radius-lg) - 6px);
}

/* Правая часть — карточка и шкала */
.pfq-gear__right {
  display: grid;
  gap: 1.4rem;
}

.pfq-gear__card {
  padding: 1rem 1.1rem 1.2rem;
  border-radius: var(--pfq-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: var(--pfq-shadow-soft);
}

.pfq-gear__card-title {
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: var(--pfq-color-text-soft);
}

.pfq-gear__card-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-muted);
}

.pfq-gear__scale {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.25rem;
}

.pfq-gear__scale-label {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--pfq-color-text-muted);
}

.pfq-gear__scale-bar {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.pfq-gear__scale-fill {
  position: absolute;
  inset-block: 0;
  left: 6%;
  right: 22%;
  border-radius: 999px;
  background: linear-gradient(90deg, #0ea5e9, #10b981);
}

/* Детальное фото */
.pfq-gear__detail {
  margin: 0;
  padding: 7px;
  border-radius: var(--pfq-radius-lg);
  background: #f9fafb;
  border: 1px dashed rgba(148, 163, 184, 0.8);
}

.pfq-gear__img-detail {
  border-radius: calc(var(--pfq-radius-lg) - 7px);
}

.pfq-gear__detail-caption {
  margin-top: 4px;
  font-size: 0.78rem;
  color: var(--pfq-color-text-muted);
}

/* ================================
   СЕКЦИЯ 6 — ГЛУБИНЫ И ПРИМАНКИ
   ================================ */
.pfq-lures {
  background:
    radial-gradient(circle at 0 0, #bae6fd 0, rgba(186, 230, 253, 0.25) 30%, transparent 65%),
    linear-gradient(to bottom, #e0f2fe 0, #f9fafb 35%, #eef2ff 100%);
}

.pfq-lures__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.1fr);
  gap: 2.8rem;
  align-items: flex-start;
}

.pfq-lures__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 1rem;
}

.pfq-lures__text {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--pfq-color-text-soft);
  margin-bottom: 0.7rem;
}

.pfq-lures__text--muted {
  color: var(--pfq-color-text-muted);
}

/* Полосы под глубину */
.pfq-lures__bands {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.5rem;
}

.pfq-lures__band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  font-size: 0.84rem;
}

.pfq-lures__depth {
  font-weight: 600;
  color: #0f172a;
}

.pfq-lures__hint {
  color: var(--pfq-color-text-muted);
}

/* Цвета по глубине */
.pfq-lures__band--shallow {
  background: radial-gradient(circle at 0 0, #ecfeff 0, #e0f2fe 80%);
}

.pfq-lures__band--mid {
  background: radial-gradient(circle at 0 0, #ddf4ff 0, #fef9c3 80%);
}

.pfq-lures__band--deep {
  background: radial-gradient(circle at 0 0, #e0e7ff 0, #dbeafe 80%);
}

/* Правая часть — изображения */
.pfq-lures__visual {
  display: grid;
  gap: 1rem;
}

.pfq-lures__figure {
  margin: 0;
  padding: 7px;
  border-radius: var(--pfq-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: var(--pfq-shadow-soft);
}

.pfq-lures__figure--sonar {
  transform: translateY(4px);
}

.pfq-lures__figure--tray {
  transform: translateX(8px);
}

.pfq-lures__img {
  border-radius: calc(var(--pfq-radius-lg) - 7px);
}

.pfq-lures__caption {
  margin-top: 5px;
  font-size: 0.78rem;
  color: var(--pfq-color-text-muted);
}

/* ================================
   СЕКЦИЯ 7 — ДНЕВНИК ВЫЕЗДОВ
   ================================ */
.pfq-logbook {
  background:
    radial-gradient(circle at 100% 0, #fee2e2 0, rgba(254, 226, 226, 0.2) 30%, transparent 65%),
    linear-gradient(to bottom, #fef9c3 0, #f9fafb 45%, #e5e7eb 100%);
}

.pfq-logbook__head {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.pfq-logbook__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 0.9rem;
}

.pfq-logbook__subtitle {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--pfq-color-text-soft);
}

/* Три колонны */
.pfq-logbook__columns {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 1.6rem;
  align-items: flex-start;
}

/* Записи */
.pfq-log {
  position: relative;
  padding: 0.85rem 1rem 1rem;
  border-radius: var(--pfq-radius-md);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.pfq-log + .pfq-log {
  margin-top: 0.8rem;
}

.pfq-log__header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.6rem;
  align-items: center;
  margin-bottom: 0.4rem;
}

.pfq-log__tag {
  font-size: 0.78rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0f172a;
}

.pfq-log__meta {
  font-size: 0.78rem;
  color: var(--pfq-color-text-muted);
}

.pfq-log__text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-muted);
}

.pfq-log--frost {
  border-color: rgba(56, 189, 248, 0.6);
}

.pfq-log--wind {
  border-color: rgba(59, 130, 246, 0.6);
}

.pfq-log--quiet {
  border-color: rgba(234, 179, 8, 0.7);
}

/* Миниатюры */
.pfq-logbook__thumb {
  margin: 0.7rem 0 0;
  padding: 6px;
  border-radius: var(--pfq-radius-md);
  background: #f9fafb;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

.pfq-logbook__thumb--ice {
  max-width: 260px;
}

.pfq-logbook__thumb--sled {
  max-width: 260px;
}

.pfq-logbook__thumb--sunset {
  max-width: 260px;
}

.pfq-logbook__img {
  border-radius: calc(var(--pfq-radius-md) - 4px);
}

/* Правая колонка */
.pfq-logbook__column--media {
  display: grid;
  gap: 0.9rem;
}

/* ================================
   АДАПТИВ ДЛЯ СЕКЦИЙ 5–7
   ================================ */
@media (max-width: 1024px) {
  .pfq-gear__grid,
  .pfq-lures__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-gear__figure--secondary {
    position: absolute;
    right: -8px;
    bottom: -6px;
    width: 60%;
  }

  .pfq-logbook__columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .pfq-logbook__column--media {
    grid-column: span 2;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .pfq-gear__grid,
  .pfq-lures__grid {
    gap: 2rem;
  }

  .pfq-gear__figure--secondary {
    position: relative;
    right: auto;
    bottom: auto;
    width: 80%;
    margin-left: auto;
    margin-top: 0.6rem;
  }

  .pfq-logbook__columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-logbook__column--media {
    grid-column: auto;
    grid-auto-flow: row;
  }

  .pfq-logbook__thumb--ice,
  .pfq-logbook__thumb--sled,
  .pfq-logbook__thumb--sunset {
    max-width: 100%;
  }
}

@media (max-width: 540px) {
  .pfq-gear,
  .pfq-lures,
  .pfq-logbook {
    padding-block: 3.5rem;
  }

  .pfq-gear__title,
  .pfq-lures__title,
  .pfq-logbook__title {
    font-size: 1.4rem;
  }
}
/* ================================
   СЕКЦИЯ 8 — ПОГОДА И ВЕТЕР
   ================================ */
.pfq-weather {
  background:
    radial-gradient(circle at 0 0, #dbeafe 0, rgba(219, 234, 254, 0.4) 30%, transparent 65%),
    linear-gradient(to bottom, #eff6ff 0, #f9fafb 40%, #e5e7eb 100%);
}

.pfq-weather__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.05fr);
  gap: 2.6rem;
  align-items: flex-start;
}

.pfq-weather__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 0.9rem;
}

.pfq-weather__text {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--pfq-color-text-soft);
  margin-bottom: 0.6rem;
}

.pfq-weather__text--muted {
  color: var(--pfq-color-text-muted);
}

.pfq-weather__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0.8rem;
}

.pfq-weather-chip {
  font-size: 0.78rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: #ffffff;
  color: var(--pfq-color-text-muted);
}

.pfq-weather-chip--calm {
  background: #e0f2fe;
}

.pfq-weather-chip--windy {
  background: #fee2e2;
}

.pfq-weather-chip--snow {
  background: #f1f5f9;
}

.pfq-weather__right {
  display: grid;
  gap: 0.9rem;
}

.pfq-weather__figure {
  margin: 0;
  padding: 7px;
  border-radius: var(--pfq-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: var(--pfq-shadow-soft);
}

.pfq-weather__img {
  border-radius: calc(var(--pfq-radius-lg) - 7px);
}

.pfq-weather__caption {
  margin-top: 4px;
  font-size: 0.78rem;
  color: var(--pfq-color-text-muted);
}

/* ================================
   СЕКЦИЯ 9 — КОМПЛЕКТ ОДНОГО ДНЯ
   ================================ */
.pfq-kit {
  background:
    radial-gradient(circle at 100% 0, #d1fae5 0, rgba(209, 250, 229, 0.3) 30%, transparent 65%),
    linear-gradient(to bottom, #ecfdf5 0, #f9fafb 40%, #eef2ff 100%);
}

.pfq-kit__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.6rem;
  align-items: flex-start;
}

.pfq-kit__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}

.pfq-kit__text {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--pfq-color-text-soft);
}

.pfq-kit__block--list {
  align-self: center;
}

.pfq-kit__list {
  margin: 0;
  padding-left: 1rem;
}

.pfq-kit__item {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-muted);
}

.pfq-kit__block--images {
  display: grid;
  gap: 0.7rem;
}

.pfq-kit__figure {
  margin: 0;
  padding: 6px;
  border-radius: var(--pfq-radius-md);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.pfq-kit__figure--pack {
  justify-self: flex-start;
}

.pfq-kit__figure--thermos {
  justify-self: flex-end;
}

.pfq-kit__img {
  border-radius: calc(var(--pfq-radius-md) - 4px);
}

/* ================================
   СЕКЦИЯ 10 — МИНИ-КАРТА ТОЧЕК
   ================================ */
.pfq-spots {
  background:
    radial-gradient(circle at 0 0, #fee2e2 0, rgba(254, 226, 226, 0.3) 30%, transparent 65%),
    linear-gradient(to bottom, #fef9c3 0, #f9fafb 40%, #e5e7eb 100%);
}

.pfq-spots__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.05fr);
  gap: 2.4rem;
  align-items: flex-start;
}

.pfq-spots__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}

.pfq-spots__text {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--pfq-color-text-soft);
  margin-bottom: 0.7rem;
}

.pfq-spots__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 1rem;
}

.pfq-spots-tag {
  font-size: 0.78rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px dashed rgba(148, 163, 184, 0.9);
  background: #ffffff;
  color: var(--pfq-color-text-muted);
}

.pfq-spots-tag--start {
  border-color: #22c55e;
}

.pfq-spots-tag--slope {
  border-color: #0ea5e9;
}

.pfq-spots-tag--hole {
  border-color: #f97316;
}

.pfq-spots__figure {
  margin: 0;
  padding: 7px;
  border-radius: var(--pfq-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: var(--pfq-shadow-soft);
}

.pfq-spots__img {
  border-radius: calc(var(--pfq-radius-lg) - 7px);
}

.pfq-spots__note {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-muted);
  margin-bottom: 0.9rem;
}

.pfq-spots__caption {
  margin-top: 4px;
  font-size: 0.78rem;
  color: var(--pfq-color-text-muted);
}

/* ================================
   АДАПТИВ — СЕКЦИИ 8–10
   ================================ */
@media (max-width: 1024px) {
  .pfq-weather__grid,
  .pfq-spots__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-weather__right {
    margin-top: 0.6rem;
  }

  .pfq-spots__side {
    margin-top: 0.6rem;
  }

  .pfq-kit__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr);
  }

  .pfq-kit__block--images {
    grid-column: span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .pfq-kit__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-kit__block--images {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-kit__figure--pack,
  .pfq-kit__figure--thermos {
    justify-self: flex-start;
  }
}

@media (max-width: 540px) {
  .pfq-weather,
  .pfq-kit,
  .pfq-spots {
    padding-block: 3.5rem;
  }

  .pfq-weather__title,
  .pfq-kit__title,
  .pfq-spots__title {
    font-size: 1.4rem;
  }
}
/* ================================
   СЕКЦИЯ 11 — ЛАГЕРЬ НА ЛЬДУ
   ================================ */
.pfq-camp {
  background:
    radial-gradient(circle at 100% 0, #dbeafe 0, rgba(219, 234, 254, 0.45) 32%, transparent 70%),
    linear-gradient(to bottom, #eff6ff 0, #f9fafb 40%, #e5e7eb 100%);
}

.pfq-camp__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.05fr);
  gap: 2.6rem;
  align-items: flex-start;
}

.pfq-camp__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}

.pfq-camp__text {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--pfq-color-text-soft);
  margin-bottom: 0.5rem;
}

.pfq-camp__text--muted {
  color: var(--pfq-color-text-muted);
}

.pfq-camp__tiles {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.pfq-camp-tile {
  border-radius: var(--pfq-radius-md);
  padding: 0.7rem 0.9rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.pfq-camp-tile__title {
  font-size: 0.98rem;
  margin-bottom: 0.25rem;
  color: var(--pfq-color-text-soft);
}

.pfq-camp-tile__text {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--pfq-color-text-muted);
}

/* Правая колонка с галереей */
.pfq-camp__right {
  display: grid;
  gap: 0.8rem;
}

.pfq-camp__figure {
  margin: 0;
  padding: 7px;
  border-radius: var(--pfq-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: var(--pfq-shadow-soft);
}

.pfq-camp__figure--main {
  align-self: flex-start;
}

.pfq-camp__thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.pfq-camp__img {
  border-radius: calc(var(--pfq-radius-lg) - 7px);
}

.pfq-camp__caption {
  margin-top: 4px;
  font-size: 0.78rem;
  color: var(--pfq-color-text-muted);
}

/* ================================
   СЕКЦИЯ 12 — БЫСТРЫЕ ЧЕК-ЛИСТЫ
   ================================ */
.pfq-checks {
  background:
    radial-gradient(circle at 0 0, #d1fae5 0, rgba(209, 250, 229, 0.3) 30%, transparent 65%),
    linear-gradient(to bottom, #ecfdf5 0, #f9fafb 40%, #eef2ff 100%);
}

.pfq-checks__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.05fr);
  gap: 2.6rem;
  align-items: flex-start;
}

.pfq-checks__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}

.pfq-checks__rows {
  display: grid;
  gap: 0.7rem;
}

.pfq-check {
  border-radius: var(--pfq-radius-md);
  padding: 0.7rem 0.9rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
}

.pfq-check__title {
  font-size: 0.96rem;
  margin-bottom: 0.25rem;
  color: var(--pfq-color-text-soft);
}

.pfq-check__text {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--pfq-color-text-muted);
}

/* Правая часть — две фотографии */
.pfq-checks__right {
  display: grid;
  gap: 0.8rem;
}

.pfq-checks__figure {
  margin: 0;
  padding: 7px;
  border-radius: var(--pfq-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: var(--pfq-shadow-soft);
}

.pfq-checks__figure--layout {
  transform: translateY(2px);
}

.pfq-checks__figure--kit {
  max-width: 260px;
  justify-self: flex-end;
}

.pfq-checks__img {
  border-radius: calc(var(--pfq-radius-lg) - 7px);
}

/* ================================
   СЕКЦИЯ 13 — МОМЕНТЫ НА ЛЬДУ
   ================================ */
.pfq-moments {
  background:
    radial-gradient(circle at 100% 0, #fee2e2 0, rgba(254, 226, 226, 0.3) 30%, transparent 65%),
    linear-gradient(to bottom, #fef9c3 0, #f9fafb 40%, #e5e7eb 100%);
}

.pfq-moments__wrap {
  display: grid;
  gap: 1.5rem;
}

.pfq-moments__head {
  max-width: 34rem;
}

.pfq-moments__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.pfq-moments__text {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--pfq-color-text-soft);
}

/* Полоса из трёх фотографий */
.pfq-moments__strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.pfq-moments__figure {
  margin: 0;
  padding: 6px;
  border-radius: var(--pfq-radius-md);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

.pfq-moments__img {
  border-radius: calc(var(--pfq-radius-md) - 4px);
}

.pfq-moments__note {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-muted);
  max-width: 40rem;
}

/* ================================
   АДАПТИВ — СЕКЦИИ 11–13
   ================================ */
@media (max-width: 1024px) {
  .pfq-camp__grid,
  .pfq-checks__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-camp__right,
  .pfq-checks__right {
    margin-top: 0.6rem;
  }
}

@media (max-width: 720px) {
  .pfq-camp__thumbs {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-checks__figure--kit {
    max-width: 100%;
    justify-self: flex-start;
  }

  .pfq-moments__strip {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 540px) {
  .pfq-camp,
  .pfq-checks,
  .pfq-moments {
    padding-block: 3.5rem;
  }

  .pfq-camp__title,
  .pfq-checks__title,
  .pfq-moments__title {
    font-size: 1.4rem;
  }

  .pfq-moments__strip {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* ================================
   СЕКЦИЯ 14 — ВЕЧЕРНИЕ РИТУАЛЫ
   ================================ */
.pfq-rituals {
  background:
    radial-gradient(circle at 0 0, #dbeafe 0, rgba(219, 234, 254, 0.35) 30%, transparent 65%),
    linear-gradient(to bottom, #eff6ff 0, #f9fafb 40%, #e5e7eb 100%);
}

.pfq-rituals__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.05fr);
  gap: 2.6rem;
  align-items: flex-start;
}

.pfq-rituals__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}

.pfq-rituals__text {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--pfq-color-text-soft);
  margin-bottom: 0.6rem;
}

.pfq-rituals__list {
  margin: 0.4rem 0 0.9rem;
  padding-left: 1.1rem;
}

.pfq-rituals__item {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-muted);
}

.pfq-rituals__note {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-muted);
}

/* Стопка "фото" с вечерними моментами */
.pfq-rituals__right {
  display: flex;
  justify-content: center;
}

.pfq-rituals__stack {
  position: relative;
  width: min(320px, 100%);
  display: grid;
  gap: 0.7rem;
}

.pfq-rituals__figure {
  margin: 0;
  padding: 6px;
  border-radius: var(--pfq-radius-md);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.8);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.12);
}

.pfq-rituals__figure--top {
  transform: rotate(-2deg) translateX(-4px);
}

.pfq-rituals__figure--middle {
  transform: rotate(1.5deg) translateX(6px);
}

.pfq-rituals__figure--bottom {
  transform: rotate(-1deg);
}

.pfq-rituals__img {
  border-radius: calc(var(--pfq-radius-md) - 4px);
}

/* ================================
   СЕКЦИЯ 15 — КУДА ДАЛЬШЕ С POLARFIN QUEST
   ================================ */
.pfq-next {
  background:
    radial-gradient(circle at 100% 0, #d1fae5 0, rgba(209, 250, 229, 0.3) 30%, transparent 65%),
    linear-gradient(to bottom, #ecfdf5 0, #f9fafb 45%, #e5e7eb 100%);
}

.pfq-next__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.15fr);
  gap: 2.6rem;
  align-items: center;
}

/* Левая часть — панорама и миниатюры */
.pfq-next__visual {
  display: grid;
  gap: 0.9rem;
}

.pfq-next__figure {
  margin: 0;
  padding: 7px;
  border-radius: var(--pfq-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.8);
  box-shadow: var(--pfq-shadow-soft);
}

.pfq-next__figure--wide {
  transform: translateY(2px);
}

.pfq-next__thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.pfq-next__img {
  border-radius: calc(var(--pfq-radius-lg) - 7px);
}

/* Правая часть — текст и CTA */
.pfq-next__title {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}

.pfq-next__text {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--pfq-color-text-soft);
  margin-bottom: 0.4rem;
}

.pfq-next__text--muted {
  color: var(--pfq-color-text-muted);
}

.pfq-next__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1rem 0 1.1rem;
}

.pfq-next__bullets {
  margin: 0;
  padding-left: 1.1rem;
}

.pfq-next__bullet {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pfq-color-text-muted);
}

/* ================================
   АДАПТИВ — СЕКЦИИ 14–15
   ================================ */
@media (max-width: 1024px) {
  .pfq-rituals__grid,
  .pfq-next__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pfq-rituals__right {
    margin-top: 0.8rem;
  }

  .pfq-next__visual {
    order: -1;
  }
}

@media (max-width: 720px) {
  .pfq-next__thumbs {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 540px) {
  .pfq-rituals,
  .pfq-next {
    padding-block: 3.5rem;
  }

  .pfq-rituals__title,
  .pfq-next__title {
    font-size: 1.4rem;
  }
}
