:root {
  --hk-black: #070707;
  --hk-panel: #111;
  --hk-panel-soft: #181818;
  --hk-red: #df1118;
  --hk-red-bright: #ff2630;
  --hk-cream: #eee9e2;
  --hk-muted: #aaa39b;
  --hk-line: rgba(255, 255, 255, 0.14);
}

.hk-hero-copy {
  position: absolute;
  z-index: 4;
  top: calc(50% - 255px);
  left: 50vw;
  width: min(calc(100vw - 80px), 1180px);
  color: var(--hk-cream);
  text-align: center;
  text-shadow:
    0 3px 2px rgba(0, 0, 0, 0.92),
    0 0 24px rgba(0, 0, 0, 0.82);
  pointer-events: none;
  transform: translateX(-50%);
}

.hk-hero-title {
  margin: 0;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(68px, 6vw, 104px);
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: 0.012em;
  line-height: 0.94;
  text-transform: uppercase;
}

#horror-glitch-text,
#rec821965028 .tn-atom,
#rec2226604461 .tn-atom,
#rec2368775891 .tn-atom,
#rec2368775901 .tn-atom {
  font-family: Impact, "Arial Narrow", Arial, sans-serif !important;
  font-synthesis: none;
}

.hk-hero-copy .hk-hero-subtitle {
  font-family: Georgia, "Times New Roman", serif !important;
}

.hk-hero-title-line {
  display: block;
  white-space: nowrap;
}

.hk-hero-title-line--white {
  color: #dedbd7;
}

.hk-hero-title-line--red {
  margin-top: 0.12em;
  color: var(--hk-red);
  font-size: 1.08em;
  text-shadow:
    0 3px 2px rgba(0, 0, 0, 0.92),
    0 0 18px rgba(146, 0, 0, 0.4);
}

.hk-hero-subtitle {
  max-width: 760px;
  margin: 24px auto 0;
  color: #f4f1ed;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.5vw, 26px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  text-wrap: balance;
}

.hk-static-callback {
  box-sizing: border-box;
  width: min(100%, 580px);
  margin: 0 auto;
  padding: 22px;
  color: #fff;
  border: 1px solid rgba(255, 38, 48, 0.42);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 42%),
    rgba(5, 5, 5, 0.94);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  font-family: "Playfair Display", Georgia, serif;
}

.hk-static-callback *,
.hk-static-callback *::before,
.hk-static-callback *::after,
.hk-paths *,
.hk-paths *::before,
.hk-paths *::after,
.hk-footer *,
.hk-footer *::before,
.hk-footer *::after {
  box-sizing: border-box;
}

.hk-static-callback__form {
  display: grid;
  gap: 12px;
}

.hk-refund-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 10px 14px;
  color: #fff;
  border: 1px solid rgba(255, 38, 48, 0.72);
  border-radius: 8px;
  background: rgba(102, 0, 4, 0.68);
  font: 700 17px/1.2 "Bebas", "Arial Narrow", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.hk-static-callback__label {
  display: grid;
  gap: 6px;
  color: #d8d2cb;
  font-size: 14px;
  line-height: 1.3;
}

.hk-static-callback__required {
  color: var(--hk-red-bright);
}

.hk-static-callback input[type="text"],
.hk-static-callback input[type="tel"],
.hk-static-callback textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: #fff;
  border: 1px solid #555;
  border-radius: 10px;
  outline: 0;
  background: #101010;
  font: 16px/1.35 Georgia, "Times New Roman", serif;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hk-static-callback textarea {
  min-height: 82px;
  resize: vertical;
}

.hk-static-callback input:focus,
.hk-static-callback textarea:focus {
  border-color: var(--hk-red-bright);
  background: #151515;
  box-shadow: 0 0 0 3px rgba(255, 38, 48, 0.14);
}

.hk-static-callback input[aria-invalid="true"] {
  border-color: #ff696f;
  box-shadow: 0 0 0 3px rgba(255, 38, 48, 0.16);
}

