#vf-guest-gallery-root { padding-top:30px; background:#071018; }
#vf-guest-gallery-root, #vf-guest-gallery-root * { box-sizing:border-box; }
.guest-gallery { background:#071018; padding-bottom:50px; font-family:"Raleway",sans-serif; color:#fff; text-align:center; overflow:hidden; }
.guest-gallery .guest-viewport { position:relative; width:100%; height:clamp(350px,65vw,750px); overflow:hidden; background:#000; touch-action:pan-y; }
.guest-gallery .guest-track { display:flex; width:100%; height:100%; transition:transform .6s cubic-bezier(.25,1,.3,1); will-change:transform; }
.guest-gallery .guest-slide { min-width:100%; width:100%; height:100%; flex-shrink:0; user-select:none; }
.guest-gallery .guest-slide img { width:100%; height:100%; object-fit:cover; display:block; -webkit-user-drag:none; }
.guest-gallery .guest-nav { position:absolute; top:50%; transform:translateY(-50%); width:50px; height:50px; background:rgba(0,0,0,.5); border:1px solid rgba(255,255,255,.2); border-radius:50%; color:#fff; font-size:32px; line-height:1; cursor:pointer; z-index:2; display:flex; align-items:center; justify-content:center; transition:.3s; backdrop-filter:blur(8px); }
.guest-gallery .guest-prev { left:20px; }.guest-gallery .guest-next { right:20px; }
.guest-gallery .guest-nav:hover { background:#f05f28; border-color:#f05f28; }
.guest-gallery .guest-dots { position:absolute; bottom:25px; left:50%; transform:translateX(-50%); display:flex; gap:10px; z-index:2; }
.guest-gallery .guest-dot { width:8px; height:8px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.3); cursor:pointer; transition:.3s; }
.guest-gallery .guest-dot.active { background:#f05f28; transform:scale(1.4); }
.guest-gallery .guest-footer { margin-top:35px; padding:0 20px; }
.guest-gallery .guest-quote { color:#f05f28; font-size:clamp(16px,4vw,20px); line-height:1.5; font-weight:700; margin:0 0 25px; text-transform:uppercase; letter-spacing:.05em; }
.guest-gallery .guest-telegram { display:inline-block; padding:18px 45px; color:#fff; background:transparent; border-radius:14px; text-decoration:none; font-weight:800; font-size:14px; line-height:1.5; text-transform:uppercase; letter-spacing:1px; border:2px solid #f05f28; transition:.3s; }
.guest-gallery .guest-telegram:hover { background:#f05f28; transform:translateY(-3px); box-shadow:0 10px 20px rgba(240,95,40,.2); }
@media(max-width:768px){.guest-gallery .guest-nav{display:none}.guest-gallery .guest-viewport{height:450px}.guest-gallery .guest-quote{font-size:15px}}
