/* ==========================================
   SEO pages isolation (only when body.seo-page)
   ========================================== */

/* 1) Убираем любые затемняющие overlay/backdrop только на SEO-страницах */
body.seo-page #simpleLightbox,
body.seo-page .lightbox-overlay,
body.seo-page .modal-backdrop,
body.seo-page .overlay,
body.seo-page [class*="overlay"],
body.seo-page [id*="overlay"] {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 2) Если затемнение сделано псевдослоем */
body.seo-page::before,
body.seo-page::after,
body.seo-page .site-header::before,
body.seo-page .site-header::after {
  content: none !important;
  display: none !important;
}

/* 3) Базовый контейнер SEO-страницы */
body.seo-page .seo-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 16px;
}

/* 4) Хлебные крошки */
body.seo-page .seo-breadcrumbs {
  opacity: 0.5;
  margin-bottom: 10px;
}
body.seo-page .seo-breadcrumbs a {
  text-decoration: none;
}

/* 5) Hero */
body.seo-page .seo-hero{
  display: flex;
  gap: 16px;
  align-items: stretch;
  margin-bottom: 18px;
  flex-wrap: nowrap; /* важно: не переносить на десктопе */
}

body.seo-page .seo-hero__img,
body.seo-page .seo-hero__info{
  flex: 1 1 0;
  min-width: 0;
}

body.seo-page .seo-hero__img{
  display: flex;
}

body.seo-page .seo-hero__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  min-height: 320px; /* чтобы высота точно была */
}

body.seo-page .seo-hero__info{
  display: flex;
  flex-direction: column;
}

body.seo-page .seo-hero__info h1{
  margin: 0 0 8px 0;
}

/* На узких экранах — в колонку */
@media (max-width: 980px){
  body.seo-page .seo-hero{
    flex-wrap: wrap;
  }
  body.seo-page .seo-hero__img img{
    min-height: 260px;
  }
}

body.seo-page .seo-muted {
  margin: 0 0 12px 0;
  opacity: 0.85;
}

/* 6) Card */
body.seo-page .seo-card {
  background: #323232;
  border-radius: 14px;
  padding: 16px;
}

body.seo-page .seo-card h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
}

body.seo-page .seo-card ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.5;
}

/* 7) Sections */
body.seo-page .seo-section {
  margin: 22px 0;
}

body.seo-page .seo-section h2 {
  margin: 0 0 10px 0;
}

/* 8) Table */
body.seo-page .seo-table-wrap {
  overflow: auto;
  background: #323232;
  border-radius: 12px;
}

body.seo-page .seo-table {
  width: 100%;
  border-collapse: collapse;
}

body.seo-page .seo-table th,
body.seo-page .seo-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}

body.seo-page .seo-table thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.seo-page .seo-right {
  text-align: right !important;
}
body.seo-page, body.seo-page * { filter: none !important; }

/* FIX: на SEO-странице делаем нормальный (светлый) цвет текста */
body.seo-page {
  color: rgba(255,255,255,.92) !important;
}

body.seo-page a {
  color: rgba(255,255,255,.92) !important;
}

body.seo-page .seo-muted {
  color: rgba(255,255,255,.75) !important;
}

/* Заголовки */
body.seo-page h1,
body.seo-page h2,
body.seo-page h3 {
  color: rgba(255,255,255,.95) !important;
}

/* Таблица */
body.seo-page .seo-table th,
body.seo-page .seo-table td {
  color: rgba(255,255,255,.92) !important;
}


@media (max-width: 980px){
  body.seo-page .seo-fish-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px){
  body.seo-page .seo-fish-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px){
  body.seo-page .seo-fish-grid{ grid-template-columns: 1fr; }
}

body.seo-page .seo-fish-card{
  background:#323232;
  border-radius:14px;
  padding:12px;
}

body.seo-page .seo-fish-name{
  font-weight:800;
  margin-bottom:4px;
}

