/* HERO — только локальные стили под .tips-hero */
.tips-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(320px, 48vw, 560px);
  color: #fff;
  /* fallback цвет, если фон не подгрузился */
  background-color: #004288;
  /* фон через инлайн-переменную или задайте background-image непосредственно на элемент */
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: var(--hero-focal, 50% 50%);
  background-repeat: no-repeat;
  overflow: hidden;
padding:20px 0;
margin-bottom:50px;
padding-top:80px;
}

.tips-hero__overlay {
  position: absolute;
  inset: 0;
  background: #00428896;
  pointer-events: none;
}

/* Центрируем внутренний блок hero */
.tips-hero__inner{
  position: relative;
  z-index: 1;
  display: grid;
  /* узкая левая колонка (вертикальная картинка) + широкая правая */
  grid-template-columns: clamp(140px, 24vw, 360px) 1fr;
  align-items: center;
  gap: clamp(16px, 2.4vw, 40px);
  padding-block: clamp(24px, 6vw, 72px);
  min-height: clamp(360px, 48vw, 600px);

  /* ключ к выравниванию по центру */
  max-width: clamp(760px, 80vw, 1100px);
  margin-inline: auto;           /* <— центр по горизонтали */
  justify-items: start;          /* содержимое колонок остаётся «влево» */

}

/* Левая колонка — компактная под вертикальную картинку */
.tips-hero__media{
  max-width: clamp(160px, 22vw, 350px);
  width: 100%;
  justify-self: start;
}
.tips-hero__media picture,
.tips-hero__media img{
  display:block;
  width:100%;
  height:auto;
  object-fit: contain;
}

/* Правая колонка — больше места для текста */
.tips-hero__content{ max-width: 980px; }
.tips-hero__title{
  margin:0;
  line-height:1.15;
  font-size: clamp(24px, 4vw, 44px);
  text-wrap: balance;
}

/* Мобильная адаптация — одна колонка, блок по центру */
@media (max-width: 960px){
  .tips-hero__inner{
    grid-template-columns: 1fr;
    max-width: min(92vw, 680px);
  }
  .tips-hero__media{
    order:-1;          /* картинка сверху */
    margin-inline:auto;/* и по центру */
    max-width: 360px;
  }
}
/* Опционально ослабить оверлей, если исходное фото темное */
.tips-hero[data-overlay="light"] .tips-hero__overlay {
  background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.20) 60%, rgba(0,0,0,.16) 100%);
}

/* Чуть меньше вертикальный паддинг на очень узких экранах */
@media (max-width: 380px) {
  .tips-hero__inner { padding-block: 48px; }
}


/* ====== Tips Section (локальные стили) ====== */
.tips-section {
  padding-block: clamp(28px, 6vw, 80px);
padding-top:20px;
}

.tips-section__grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: clamp(16px, 4vw, 40px);
    align-items: center;
}

/* Реверс для чётных блоков */
.tips-section--reverse .tips-section__grid {
  grid-template-columns: 1.05fr 1fr;
}
.tips-section--reverse .tips-section__media {
  order: 2;
}
.tips-section--reverse .tips-section__content {
  order: 1;
}

.tips-section__media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}
.tips-section__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;            /* сглаживает скачки верстки при загрузке */
  object-fit: cover;
  object-position: center;
}

.tips-section__content { 
  /* внутренние отступы по вкусу, обычно не нужны при grid */
}

h2.tips-section__title {
    margin: 0 0 12px;
    font-weight: 800;
    line-height: 1.2;
    font-size: clamp(20px, 3.2vw, 30px);
    color: #004288;
    text-align: center;
    margin-bottom: 50px;
}

.tips-section__text {
  font-size: clamp(16px, 2.2vw, 15px);
  line-height: 1.6;
  color: #1c2740;
}
.tips-section__text h1 {
line-height: 1.2;
}

.tips-section__list {
  margin: 12px 0 0 0;
  padding: 0 0 0 1.15em;
}
.tips-section__list li { margin: 6px 0; }

/* Необязательная кнопка/ссылка */
.tips-section__link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

