
/* V24 — согласованные изменения первого экрана */
.approved-screen{position:relative}

/* Скрываем верхнюю правую кнопку, запечённую в фон */
.approved-screen::after{
 content:"";position:absolute;z-index:16;left:83%;top:1.5%;width:15.8%;height:8.8%;
 background:#020202;pointer-events:none
}

/* Закрываем старые изображения двух CTA, чтобы не было двойного контура */
.approved-screen::before{
 content:"";position:absolute;z-index:16;left:3.7%;top:48%;width:39.8%;height:9.3%;
 background:#020202;pointer-events:none
}

/* Обе CTA одинаковые: один оранжевый контур + оранжевый текст */
.screen-hotspot--services-cta,.screen-hotspot--contact-cta{
 z-index:20!important;display:flex!important;align-items:center!important;justify-content:center!important;
 top:49.15%!important;height:6.1%!important;
 border:1.5px solid #ff8500!important;border-radius:999px!important;
 background:rgba(0,0,0,.58)!important;box-shadow:none!important;
 color:#ff8500!important;font-family:inherit!important;font-size:clamp(12px,1.45vw,22px)!important;
 font-weight:500!important;font-style:italic!important;line-height:1!important;
 text-transform:uppercase!important;text-decoration:none!important;box-sizing:border-box!important
}
.screen-hotspot--services-cta{left:4.7%!important;width:16.8%!important}
.screen-hotspot--contact-cta{left:23.2%!important;width:19%!important}
.screen-hotspot--services-cta::before{content:"НАШИ УСЛУГИ"}
.screen-hotspot--contact-cta::before{content:"СВЯЗАТЬСЯ С НАМИ"}
.screen-hotspot--services-cta::after,.screen-hotspot--contact-cta::after{content:none!important;display:none!important}
.screen-hotspot--services-cta:hover,.screen-hotspot--contact-cta:hover{
 background:rgba(255,133,0,.07)!important;box-shadow:0 0 22px rgba(255,133,0,.16)!important
}
@media(max-width:760px){.approved-screen::before{display:none}}
