/**
 * Лендинг «Ремонт» (information_id=9, ЧПУ remont1).
 */
body.theme-prostore-like.information-information-9 .ps-repair-landing {
  --ps-repair-ink: #0c1222;
  --ps-repair-muted: #64748b;
  --ps-repair-card: #fff;
  --ps-repair-glow: rgba(199, 62, 62, 0.3);
  margin: 0 0 48px;
}

body.theme-prostore-like.information-information-9 .ps-repair-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(28px, 5vw, 52px) clamp(20px, 4vw, 48px);
  margin-bottom: 32px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 48%, #0f172a 100%);
  color: #f1f5f9;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.25);
}

body.theme-prostore-like.information-information-9 .ps-repair-hero::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(ellipse 60% 50% at 20% 30%, var(--ps-repair-glow), transparent 55%),
    radial-gradient(ellipse 50% 40% at 85% 70%, rgba(56, 189, 248, 0.2), transparent 50%);
  pointer-events: none;
}

body.theme-prostore-like.information-information-9 .ps-repair-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

body.theme-prostore-like.information-information-9 .ps-repair-hero__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d4b5b5;
  margin-bottom: 12px;
}

body.theme-prostore-like.information-information-9 .ps-repair-hero__title {
  margin: 0 0 16px;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

/* #content h1 в prostore899/good-port сильнее по специфичности — фиксируем контраст на тёмном герое */
body.theme-prostore-like.information-information-9 #content h1.ps-repair-hero__title {
  color: #fff !important;
}

body.theme-prostore-like.information-information-9 .ps-repair-hero__lead {
  margin: 0 0 24px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #cbd5e1;
}

body.theme-prostore-like.information-information-9 .ps-repair-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.theme-prostore-like.information-information-9 .ps-repair-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

body.theme-prostore-like.information-information-9 .ps-repair-btn--primary {
  background: var(--good-accent, #c73e3e);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(199, 62, 62, 0.3);
}

body.theme-prostore-like.information-information-9 .ps-repair-btn--primary:hover {
  background: var(--good-accent-hover, #b91c1c);
  color: #fff !important;
  transform: translateY(-1px);
}

body.theme-prostore-like.information-information-9 .ps-repair-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #e2e8f0 !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

body.theme-prostore-like.information-information-9 .ps-repair-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
}

body.theme-prostore-like.information-information-9 .ps-repair-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}

body.theme-prostore-like.information-information-9 .ps-repair-benefit {
  background: var(--ps-repair-card);
  border-radius: 16px;
  padding: 22px 20px;
  border: 1px solid var(--good-border, #e2e6ea);
  box-shadow: var(--good-shadow, 0 8px 24px rgba(15, 23, 42, 0.06));
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.theme-prostore-like.information-information-9 .ps-repair-benefit:hover {
  border-color: rgba(199, 62, 62, 0.25);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

body.theme-prostore-like.information-information-9 .ps-repair-benefit__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1f2, #fee2e2);
  color: var(--good-accent, #c73e3e);
  font-size: 20px;
  margin-bottom: 14px;
}

body.theme-prostore-like.information-information-9 .ps-repair-benefit__title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ps-repair-ink);
}

body.theme-prostore-like.information-information-9 .ps-repair-benefit__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ps-repair-muted);
}

body.theme-prostore-like.information-information-9 .ps-repair-steps {
  margin-bottom: 40px;
}

body.theme-prostore-like.information-information-9 .ps-repair-steps__head {
  margin-bottom: 24px;
}

body.theme-prostore-like.information-information-9 .ps-repair-steps__head h2 {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ps-repair-ink);
  letter-spacing: -0.02em;
}

body.theme-prostore-like.information-information-9 .ps-repair-steps__head p {
  margin: 0;
  color: var(--ps-repair-muted);
  font-size: 15px;
}

body.theme-prostore-like.information-information-9 .ps-repair-steps__grid {
  display: grid;
  gap: 0;
  counter-reset: ps-repair-step;
}

@media (min-width: 768px) {
  body.theme-prostore-like.information-information-9 .ps-repair-steps__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}

body.theme-prostore-like.information-information-9 .ps-repair-step {
  position: relative;
  padding: 20px 16px 20px 52px;
  background: var(--ps-repair-card);
  border: 1px solid var(--good-border, #e2e6ea);
  border-radius: 14px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  body.theme-prostore-like.information-information-9 .ps-repair-step {
    margin-bottom: 0;
    min-height: 140px;
  }
}

body.theme-prostore-like.information-information-9 .ps-repair-step::before {
  counter-increment: ps-repair-step;
  content: counter(ps-repair-step);
  position: absolute;
  left: 16px;
  top: 22px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--good-accent, #c73e3e);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.theme-prostore-like.information-information-9 .ps-repair-step__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ps-repair-ink);
}

body.theme-prostore-like.information-information-9 .ps-repair-step__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ps-repair-muted);
}

