/**
 * Лендинг «Прокат консолей» (information_id=13).
 */
body.theme-prostore-like.information-information-13 .ps-rent-landing {
  --ps-rent-ink: #0c1222;
  --ps-rent-muted: #64748b;
  --ps-rent-card: #fff;
  --ps-rent-glow: rgba(239, 68, 68, 0.28);
  margin: 0 0 48px;
}

body.theme-prostore-like.information-information-13 .ps-rent-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(28px, 5vw, 52px) clamp(20px, 4vw, 48px);
  margin-bottom: 32px;
  background: linear-gradient(135deg, #7f1d1d 0%, #b91c1c 38%, #991b1b 100%);
  color: #ecfeff;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.26);
}

body.theme-prostore-like.information-information-13 .ps-rent-hero::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(ellipse 55% 45% at 12% 30%, var(--ps-rent-glow), transparent 55%),
    radial-gradient(ellipse 40% 38% at 90% 70%, rgba(251, 191, 36, 0.1), transparent 50%);
  pointer-events: none;
}

body.theme-prostore-like.information-information-13 .ps-rent-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

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

body.theme-prostore-like.information-information-13 .ps-rent-hero__title {
  margin: 0 0 16px;
  font-size: clamp(1.55rem, 3.8vw, 2.2rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

body.theme-prostore-like.information-information-13 #content h1.ps-rent-hero__title {
  color: #fff !important;
}

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

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

body.theme-prostore-like.information-information-13 .ps-rent-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-13 .ps-rent-btn--primary {
  background: linear-gradient(135deg, var(--good-accent, #c73e3e), var(--good-accent-hover, #b91c1c));
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(199, 62, 62, 0.3);
}

body.theme-prostore-like.information-information-13 .ps-rent-btn--primary:hover {
  background: linear-gradient(135deg, var(--good-accent-hover, #b91c1c), #991b1b);
  color: #fff !important;
  transform: translateY(-1px);
}

body.theme-prostore-like.information-information-13 .ps-rent-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #ecfeff !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

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

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

body.theme-prostore-like.information-information-13 .ps-rent-benefit {
  background: var(--ps-rent-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-13 .ps-rent-benefit:hover {
  border-color: rgba(239, 68, 68, 0.25);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

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

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

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

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

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

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

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

body.theme-prostore-like.information-information-13 .ps-rent-steps__grid {
  display: grid;
  gap: 10px;
  counter-reset: ps-rent-step;
}

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

body.theme-prostore-like.information-information-13 .ps-rent-step {
  position: relative;
  padding: 20px 16px 20px 52px;
  background: var(--ps-rent-card);
  border: 1px solid var(--good-border, #e2e6ea);
  border-radius: 14px;
  counter-increment: ps-rent-step;
}

body.theme-prostore-like.information-information-13 .ps-rent-step::before {
  content: counter(ps-rent-step);
  position: absolute;
  left: 16px;
  top: 22px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

body.theme-prostore-like.information-information-13 .ps-rent-prose {
  background: var(--ps-rent-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-13 .ps-rent-prose > h1:first-child {
  display: none;
}

body.theme-prostore-like.information-information-13 .ps-rent-prose h2 {
  margin: 1.75em 0 0.75em;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ps-rent-ink);
  letter-spacing: -0.02em;
}

body.theme-prostore-like.information-information-13 .ps-rent-prose h2:first-of-type {
  margin-top: 0;
}

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

body.theme-prostore-like.information-information-13 .ps-rent-prose ul {
  margin: 0 0 1.25em;
  padding-left: 1.25em;
}

body.theme-prostore-like.information-information-13 .ps-rent-prose li {
  margin-bottom: 0.45em;
}

body.theme-prostore-like.information-information-13 .ps-rent-prose .ps-rent-note {
  font-size: 14px;
  color: var(--ps-rent-muted);
  margin-top: 1.25em;
}
