.qr-wrapper{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px;padding-bottom:40px;justify-content:center;justify-content:space-between}.qr-box{text-align:center;padding:15px;width:220px;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);margin:0 auto}.qr-box h4{color:#ff6a00;margin-bottom:12px;font-size:16px}.qr-placeholder{width:160px;height:160px;margin:auto;background:#eee;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#999;font-weight:600}@media (max-width:768px){.qr-box{width:45%}}@media (max-width:480px){.qr-box{width:100%}.qr-placeholder{width:140px;height:140px}}.venue-section{padding:20px;background:#fff}.tabs-container{border:1px solid #ddd;border-radius:6px}.tabs{display:flex;gap:10px;justify-content:center;border-bottom:1px solid #ddd;background:#f8f8f8;flex-wrap:wrap}.tab{padding:8px 14px;border:1px solid #ccc;background:#fff;cursor:pointer;font-size:14px;border-radius:4px;transition:.3s}.tab:hover{background:#e9e9e9}.tab.active{background:#0d6efd;color:#fff;border-color:#0d6efd}.map-box{padding:10px}.places-section{padding:60px 0}.place-card{width:100%;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s ease}.place-card:hover{transform:translateY(-6px)}.place-img{width:100%;height:260px;object-fit:cover}@media (max-width:992px){.place-img{height:240px}}@media (max-width:576px){.place-img{height:200px}}@media (max-width:412px){.tab{width:120px}}.member-info{padding:15px}.member-info h3{font-size:16px;margin-bottom:10px;min-height:42px}.visit-btn{background:#ffc451;color:#000;border:none;padding:8px 18px;border-radius:20px;font-size:14px;cursor:pointer;transition:.3s}.visit-btn:hover{background:#e0aa2d}@media(min-width:768px){.features{flex-direction:row!important}}