.hk-static-callback__fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.hk-static-callback__legend {
  margin-bottom: 8px;
  color: #d8d2cb;
  font-size: 14px;
}

.hk-contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hk-contact-method {
  position: relative;
  cursor: pointer;
}

.hk-contact-method input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hk-contact-method span {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: #d7d2cc;
  border: 1px solid #4b4b4b;
  border-radius: 10px;
  background: #111;
  font: 700 14px/1.25 "Playfair Display", Georgia, serif;
  text-align: center;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.hk-contact-method input:checked + span {
  color: #fff;
  border-color: var(--hk-red-bright);
  background: linear-gradient(135deg, rgba(223, 17, 24, 0.42), rgba(80, 0, 3, 0.4));
  box-shadow: inset 0 0 18px rgba(255, 38, 48, 0.08);
}

.hk-contact-method input:focus-visible + span {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.hk-static-callback__consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: var(--hk-muted);
  font-size: 12px;
  line-height: 1.4;
}

.hk-static-callback__consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--hk-red);
}

.hk-static-callback__consent a,
.hk-footer a {
  color: #f0dedc;
  text-decoration-color: rgba(255, 38, 48, 0.75);
  text-underline-offset: 3px;
}

.hk-static-callback__button,
.hk-paths__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  color: #fff;
  border: 1px solid #ff3740;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 35%),
    #b8070d;
  box-shadow:
    0 8px 24px rgba(148, 0, 6, 0.26),
    inset 0 0 16px rgba(255, 255, 255, 0.06);
  cursor: pointer;
  font: 700 17px/1.15 "Bebas", "Arial Narrow", sans-serif;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.hk-static-callback__button:hover,
.hk-paths__button:hover {
  background-color: #d00b12;
  box-shadow: 0 10px 30px rgba(199, 0, 8, 0.34);
  transform: translateY(-1px);
}

.hk-static-callback__button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.hk-static-callback__status {
  min-height: 34px;
  margin: 0;
  color: #c7c1bb;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.hk-static-callback__status.is-error {
  color: #ff9a9e;
}

.hk-static-callback__status.is-success {
  color: #d8f5dc;
}

.hk-static-callback__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hk-paths {
  position: relative;
  z-index: 2;
  padding: 76px 24px;
  overflow: hidden;
  color: var(--hk-cream);
  background:
    linear-gradient(rgba(3, 3, 3, 0.55), rgba(3, 3, 3, 0.82)),
    url("../images/tild3731-3335-4832-a630-363239633233__3.jpeg") center / cover no-repeat;
  font-family: "Playfair Display", Georgia, serif;
}

.hk-paths::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 35%, transparent 65%, rgba(0, 0, 0, 0.42));
  content: "";
  pointer-events: none;
}

