/* ==========================================================
   Silent Hill: Townfall — лендинг предзаказа
   Хоррор-эстетика: густой туман / ржавчина / кроваво-красный
   ========================================================== */

body.theme-prostore-like.information-silent-hill {
  background: #0a0a0d;
}

body.theme-prostore-like.information-silent-hill .ps-sh-page {
  background: #0a0a0d;
  color: #e2e0d8;
  overflow-x: hidden;
}

.ps-sh-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ---------- Кнопки ---------- */
.ps-sh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 4px;
  border: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}
.ps-sh-btn:focus-visible {
  outline: 3px solid rgba(150, 8, 8, 0.6);
  outline-offset: 3px;
}
.ps-sh-btn--primary,
.ps-sh-btn--primary:link,
.ps-sh-btn--primary:visited {
  color: #f4ece4 !important;
  background: linear-gradient(135deg, #6b1414 0%, #960808 55%, #7a0d0d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3),
    0 10px 26px rgba(150, 8, 8, 0.35);
  text-decoration: none !important;
}
.ps-sh-btn--primary:hover,
.ps-sh-btn--primary:active,
.ps-sh-btn--primary:focus {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3),
    0 16px 38px rgba(150, 8, 8, 0.5);
  color: #fff !important;
  text-decoration: none !important;
}
.ps-sh-btn--ghost,
.ps-sh-btn--ghost:link,
.ps-sh-btn--ghost:visited {
  color: #e2e0d8 !important;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 2px rgba(226, 224, 216, 0.28);
  backdrop-filter: blur(6px);
  text-decoration: none !important;
}
.ps-sh-btn--ghost:hover,
.ps-sh-btn--ghost:active,
.ps-sh-btn--ghost:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 2px rgba(226, 224, 216, 0.5);
  transform: translateY(-2px);
  text-decoration: none !important;
}

/* ---------- Заголовки секций ---------- */
.ps-sh-sechead__title {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #f4f0e8;
}
.ps-sh-sechead__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #9b978c;
}
.ps-sh-sechead--center {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.ps-sh-sechead--center .ps-sh-sechead__lead {
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================
   HERO
   ========================================================== */
.ps-sh-hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  padding: 80px 0 140px;
  color: #f4f0e8;
  overflow: hidden;
  background: #0a0a0d;
}
.ps-sh-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ps-sh-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.6) contrast(1.12) brightness(0.7);
  transform: scale(1.05);
  animation: psShZoom 22s ease-out forwards;
}
@keyframes psShZoom {
  from { transform: scale(1.16); }
  to { transform: scale(1.03); }
}
.ps-sh-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 13, 0.85) 0%, rgba(10, 10, 13, 0.55) 38%, rgba(10, 10, 13, 0.9) 82%, #0a0a0d 100%),
    linear-gradient(90deg, rgba(10, 10, 13, 0.85) 0%, rgba(10, 10, 13, 0.2) 55%, rgba(10, 10, 13, 0.6) 100%);
}
/* Туман */
.ps-sh-hero__fog {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(120% 80% at 30% 90%, rgba(180, 180, 175, 0.12), transparent 55%),
    radial-gradient(90% 70% at 75% 80%, rgba(150, 150, 145, 0.1), transparent 55%);
  animation: psShFog 14s ease-in-out infinite alternate;
}
@keyframes psShFog {
  0% { transform: translateX(-2%); opacity: 0.85; }
  100% { transform: translateX(2%); opacity: 1; }
}
/* Помехи CRTV */
.ps-sh-hero__static {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.05;
  background-image: repeating-linear-gradient(
    0deg,
    transparent 0px,
    transparent 2px,
    rgba(255, 255, 255, 0.4) 2px,
    rgba(255, 255, 255, 0.4) 3px
  );
  animation: psShStatic 0.4s steps(2) infinite;
}
@keyframes psShStatic {
  0% { transform: translateY(0); }
  50% { transform: translateY(3px); }
  100% { transform: translateY(-2px); }
}
.ps-sh-hero__glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(55% 45% at 22% 20%, rgba(150, 8, 8, 0.2), transparent 70%),
    radial-gradient(50% 50% at 85% 80%, rgba(90, 90, 110, 0.3), transparent 70%);
  pointer-events: none;
}
.ps-sh-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.ps-sh-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8a8a0;
  background: rgba(150, 8, 8, 0.14);
  border: 1px solid rgba(150, 8, 8, 0.5);
  backdrop-filter: blur(6px);
}
.ps-sh-hero__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a31313;
  box-shadow: 0 0 12px #a31313;
  animation: psShPulse 1.8s ease-in-out infinite;
}
@keyframes psShPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
.ps-sh-hero__subtitle {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #c9c5ba;
}
.ps-sh-hero__title {
  margin: 0 0 22px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #f4f0e8;
}
.ps-sh-hero__title-line {
  display: block;
  width: 100%;
  max-width: 100%;
}
.ps-sh-hero__title-line--1 {
  font-size: clamp(1.5rem, 5.6vw, 4.8rem);
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #d6d2c6;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.6);
}
.ps-sh-hero__title-line--2 {
  font-size: clamp(1.7rem, 6.6vw, 5.4rem);
  letter-spacing: 0.06em;
  background: linear-gradient(100deg, #f4f0e8 0%, #d8a29a 35%, #a31313 70%, #6b1414 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 8px 40px rgba(150, 8, 8, 0.35));
}
.ps-sh-hero__lead {
  max-width: 640px;
  margin: 0 0 28px;
  font-size: 16.5px;
  line-height: 1.7;
  color: #c9c5ba;
}
.ps-sh-hero__release {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 26px;
  padding: 10px 18px;
  border-radius: 4px;
  background: rgba(10, 10, 13, 0.6);
  border: 1px solid rgba(226, 224, 216, 0.16);
  backdrop-filter: blur(8px);
}
.ps-sh-hero__release-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9b978c;
}
.ps-sh-hero__release-date {
  font-size: 18px;
  font-weight: 800;
  color: #f4f0e8;
}
.ps-sh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

