.package-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.package-card:hover {
    border-color: #667eea;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
    transform: translateY(-4px);
}

.package-header {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.package-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.3;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.package-badges {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.duration-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f8f9fa;
    color: #495057;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.duration-badge i {
    color: #667eea;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.status-active {
    background: #d4edda;
    color: #155724;
}

.status-inactive {
    background: #e9ecef;
    color: #6c757d;
}

.package-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.package-description {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1rem;
}

.package-description p {
    color: #495057;
    line-height: 1.6;
    margin: 0;
}

.package-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #495057;
}

.info-item i {
    font-size: 1.1rem;
}

.package-price-section {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 16px;
    margin-top: auto;
    margin-bottom: 1.5rem;
    text-align: center;
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.original-price {
    margin-bottom: 0.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.original-price small {
    font-size: 0.95rem;
    font-weight: 500;
    color: #94a3b8;
    text-decoration: line-through !important;
    letter-spacing: 0;
}

.original-price .badge {
    font-size: 0.72rem;
    padding: 0.32rem 0.6rem;
    font-weight: 700;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.12) !important;
    color: #dc2626 !important;
}

.package-price {
    font-size: 2rem;
    font-weight: 700;
    color: #2563eb;
    line-height: 1;
    margin: 0.5rem 0;
    letter-spacing: -1px;
}

.package-price-section small {
    color: #6c757d;
    font-size: 0.85rem;
    letter-spacing: 0;
}

.package-actions {
    margin-top: 0;
}

.btn-detail {
    background: #ffffff;
    color: #495057;
    border: 2px solid #e8e8e8;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-detail:hover {
    background: #f8f9fa;
    border-color: #667eea;
    color: #667eea;
    transform: translateY(-1px);
}

.package-actions .btn-primary {
    background: linear-gradient(135deg, #acdff3 20%, #2a93cc);
    border: none;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.package-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.package-actions .btn-secondary {
    background: #e9ecef;
    border: none;
    color: #6c757d;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
}

.filter-section {
    background: #ffffff;
    border-bottom: 2px solid #f0f0f0;
}

.filter-section .input-group .form-control {
    border: 2px solid #e8e8e8;
    padding: 0.75rem 1rem;
    border-radius: 8px 0 0 8px;
}

.filter-section .input-group .form-control:focus {
    border-color: #667eea;
    box-shadow: none;
}

.filter-section .btn-primary {
    background: linear-gradient(135deg, #acdff3 20%, #2a93cc);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0 8px 8px 0;
    font-weight: 600;
}

.alert-info {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
}

.alert-info i {
    opacity: 0.5;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.culinary-card .card-img-top,
.kiosk-card .card-img-top,
.homestay-card .card-img-top {
    transition: transform 0.3s ease;
}

.culinary-card:hover .card-img-top,
.kiosk-card:hover .card-img-top,
.homestay-card:hover .card-img-top {
    transform: scale(1.1);
}

.info-card {
    padding: 30px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.info-card:hover {
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .package-title {
        font-size: 1.25rem;
        min-height: 50px;
    }

    .package-price {
        font-size: 2rem;
    }

    .package-body {
        padding: 1.5rem;
    }
}