.hk-paths__inner {
  position: relative;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.hk-paths__eyebrow {
  margin: 0 0 10px;
  color: var(--hk-red-bright);
  font: 700 16px/1 "Bebas", "Arial Narrow", sans-serif;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

.hk-paths__title {
  max-width: 780px;
  margin: 0 auto 34px;
  color: #f2eee8;
  font: 700 clamp(38px, 5vw, 66px)/0.98 "Bebas", "Arial Narrow", sans-serif;
  letter-spacing: 0.015em;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.hk-paths .hk-refund-badge {
  width: fit-content;
  margin: -16px auto 28px;
}

.hk-paths__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hk-paths__card {
  position: relative;
  display: grid;
  min-height: 260px;
  align-content: start;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 38, 48, 0.62);
  border-radius: 10px;
  background: rgba(7, 7, 7, 0.84);
}

.hk-paths__number {
  color: var(--hk-red-bright);
  font: 700 14px/1 "Bebas", "Arial Narrow", sans-serif;
  letter-spacing: 0.18em;
}

.hk-paths__card h3 {
  max-width: 430px;
  margin: 18px 0 12px;
  color: #fff;
  font: 700 clamp(29px, 3vw, 42px)/1 "Bebas", "Arial Narrow", sans-serif;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.hk-paths__card p {
  max-width: 450px;
  margin: 0 0 24px;
  color: #c5beb6;
  font-size: 16px;
  line-height: 1.55;
}

.hk-paths__button {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: auto;
}

.hk-paths__button--secondary {
  border-color: #76706a;
  background: #1a1817;
  box-shadow: none;
}

.hk-paths__button--secondary:hover {
  background: #272321;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hk-footer {
  padding: 48px 24px 28px;
  color: #c6beb6;
  border-top: 1px solid rgba(255, 38, 48, 0.3);
  background: #060606;
  font-family: "Playfair Display", Georgia, serif;
}

.hk-footer__inner {
  display: grid;
  width: min(1120px, 100%);
  margin: 0 auto;
  grid-template-columns: 1.1fr 0.9fr 1fr 0.8fr;
  gap: 36px;
}

.hk-footer__brand {
  margin: 0 0 12px;
  color: #fff;
  font: 700 34px/1 "Bebas", "Arial Narrow", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hk-footer__brand span {
  color: var(--hk-red-bright);
}

.hk-footer__text,
.hk-footer__list {
  margin: 0;
  color: #aaa29b;
  font-size: 14px;
  line-height: 1.65;
}

.hk-footer__heading {
  margin: 0 0 12px;
  color: #fff;
  font: 700 18px/1.1 "Bebas", "Arial Narrow", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hk-footer__list {
  display: grid;
  padding: 0;
  list-style: none;
  gap: 7px;
}

.hk-footer__list a {
  text-decoration: none;
}

.hk-footer__list a:hover {
  color: #fff;
}

.hk-footer__reviews-link {
  display: inline-block;
  opacity: 0.78;
  line-height: 0;
}

.hk-footer__reviews-link img {
  display: block;
  width: 172px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1055 / 442;
  object-fit: contain;
}

.hk-footer__legal {
  width: min(1120px, 100%);
  margin: 30px auto 0;
  padding-top: 18px;
  color: #aaa29b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  line-height: 1.55;
}

#footer_822062797,
#footer_2368776051 {
  display: none !important;
}

#rec2237135701 [data-elem-id="1777984588684"],
#rec2368776021 [data-elem-id="1777984588684"] {
  display: none !important;
}

#rec822051889,
#rec2368776001,
#rec2369722131,
#rec2368797531 {
  background:
    linear-gradient(rgba(3, 3, 3, 0.6), rgba(3, 3, 3, 0.78)),
    url("../images/tild3731-3335-4832-a630-363239633233__3.jpeg") center / cover no-repeat !important;
}

#rec822051889 .t668__wrapper,
#rec2368776001 .t668__wrapper {
  border: 1px solid rgba(255, 38, 48, 0.34);
  background: rgba(8, 8, 8, 0.86) !important;
}

#rec2369722131,
#rec2368797531 {
  padding: 52px 18px !important;
}

#rec2369722131 .t-width,
#rec2368797531 .t-width {
  width: min(1320px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 38, 48, 0.42);
  border-radius: 14px;
  background: rgba(5, 5, 5, 0.9);
}

#rec2237135701 .t396__artboard,
#rec2237135701 .t396__filter,
#rec2237135701 .t396__carrier,
#rec2368776021 .t396__artboard,
#rec2368776021 .t396__filter,
#rec2368776021 .t396__carrier {
  min-height: 980px !important;
  height: 980px !important;
}

#rec2237135701 .t396__carrier,
#rec2368776021 .t396__carrier {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.58)),
    url("../images/tild3731-3335-4832-a630-363239633233__3.jpeg") !important;
  background-position: center !important;
  background-size: cover !important;
}

#rec2237135701 [data-elem-id="1777984082528"],
#rec2368776021 [data-elem-id="1777984082528"] {
  height: auto !important;
}