/* ---------- Обратный отсчёт ---------- */
.ps-sh-countdown {
  margin: 0 0 30px;
  max-width: 560px;
}
.ps-sh-countdown__title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9b978c;
}
.ps-sh-countdown__grid {
  display: flex;
  gap: 12px;
}
.ps-sh-countdown__cell {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 14px 6px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(226, 224, 216, 0.16);
  backdrop-filter: blur(8px);
}
.ps-sh-countdown__num {
  display: block;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
  color: #e8a8a0;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 24px rgba(150, 8, 8, 0.3);
}
.ps-sh-countdown__label {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9b978c;
}
.ps-sh-countdown__done {
  margin: 14px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #e8a8a0;
}

/* ==========================================================
   ФАКТЫ
   ========================================================== */
.ps-sh-facts {
  padding: 70px 0 60px;
  background: #0a0a0d;
}
.ps-sh-facts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin-top: 34px;
}
.ps-sh-fact {
  padding: 20px 20px 18px;
  border-radius: 4px;
  background: linear-gradient(160deg, #141316 0%, #0e0d10 100%);
  border: 1px solid rgba(226, 224, 216, 0.08);
  border-top: 2px solid rgba(150, 8, 8, 0.6);
}
.ps-sh-fact__label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8706a;
}
.ps-sh-fact__value {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  color: #e2e0d8;
}

/* ==========================================================
   ОБ ИГРЕ
   ========================================================== */
.ps-sh-about {
  padding: 60px 0 80px;
  background:
    radial-gradient(70% 60% at 90% 10%, rgba(150, 8, 8, 0.1), transparent 65%),
    #0a0a0d;
}
.ps-sh-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.ps-sh-about__frame {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(226, 224, 216, 0.14);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
}
.ps-sh-about__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(150, 8, 8, 0.16), transparent 55%, rgba(90, 90, 110, 0.2) 100%);
  pointer-events: none;
}
.ps-sh-about__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}
.ps-sh-about__p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: #c2beb2;
}
.ps-sh-about__p:last-child {
  margin-bottom: 0;
}

/* ==========================================================
   ПОЧЕМУ ПРЕДЗАКАЗ
   ========================================================== */
