.sofiya-promo[hidden]{display:none!important}
.sofiya-promo{position:fixed;inset:0;z-index:10080;display:grid;place-items:center;padding:clamp(14px,3vw,34px);direction:rtl}
.sofiya-promo__backdrop{position:absolute;inset:0;background:rgba(3,4,8,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.sofiya-promo__dialog{position:relative;width:min(880px,100%);max-height:min(760px,calc(100dvh - 28px));overflow:auto;padding:42px;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:linear-gradient(155deg,#242424,#181818 58%,#202020);box-shadow:0 38px 120px rgba(0,0,0,.65);color:#f7f7f8;scrollbar-width:thin;isolation:isolate;outline:none}
.sofiya-promo__dialog:focus,.sofiya-promo__dialog:focus-visible{outline:none;box-shadow:0 38px 120px rgba(0,0,0,.65)}
.sofiya-promo__close{position:absolute;top:20px;left:20px;z-index:2;display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#353537;color:#c7c7cc;font:300 28px/1 Arial,sans-serif;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.sofiya-promo__close:hover{color:#fff;background:#444448;transform:rotate(6deg)}
.sofiya-promo__close:focus-visible,.sofiya-promo-card__button:focus-visible{outline:3px solid rgba(255,51,92,.48);outline-offset:3px}
.sofiya-promo__art{display:block;width:72px;height:72px;margin:0 auto 14px;border-radius:19px;object-fit:cover;box-shadow:0 14px 35px rgba(0,0,0,.3)}
.sofiya-promo__header{max-width:680px;margin:0 auto 28px;text-align:center}
.sofiya-promo__eyebrow{display:inline-flex;margin-bottom:8px;color:#ff4d70;font-size:11px;font-weight:900;letter-spacing:.16em}
.sofiya-promo__header h2{margin:0;color:#fff;font-size:clamp(27px,4vw,39px);font-weight:950;line-height:1.35;letter-spacing:-.035em}
.sofiya-promo__header p{max-width:620px;margin:11px auto 0;color:#b9b9bf;font-size:14px;line-height:1.95}
.sofiya-promo__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.sofiya-promo-card{display:flex;flex-direction:column;min-width:0;padding:22px;border:1px solid #373739;border-radius:21px;background:#131313;box-shadow:inset 0 1px rgba(255,255,255,.025)}
.sofiya-promo-card--featured{border-color:rgba(255,51,92,.34);background:linear-gradient(150deg,#191416,#121212 58%)}
.sofiya-promo-card--single{width:min(510px,100%);margin-inline:auto}
.sofiya-promo-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.sofiya-promo-card__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#f5f5f7;color:#111}
.sofiya-promo-card--featured .sofiya-promo-card__icon{background:#ff0033;color:#fff}
.sofiya-promo-card__svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.8}
.sofiya-promo-card__svg *{vector-effect:non-scaling-stroke}
.sofiya-promo-card__badge{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;background:#303033;color:#d7d7db;font-size:10px;font-weight:850}
.sofiya-promo-card h3{margin:17px 0 4px;color:#fff;font-size:19px;font-weight:950}
.sofiya-promo-card__benefits{display:grid;gap:8px;margin:14px 0 22px;padding:0;list-style:none;color:#d1d1d5;font-size:12px;line-height:1.75}
.sofiya-promo-card__benefits li{position:relative;padding-right:17px}
.sofiya-promo-card__benefits li:before{content:"";position:absolute;top:.7em;right:0;width:6px;height:6px;border-radius:99px;background:#ff3157;box-shadow:0 0 0 4px rgba(255,49,87,.1)}
.sofiya-promo-card__button{display:flex;align-items:center;justify-content:center;min-height:46px;margin-top:auto;padding:8px 16px;border-radius:999px;background:#ff0033;color:#fff!important;text-align:center;text-decoration:none!important;font-size:13px;font-weight:900;transition:background-color .18s ease,color .18s ease}
.sofiya-promo-card__button:hover{background:#ff3157}
.sofiya-promo-card__button--secondary{background:#2d2d30}
.sofiya-promo-card__button--secondary:hover{background:#3a3a3e}
.sofiya-promo.is-opening .sofiya-promo__backdrop{animation:sofiya-promo-fade .24s ease both}
.sofiya-promo.is-opening .sofiya-promo__dialog{animation:sofiya-promo-enter .3s cubic-bezier(.2,.8,.2,1) both}
.sofiya-promo.is-closing{opacity:0;transition:opacity .18s ease}
.sofiya-promo-lock{overflow:hidden!important}
@keyframes sofiya-promo-fade{from{opacity:0}to{opacity:1}}
@keyframes sofiya-promo-enter{from{opacity:0;transform:translateY(18px) scale(.975)}to{opacity:1;transform:none}}
@media(max-width:700px){
  .sofiya-promo{place-items:center;padding:16px}
  .sofiya-promo__backdrop{background:rgba(0,0,0,.76);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
  .sofiya-promo__dialog{width:min(390px,100%);max-height:calc(100dvh - 32px);padding:52px 14px 16px;border-radius:26px;background:#202020;box-shadow:0 26px 80px rgba(0,0,0,.55)}
  .sofiya-promo__close{top:12px;left:12px;width:34px;height:34px;font-size:23px;background:#343434}
  .sofiya-promo__art{width:54px;height:54px;margin-bottom:10px;border-radius:15px}
  .sofiya-promo__header{margin-bottom:16px;padding-inline:6px}
  .sofiya-promo__eyebrow{margin-bottom:6px;font-size:9px}
  .sofiya-promo__header h2{font-size:23px;line-height:1.45}
  .sofiya-promo__header p{margin-top:7px;font-size:12px;line-height:1.75}
  .sofiya-promo__cards{grid-template-columns:1fr;gap:12px}
  .sofiya-promo-card{padding:16px;border-radius:19px;background:#151515}
  .sofiya-promo-card--featured{background:#151515}
  .sofiya-promo-card__icon{width:34px;height:34px;border-radius:11px}
  .sofiya-promo-card__svg{width:18px;height:18px}
  .sofiya-promo-card__badge{min-height:23px;font-size:9px}
  .sofiya-promo-card h3{margin:13px 0 2px;font-size:17px}
  .sofiya-promo-card__benefits{gap:6px;margin:10px 0 15px;font-size:11px;line-height:1.65}
  .sofiya-promo-card__button{min-height:42px;font-size:12px}
  .sofiya-promo-card--single{width:100%}
}
@media(max-width:380px){
  .sofiya-promo{padding:10px}
  .sofiya-promo__dialog{max-height:calc(100dvh - 20px);padding-inline:12px;border-radius:22px}
  .sofiya-promo__header h2{font-size:21px}
  .sofiya-promo-card{padding:14px}
}
@media(prefers-reduced-motion:reduce){.sofiya-promo *{animation:none!important;transition:none!important}}