@media (max-width: 959px) {
  .hk-hero-copy {
    top: calc(50% - 195px);
    width: min(calc(100vw - 40px), 800px);
  }

  .hk-hero-title {
    font-size: clamp(48px, 8.5vw, 76px);
  }

  .hk-hero-subtitle {
    max-width: 590px;
    margin-top: 20px;
    padding: 0 18px;
    font-size: clamp(17px, 2.7vw, 22px);
  }

  .hk-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .hk-footer__column:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 599px) {
  .hk-hero-copy {
    top: calc(50% - 178px);
    left: 50vw;
    width: calc(100vw - 20px);
  }

  .hk-hero-title {
    font-size: clamp(28px, 7.7vw, 32px);
    letter-spacing: 0;
    line-height: 0.98;
  }

  .hk-hero-title-line--red {
    margin-top: 0.16em;
    font-size: 1.12em;
  }

  .hk-hero-subtitle {
    max-width: 370px;
    margin-top: 17px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42;
  }

  .hk-static-callback {
    width: calc(100% - 20px);
    padding: 17px;
    border-radius: 16px;
  }

  .hk-contact-methods {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .hk-contact-method span {
    min-height: 44px;
  }

  .hk-paths {
    padding: 58px 14px;
  }

  .hk-paths__title {
    margin-bottom: 24px;
  }

  .hk-paths__grid {
    grid-template-columns: 1fr;
  }

  .hk-paths__card {
    min-height: 0;
    padding: 24px 20px;
  }

  .hk-paths__button {
    width: 100%;
  }

  .hk-footer {
    padding: 40px 20px 24px;
  }

  .hk-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hk-footer__column:first-child {
    grid-column: auto;
  }

  #rec2237135701 .t396__artboard,
  #rec2237135701 .t396__filter,
  #rec2237135701 .t396__carrier,
  #rec2368776021 .t396__artboard,
  #rec2368776021 .t396__filter,
  #rec2368776021 .t396__carrier {
    min-height: 1060px !important;
    height: 1060px !important;
  }
}

/* ── CTA «Заберите бонусы» (B5) ───────────────────────────────── */
.hk-bonus-cta {
  position: relative;
  z-index: 2;
  padding: 56px 24px;
  color: var(--hk-cream);
  background: linear-gradient(180deg, #0b0b0b, #050505);
  border-top: 1px solid var(--hk-line);
  border-bottom: 1px solid var(--hk-line);
  text-align: center;
}
.hk-bonus-cta *,
.hk-bonus-cta *::before,
.hk-bonus-cta *::after { box-sizing: border-box; }
.hk-bonus-cta__inner { width: min(820px, 100%); margin: 0 auto; }
.hk-bonus-cta__eyebrow {
  margin: 0 0 10px;
  color: var(--hk-red-bright);
  font: 700 16px/1 "Bebas", "Arial Narrow", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.hk-bonus-cta__title {
  margin: 0 0 14px;
  color: #f2eee8;
  font: 700 clamp(34px, 5vw, 58px)/0.98 "Bebas", "Arial Narrow", sans-serif;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
.hk-bonus-cta__sub {
  max-width: 560px;
  margin: 0 auto 26px;
  color: var(--hk-muted);
  font-size: 16px;
  line-height: 1.5;
}
.hk-bonus-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.hk-bonus-cta__btn { min-width: 230px; }
@media (max-width: 560px) {
  .hk-bonus-cta { padding: 44px 18px; }
  .hk-bonus-cta__btn { width: 100%; min-width: 0; }
}



/* ── Перенос блока цен/акций из booking-виджета (B4) ──────────────
   Разметка и стили скопированы из horror-test/public/horror-booking-preview
   (классы .m-*), скоуп через #hkb-prices, чтобы не конфликтовать с Tilda. */
#hk-pricing {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  padding: 8px 0 30px;
  background:
    linear-gradient(rgba(3, 3, 3, 0.55), rgba(3, 3, 3, 0.82)),
    url("../images/tild3731-3335-4832-a630-363239633233__3.jpeg") center / cover no-repeat;
}
#hk-pricing::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 35%, transparent 65%, rgba(0, 0, 0, 0.42));
  content: "";
  pointer-events: none;
}
#hkb-prices { position: relative; z-index: 1; background: transparent; color: #fff;
  --hkb-red:#ff1616; --hkb-ember:#bb0000; --hkb-warm:#ff8c44;
  --hkb-bg:#0b0705; --hkb-bg-page:#040303; --hkb-ok:#4ade80;
  --hkb-fb:'Inter',sans-serif; --hkb-fm:'JetBrains Mono',monospace;
  --hkb-fn:'Bebas Neue','Bebas','Arial Narrow',sans-serif;
}
#hkb-prices *, #hkb-prices *::before, #hkb-prices *::after { box-sizing:border-box; margin:0; padding:0; }

