.hero-swiper{position:relative;border-radius:12px;overflow:hidden;background:#000;margin-bottom:18px}
.hero-swiper-track{position:relative;width:100%;height:min(70vh,640px)}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;display:block}
.hero-slide.is-active{opacity:1;z-index:1}
.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}
.hero-nav{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#00000088;color:#f6d36f;border:1px solid #f6d36f44;cursor:pointer;z-index:10}
.hero-prev{left:12px}
.hero-next{right:12px}
.hero-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;gap:8px;justify-content:center;z-index:10}
.hero-dot{width:8px;height:8px;border-radius:999px;background:#ffffff55;border:1px solid #ffffff66;cursor:pointer}
body.theme-black-gold .hero-dot{background:#f6d36f55;border-color:#f6d36f88}
.hero-dot.is-active{background:#fff}
body.theme-black-gold .hero-dot.is-active{background:#f6d36f}
.hero-desc-pop{position:static}
.hero-desc-pop > .info-btn{position:absolute;top:16px;right:24px;z-index:15}
.info-btn{display:flex;align-items:center;gap:8px;background:rgba(15,17,22,.55);backdrop-filter:saturate(140%) blur(6px);color:#fff;border-radius:12px;padding:6px 10px;cursor:pointer;border:none}
.info-icon{width:18px;height:18px}
.hero-desc-pop .info-popover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;width:75%;height:75%;min-width:280px;max-width:1200px;max-height:75%;background:rgba(255,255,255,.94);color:#000;border:1px solid #e5e5e5;border-radius:14px;padding:40px 20px 20px 20px;box-shadow:0 10px 28px rgba(0,0,0,.45);display:none;overflow:auto}
.info-close{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.1);color:#000;border-radius:9999px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1;cursor:pointer}
.info-popover.is-open{display:block}
.hero-address-wrap{position:absolute;bottom:18px;left:0;right:0;display:flex;justify-content:center;pointer-events:none;padding:0 24px;z-index:10}
.hero-address-box{backdrop-filter:saturate(140%) blur(6px);background:rgba(15,17,22,.55);border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:none;gap:4px;pointer-events:auto;text-align:center}
.hero-address-text{color:#ffffff!important;font-size:clamp(1.1rem,3vw,1.75rem);font-weight:600;line-height:1.3;width:100%}
.hero-info-list{display:flex;gap:15px;align-items:center;flex-wrap:wrap;justify-content:center;width:100%;margin-top:4px}
.hero-info-item{display:inline-flex;gap:6px;align-items:center;color:#ffffff}
.hero-info-icon{width:20px;height:20px}
#floorplans-gallery.hero-swiper { background: transparent; margin-bottom: 0; }
#floorplans-gallery .hero-swiper-track { height: auto; aspect-ratio: 4/3; }
#floorplans-gallery .hero-slide { position: absolute; inset: 0; }
#floorplans-gallery .hero-slide:not(.is-active) { display: none; }
#floorplans-gallery .hero-slide img { object-fit: contain; background: #f3f3f3; border-radius: 10px; }
#floorplans-gallery .hero-nav { background: #fff; color: #000; border-color: rgba(0,0,0,0.1); box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
#floorplans-gallery .hero-dots { bottom: 20px; }
#floorplans-gallery .hero-dot { background: rgba(0,0,0,0.2); border-color: rgba(0,0,0,0.1); }
#floorplans-gallery .hero-dot.is-active { background: #000; }
