/* v269 FIX5 — desktop position preserved; mobile movie button lowered to a balanced position */
html body .hero .irf-hero-movie-action-v269{
  position:absolute;
  left:clamp(28px,6vw,104px);
  right:auto;
  bottom:clamp(88px,10vw,148px);
  z-index:80;
  pointer-events:auto !important;
  opacity:1;
  transform:translateZ(0);
}

html body .hero .irf-hero-movie-button-v269{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:11px 20px;
  border:1px solid rgba(255,255,255,.52);
  border-radius:999px;
  background:rgba(10,10,14,.72);
  color:#fff;
  text-decoration:none;
  font-family:inherit;
  font-size:14px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  box-shadow:0 12px 34px rgba(0,0,0,.26);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;
  pointer-events:auto !important;
}

html body .hero .irf-hero-movie-button-v269::before{
  content:'▶';
  display:inline-grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:11px;
  padding-left:2px;
}

html body .hero .irf-hero-movie-button-v269:hover,
html body .hero .irf-hero-movie-button-v269:focus-visible{
  transform:translateY(-2px);
  background:rgba(0,0,0,.88);
  border-color:#fff;
  box-shadow:0 16px 42px rgba(0,0,0,.34);
  outline:none;
}

.irf-hero-video-modal[hidden]{display:none !important;}
.irf-hero-video-modal{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:grid;
  place-items:center;
  padding:22px;
  direction:rtl;
}
.irf-hero-video-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,5,10,.88);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.irf-hero-video-dialog{
  position:relative;
  width:min(1080px,96vw);
  max-height:92vh;
  overflow:auto;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  background:#090b10;
  color:#fff;
  box-shadow:0 30px 90px rgba(0,0,0,.55);
}
.irf-hero-video-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.irf-hero-video-head h2{
  margin:0;
  font-size:18px;
  line-height:1.7;
}
.irf-hero-video-close{
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:29px;
  line-height:1;
  cursor:pointer;
}
.irf-hero-video-stage{
  background:#000;
  min-height:260px;
  display:grid;
  place-items:center;
}
.irf-hero-video-stage video{
  display:block;
  width:100%;
  max-height:76vh;
  background:#000;
}
.irf-hero-video-message{
  padding:14px 16px;
  color:#fecaca;
  font-size:13px;
  line-height:1.9;
}
body.irf-hero-video-open-v269{overflow:hidden !important;}

@media (max-width:820px){
  html body .hero .irf-hero-movie-action-v269{
    left:clamp(18px,5vw,34px);
    right:auto;
    bottom:clamp(38px,10vw,54px) !important;
    transform:none;
  }
  html body .hero .irf-hero-movie-button-v269{
    min-height:42px;
    padding:9px 16px;
    font-size:13px;
    white-space:nowrap;
  }
  .irf-hero-video-modal{padding:10px;}
  .irf-hero-video-dialog{width:100%;border-radius:15px;}
  .irf-hero-video-stage{min-height:190px;}
}

/* IRF_V269_FIX8_MOBILE_BUTTON_COMPACT_LOWER_START */
@media (max-width:820px){
  html body .hero .irf-hero-movie-action-v269{
    top:auto !important;
    bottom:22px !important;
    left:clamp(16px,4.5vw,28px) !important;
    right:auto !important;
    transform:none !important;
  }
  html body .hero .irf-hero-movie-button-v269{
    min-height:38px !important;
    padding:7px 13px !important;
    gap:7px !important;
    font-size:12px !important;
    line-height:1 !important;
    border-radius:999px !important;
    white-space:nowrap !important;
  }
  html body .hero .irf-hero-movie-button-v269::before{
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    font-size:9px !important;
    padding-left:1px !important;
  }
}
@media (max-width:480px){
  html body .hero .irf-hero-movie-action-v269{
    bottom:14px !important;
    left:16px !important;
  }
  html body .hero .irf-hero-movie-button-v269{
    min-height:36px !important;
    padding:6px 12px !important;
    gap:6px !important;
    font-size:11.5px !important;
  }
  html body .hero .irf-hero-movie-button-v269::before{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    font-size:8px !important;
  }
}
/* IRF_V269_FIX8_MOBILE_BUTTON_COMPACT_LOWER_END */