#hkb-prices .m-hero { padding: 28px 40px 16px; text-align: center; position: relative; z-index: 1; }
#hkb-prices .m-h1 { font-family: var(--hkb-fn); font-size: 100px; line-height: .88; letter-spacing: 1px; text-transform: uppercase; margin: 0; display: inline-block; color: #fff; text-shadow: 3px 3px 0 rgba(0,0,0,.9), -1px -1px 0 rgba(0,0,0,.5); }
#hkb-prices .m-h1 .r { color: var(--hkb-red); text-shadow: 0 0 30px rgba(255,0,0,.7), 3px 3px 0 rgba(80,0,0,.8); }

#hkb-prices .m-prices { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 8px 32px 14px; position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; }
#hkb-prices .m-pc { background: #0a0202; border: 1px solid rgba(255,22,22,.5); border-radius: 6px; padding: 14px 16px 12px; position: relative; transition: all .18s; box-shadow: 0 0 28px rgba(200,0,0,.18), inset 0 0 40px rgba(0,0,0,.6); }
#hkb-prices .m-pc.pop { border-color: rgba(255,22,22,.72); box-shadow: 0 0 36px rgba(200,0,0,.28), inset 0 0 36px rgba(0,0,0,.55); }
#hkb-prices .m-pc.mx { border-color: rgba(255,120,0,.48); box-shadow: 0 0 24px rgba(180,60,0,.18), inset 0 0 36px rgba(0,0,0,.6); }
#hkb-prices .m-pc-badge { display: inline-block; font-family: var(--hkb-fn); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; padding: 2px 8px; background: rgba(255,22,22,.18); border: 1px solid rgba(255,22,22,.6); color: #ff6666; margin-bottom: 7px; }
#hkb-prices .m-pc-badge.mxb { background: rgba(200,80,0,.16); border-color: rgba(220,100,0,.5); color: var(--hkb-warm); }
#hkb-prices .m-pc-name { font-family: var(--hkb-fn); font-size: 42px; letter-spacing: 1px; line-height: 1; margin-bottom: 3px; color: #fff; }
#hkb-prices .m-pc-range { font-family: var(--hkb-fn); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--hkb-red); margin-bottom: 6px; }
#hkb-prices .m-pc-desc { font-family: Georgia,'Times New Roman',serif; font-size: 12px; color: #888; margin-bottom: 10px; line-height: 1.4; min-height: 0; }
#hkb-prices .m-pc-from { font-size: 11px; color: #666; margin-bottom: 1px; }
#hkb-prices .m-pc-val { font-family: var(--hkb-fn); font-size: 54px; letter-spacing: -1px; line-height: 1; color: #fff; }
#hkb-prices .m-pc-rub { font-size: 26px; color: #aaa; }
#hkb-prices .m-pc-line { height: 4px; width: 80px; background: linear-gradient(90deg, var(--hkb-red), transparent); margin-top: 8px; opacity: 1; }

