/* Repaired merge of sub-splits */

/* Repaired merge of sub-splits */

/* Editorial magazine / rv-wrap — isolated. */

/* ================================================================
   ZOOKZY EDITORIAL REVIEW — 2026 Modern Magazine Standard
   ================================================================ */

/* --- CATEGORY THEMES --- */
.rv-wrap { --rv-h: #0f766e; --rv-l: #14b8a6; --rv-a: #0d9488; --rv-soft: #f0fdfa; --rv-border: rgba(13,148,136,.15); --rv-rgb: 13,148,136; }
.rv-wrap[data-cat="car"],.rv-wrap[data-cat="motorcycle"],.rv-wrap[data-cat="scooter"],.rv-wrap[data-cat="bike"],.rv-wrap[data-cat="atv"],.rv-wrap[data-cat="buggy"],.rv-wrap[data-cat="minibus"],.rv-wrap[data-cat="tuktuk"] { --rv-h: #1e3a5f; --rv-l: #3b82f6; --rv-a: #2563eb; --rv-soft: #eff6ff; --rv-border: rgba(37,99,235,.12); --rv-rgb: 37,99,235; }
.rv-wrap[data-cat="yacht"],.rv-wrap[data-cat="boat"],.rv-wrap[data-cat="jetski"],.rv-wrap[data-cat="surfboard"],.rv-wrap[data-cat="kayak"] { --rv-h: #0c4a6e; --rv-l: #0ea5e9; --rv-a: #0284c7; --rv-soft: #f0f9ff; --rv-border: rgba(2,132,199,.12); --rv-rgb: 2,132,199; }
.rv-wrap[data-cat="villa"],.rv-wrap[data-cat="house"],.rv-wrap[data-cat="apartment"],.rv-wrap[data-cat="room"],.rv-wrap[data-cat="bungalow"] { --rv-h: #065f46; --rv-l: #10b981; --rv-a: #059669; --rv-soft: #ecfdf5; --rv-border: rgba(5,150,105,.12); --rv-rgb: 5,150,105; }
.rv-wrap[data-cat="food"] { --rv-h: #92400e; --rv-l: #f59e0b; --rv-a: #d97706; --rv-soft: #fffbeb; --rv-border: rgba(217,119,6,.12); --rv-rgb: 217,119,6; }
.rv-wrap[data-cat="tour"],.rv-wrap[data-cat="excursion"] { --rv-h: #5b21b6; --rv-l: #a78bfa; --rv-a: #7c3aed; --rv-soft: #f5f3ff; --rv-border: rgba(124,58,237,.12); --rv-rgb: 124,58,237; }
.rv-wrap[data-cat="entertainment"] { --rv-h: #9d174d; --rv-l: #f472b6; --rv-a: #db2777; --rv-soft: #fdf2f8; --rv-border: rgba(219,39,119,.12); --rv-rgb: 219,39,119; }
/* AI / travel news & generic editorial */
.rv-wrap[data-cat="travel"],
.rv-wrap[data-cat="ai"],
.rv-wrap[data-cat="news"],
.rv-wrap[data-cat="breaking"] { --rv-h: #5b21b6; --rv-l: #a78bfa; --rv-a: #7c3aed; --rv-soft: #f5f3ff; --rv-border: rgba(124,58,237,.12); --rv-rgb: 124,58,237; }

/* --- READING PROGRESS BAR --- */
#rvProgress {
  position: fixed; top: 0; left: 0; z-index: 9999;
  height: 3px; width: 0%; pointer-events: none;
  background: linear-gradient(90deg, var(--rv-h), var(--rv-l));
  transition: width .1s linear;
  box-shadow: 0 0 8px rgba(var(--rv-rgb),.5);
}

/* --- LAYOUT --- */
.rv-wrap .container { max-width: 860px; margin: 0 auto; padding: 0 1.25rem; }
.rv-wrap .rental-content-wrapper { display: block; }
.rv-wrap .rental-main-content { width: 100%; max-width: 100%; }
.rv-wrap .rental-main-info { background: #fff; padding: 0; border-radius: 20px; box-shadow: 0 2px 40px rgba(0,0,0,.07); overflow: hidden; }

/* --- BACK BUTTON --- */
.rv-back { margin-bottom: 1.25rem; display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; color: #64748b; font-size: .9rem; font-weight: 500; transition: color .2s; text-transform: uppercase; letter-spacing: 0.05em; }
.rv-back:hover { color: var(--rv-a); }
.rv-back svg { width: 18px; height: 18px; }

/* --- HERO --- */
.rv-hero {
  position: relative; width: 100%; height: 540px;
  overflow: hidden; background: #0f172a;
}
.rv-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s ease;
  display: block;
}
.rv-hero:hover img { transform: scale(1.04); }
.rv-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.3) 45%, rgba(0,0,0,.05) 100%);
}
.rv-hero-content {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 40px 48px;
}
.rv-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: linear-gradient(135deg, var(--rv-h), var(--rv-l));
  color: #fff; padding: 5px 14px; border-radius: 999px;
  font-size: .78rem; font-weight: 700; letter-spacing: .4px;
  box-shadow: 0 4px 16px rgba(0,0,0,.3); margin-bottom: 14px;
}
.rv-badge svg { width: 13px; height: 13px; }
.rv-hero-title {
  font-size: clamp(1.7rem, 4.5vw, 2.8rem); line-height: 1.2;
  color: #fff; margin: 0 0 16px; font-weight: 800;
  text-shadow: 0 2px 16px rgba(0,0,0,.4);
  letter-spacing: -.5px;
}
.rv-hero-meta {
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
  color: rgba(255,255,255,.8); font-size: .88rem;
}
.rv-hero-meta-item { display: inline-flex; align-items: center; gap: 5px; }
.rv-hero-meta-item svg { width: 15px; height: 15px; opacity: .7; }
.rv-reading-badge {
  background: rgba(255,255,255,.15); backdrop-filter: blur(8px);
  padding: 4px 12px; border-radius: 999px; font-size: .8rem;
  border: 1px solid rgba(255,255,255,.2);
}

/* --- NO HERO (text only) --- */
.rv-no-hero { padding: 44px 48px 0; }
.rv-no-hero .rv-badge { display: inline-flex; margin-bottom: 16px; }
.rv-no-hero .rv-hero-title { color: #0f172a; text-shadow: none; font-size: clamp(1.5rem,3.5vw,2.2rem); }
.rv-no-hero .rv-hero-meta { color: #64748b; }

/* --- QUICK STATS (Bento) --- */
.rv-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: #f1f5f9; border-bottom: 1px solid #f1f5f9;
}
.rv-stat {
  background: #fff; padding: 18px 20px; text-align: center;
  transition: background .2s;
}
.rv-stat:hover { background: var(--rv-soft); }
.rv-stat-icon { font-size: 1.3rem; margin-bottom: 4px; display: block; }
.rv-stat-val { font-size: 1rem; font-weight: 700; color: #0f172a; display: block; line-height: 1.2; }
.rv-stat-lbl { font-size: .72rem; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; margin-top: 2px; display: block; }

/* --- TABLE OF CONTENTS --- */
.rv-toc {
  margin: 36px 48px; padding: 20px 24px;
  background: var(--rv-soft); border-radius: 14px;
  border-left: 4px solid var(--rv-a);
}
.rv-toc-title { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--rv-a); margin-bottom: 10px; }
.rv-toc ol { margin: 0; padding-left: 18px; }
.rv-toc li { font-size: .9rem; color: #334155; margin-bottom: 6px; line-height: 1.4; }
.rv-toc a { color: #334155; text-decoration: none; transition: color .2s; }
.rv-toc a:hover { color: var(--rv-a); }

/* --- ARTICLE BODY --- */
.rv-body {
  padding: 40px 48px 32px;
  font-size: 1.06rem; line-height: 1.88;
  color: #334155;
}
.rv-body::after { content: ''; display: table; clear: both; }
.rv-body p { margin: 0 0 1.2em; }

/* Drop cap */
.rv-body > p:first-of-type::first-letter {
  float: left; font-size: 3.8em; line-height: .78;
  padding-right: 10px; padding-top: 7px;
  font-weight: 900; color: var(--rv-a);
  font-family: Georgia, 'Times New Roman', serif;
}

/* Headings — chapter style with big number */
.rv-body h2 {
  clear: both; margin: 2.5em 0 .75em;
  font-size: 1.4rem; font-weight: 800; color: #0f172a;
  display: flex; align-items: baseline; gap: 12px;
  padding-bottom: 0;
  border-bottom: none;
}
.rv-body h2 .ch-num {
  font-size: 2.2rem; font-weight: 900; line-height: 1;
  background: linear-gradient(135deg, var(--rv-h), var(--rv-l));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; flex-shrink: 0;
  font-family: Georgia, serif;
}
.rv-body h3 {
  margin: 1.6em 0 .55em; font-size: 1.12rem; font-weight: 700;
  color: #1e293b; padding-left: 14px;
  border-left: 3px solid var(--rv-l);
}
.rv-body a { color: var(--rv-a); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(0,0,0,.1); text-underline-offset: 3px; transition: all .2s; }
.rv-body strong { color: #0f172a; }

/* --- IMAGE LAYOUTS --- */
/* Banner: full bleed */
.rv-img-banner {
  display: block; width: calc(100% + 96px); margin-left: -48px;
  height: 360px; object-fit: cover;
  margin-top: 2em; margin-bottom: 2em;
  cursor: zoom-in; transition: filter .3s;
}
.rv-img-banner:hover { filter: brightness(1.04); }

/* Pair */
.rv-img-pair {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  margin: 2em 0; clear: both;
}
.rv-img-pair img {
  width: 100%; height: 280px; object-fit: cover;
  border-radius: 12px; cursor: zoom-in; transition: all .3s;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
/* Одиночное фото в pair — растягивается на всю ширину */
.rv-img-pair img:first-child:last-child {
  grid-column: 1 / -1;
  height: 320px;
}
.rv-img-pair img:hover { transform: scale(1.01); box-shadow: 0 8px 32px rgba(0,0,0,.13); }

/* Float right */
.rv-img-float-right {
  float: right; width: 340px; max-width: 45%;
  margin: .2em 0 1.4em 2em; border-radius: 14px;
  box-shadow: 0 6px 28px rgba(0,0,0,.1); cursor: zoom-in;
  object-fit: cover; transition: all .3s;
}
.rv-img-float-right:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,.15); }

/* Float left */
.rv-img-float-left {
  float: left; width: 340px; max-width: 45%;
  margin: .2em 2em 1.4em 0; border-radius: 14px;
  box-shadow: 0 6px 28px rgba(0,0,0,.1); cursor: zoom-in;
  object-fit: cover; transition: all .3s;
}
.rv-img-float-left:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,.15); }

/* --- PULL QUOTE --- */
.rv-pull-quote {
  clear: both; margin: 2.5em 0; padding: 0;
  font-size: 1.25rem; font-style: italic; line-height: 1.65;
  color: #0f172a; font-weight: 600; position: relative;
  padding-left: 28px;
}
.rv-pull-quote::before {
  content: ''; position: absolute; left: 0; top: 4px; bottom: 4px;
  width: 4px; border-radius: 2px;
  background: linear-gradient(180deg, #059669, #10b981);
}
.rv-pull-quote::after {
  content: '\201C\201D'; position: absolute;
  top: -20px; left: 28px; font-size: 5rem;
  color: var(--rv-l); opacity: .12; font-family: Georgia, serif;
  line-height: 1; pointer-events: none;
}

/* --- KEY HIGHLIGHT BOX --- */
.rv-highlight {
  clear: both; margin: 2em 0; padding: 22px 24px;
  background: var(--rv-soft); border-radius: 14px;
  border: 1px solid var(--rv-border);
  display: flex; gap: 14px; align-items: flex-start;
}
.rv-highlight-icon { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }
.rv-highlight-text { font-size: .97rem; color: #334155; line-height: 1.7; }
.rv-highlight-text strong { color: #0f172a; display: block; margin-bottom: 4px; font-size: 1rem; }

/* --- SECTION DIVIDER --- */
.rv-divider {
  clear: both; border: none; margin: 2.2em auto;
  width: 80px; height: 4px; border-radius: 3px;
  background: linear-gradient(90deg, #059669, #10b981);
  display: block;
}
/* hr внутри rv-body = тот же зелёный разделитель, НЕ дублировать стиль */
.rv-body hr {
  clear: both; border: none; display: block;
  width: 80px; height: 4px; border-radius: 3px;
  background: linear-gradient(90deg, #059669, #10b981);
  margin: 2.2em auto;
}
/* ДВОЙНЫЕ hr — AI иногда пишет --- \n --- (два подряд).
   :has() скрывает ПЕРВЫЙ hr если за ним идёт ещё один.
   В итоге видна только ОДНА зелёная линия (вторая). */
.rv-body hr:has(+ hr) { display: none; }

/* --- PHOTO STRIP --- */
.rv-img-strip {
  clear: both;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin: 2em -48px 0;
  padding: 0 48px 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--rv-border) transparent;
  background: transparent; /* без серого фона */
}
.rv-img-strip::-webkit-scrollbar { height: 4px; }
.rv-img-strip::-webkit-scrollbar-thumb { background: var(--rv-border); border-radius: 2px; }
.rv-img-strip img {
  flex-shrink: 0;
  height: 200px;
  width: auto;
  max-width: 320px;
  object-fit: cover;
  border-radius: 12px;
  cursor: zoom-in;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
}
.rv-img-strip img:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.14); }

@media (max-width: 768px) {
  /* margin/padding обнуляем — JS выровняет по герою через getBoundingClientRect */
  .rv-img-strip { margin: 1.5em 0 0; padding: 0 0 10px; scrollbar-width: none; background: transparent; }
  .rv-img-strip::-webkit-scrollbar { display: none; }
  .rv-img-strip img { height: 150px; border-radius: 9px; }
}
@media (max-width: 480px) {
  .rv-img-strip { margin: 1.2em 0 0; padding: 0 0 8px; scrollbar-width: none; background: transparent; }
  .rv-img-strip::-webkit-scrollbar { display: none; }
  .rv-img-strip img { height: 120px; border-radius: 8px; }
}

/* --- VERDICT (end of article) --- */
.rv-verdict {
  clear: both; margin: 2.5em 0 0; padding: 0 0 32px; position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
}
/* Verdict fills card width — inner padding for content */
.rv-verdict-label { font-size: .75rem; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.5); margin-bottom: 8px; padding: 36px 48px 0; }
.rv-verdict-title { font-size: 1.4rem; font-weight: 800; margin-bottom: 24px; padding: 0 48px; }
.rv-score-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; padding: 0 48px; }
.rv-score-row:last-child { margin-bottom: 0; }
.rv-score-name { font-size: .88rem; color: rgba(255,255,255,.7); width: 110px; flex-shrink: 0; }
.rv-score-bar-bg { flex: 1; height: 6px; background: rgba(255,255,255,.1); border-radius: 3px; overflow: hidden; }
.rv-score-bar-fill {
  height: 100%; border-radius: 3px; width: 0%;
  background: linear-gradient(90deg, var(--rv-h), var(--rv-l));
  transition: width 1.2s cubic-bezier(.4,0,.2,1);
}
.rv-score-num { font-size: .88rem; font-weight: 700; color: var(--rv-l); width: 36px; text-align: right; }

/* --- CTA CARD --- */
.rv-cta {
  clear: both; margin: 0; padding: 36px 48px; position: relative;
  background: linear-gradient(135deg, var(--rv-soft), #f8fafc);
}
.rv-cta-inner {
  display: flex; gap: 24px; align-items: center;
}
.rv-cta-img {
  width: 120px; height: 90px; object-fit: cover;
  border-radius: 12px; flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,.12);
}
.rv-cta-img-placeholder {
  width: 120px; height: 90px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--rv-h), var(--rv-l));
  display: flex; align-items: center; justify-content: center;
}
.rv-cta-img-placeholder svg { width: 36px; height: 36px; color: rgba(255,255,255,.6); }
.rv-cta-info { flex: 1; }
.rv-cta-eyebrow { font-size: .72rem; text-transform: uppercase; letter-spacing: .8px; color: var(--rv-a); font-weight: 700; margin-bottom: 4px; }
.rv-cta-name { font-size: 1.1rem; font-weight: 700; color: #0f172a; margin-bottom: 6px; line-height: 1.3; }
.rv-cta-meta { font-size: .85rem; color: #64748b; margin-bottom: 14px; }
.rv-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0; border-radius: 0; font-weight: 700;
  font-size: .95rem; text-decoration: none; color: #0d9488;
  background: none; box-shadow: none;
  transition: all .25s;
  border: none;
}
.rv-cta-btn:hover { transform: none; box-shadow: none; color: #0d9488; }
.rv-cta-btn svg {
  width: 24px; height: 24px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  padding: 5px;
  background: rgba(13,148,136,.12);
  color: #0d9488;
  transition: all .25s;
  stroke-width: 2.5;
}
.rv-cta-btn:hover svg {
  background: #0d9488;
  color: #fff;
}

/* --- SOCIAL SHARE --- */
.rv-share { padding: 24px 48px 32px; border-top: 1px solid var(--rv-border); }

/* --- STICKY MOBILE CTA --- */
.rv-sticky-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  padding: 14px 20px; background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px); border-top: 1px solid #e2e8f0;
  gap: 12px; align-items: center;
  box-shadow: 0 -4px 24px rgba(0,0,0,.1);
}
.rv-sticky-cta-text { flex: 1; }
.rv-sticky-cta-name { font-size: .9rem; font-weight: 700; color: #0f172a; }
.rv-sticky-cta-price { font-size: .8rem; color: #64748b; }
.rv-sticky-cta-btn {
  padding: 10px 22px; border-radius: 10px; font-weight: 700; font-size: .9rem;
  text-decoration: none; color: #fff; white-space: nowrap;
  background: linear-gradient(135deg, var(--rv-h), var(--rv-l));
}

/* --- LIGHTBOX --- */
.rv-lightbox {
  display: none; position: fixed; inset: 0; z-index: 99999;
  background: rgba(0,0,0,.94); backdrop-filter: blur(8px);
  justify-content: center; align-items: center; cursor: zoom-out;
}
.rv-lightbox.active { display: flex; }
.rv-lightbox img { max-width: 92vw; max-height: 88vh; object-fit: contain; border-radius: 8px; box-shadow: 0 8px 64px rgba(0,0,0,.5); cursor: default; }
.rv-lb-close { position: absolute; top: 20px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.15); border: none; color: #fff; font-size: 1.5rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.rv-lb-close:hover { background: rgba(255,255,255,.3); }
.rv-lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.12); border: none; color: #fff; font-size: 1.8rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; -webkit-user-select: none; user-select: none; }
.rv-lb-nav:hover { background: rgba(255,255,255,.25); }
.rv-lb-prev { left: 16px; }
.rv-lb-next { right: 16px;}
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  /* Standard site container padding — same as other pages on mobile */
  .rv-wrap .container { padding: 0 .75rem; }
  .rv-wrap .rental-content-wrapper,
  .rv-wrap .rental-main-content { width: 100%; }

  /* Card: НЕ overflow:hidden — иначе клипирует edge-to-edge изображения */
  .rv-wrap .rental-main-info {
    border-radius: 16px 16px 0 0;
    overflow: visible;
    box-shadow: 0 2px 20px rgba(0,0,0,.08);
    margin: 0;
  }
  /* Hero обрезает углы сам по себе — его overflow:hidden */
  .rv-wrap .rental-main-info .rv-hero {
    overflow: hidden;
    border-radius: 16px; /* закруглённые все 4 угла */
  }

  /* Back button: less vertical space */
  .rv-back { margin-bottom: .75rem; }

  /* Hero: fills card from very top, better proportions */
  .rv-hero {
    height: auto;
    min-height: 300px;
    max-height: 380px;
    border-radius: 16px; /* все 4 угла */
    margin-top: 0;
    overflow: hidden;
  }
  .rv-hero img { border-radius: 0; }
  .rv-hero-content { padding: 14px 14px 16px; }
  /* Заголовок: ограничиваем 2 строки, остальное скрываем */
  .rv-hero-title {
    font-size: 1.05rem;
    letter-spacing: -.2px;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
  }
  /* Excerpt: ограничиваем 3 строки */
  .rv-hero-excerpt {
    font-size: .82rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .rv-badge { font-size: .7rem; padding: 3px 10px; margin-bottom: 7px; }
  .rv-hero-meta { font-size: .75rem; gap: 6px; flex-wrap: wrap; }
  .rv-reading-badge { font-size: .7rem; padding: 2px 8px; }

  /* Stats bento: 2 cols */
  .rv-stats { grid-template-columns: repeat(2, 1fr); }
  .rv-stat { padding: 13px 10px; }
  .rv-stat-icon { font-size: 1.05rem; }
  .rv-stat-val { font-size: .88rem; }
  .rv-stat-lbl { font-size: .66rem; }

  /* TOC */
  .rv-toc { margin: 14px 0; border-radius: 10px; padding: 14px 16px; }

  /* Вердикт — дети с отступами (48px в magazine.css, но на мобиле 14px) */
  .rv-verdict-label { padding: 20px 14px 0; }
  .rv-verdict-title,
  .rv-score-row { padding: 0 14px; }
  .rv-score-row:last-child { padding-bottom: 20px; }
  .rv-cta { padding: 20px 14px; }
  .rv-cta-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .rv-cta-img { width: 100%; height: 160px; }
  .rv-cta-img-placeholder { width: 100%; height: 160px; }
  .rv-cta-btn { width: 100%; justify-content: center; }

.rv-toc li { font-size: .85rem; margin-bottom: 4px; }

  /* ─── ARTICLE BODY — compact newspaper-style reading ────────────────
     0.875rem = 14px body  |  1.7 line-height  |  14px side padding  */
  .rv-body {
    --bp: 0px;           /* боковой padding = 0 → текст по краям фотографий */
    padding: 18px var(--bp) 14px;
    font-size: .875rem;
    line-height: 1.72;
    color: #374151;
    overflow: visible;
  }
  .rv-body p { margin: 0 0 .9em; }

  /* Drop-cap мельче */
  .rv-body > p:first-of-type::first-letter {
    font-size: 2.4em;
    padding-right: 5px;
    padding-top: 4px;
    line-height: .72;
  }

  /* h2 — компактный */
  .rv-body h2 {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    padding-bottom: 0;
    border-bottom: none;
    margin: 1.55em 0 .4em;
    gap: 7px;
    letter-spacing: -.01em;
  }
  .rv-body h2 .ch-num {
    font-size: 1.2rem;
    line-height: 1;
  }

  /* h3 — мельче */
  .rv-body h3 {
    font-size: .88rem;
    font-weight: 700;
    padding-left: 9px;
    margin: 1.2em 0 .38em;
  }

  /* Blockquote */
  .rv-body blockquote {
    padding: .75rem .9rem;
    font-size: .82rem;
    margin: 1.3rem 0;
    line-height: 1.6;
  }

  /* ul/ol списки */
  .rv-body ul, .rv-body ol {
    margin: .5rem 0 1.2rem 1.2rem;
    line-height: 1.65;
  }
  .rv-body li { margin-bottom: .3em; }

  /* Float images — стек, от края до края (боди padding = 0) */
  .rv-img-float-right,
  .rv-img-float-left {
    float: none !important;
    display: block !important;
    position: static !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: 220px !important;
    object-fit: cover !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
  }

  /* Banner — card-edge-to-card-edge (боди padding=0 → margin .= 0, JS сделает точную коррекцию) */
  .rv-img-banner {
    display: block;
    position: static;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: none !important;
    height: 242px;
    object-fit: cover;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    border-radius: 10px;
  }

  /* Пары фото: СТЕК с зазором и закруглением — не впритык */
  .rv-img-pair {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 1em 0;
    border-radius: 0;
  }
  .rv-img-pair img {
    height: 240px;
    border-radius: 10px;
    width: 100%;
  }

  /* Карусель: trailing spacer для симметричного правого отступа */
  .rv-img-strip::after {
    content: '';
    display: block;
    min-width: 7px;    /* = padding-left карусели */
    flex-shrink: 0;
  }

  /* Pull-quote компактнее */
  .rv-pull-quote { font-size: .88rem; padding-left: 14px; margin: 1.4em 0; }

  /* Divider — зелёная линия, узкая */
  .rv-divider, .rv-body hr { margin: 1.4em auto; width: 52px; height: 3px; }

  /* ДВОЙНОЙ hr — скрыть первый (CSS :has, работает в современных браузерах) */
  .rv-body hr:has(+ hr) { display: none; }

  /* ─── VERDICT ─────────────────────────────────────────────────
     .rental-main-info has padding:0 and overflow:hidden,
     so margin:0 makes verdict fill 100% of card width naturally.
     padding: equal on left AND right (18px each) */
  .rv-verdict {
    margin: 1.5em 0 0;
    padding: 18px 18px 20px;
    clear: both;
  }
  .rv-verdict-label { font-size: .7rem; letter-spacing: .8px; margin-bottom: 6px; }
  .rv-verdict-title {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
  }
  .rv-score-row { gap: 8px; margin-bottom: 10px; }
  .rv-score-name { width: 82px; font-size: .78rem; }
  .rv-score-bar-bg { height: 5px; }
  .rv-score-num { font-size: .78rem; width: 42px; flex-shrink: 0; white-space: nowrap; }

  /* ─── CTA ───────────────────────────────────────────────────
     Equal padding left and right (18px each) */
  .rv-cta {
    margin: 0;
    padding: 18px 18px 20px;
  }
  .rv-cta-inner { flex-direction: column; gap: 12px; }
  .rv-cta-img, .rv-cta-img-placeholder { width: 100%; height: 140px; border-radius: 10px; }
  .rv-cta-name { font-size: .95rem; }
  .rv-cta-meta { font-size: .8rem; margin-bottom: 10px; }
  .rv-cta-btn { justify-content: flex-start; font-size: .9rem; }

  /* ─── SHARE ──────────────────────────────────────────────── */
  .rv-share { padding: 16px 18px 22px; }

  /* Sticky CTA */
  .rv-sticky-cta {
    display: flex;
    padding: 10px 14px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 480px) {
  .rv-wrap .container { padding: 0 .5rem; }

  .rv-hero { height: 240px; }
  .rv-hero-content { padding: 14px 12px; }
  .rv-hero-title { font-size: 1.05rem; }
  .rv-badge { font-size: .7rem; }

  .rv-stat { padding: 11px 8px; }
  .rv-stat-val { font-size: .82rem; }

  .rv-body { padding: 16px 12px 12px; font-size: .9rem; }

  /* Body padding now 12px, adjust image offset */
  .rv-img-float-right,
  .rv-img-float-left {
    width: calc(100% + 24px) !important;
    max-width: none !important;
    margin: 1em -12px !important;
  }
  .rv-img-banner { width: calc(100% + 24px); max-width: none; margin-left: -12px; height: 180px; }

  .rv-verdict { padding: 16px 14px 18px; }
  .rv-cta { padding: 16px 14px 18px; }
  .rv-share { padding: 14px 14px 80px; }
}
