@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 300;
  src: local("Lab Grotesque Light"), local("LabGrotesque-Light"), url("fonts/LabGrotesque-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 400;
  src: local("Lab Grotesque Regular"), local("LabGrotesque-Regular"), url("fonts/LabGrotesque-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 500;
  src: local("Lab Grotesque Medium"), local("LabGrotesque-Medium"), url("fonts/LabGrotesque-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 700;
  src: local("Lab Grotesque Bold"), local("LabGrotesque-Bold"), url("fonts/LabGrotesque-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 900;
  src: local("Lab Grotesque Black"), local("LabGrotesque-Black"), url("fonts") format("woff2");
}


/* ── RESET & BASE ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Lab Grotesque", "Helvetica Neue", Arial, sans-serif;
  min-width: 320px;
  overflow-x: hidden;
  color: #000;
}
a { text-decoration: none; color: inherit; }
img { display: block; }
button { font-family: inherit; cursor: pointer; border: none; }

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* ── TOPBAR ────────────────────────────────────────────────────── */
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

/* header */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  background-color: #ffffff;
  border-bottom: 1px solid #D8D8D8;
}

.header__logo {
  padding-left: 18px;
}

.header__signin {
  line-height: 0;
}

.navbar__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 48px;
}

/* ── HERO ──────────────────────────────────────────────────────── */
.hero {
  position: relative;
  width: 100%;
  background: #D85A3F;
  z-index: 0;
  padding-bottom: 100px;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 893px;
    background: url('../images/hero-bg.png') no-repeat bottom center;
    background-size: cover;
    z-index: -1;
  }
}

/* ── NAVBAR ────────────────────────────────────────────────────── */
.navbar {
  display: flex; align-items: center; justify-content: space-between;
  z-index: 100;
}
.navbar__logo { width: 112.003px; height: 50.665px; flex-shrink: 0; }
.navbar__logo img { width: 100%; height: 100%; object-fit: contain; }
.navbar__nav { display: flex; gap: 41px; align-items: center; margin-left: 192px; display: none;}
.navbar__link {
  font-weight: 500; font-size: 16px; line-height: 20px;
  color: #fff; white-space: nowrap; cursor: pointer; transition: opacity .2s;
}
.navbar__link--active {
  background: rgba(255,255,255,.2);
  padding: 5px 15px; border-radius: 1000px;
}
.navbar__social { display: flex; gap: 15.261px; align-items: center; margin-left: auto; display: none;}
.navbar__social-btn {
  width: 35.863px; height: 35.863px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; overflow: hidden; flex-shrink: 0;
  /* Иконки уже содержат фоновый круг внутри SVG */
}
.navbar__social-btn img { width: 100%; height: 100%; object-fit: contain; }
/* first btn (Рутуб) has its own bg from design */