body.theme-prostore-like.information-information-9 .ps-repair-prose {
  background: var(--ps-repair-card);
  border-radius: 16px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--good-border, #e2e6ea);
  font-size: 16px;
  line-height: 1.65;
  color: var(--good-text, #1a1d21);
}

body.theme-prostore-like.information-information-9 .ps-repair-prose > h1:first-child {
  display: none;
}

body.theme-prostore-like.information-information-9 .ps-repair-prose h2,
body.theme-prostore-like.information-information-9 .ps-repair-prose h3 {
  margin-top: 1.4em;
  margin-bottom: 0.6em;
  font-weight: 800;
  color: var(--ps-repair-ink);
}

body.theme-prostore-like.information-information-9 .ps-repair-prose p {
  margin: 0 0 1em;
}

body.theme-prostore-like.information-information-9 .ps-repair-prose .panel,
body.theme-prostore-like.information-information-9 .ps-repair-prose .well {
  border-radius: 12px;
  margin-top: 24px;
}

/* Видео (VK) */
body.theme-prostore-like.information-information-9 .ps-repair-video-block {
  margin: 0 0 28px;
  padding: clamp(20px, 3vw, 28px);
  background: var(--ps-repair-card);
  border-radius: 16px;
  border: 1px solid var(--good-border, #e2e6ea);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

body.theme-prostore-like.information-information-9 .ps-repair-video-block__head {
  margin-bottom: 16px;
}

body.theme-prostore-like.information-information-9 .ps-repair-video-block__title {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ps-repair-ink);
}

body.theme-prostore-like.information-information-9 .ps-repair-video-block__sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ps-repair-muted);
}

body.theme-prostore-like.information-information-9 .ps-repair-video__ratio {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #0f172a;
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
}

body.theme-prostore-like.information-information-9 .ps-repair-video__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.theme-prostore-like.information-information-9 .ps-repair-vk-teaser {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--ps-repair-ink);
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
  border: 1px solid rgba(99, 102, 241, 0.2);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

body.theme-prostore-like.information-information-9 .ps-repair-vk-teaser--solo {
  margin-top: 0;
}

body.theme-prostore-like.information-information-9 .ps-repair-vk-teaser:hover {
  text-decoration: none;
  color: var(--ps-repair-ink);
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.12);
  transform: translateY(-2px);
}

body.theme-prostore-like.information-information-9 .ps-repair-vk-teaser__play {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(145deg, #4f46e5, #6366f1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(79, 70, 229, 0.35);
}

body.theme-prostore-like.information-information-9 .ps-repair-vk-teaser__play svg {
  margin-left: 3px;
}

body.theme-prostore-like.information-information-9 .ps-repair-vk-teaser__text {
  font-size: 16px;
  line-height: 1.35;
}

body.theme-prostore-like.information-information-9 .ps-repair-vk-teaser__muted {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ps-repair-muted);
  margin-top: 2px;
}

/* Прейскурант в теле страницы */
body.theme-prostore-like.information-information-9 .ps-repair-prices {
  margin-bottom: 2rem;
}

body.theme-prostore-like.information-information-9 .ps-repair-prices__title {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ps-repair-ink);
}

body.theme-prostore-like.information-information-9 .ps-repair-prices__lead {
  margin: 0 0 20px;
  color: var(--ps-repair-muted);
  font-size: 15px;
}

body.theme-prostore-like.information-information-9 .ps-repair-prices__platform {
  margin: 28px 0 12px;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--good-accent, #c73e3e);
}

body.theme-prostore-like.information-information-9 .ps-repair-prices__platform:first-of-type {
  margin-top: 0;
}

body.theme-prostore-like.information-information-9 .ps-repair-prices__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid var(--good-border, #e2e6ea);
}

body.theme-prostore-like.information-information-9 .ps-repair-price-table {
  width: 100%;
  min-width: 280px;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
}

body.theme-prostore-like.information-information-9 .ps-repair-price-table thead th {
  text-align: left;
  padding: 12px 14px;
  background: #f8fafc;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ps-repair-muted);
  border-bottom: 1px solid var(--good-border, #e2e6ea);
}

body.theme-prostore-like.information-information-9 .ps-repair-price-table thead th:last-child {
  text-align: right;
  width: 1%;
  white-space: nowrap;
}

body.theme-prostore-like.information-information-9 .ps-repair-price-table tbody th {
  text-align: left;
  font-weight: 600;
  padding: 12px 14px;
  vertical-align: top;
  color: var(--ps-repair-ink);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  width: auto;
}

body.theme-prostore-like.information-information-9 .ps-repair-price-table tbody td {
  padding: 12px 14px;
  vertical-align: top;
  width: 1%;
  white-space: nowrap;
  text-align: right;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--ps-repair-ink);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

body.theme-prostore-like.information-information-9 .ps-repair-price-table tbody tr:last-child th,
body.theme-prostore-like.information-information-9 .ps-repair-price-table tbody tr:last-child td {
  border-bottom: none;
}

body.theme-prostore-like.information-information-9 .ps-repair-prices__note {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ps-repair-muted);
}