/* Адаптив */
@media (max-width: 960px) {
  .tips-section__grid {
    grid-template-columns: 1fr;
  }
  .tips-section--reverse .tips-section__media,
  .tips-section--reverse .tips-section__content {
    order: initial; /* на мобилках порядок единый: сначала картинка, потом текст */
  }
  .tips-section__media img { aspect-ratio: 16 / 9; }
}

/* Контейнер секции (локально для блока) */
.tips-cards { padding-block: clamp(28px, 6vw, 72px); }

/* Грид 6×N на десктопе, с адаптивными переломами */
.tips-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2.4vw, 24px);
  align-items: stretch; /* карточки одинаковой высоты в строке */
}

/* Карточка: иконка слева, текст справа */
.tips-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;       /* или center — если нужно центрировать по горизонту */
  gap: 10px;
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  height: 100%;                  /* чтобы карточки растягивались одинаково в гриде */
}

/* Иконка */
.tips-card__icon img {
  display: block;
  width: clamp(56px, 6vw, 64px);
  height: clamp(56px, 6vw, 64px);
  object-fit: contain;
  border-radius: 50%;
}

/* Текстовая часть */
h3.tips-card__title {
  margin: 2px 0 6px 0;
  font-weight: 800;
  line-height: 1.25;
  font-size: clamp(16px, 1.8vw, 18px);
}

.tips-card__body p {
  margin: 0 0 6px 0;
  font-size: clamp(14px, 1.7vw, 14px);
  line-height: 1.5;
}

.tips-card__list {
  margin: 6px 0 0 0;
  padding-left: 1.1em;
}
.tips-card__list li { margin: 4px 0; }

/* Адаптивные колонки */
@media (max-width: 1100px) {
  .tips-cards__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .tips-cards__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 420px) {
 .tips-cards__grid { grid-template-columns: 1fr; }
  .tips-card { grid-template-columns: 1fr; } /* на узких экранах иконка сверху */
  .tips-card__icon img {
    width: 56px; height: 56px; margin-bottom: 4px;
  }
}

/* Контейнер вкладок */
.pharmacy-tabs { 
margin-block: 24px 8px; 
padding-top:80px;
}

/* Заголовок страницы раздела */
h2.pharmacy-tabs__title { 
margin-top: 50px; 
color: #004288;
font-weight: bold;
text-align: center;
}

/* Кнопки-вкладки */
.pharmacy-tabs__controls {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}
.pharmacy-tabs__tab {
  appearance: none;
  border: 1px solid #004288;
  background: #fff;
  color: #004288;
  border-radius: 10px;
  padding: 15px 50px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.pharmacy-tabs__tab:hover { background: rgba(0,66,136,.06); }
.pharmacy-tabs__tab.is-active {
  background: #004288;
  color: #fff;
}
.pharmacy-tabs__tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,66,136,.25);
}

/* Панели вкладок */
.pharmacy-tabs__panels { }
.pharmacy-tabs__panel[hidden] { display: none; }  /* надёжно прячем неактивную */



/* ====== Steps (5 карточек, 3 в ряд) ====== */
.tips-steps { padding-block: clamp(28px, 6vw, 72px); 
padding-top:0}

.tips-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2.4vw, 24px);
  align-items: stretch;
}

.tips-step {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.tips-step__icon img {
  display: block;
  width: clamp(48px, 6vw, 64px);
  height: clamp(48px, 6vw, 64px);
  object-fit: contain;
  border-radius: 50%;
}

h3.tips-step__title {
  margin: 0;
  font-weight: 800;
  line-height: 1.25;
  font-size: clamp(16px, 1.8vw, 20px);
}

.tips-step__text { font-size: clamp(14px, 1.7vw, 16px); line-height: 1.55; }
.tips-step__list { margin: 6px 0 0; padding-left: 1.1em; }
.tips-step__list li { margin: 4px 0; }

/* Адаптив */
@media (max-width: 960px) {
  .tips-steps__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .tips-steps__grid { grid-template-columns: 1fr; }
}
.tips-steps--soft {
  position: relative; 
  overflow: hidden;              /* чтобы декоративные слои не выходили за края */
}
/* Только для секции с модификатором tips-steps--travel-2col */
.tips-steps--travel-2col .tips-steps__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2.4vw, 24px);
  align-items: stretch;
}

