.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .7);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.modal-box{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp 0.3s ease;box-shadow:0 20px 60px rgb(0 0 0 / .3)}@keyframes slideUp{from{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;color:#666;cursor:pointer;z-index:10}.modal-close:hover{color:#333}.pkg-modal{max-width:700px}.pkg-modal-img{height:280px;overflow:hidden}.pkg-modal-img img{width:100%;height:100%;object-fit:cover}.pkg-modal-tag{position:absolute;top:16px;left:16px;background:#ffe000;color:#000;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:800;text-transform:uppercase}.pkg-modal-body{padding:36px}.pkg-modal-meta{display:flex;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.pkg-modal-price{font-family:'Playfair Display',serif;font-size:1.5rem;color:#f9c200;font-weight:700}.pkg-modal-body h2{font-family:'Playfair Display',serif;font-size:2rem;margin-bottom:12px}.pkg-modal-sections{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:28px}.pkg-modal-sections h4{font-size:.85rem;text-transform:uppercase;color:#f9c200;margin-bottom:12px;font-weight:700}.pkg-modal-sections ul{list-style:none;padding:0}.pkg-modal-sections li{padding:6px 0;color:#666}.pkg-modal-actions{display:flex;gap:12px;flex-wrap:wrap}.dest-modal{max-width:600px}.dest-modal-img{height:250px;overflow:hidden}.dest-modal-img img{width:100%;height:100%;object-fit:cover}.dest-modal-tag{position:absolute;top:16px;left:16px;background:#ffe000;color:#000;padding:6px 14px;border-radius:20px;font-weight:800;text-transform:uppercase}.dest-modal-body{padding:36px}.dest-modal-body h2{font-family:'Playfair Display',serif;font-size:2rem}.dest-modal-loc{color:#f9c200;font-size:.9rem;margin-bottom:16px}.dest-modal-details{display:flex;gap:24px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid rgb(0 0 0 / .08)}.dest-detail-item strong{display:block;font-size:.85rem;color:#f9c200}.dest-detail-item span{display:block;color:#666}.floating-buttons{position:fixed;bottom:40px;right:20px;display:flex;flex-direction:column;gap:12px;z-index:999}.float-btn{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;transition:all 0.3s ease;box-shadow:0 4px 16px rgb(0 0 0 / .2)}.float-btn.whatsapp{background:#25d366}.float-btn.whatsapp:hover{background:#20ba5a;transform:scale(1.1)}.float-btn.call{background:#f9c200;color:#1a1a1a}.float-btn.call:hover{background:#e0ae00;transform:scale(1.1)}.btn-primary{background:#ffe000;color:#1a1a1a;padding:12px 24px;border:none;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;cursor:pointer}.btn-primary:hover{background:#f9c200}.btn-dark{background:#1a1a1a;color:#fff;padding:12px 24px;border:none;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;cursor:pointer}.btn-dark:hover{background:#333}@media (max-width:768px){.pkg-modal-sections{grid-template-columns:1fr}.pkg-modal-body,.dest-modal-body{padding:24px}.float-btn{width:48px;height:48px}.dest-modal-details{flex-direction:column;gap:16px}}