/* ── PROMO BANNER ──────────────────────────────────────────────── */
.promo {
  margin-top: 40px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(12.2px); -webkit-backdrop-filter: blur(12.2px);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 20px; padding: 20px 30px;
  display: flex; align-items: center; justify-content: space-between;
  border-radius: 20px;
  /* border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12.199999809265137px); */
  z-index: 90;
}
.promo__badge {
  position: absolute; top: -15px; left: 29px;
  background: #ff4c26; border-radius: 5.662px;
  padding: 2.831px 3.538px; width: 159px;
  display: flex; align-items: center; justify-content: center;
}
.promo__badge span {
  font-weight: 500; font-size: 18.048px; line-height: 21.658px;
  color: #fff; white-space: nowrap;
}
.promo__left { display: flex; align-items: center; gap: 20px; }
.promo__percent { color: #fff; font-weight: 400; white-space: nowrap; line-height: 0; }
.promo__percent .n { font-size: 63.458px; line-height: 74.034px; }
.promo__percent .p { font-size: 30px; line-height: 74.034px; }
.promo__desc {
  font-weight: 500; font-size: 27.438px; line-height: 32.011px;
  color: #fff; width: 399px;
}

.promo__btn-wrapper {
  display: flex;
  flex-direction: column;
  width: 314px;
}
.promo__btn {
  background: #F14823; border-radius: 200px;
  height: 55px; width: 314px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-weight: 500; font-size: 20px; line-height: 24px; color: #fff;
  transition: background .2s, transform .1s;
}

.promo__phone-link {
  display: block;
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
}

/* ── HERO CARDS ────────────────────────────────────────────────── */
.broadcast__content {
  width: 100%;
  height: auto;
  margin-top: 73px;
}
.broadcast__content iframe {
  width: 100%;
}

.ad__link {
  display: block;
  width: 100%;
  margin-top: 40px;
  line-height: 0;
}

.add__pic {
  width: 100%;
  height: auto;
}


/* ── PROGRAM SECTION ───────────────────────────────────────────── */
.program {
  position: relative; background: #e6eaeb;
  padding: 100px 0; overflow: hidden;
}
/* background image for program section */
.program__flower {
  position: absolute;
  right: 0; top: 370px;
  width: 440px; height: 870px;
  pointer-events: none; z-index: 0;
  overflow: visible;
}
.program__flower img {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: top right;
  display: block;
}
.program__inner {
  width: 1180px; max-width: calc(100% - 40px);
  margin: 0 auto; position: relative; z-index: 1;
}

.program__banner-link img {width: 100%;}

.program__title {
  font-weight: 400; font-size: 59.097px; line-height: 52.703px;
  color: #000; margin: 95px 0 50px;
}

/* Program items */
.program-item {
  display: flex; align-items: stretch;
  border-bottom: 1px solid #9e9e9e;
  cursor: pointer;
  background: transparent;
  transition: background .35s ease, color .35s ease;
  overflow: hidden;
  position: relative;

  &:first-child {
    cursor: auto;
  }
}
.program-item:last-child { border-bottom: none; }

.program-item__time {
  flex-shrink: 0; width: 175px;
  padding: 40px 0 40px 30px;
  font-weight: 400; font-size: 38.836px; line-height: 41.055px;
  color: #000; align-self: flex-start;
  transition: color .35s ease;
  display: none;
}
.program-item__body {
  flex: 1; padding: 40px 40px 40px 30px;
  display: flex; flex-direction: column; gap: 16px; min-width: 0;
}
.program-item__title {
  font-weight: 500; font-size: 34px; line-height: 38px;
  color: #000; transition: color .35s ease;
}
/* Speaker info — hidden by default */
.program-item__speaker {
  display: flex; flex-direction: column; gap: 7px;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height .4s linear, opacity .3s;
}
.program-item__speaker-name {
  font-weight: 700; font-size: 14px; line-height: 1.4;
  color: #fff; white-space: nowrap; letter-spacing: -.28px;
}
.program-item__speaker-role {
  width: 600px;
  font-weight: 400; font-size: 16px; line-height: 1.4;
  color: rgba(255,255,255,.85); letter-spacing: -.28px;
}
/* Photo — slides in */
.program-item__photo {
  flex-shrink: 0; width: 0; overflow: hidden;
  align-self: stretch; position: relative;
  transition: width .4s ease;
}
.program-item__photo img {
  position: absolute; right: 0; top: 0;
  width: 257px; height: 100%;
  min-height: 150px;
  object-fit: cover; object-position: top center;
  background: #e8ddd5;
}

/* ACTIVE STATE — по клику */
.program-item--active                                      { background: #D85A3F !important; }
.program-item--active .program-item__time                  { color: #fff !important; }
.program-item--active .program-item__title                 { color: #fff !important; }
.program-item--active .program-item__speaker               { max-height: 160px !important; opacity: 1 !important; }
.program-item--active .program-item__photo                 { width: 257px !important; }
.program-item--nophoto.program-item--active .program-item__photo { width: 0 !important; }


/* ── VIP / FORM ────────────────────────────────────────────────── */
.vip {
  position: relative;
  padding: 80px 0;
  background-color: #E8ECED;
  overflow: hidden;

  &::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('images/vip-bg.png') no-repeat right bottom;
    z-index: 0;
  }
}
/* Фон секции */
/* Ноутбук: ratio=1.330, right:0, bottom:0, высота = 100% секции (642px), ширина авто ≈854px */
.vip__laptop {
  position: absolute;
  right: 0; bottom: 0;
  height: 100%;
  z-index: 1; pointer-events: none;
  line-height: 0;
}
.vip__laptop img {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
}
/* Контент: left=130px → centred через margin+padding */
.vip__inner {
  position: relative; z-index: 2;
  width: 1180px; max-width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;            /* gap между заголовком и формой */
}
/* Заголовок: 40px/44px, Medium, ширина 539px */
.vip__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  color: #000;
  width: 539px;
  max-width: 50%;
  margin: 0;
}
.vip__title em { font-style: normal; color: #F14823; }
/* Форма: ширина 429px */
.vip__form {
  width: 429px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
/* Группа полей: gap=10px */
.vip__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* Поле: h=47px, border=#b9b9b9, radius=200px, px=30px, bg rgba(255,255,255,0.06) */
.vip__input {
  background: rgba(255,255,255,0.06);
  border: 1px solid #b9b9b9;
  border-radius: 200px;
  height: 47px;
  padding: 0 30px;
  display: flex; align-items: center;
  transition: border-color .2s, box-shadow .2s;
}
.vip__input:hover  { border-color: #999; }
.vip__input:focus-within {
  border-color: #F14823;
  box-shadow: 0 0 0 3px rgba(216,90,63,.12);
}
.vip__input input {
  background: transparent; border: none; outline: none;
  font-family: inherit; font-size: 14px; color: #222;
  width: 100%; line-height: normal;
}
.vip__input input::placeholder { color: #767676; }
/* Кнопка+дисклеймер: gap=10px */
.vip__submit-group {
  display: flex; flex-direction: column; gap: 10px; align-items: flex-start;
}
/* Кнопка: h=57px, bg=#F14823, radius=19999px, w=100% */
.vip__btn {
  background: #F14823;
  border-radius: 19999px;
  height: 57px; width: 100%;
  padding: 18px 50px;
  font-family: inherit; font-size: 16px; line-height: 16px;
  color: #fff; border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.vip__btn:hover  { background: #F14823; }
.vip__btn:active { transform: scale(.98); }
/* Дисклеймер: gap=12px, w=412px */
.vip__disclaimer {
  display: flex; gap: 12px; align-items: flex-start;
  padding-left: 8.5px;   /* x=8.5 из Figma */
}
/* Чекбокс: 18.155px, border=#b4b4b4, radius=2px */
.vip__checkbox {
  flex-shrink: 0;
  width: 18.155px; height: 18.155px;
  border: 1px solid #b4b4b4;
  border-radius: 2px;
  cursor: pointer; margin-top: 1px;
  transition: border-color .2s;
}
.vip__checkbox:hover { border-color: #F14823; }
/* Текст дисклеймера: 10px, #b4b4b4, letter-spacing=-0.2px */
.vip__disclaimer-text {
  font-size: 10px; line-height: 12px;
  color: #b4b4b4; letter-spacing: -0.2px;
  width: 381.845px; max-width: 100%;
}
.vip__disclaimer-text a {
  color: #b4b4b4; text-decoration: underline;
  text-decoration-skip-ink: none;
}
.vip__disclaimer-text a:hover { color: #666; }


.access-form {
  display: grid;
  align-items: flex-end;
  grid-gap: 14px;
  margin-top: 20px;
  margin-left: 0;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 0;
}

.access__cta {
  width: auto;
  height: 46px;
  background-color: #D85A3F;
}
.access-form--promo .access-form-title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}
.access-form--promo .access-form-desc {
  font-size: 16px;
  line-height: 20px;
}

.access-form__label {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #474D5E;
}

.access-form__input {
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: #767676;
  background-color: transparent;
  border: 1px solid #B9B9B9;
  border-radius: 200px;
  transition: 0.3s;
  outline: none;
}
.access-form__input:focus {
  border: 1px solid rgba(0, 0, 0, 0.9);
  color: #111111;
}
.access-form__input::placeholder {
  color: #B9B9B9;
}
.access__cta {
  width: 100%;
  height: 50px;
  font-size: 16px;
  border-radius: 200px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.access__cta:disabled {
  background-color: #DADADA;
  color: #B9B9B9;
}
.access__cta:disabled:hover {
  cursor: no-drop;
}

.permission {
  position: relative;
  grid-column: 1/1;
  width: 360px;
  padding-left: 34px;
  font-size: 12px;
  line-height: 1.4;
  color: #B9B9B9;
  user-select: none;
}

.permission__label {
  cursor: pointer;
}

.permission__rules {
  display: inline;
  color: #B9B9B9;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.permission__checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  min-width: 24px;
  min-height: 24px;
  margin-right: 15px;
  background: transparent;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
}
.permission__checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: none;
}

input[type=checkbox]:checked + .permission__checkmark:before {
  display: block;
  background: url("images/icon-checked.svg") no-repeat center;
  background-size: 50%;
}

.crmresult {
  width: auto;
  margin: 20px auto 0;
  font-size: 22px;
  display: none;
}



@media (max-width: 430px) {
  .access {
    padding-top: 50px;
  }
  .access__wrapper {
    padding: 40px 20px;
  }
  .access__title {
    font-size: 30px;
    line-height: 34px;
  }
  .access__desc {
    width: auto;
    font-size: 16px;
    text-align: center;
  }
  .access-form {
    grid-template-columns: repeat(1, 1fr);
  }
  .access-form--promo .access-form-title {
    font-size: 22px;
    line-height: 26px;
  }
  .access__permission {
    width: auto;
    grid-column: 1/1;
  }
  .access-form__input {
    width: 100%;
  }
  .access__cta {
    width: 100%;
    margin-top: 10px;
  }
  .access--promo {
    position: static;
  }
  .crmresult {
    font-size: 18px;
    line-height: 22px;
    width: auto;
  }
}


/* ── Responsive ── */
@media (max-width: 1280px) {
  .vip__laptop { height: 90%; bottom: 0; }
  .vip__title  { max-width: 46%; }
}
@media (max-width: 1024px) {
  .container {width: auto;}
  .vip__inner  { padding-top: 50px; gap: 30px; }
  .vip__title  { font-size: 32px; line-height: 38px; max-width: 46%; }
  .vip__laptop { height: 80%; }
}
@media (max-width: 860px) {
  .promo {padding: 20px 10px;}
  .vip         { display: flex;flex-direction: column-reverse;padding: 0;}
  .vip__laptop { position: relative; height: auto; right: auto; bottom: auto; width: 100%; display: block; }
  .vip__laptop img { width: 100%; height: auto; }
  .vip__inner  { padding-top: 40px; }
  .vip__title  { max-width: 100%; width: 100%; font-size: 30px; }
  .vip__form   { width: auto;}
}

/* ── SUBSCRIBE SECTION ─────────────────────────────────────────── */
.subscribe {
  position: relative;
  padding: 55px 0 55px;
  overflow: hidden;

  &::before {
    content: '';
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('images/subscribe-bg.png') no-repeat center;
    background-size: cover;
    z-index: 0;
  }
}
/* журнал: x=639, top=112px, w=532, h=427, bottom=5px от низа */
.subscribe__magazine {
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  width: 680px;
  height: auto;

  z-index: 3;
  overflow: visible;
}
.subscribe__magazine img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}

/* Контент слева: padding-left 137px (от левого края страницы) */
.subscribe__inner {
  position: relative; z-index: 5;
  width: 1180px; max-width: calc(100% - 40px);
  margin: 0 auto;
}
.subscribe__content {
  max-width: 562px;
  display: flex; flex-direction: column; gap: 30px;
}
.subscribe__title {
  font-weight: 400; font-size: 50px; line-height: 54px;
  color: #fff; width: 522px; max-width: 100%;
}
.subscribe__features { display: flex; flex-direction: column; gap: 26px; }
.subscribe__sub {
  font-weight: 400; font-size: 20px; line-height: 24px; color: #fff;
  width: 553px; max-width: 100%;
}
.subscribe__list { display: flex; flex-direction: column; gap: 14px; }
.subscribe__item { display: flex; gap: 10px; align-items: center; }
.subscribe__check { width: 17px; height: 15.5px; flex-shrink: 0; }
.subscribe__check svg {
  width: 17px; height: 15.5px;
  fill: none; stroke: #fff; stroke-width: 2.2;
  stroke-linecap: round; stroke-linejoin: round;
}
.subscribe__item-text {
  font-weight: 400; font-size: 16px; line-height: 24px;
  color: #fff;
}
.btn-subscribe {
  background: #F14823; border-radius: 19999px;
  height: 57px; width: 484px; max-width: 100%;
  padding: 18px 50px; font-size: 16px; line-height: 16px;
  color: #fff; font-family: inherit;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s; border: none; cursor: pointer;
}

/* ── FOOTER ────────────────────────────────────────────────────── */
footer {
  background: #222; border-top: 1px solid #fff;
  height: 178.056px; overflow: hidden;
}
.footer__inner {
  width: 1440px; max-width: 100%; margin: 0 auto; height: 100%;
  position: relative; padding: 0 157px;
}
.footer__left { position: absolute; left: calc(50% - 563px); top: 47px; }
.footer__copy {
  font-size: 13px; line-height: normal; color: #fff;
  margin-bottom: 4px;
}
.footer__links a {
  font-size: 13px; color: #fff; text-decoration: underline;
  white-space: nowrap; margin-right: 20px;
}
.footer__phone-block { position: absolute; left: calc(50% - 28px); top: 47px; }
.footer__phone-label { font-size: 13px; color: #fff; margin-bottom: 4px; line-height: normal; }
.footer__phone {
  font-weight: 700; font-size: 18px; line-height: normal;
  color: #fff; letter-spacing: .2769px;
}
.footer__logo {
  position: absolute; right: calc(50% - 563px); top: 50%;
  transform: translateY(-50%); height: 21.56px; width: 157.253px;
}
.footer__logo img { width: 100%; height: 100%; object-fit: contain; }

/* ── RESPONSIVE ────────────────────────────────────────────────── */
@media (max-width: 1320px) {
  .hero__cards, .promo { left: 40px; width: calc(100% - 80px); }
  .navbar { width: calc(100% - 80px); }
  .program__inner, .vip__inner, .subscribe__inner { width: calc(100% - 80px); max-width: 100%; }
  .subscribe__magazine { left: 44%; }
  .subscribe__badge { left: calc(50% + 339.9px); }
}
@media (max-width: 1024px) {
  .hero { min-height: 700px; }
  .hero__video { height: 380px; }
  .promo { top: 100px; flex-wrap: wrap; gap: 15px; }
  .promo__desc { width: auto; font-size: 22px; }
  .hero__cards { top: 240px; }
  .navbar__nav { gap: 20px; }
  .navbar__social { display: none; }
  .program__title { font-size: 44px; line-height: 40px; }
  .program-item__title { font-size: 26px; line-height: 30px; }
  .program__flower { display: none; }

  .subscribe { height: auto; padding: 60px 0; }
  .subscribe__inner { width: calc(100% - 80px); margin: 0 auto; padding-left: 0; }
  .subscribe__magazine { display: none; }
  .subscribe__badge { left: auto; right: 20px; top: 20px; width: 240px; height: 240px; }
  .subscribe__badge-inner { width: 210px; height: 210px; }
  .subscribe__badge-pct { font-size: 66px; line-height: 70px; }
  .subscribe__badge-text { font-size: 17px; line-height: 19px; width: 120px; }
  .subscribe__title { font-size: 36px; line-height: 42px; width: 100%; }
  .subscribe__badge { left: auto; right: 30px; top: 20px; width: 250px; height: 250px; }
  .subscribe__badge-inner { width: 220px; height: 220px; }
  .subscribe__badge-pct { font-size: 70px; line-height: 74px; }
  .subscribe__badge-text { font-size: 18px; line-height: 20px; }
  .subscribe__title { font-size: 36px; line-height: 42px; width: 100%; }
  .footer__inner { padding: 0 40px; }
  .footer__left { left: 40px; }
  .footer__logo { right: 40px; }
}
@media (max-width: 768px) {
  .topbar__auth { display: none; }
  .navbar { flex-direction: column; top: 10px; gap: 8px; }
  .navbar__nav { flex-wrap: wrap; gap: 8px; }
  .hero { min-height: 600px; }
  .hero__video { height: 220px; }
  .promo { top: 120px; flex-direction: column; left: 16px; width: auto; }
  .promo__btn { width: 100%; }
  .promo__desc { width: 100%; font-size: 18px; line-height: 24px; }
  .hero__cards { top: 350px; left: 16px; width: calc(100% - 32px); }
  .program {padding: 50px 0 0 0;}
  .program__title{margin-top: 30px;margin-bottom: 30px;}
  .program-item { flex-direction: column; }
  .program-item__time { padding: 20px 0 8px 16px; font-size: 22px; line-height: 26px; width: auto; }
  .program-item__body { padding: 10px 16px 20px; }
  .program-item__title { font-size: 18px; line-height: 24px; }
  .program-item__photo { display: none !important; }
  .subscribe__badge { display: none; }
  .subscribe { height: auto; padding: 40px 0; }
  .program__inner, .vip__inner, .subscribe__inner {width: calc(100% - 20px);}
  .vip::before {background-position: bottom;}
  footer { height: auto; }
  .footer__inner { padding: 24px 20px; position: static; height: auto; display: flex; flex-direction: column; gap: 16px; }
  .footer__left, .footer__phone-block, .footer__logo { position: static; transform: none; }
}

  /* ════════════════════════════════════════════════════
     HOVER & INTERACTIVE STATES
  ════════════════════════════════════════════════════ */

  /* ── Navbar links ── */
  .navbar__link { transition: opacity .2s; }
  .navbar__link:hover { opacity: .65; }
  .navbar__link--active:hover { opacity: 1; }

  /* ── Navbar social icons ── */
  .navbar__social-btn {
    transition: transform .2s, opacity .2s;
  }
  .navbar__social-btn:hover {
    transform: scale(1.12);
    opacity: .85;
  }

  /* ── Hero play button ── */
  .hero__play-wrap {
    transition: transform .2s, background .2s;
    width: 90px; height: 90px; border-radius: 50%;
    background: rgba(255,255,255,.15);
    display: flex; align-items: center; justify-content: center;
  }
  .hero__video:hover .hero__play-wrap {
    transform: scale(1.1);
    background: rgba(255,255,255,.28);
  }



  /* ── VIP form button ── */
  .vip__btn { transition: background .2s, transform .15s, box-shadow .2s; }
  .vip__btn:hover {
    background: #F14823;
    box-shadow: 0 4px 16px rgba(216,90,63,.35);
  }
  .vip__btn:active { transform: scale(.98); }

  /* ── VIP checkbox ── */
  .vip__checkbox { transition: border-color .2s, background .2s; cursor: pointer; }
  .vip__checkbox:hover { border-color: #F14823; background: rgba(216,90,63,.06); }

  /* ── VIP disclaimer links ── */
  .vip__disclaimer-text a { transition: color .2s; }
  .vip__disclaimer-text a:hover { color: #555; }

  /* ── VIP inputs ── */
  .vip__input { transition: border-color .2s, box-shadow .2s; }
  .vip__input:hover { border-color: #999; }
  .vip__input:focus-within {
    border-color: #F14823;
    box-shadow: 0 0 0 3px rgba(216,90,63,.12);
  }

  /* ── Subscribe CTA button ── */
  .btn-subscribe { transition: background .2s, transform .15s, box-shadow .2s; }
  .btn-subscribe:hover {
    background: #F14823;
    box-shadow: 0 4px 16px rgba(216,90,63,.35);
  }
  .btn-subscribe:active { transform: scale(.98); }

  /* ── Footer links ── */
  .footer__links a { transition: opacity .2s; }
  .footer__links a:hover { opacity: .7; }

  /* ── Topbar auth ── */
  .topbar__auth { transition: background .2s; cursor: pointer; }
  .topbar__auth:hover { background: #5a6480; }







  /* HOVER — только мышиные устройства */
  @media (hover: hover) and (pointer: fine) {
    .program-item:not(:first-child):hover                              { background: #D85A3F !important; }
    .program-item:not(:first-child):hover .program-item__time         { color: #fff !important; }
    .program-item:not(:first-child):hover .program-item__title        { color: #fff !important; }
    .program-item:not(:first-child):hover .program-item__speaker      { max-height: 160px; opacity: 1; }
    .program-item:not(:first-child):hover .program-item__photo        { width: 257px; }
    .program-item--nophoto:hover .program-item__photo { width: 0; }
  }