@media (max-width: 640px) {
  .tips-steps--travel-2col .tips-steps__grid {
    grid-template-columns: 1fr; /* одна колонка на узких экранах */
  }
}


/* ===== Burns help (структура секции) ===== */
.burn-help { padding-block: clamp(28px, 6vw, 72px); 
padding-top:0;}

/* Две колонки: слева шаги, справа шкала степеней */
.burn-help .burn-help__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* <- равные колонки */
  gap: clamp(16px, 3vw, 32px);
  align-items: start;
}

/* Заголовки внутри подпакетов */
h3.burn-help__subtitle { margin: 0 0 10px; font-weight: 800; font-size: clamp(18px, 2.6vw, 22px); }
.burn-step__body p {
padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
}
/* --- Шаги (1–3) --- */
.burn-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  + .burn-step { margin-top: 10px; }
}
.burn-step__num {
  width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 800;
  background: #004288; color: #fff;
  flex-shrink: 0;
}
.burn-step__title { margin: 0 0 6px; font-weight: 800; }

/* --- Шкала степеней --- */
.burn-grade {
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  + .burn-grade { margin-top: 10px; }
}
.burn-grade__title { margin: 0 0 6px; font-weight: 800; }
.burn-grade__list { margin: 6px 0 0; padding-left: 1.1em; 
margin-bottom: 15px;}

/* --- Callouts: два бокса ниже --- */
.burn-callouts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(12px, 2.4vw, 24px);
  margin-top: clamp(16px, 3vw, 32px);
}
.burn-callout {
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.burn-callout__title { margin: 0 0 8px; font-weight: 800; }
.burn-callout__list { margin: 6px 0 0; padding-left: 1.1em; }
.burn-callout--danger { border-left: 4px solid #da291c; }
.burn-callout--info   { border-left: 4px solid #004288; }

/* Адаптив */
@media (max-width: 960px) {
  .burn-help .burn-help__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .burn-callouts { grid-template-columns: 1fr; }
}

/* Общая основа для мягкого фона: безопасно для любых секций */
.tips-bg-bike,
.tips-bg-travel,
.tips-bg-burns,
.tips-bg-heat {
  position: relative;
  overflow: hidden;           /* прячем декоративные слои */
  background: #f7fbff;        /* fallback на случай старых браузеров */
}
.tips-bg-bike::before,
.tips-bg-travel::before,
.tips-bg-burns::before,
.tips-bg-heat::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* Велосипед: для .tips-section и .tips-steps--soft */
.tips-bg-bike {
  background: #00428812;
}
.tips-bg-bike::before {
  background:
    radial-gradient(900px 280px at 12% -10%, rgba(0,66,136,.06), transparent 60%),
    radial-gradient(1000px 320px at 88% 110%, rgba(218,41,28,.05), transparent 60%);
}

/* Путешественник: теплый песочный */
.tips-bg-travel {
  background: linear-gradient(180deg, #f7f8fb 0%, #f2f4f8 100%);
}
.tips-bg-travel::before {
  background:
    radial-gradient(900px 260px at 10% 110%, rgba(16,24,40,.04), transparent 60%);
}

/* Ожоги: свежий мятный */
.tips-bg-burns {
  background: linear-gradient(180deg, #f6fffb 0%, #effcf7 100%);
}
.tips-bg-burns::before {
  background:
    radial-gradient(900px 260px at 88% -10%, rgba(0,66,136,.05), transparent 60%);
}

/* Солнечный удар: мягкий «закатный» */
.tips-bg-heat {
   background: #00428812;
}


/* Контент поверх декоративного слоя */
.tips-bg-bike > *,
.tips-bg-travel > *,
.tips-bg-burns > *,
.tips-bg-heat > * { position: relative; z-index: 1; }
