/**
 * Лендинг «Прошивка игровых консолей» (information_id=7).
 */
body.theme-prostore-like.information-information-7 .ps-firmware-landing {
  --ps-fw-ink: #0c1222;
  --ps-fw-muted: #64748b;
  --ps-fw-card: #fff;
  --ps-fw-glow: rgba(199, 62, 62, 0.3);
  margin: 0 0 48px;
}

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

body.theme-prostore-like.information-information-7 .ps-fw-hero::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(ellipse 55% 45% at 15% 35%, var(--ps-fw-glow), transparent 55%),
    radial-gradient(ellipse 45% 40% at 88% 65%, rgba(251, 191, 36, 0.12), transparent 50%);
  pointer-events: none;
}

body.theme-prostore-like.information-information-7 .ps-fw-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

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

body.theme-prostore-like.information-information-7 .ps-fw-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-7 #content h1.ps-fw-hero__title {
  color: #fff !important;
}

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

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

body.theme-prostore-like.information-information-7 .ps-fw-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-7 .ps-fw-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-7 .ps-fw-btn--primary:hover {
  background: linear-gradient(135deg, #b91c1c, #991b1b);
  color: #fff !important;
  transform: translateY(-1px);
}

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

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

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

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

body.theme-prostore-like.information-information-7 .ps-fw-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-hover, #b91c1c);
  font-size: 20px;
  margin-bottom: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.theme-prostore-like.information-information-7 .ps-fw-prose .ps-fw-price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5em 0 1.25em;
  font-size: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

body.theme-prostore-like.information-information-7 .ps-fw-prose .ps-fw-price-table th,
body.theme-prostore-like.information-information-7 .ps-fw-prose .ps-fw-price-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--good-border, #e2e6ea);
}

body.theme-prostore-like.information-information-7 .ps-fw-prose .ps-fw-price-table thead th {
  background: linear-gradient(135deg, #fff1f2, #fee2e2);
  font-weight: 700;
  color: var(--ps-fw-ink);
  border-bottom: 0;
}

body.theme-prostore-like.information-information-7 .ps-fw-prose .ps-fw-price-table tbody tr:last-child td {
  border-bottom: 0;
}

body.theme-prostore-like.information-information-7 .ps-fw-prose .ps-fw-price-table tbody tr:hover td {
  background: #fafaff;
}

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

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