/* ============================================================
   Страница «Наклейки» — блоки только этой страницы.
   Общие компоненты (шаги, карточки-фото, hero-строки) — в pages.css.
   Подключается ПОСЛЕ styles.css и pages.css.
   ============================================================ */

/* ---------- HERO ---------- */
.hero--stickers .hero__title{max-width:860px;}
.hero--stickers .hero__meta{gap:20px;}
.hero--stickers .hero__lead{max-width:690px;}
.hero--stickers .hero__features{gap:15px 40px;flex-wrap:wrap;max-width:690px;}
.hero--stickers .feat svg{width:21px;height:21px;flex:none;}

/* ---------- Заголовки блоков ---------- */
/* Снимаем max-width:1050px из styles.css — только на этой странице. */
.head__text{max-width:none;}

/* ---------- Адаптив ---------- */
@media (max-width:1500px){
  .hero--stickers .hero__text{display:flex;flex-direction:column;gap:40px;max-width:600px;}
}
@media (max-width:1200px){
  .hero--stickers .hero__text{display:flex;flex-direction:column;gap:40px;max-width:450px;}
}
@media (max-width:1024px){
  .hero--stickers .hero__title{max-width:none;}
}
@media (max-width:768px){
  .hero--stickers .hero__features{gap:12px;flex-direction:column;align-items:flex-start;}
}