.ps-sh-why {
  padding: 70px 0 80px;
  background: #0d0c10;
  border-top: 1px solid rgba(226, 224, 216, 0.06);
  border-bottom: 1px solid rgba(226, 224, 216, 0.06);
}
.ps-sh-why__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.ps-sh-why__card {
  position: relative;
  padding: 28px 26px 24px;
  border-radius: 6px;
  background: linear-gradient(165deg, #141316 0%, #0e0d10 100%);
  border: 1px solid rgba(226, 224, 216, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
.ps-sh-why__card:hover {
  transform: translateY(-4px);
  border-color: rgba(150, 8, 8, 0.5);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(150, 8, 8, 0.18);
}
.ps-sh-why__num {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(226, 224, 216, 0.06);
  user-select: none;
}
.ps-sh-why__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 6px;
  font-size: 21px;
  color: #d8706a;
  background: rgba(150, 8, 8, 0.12);
  border: 1px solid rgba(150, 8, 8, 0.3);
}
.ps-sh-why__title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  color: #f4f0e8;
}
.ps-sh-why__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #9b978c;
}

/* ==========================================================
   ВИДЕО
   ========================================================== */
.ps-sh-video {
  padding: 70px 0 80px;
  background: #0a0a0d;
}
.ps-sh-video__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-top: 36px;
}
.ps-sh-video__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(226, 224, 216, 0.14);
  cursor: pointer;
}
.ps-sh-video__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background:
    radial-gradient(80% 70% at 50% 30%, rgba(150, 8, 8, 0.28), transparent 70%),
    radial-gradient(80% 70% at 50% 85%, rgba(90, 90, 110, 0.25), transparent 70%),
    linear-gradient(160deg, #1a191d, #0e0d10);
  transition: transform 0.2s ease;
}
.ps-sh-video__frame:hover .ps-sh-video__placeholder {
  transform: scale(1.03);
}
.ps-sh-video__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  font-size: 24px;
  color: #f4ece4;
  background: linear-gradient(135deg, #7a1a1a, #960808);
  box-shadow: 0 0 0 10px rgba(150, 8, 8, 0.18), 0 12px 30px rgba(150, 8, 8, 0.4);
  padding-left: 5px;
  transition: transform 0.2s ease;
}
.ps-sh-video__frame:hover .ps-sh-video__play {
  transform: scale(1.1);
}
.ps-sh-video__name {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f4f0e8;
}
.ps-sh-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ps-sh-video__sources {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.ps-sh-video__src {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 4px;
  border: 1px solid rgba(226, 224, 216, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #9b978c;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.ps-sh-video__src:hover {
  color: #f4f0e8;
  border-color: rgba(226, 224, 216, 0.4);
}
.ps-sh-video__src.is-active {
  color: #f4ece4;
  background: linear-gradient(115deg, #7a1a1a 0%, #960808 100%);
  border-color: transparent;
}

/* ==========================================================
   ГАЛЕРЕЯ
   ========================================================== */
.ps-sh-gallery {
  padding: 70px 0 80px;
  background:
    radial-gradient(60% 50% at 10% 90%, rgba(150, 8, 8, 0.12), transparent 60%),
    #0d0c10;
  border-top: 1px solid rgba(226, 224, 216, 0.06);
  border-bottom: 1px solid rgba(226, 224, 216, 0.06);
}
.ps-sh-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 36px;
}
.ps-sh-gallery__item {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: zoom-in;
  background: #141316;
  aspect-ratio: 16 / 10;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ps-sh-gallery__item:first-child {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}
.ps-sh-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}
.ps-sh-gallery__item:hover img {
  transform: scale(1.05);
}
.ps-sh-gallery__item:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

/* ---------- Лайтбокс ---------- */
.ps-sh-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10500;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(5, 5, 7, 0.94);
  backdrop-filter: blur(6px);
  padding: 24px;
}
.ps-sh-lightbox.is-open {
  display: flex;
}
.ps-sh-lightbox__img {
  max-width: min(92vw, 1300px);
  max-height: 86vh;
}
.ps-sh-lightbox__img img {
  display: block;
  max-width: 100%;
  max-height: 86vh;
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}
.ps-sh-lightbox__close,
.ps-sh-lightbox__nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 224, 216, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #f4f0e8;
  cursor: pointer;
  transition: background 0.15s ease;
}
.ps-sh-lightbox__close:hover,
.ps-sh-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.2);
}
.ps-sh-lightbox__close {
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 24px;
}
.ps-sh-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 18px;
}
.ps-sh-lightbox__nav--prev { left: 18px; }
.ps-sh-lightbox__nav--next { right: 18px; }

/* ==========================================================
   ФОРМА
   ========================================================== */