#hkb-prices .m-disc { margin: 0 32px; max-width: 1116px; margin-left:auto; margin-right:auto; border: 1px solid rgba(255,22,22,.3); border-radius: 6px; background: rgba(8,2,2,.95); display: flex; align-items: stretch; gap: 0; position: relative; z-index: 1; overflow: hidden; }
#hkb-prices .m-disc-ttl { font-family: var(--hkb-fn); font-size: 18px; letter-spacing: 3px; text-transform: uppercase; color: #fff; white-space: nowrap; flex-shrink: 0; padding: 16px 20px; border: 0; border-right: 1px solid rgba(255,22,22,.22); display: flex; align-items: center; justify-content: space-between; gap: 10px; background: transparent; cursor: default; width: auto; }
#hkb-prices .m-disc-chev { display: none; }
#hkb-prices .m-disc-list { display: flex; flex: 1; }
#hkb-prices .m-di { flex: 1; padding: 14px 16px 14px; border-right: 1px solid rgba(255,255,255,.05); }
#hkb-prices .m-di:last-child { border-right: none; }
#hkb-prices .m-di-pct { font-family: var(--hkb-fn); font-size: 38px; letter-spacing: 1px; color: var(--hkb-red); line-height: 1; margin-bottom: 3px; }
#hkb-prices .m-di-label { font-family: Georgia,'Times New Roman',serif; font-size: 12px; color: #ccc; line-height: 1.4; margin-bottom: 5px; }
#hkb-prices .m-di-promo { font-size: 10px; color: #666; font-family: var(--hkb-fm); margin-bottom: 6px; letter-spacing: .3px; }
#hkb-prices .m-di-promo b { color: #bbb; letter-spacing: 1.2px; }
#hkb-prices .btn-copy { padding:2px 7px; border-radius:4px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.04); color:#555; font-size:10px; font-family:var(--hkb-fb); cursor:pointer; transition:all .15s; }
#hkb-prices .btn-copy:hover { background:rgba(255,255,255,.08); color:#888; }
#hkb-prices .btn-copy.copied { border-color:rgba(74,222,128,.3); background:rgba(74,222,128,.07); color:var(--hkb-ok); }

/* Mobile — перенос адаптива виджета + accordion для акций */
@media (max-width: 720px) {
  #hkb-prices .m-hero { padding: 20px 16px 12px; }
  #hkb-prices .m-h1 { font-size: 58px; letter-spacing: 1px; }
  #hkb-prices .m-prices { grid-template-columns: 1fr; gap: 8px; padding: 8px 16px 12px; }
  #hkb-prices .m-pc { border-radius: 4px; padding: 12px 14px 10px; }
  #hkb-prices .m-pc-val { font-size: 46px; }
  #hkb-prices .m-disc { margin: 0 16px; flex-direction: column; }
  #hkb-prices .m-disc-ttl { width: 100%; border-right: none; border-bottom: 1px solid rgba(255,22,22,.18); padding: 13px 16px; font-size: 16px; cursor: pointer; }
  #hkb-prices .m-disc-chev { display: inline-block; transition: transform .2s ease; }
  #hkb-prices .m-disc-ttl[aria-expanded="true"] .m-disc-chev { transform: rotate(180deg); }
  #hkb-prices .m-disc-list { flex-direction: column; }
  #hkb-prices .m-disc-list[hidden] { display: none; }
  #hkb-prices .m-di { border-right: none; border-bottom: 1px solid rgba(255,255,255,.04); padding: 10px 14px; }
  #hkb-prices .m-di:last-child { border-bottom: none; }
}
@media (min-width: 721px) {
  /* Десктоп: акции всегда раскрыты, даже если в разметке стоит hidden. */
  #hkb-prices .m-disc-list[hidden] { display: flex !important; }
}