body.seo-page .seo-fish-meta{
  opacity:.75;
  font-size:13px;
}
body.seo-page .seo-fish-card--withimg{
  display:flex;
  gap:10px;
  align-items:center;
}

body.seo-page .seo-fish-icon img{
  width:44px;
  height:44px;
  object-fit:contain;
  border-radius:10px;
  background: rgba(255,255,255,.06);
  display:block;
}
body.seo-page .seo-fish-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:12px;
}

/* grid карточек наживок */
body.seo-page .seo-baits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 980px) {
  body.seo-page .seo-baits-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  body.seo-page .seo-baits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

body.seo-page .seo-bait-card{
  background:#323232;
  border-radius:14px;
  padding:10px;
  display:flex;
  align-items:center;
  gap:10px;
  position: relative;
}


body.seo-page .seo-bait-card img{
  width:44px;
  height:44px;
  object-fit:contain;
  border-radius:10px;
  background: rgba(255,255,255,.06);
  flex: 0 0 auto;
}

body.seo-page .seo-bait-noimg{
  width:44px;
  height:44px;
  border-radius:10px;
  background: rgba(255,255,255,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  opacity:.75;
  flex: 0 0 auto;
}

body.seo-page .seo-bait-info{ padding:20px; }

body.seo-page .seo-bait-name{ font-weight:700; margin:0 0 2px 0; }






body.seo-page .seo-bait-top{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
}

body.seo-page .seo-bait-count{
  font-weight:800;
  font-size:14px;
  opacity:.9;
  padding:2px 8px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  flex: 0 0 auto;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Снасти как в игре (эмодзи + звёзды) */
body.seo-page .water-gear{
  max-width: 720px;
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  max-width: 680px;
}

body.seo-page .water-gear__item{
  display: grid;
  grid-template-columns: 1fr auto; /* текст слева, звёзды справа */
  align-items: center;
  column-gap: 8px;
  min-width: 0;
}

body.seo-page .water-gear__label{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.1px;
  opacity: .95;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.seo-page .water-gear__stars{
  display: inline-flex;
  gap: 2px;
  justify-self: end; /* прижимаем вправо */
}

body.seo-page .water-gear__stars .star{
  font-size: 14px;
  line-height: 1;
}

body.seo-page .water-gear__stars .star.on{ color: #f1c232; }
body.seo-page .water-gear__stars .star.off{ color: rgba(255,255,255,.25);}

@media (max-width: 720px){
  body.seo-page .water-gear{ grid-template-columns: 1fr; max-width: 520px; }
  body.seo-page .water-gear__label{ white-space: normal; }
}

/* =========================
   Tips block (game-like)
   ========================= */
body.seo-page .tips-block{
 order-radius: 16px !important;
  overflow: hidden !important;
  background: #323232 !important;
  margin: 12px 0 18px !important;
}

body.seo-page .tips-head{
  background: rgba(255,255,255,.06) !important;
  padding: 12px 16px !important;
  font-weight: 800 !important;
}

body.seo-page .tips-body{
  display: grid !important;
  grid-template-columns: 1.1fr .9fr !important;
  gap: 14px !important;
  padding: 14px 16px 16px !important;
  align-items: stretch !important;
}

body.seo-page .tips-left{
  min-width: 0 !important;
}

body.seo-page .tips-list{
  list-style: none !important;   /* убираем точки */
  margin: 0 !important;
  padding-left: 18px !important;
  line-height: 1.55 !important;
}

body.seo-page .tips-list li{
  position: relative !important;
  padding-left: 26px !important;
  margin: 8px 0 !important;
}
body.seo-page .tips-list li::before{
  content: "✓";
  color: #66d36e;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(1px);
  opacity: .9;
}

body.seo-page .tips-note{
  margin-top: 10px !important;
  font-size: 12px !important;
  opacity: .75 !important;
}