.ps-sh-form {
  padding: 80px 0;
  background:
    radial-gradient(70% 60% at 15% 20%, rgba(150, 8, 8, 0.14), transparent 60%),
    radial-gradient(70% 60% at 90% 85%, rgba(90, 90, 110, 0.2), transparent 60%),
    #0a0a0d;
}
.ps-sh-form__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 0;
  max-width: 1120px;
  margin: 0 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(226, 224, 216, 0.14);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  background: linear-gradient(165deg, #141316 0%, #0c0b0f 100%);
}
.ps-sh-form__info {
  padding: 40px 38px;
  background:
    radial-gradient(80% 60% at 0% 0%, rgba(150, 8, 8, 0.14), transparent 60%),
    linear-gradient(165deg, #17151a 0%, #0f0e12 100%);
  border-right: 1px solid rgba(226, 224, 216, 0.07);
}
.ps-sh-form__game {
  margin: 26px 0 22px;
  padding: 18px 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(150, 8, 8, 0.4);
}
.ps-sh-form__game-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8706a;
}
.ps-sh-form__game-name {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 800;
  color: #f4f0e8;
}
.ps-sh-form__game-date {
  display: block;
  font-size: 13px;
  color: #9b978c;
}
.ps-sh-form__benefits {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ps-sh-form__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #c2beb2;
}
.ps-sh-form__benefits li .fa {
  margin-top: 3px;
  color: #d8706a;
}
.ps-sh-form__note {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #807c72;
}
.ps-sh-form__wrap {
  padding: 40px 38px;
}
.ps-sh-form__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ps-sh-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9b978c;
}
.ps-sh-req {
  color: #a31313;
}
.ps-sh-control {
  width: 100%;
  padding: 13px 15px;
  border-radius: 4px;
  border: 1px solid rgba(226, 224, 216, 0.18);
  background-color: #0f0e12;
  color: #f4f0e8;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.ps-sh-control option {
  background-color: #0f0e12;
  color: #e2e0d8;
}
.ps-sh-control option:first-child,
.ps-sh-control option[value=""] {
  color: #8a867b;
}
.ps-sh-control::placeholder {
  color: #5f5c54;
}
.ps-sh-control:focus {
  outline: none;
  border-color: rgba(150, 8, 8, 0.75);
  box-shadow: 0 0 0 3px rgba(150, 8, 8, 0.22);
  background: rgba(255, 255, 255, 0.05);
}
.ps-sh-control.is-invalid {
  border-color: #ff3d3d;
  box-shadow: 0 0 0 3px rgba(255, 61, 61, 0.18);
}
.ps-sh-field--captcha {
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ps-sh-field--captcha > div,
.ps-sh-field--captcha form {
  margin: 0 !important;
}
.ps-sh-field--captcha .g-recaptcha {
  max-width: 100%;
}
.ps-sh-form__submit {
  width: 100%;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}
.ps-sh-form__submit:disabled {
  opacity: 0.6;
  cursor: wait;
}
.ps-sh-alert {
  padding: 13px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.ps-sh-alert--ok {
  color: #7ef0b0;
  background: rgba(39, 174, 96, 0.14);
  border: 1px solid rgba(39, 174, 96, 0.4);
}
.ps-sh-alert--err {
  color: #ffb3b3;
  background: rgba(255, 61, 61, 0.12);
  border: 1px solid rgba(255, 61, 61, 0.4);
}
.ps-sh-field__error {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: #ff8f8f;
}

/* ==========================================================
   FAQ
   ========================================================== */
.ps-sh-faq {
  padding: 70px 0 80px;
  background: #0d0c10;
}
.ps-sh-faq__list {
  max-width: 780px;
  margin: 36px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ps-sh-faq__item {
  border-radius: 6px;
  background: #141316;
  border: 1px solid rgba(226, 224, 216, 0.09);
  overflow: hidden;
}
.ps-sh-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  font-size: 15.5px;
  font-weight: 800;
  color: #f4f0e8;
  list-style: none;
  user-select: none;
}
.ps-sh-faq__q::-webkit-details-marker {
  display: none;
}
.ps-sh-faq__q::after {
  content: "+";
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #d8706a;
  background: rgba(150, 8, 8, 0.12);
  border: 1px solid rgba(150, 8, 8, 0.35);
  transition: transform 0.2s ease;
}
.ps-sh-faq__item[open] .ps-sh-faq__q::after {
  transform: rotate(45deg);
}
.ps-sh-faq__a {
  padding: 0 22px 20px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #b5b1a5;
}

/* ==========================================================
   ФИНАЛЬНЫЙ CTA
   ========================================================== */
.ps-sh-cta {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  color: #f4f0e8;
  background: #0a0a0d;
}
.ps-sh-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ps-sh-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  filter: saturate(0.6) contrast(1.1) brightness(0.6);
}
.ps-sh-cta__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 13, 0.92) 0%, rgba(10, 10, 13, 0.6) 50%, rgba(10, 10, 13, 0.94) 100%);
}
.ps-sh-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.ps-sh-cta__title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.ps-sh-cta__lead {
  max-width: 560px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.7;
  color: #c9c5ba;
}
.ps-sh-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.ps-sh-cta__call {
  margin: 22px 0 0;
  font-size: 14px;
  color: #9b978c;
}
.ps-sh-cta__call a {
  color: #d8706a;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.ps-sh-cta__call a:hover {
  color: #e8a8a0;
}