/* ── Блок доверия/достижений (B7) ─────────────────────────────── */
.hk-trust {
  position: relative;
  z-index: 2;
  isolation: isolate;
  display: block;
  overflow: hidden;
  padding: 58px 24px 60px;
  color: var(--hk-cream) !important;
  background:
    linear-gradient(rgba(3, 3, 3, 0.55), rgba(3, 3, 3, 0.82)),
    url("../images/tild3731-3335-4832-a630-363239633233__3.jpeg") center / cover no-repeat !important;
  border-top: 1px solid rgba(255, 0, 0, 0.32);
  border-bottom: 1px solid rgba(255, 0, 0, 0.18);
  text-align: center;
}
.hk-trust::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 35%, transparent 65%, rgba(0, 0, 0, 0.42));
  pointer-events: none;
}
.hk-trust *, .hk-trust *::before, .hk-trust *::after { box-sizing: border-box !important; }
.hk-trust__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0;
}
.hk-trust__eyebrow {
  margin: 0 0 12px;
  color: var(--hk-red-bright) !important;
  font: 700 15px/1.1 Impact, "Arial Narrow", Arial, sans-serif !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
}
.hk-trust__title {
  margin: 0 0 30px;
  padding: 0;
  color: #f2eee8 !important;
  font: 700 clamp(34px, 5.2vw, 62px)/0.92 Impact, "Arial Narrow", Arial, sans-serif !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.9), -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.hk-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.hk-trust__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 166px;
  padding: 24px 18px 22px;
  background: #0a0202;
  border: 1px solid rgba(255, 22, 22, 0.36);
  border-radius: 6px;
  box-shadow:
    0 0 28px rgba(200, 0, 0, 0.14),
    inset 0 0 38px rgba(0, 0, 0, 0.62);
}
.hk-trust__num {
  color: var(--hk-red-bright) !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: clamp(46px, 4.4vw, 58px) !important;
  font-style: normal !important;
  font-variant-numeric: tabular-nums lining-nums;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
  line-height: 0.92 !important;
  text-rendering: geometricPrecision;
  text-shadow: 0 0 24px rgba(255, 0, 0, 0.34), 2px 2px 0 rgba(0, 0, 0, 0.85);
}
.hk-trust__ic { font-size: 36px; line-height: 1; filter: drop-shadow(0 0 10px rgba(255, 38, 48, 0.18)); }
.hk-trust__label {
  max-width: 230px;
  margin: 0;
  padding: 0;
  color: #d3ccc5 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.42 !important;
}
.hk-trust__label b {
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 800;
}

@media (max-width: 900px) {
  .hk-trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .hk-trust { padding: 44px 16px 48px; }
  .hk-trust__eyebrow { font-size: 13px !important; }
  .hk-trust__title { margin-bottom: 24px; }
  .hk-trust__grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; gap: 12px; }
  .hk-trust__card { min-height: 0; padding: 22px 18px 20px; }
  .hk-trust__label { max-width: 280px; font-size: 16px !important; }
}

/* ── FAQ: каталог фильмов по категориям ─────────────────────────── */
.hk-movie-faq {
  color: #f4eee8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
.hk-movie-faq__intro,
.hk-movie-faq__note,
.hk-movie-faq__outro {
  margin: 0 0 14px;
}
.hk-movie-faq__note {
  color: #d3ccc5;
}
.hk-movie-faq__outro {
  margin-top: 16px;
  color: #fff;
  font-weight: 700;
}
.hk-movie-faq__group {
  margin: 8px 0;
  border: 1px solid rgba(255, 22, 22, 0.24);
  border-radius: 6px;
  background: rgba(8, 2, 2, 0.62);
  overflow: hidden;
}
.hk-movie-faq__group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.hk-movie-faq__group summary::-webkit-details-marker {
  display: none;
}
.hk-movie-faq__group summary::after {
  content: "+";
  color: var(--hk-red-bright);
  font-size: 22px;
  line-height: 1;
}
.hk-movie-faq__group[open] summary::after {
  content: "−";
}
.hk-movie-faq__group summary b {
  min-width: 28px;
  height: 24px;
  border: 1px solid rgba(255, 22, 22, 0.38);
  border-radius: 999px;
  color: var(--hk-red-bright);
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.hk-movie-faq__group ul {
  margin: 0;
  padding: 0 14px 12px;
  list-style: none;
}
.hk-movie-faq__group li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #e4ddd5;
}
.hk-movie-faq__group li b {
  flex-shrink: 0;
  color: #ff7676;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .hk-movie-faq { font-size: 15px; }
  .hk-movie-faq__group summary { align-items: flex-start; padding: 12px; }
  .hk-movie-faq__group li { flex-direction: column; gap: 3px; }
  .hk-movie-faq__group li b { white-space: normal; }
}