/* ---------- Дисклеймер ---------- */
.ps-sh-disclaimer {
  padding: 22px 0 40px;
  background: #0a0a0d;
}
.ps-sh-disclaimer p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #62605a;
  max-width: 900px;
}

/* ==========================================================
   Анимации появления
   ========================================================== */
.ps-sh-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}
.ps-sh-reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .ps-sh-hero__bg img,
  .ps-sh-hero__badge::before,
  .ps-sh-hero__fog,
  .ps-sh-hero__static,
  .ps-sh-hero__title-line--2 {
    animation: none;
  }
  .ps-sh-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==========================================================
   Адаптив
   ========================================================== */
@media (max-width: 991px) {
  .ps-sh-about__grid,
  .ps-sh-form__card {
    grid-template-columns: 1fr;
  }
  .ps-sh-form__info {
    border-right: 0;
    border-bottom: 1px solid rgba(226, 224, 216, 0.07);
  }
  .ps-sh-form__info,
  .ps-sh-form__wrap {
    padding: 30px 26px;
  }
  .ps-sh-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ps-sh-gallery__item:first-child {
    grid-column: span 2;
    grid-row: span 1;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 575px) {
  .ps-sh-hero {
    min-height: 88vh;
    padding: 60px 0 110px;
  }
  .ps-sh-form .ps-sh-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
  .ps-sh-form__card {
    border-radius: 4px;
  }
  .ps-sh-form__info,
  .ps-sh-form__wrap {
    padding: 24px 14px;
  }
  .ps-sh-form__info .ps-sh-sechead__title {
    font-size: 1.5rem;
  }
  .ps-sh-form__info .ps-sh-sechead__lead {
    font-size: 14px;
  }
  .ps-sh-form__game {
    margin: 18px 0 16px;
    padding: 14px 16px;
  }
  .ps-sh-form__game-name {
    font-size: 17px;
  }
  .ps-sh-form__game-date {
    font-size: 12px;
  }
  .ps-sh-form__benefits {
    gap: 8px;
    margin-bottom: 16px;
  }
  .ps-sh-form__benefits li {
    font-size: 13px;
  }
  .ps-sh-form__note {
    font-size: 11px;
  }
  .ps-sh-form__body {
    gap: 12px;
  }
  .ps-sh-control {
    padding: 12px 14px;
    font-size: 16px;
  }
  .ps-sh-field label {
    font-size: 11px;
  }
  .ps-sh-form__submit {
    padding: 15px 24px;
  }
  .ps-sh-field--captcha .g-recaptcha {
    transform: scale(0.94);
    transform-origin: left center;
  }
  .ps-sh-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .ps-sh-hero__actions .ps-sh-btn {
    width: 100%;
  }
  .ps-sh-countdown__grid {
    gap: 8px;
  }
  .ps-sh-countdown__cell {
    padding: 12px 4px 10px;
  }
  .ps-sh-why__grid {
    grid-template-columns: 1fr;
  }
  .ps-sh-video__grid {
    grid-template-columns: 1fr;
  }
  .ps-sh-gallery__grid {
    grid-template-columns: 1fr;
  }
  .ps-sh-gallery__item,
  .ps-sh-gallery__item:first-child {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 16 / 10;
  }
  .ps-sh-facts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ps-sh-cta {
    padding: 70px 0;
  }
}

@media (max-width: 360px) {
  .ps-sh-field--captcha .g-recaptcha {
    transform: scale(0.82);
    transform-origin: left center;
  }
}
